homebrew-virt-manager/README.md

19 lines
762 B
Markdown
Raw Normal View History

2014-12-19 18:14:15 +00:00
homebrew-virt-manager
=====================
2015-04-03 17:55:54 +00:00
Updated/new formulae to build `virt-manager` and `virt-viewer` on Mac OSX.
2014-12-23 04:54:12 +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
# Notes
2015-04-03 17:55:54 +00:00
* For remote URIs, the `libvirt` socket location may need to be overridden to prevent socket hangups, see [www.jedi.be](http://www.jedi.be/blog/2011/09/13/libvirt-fog-provider/#macosx-remote-libvirt-client-).
2015-04-03 17:55:54 +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
2014-12-23 04:54:12 +00:00
2015-04-03 17:55:54 +00:00
* SSH passwords for connecting to remote URIs are not prompted unless `--debug` or `--no-fork` is used to start `virt-manager`.