homebrew-virt-manager/README.md

40 lines
1.8 KiB
Markdown
Raw Normal View History

2014-12-19 18:14:15 +00:00
homebrew-virt-manager
=====================
2016-06-05 18:09:36 +00:00
A set of [homebrew][homebrew] formulae to install [`virt-manager`][virt-manager] and [`virt-viewer`][virt-viewer] on Mac OSX.
2016-04-09 21:43:24 +00:00
## Usage
2014-12-23 03:33:45 +00:00
brew tap jeffreywildman/homebrew-virt-manager
2015-04-03 17:55:54 +00:00
brew install virt-manager virt-viewer
2016-04-09 21:43:24 +00:00
## FAQs
2016-04-09 21:43:24 +00:00
#### Why can't I connect to a remote URI?
2016-04-09 21:43:24 +00:00
When connecting to remote URIs, you probably need to override the `libvirt` socket location, see [www.jedi.be][jedi].
2014-12-23 04:54:12 +00:00
2017-07-22 19:59:52 +00:00
virt-manager -c 'qemu+ssh://user@libvirthost/system?socket=/var/run/libvirt/libvirt-sock'
virt-viewer -c 'qemu+ssh://user@libvirthost/system?socket=/var/run/libvirt/libvirt-sock'
2016-04-09 21:43:24 +00:00
#### I still can't connect to a remote URI, why?
This formula for `virt-manager` does not include the `openssh-askpass` dependency and does not prompt for passwords in a popup window. Here are two workarounds:
1. Run `virt-manager` with either the `--debug` or `--no-fork` option to get password prompt via the CLI.
2. Set up SSH keys between your local and remote system to avoid the prompt.
#### Why can't I connect to a local URI (*e.g.*, qemu:///system)?
I've not yet tested `virt-manager` against any local URIs/hypervisors. If you get `virt-manager` working with a local hypervisor and needed to take any special steps, feel free to share the details.
#### Everything was working yesterday, but it's not working today, can you help?
2018-09-06 04:33:13 +00:00
If `virt-manager` or its dependencies have been upgraded recently (`brew upgrade`), it's possible that a reinstall may fix the issue (see [#39](https://github.com/jeffreywildman/homebrew-virt-manager/issues/39)).
2016-04-09 21:43:24 +00:00
[homebrew]: http://brew.sh/
[virt-manager]: https://virt-manager.org/
[virt-viewer]: https://virt-manager.org/
[jedi]: http://www.jedi.be/blog/2011/09/13/libvirt-fog-provider/#macosx-remote-libvirt-client-