Go to file
Jeffrey Wildman d3450eefc6 Merge branch 'patch-1' of git://github.com/Swivelgames/homebrew-virt-manager
* 'patch-1' of git://github.com/Swivelgames/homebrew-virt-manager:
  Update README.md
2018-12-22 17:56:10 -06:00
libvirt-glib.rb libvirt-glib: 2.0.0 2018-10-21 17:58:58 -04:00
osinfo-db-tools.rb osinfo-db-tools: 1.2.0 2018-08-05 20:50:16 -04:00
osinfo-db.rb osinfo-db: 20181116 2018-12-01 18:07:02 -05:00
README.md Update README.md 2018-09-05 23:33:13 -05:00
spice-gtk.rb spice-gtk 0.35 2018-07-18 23:20:10 -04:00
spice-protocol.rb spice-protocol 0.12.14 2018-07-18 23:20:39 -04:00
usbredir.rb update to spice 0.34; enable audio/video streaming 2017-09-06 13:12:15 -04:00
virt-manager.rb Merge branch 'master' of git://github.com/mafischer/homebrew-virt-manager 2018-12-22 17:52:41 -06:00
virt-viewer.rb virt-viewer: 7.0 2018-08-18 14:45:14 -04:00

homebrew-virt-manager

A set of homebrew formulae to install virt-manager and virt-viewer on Mac OSX.

Usage

brew tap jeffreywildman/homebrew-virt-manager
brew install virt-manager virt-viewer

FAQs

Why can't I connect to a remote URI?

When connecting to remote URIs, you probably need to override the libvirt socket location, see www.jedi.be.

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'

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?

If virt-manager or its dependencies have been upgraded recently (brew upgrade), it's possible that a reinstall may fix the issue (see #39).