slackbuilds_ponce/system/virt-manager
Robby Workman c587787f91 system/virt-manager: Reverted to version 1.2.1.
This reverts commit c9c6f0d6db.

22:59 <slalecks> Error starting Virtual Machine Manager: new_sync() takes exactly 7 arguments (6 given)
22:59 <slalecks> Traceback (most recent call last):
22:59 <slalecks>   File "/usr/share/virt-manager/virt-manager", line 264, in <module>
22:59 <slalecks>     main()
22:59 <slalecks>   File "/usr/share/virt-manager/virt-manager", line 256, in main
22:59 <slalecks>     api = StartupAPI()
22:59 <slalecks>   File "/usr/share/virt-manager/virtManager/dbusapi.py", line 105, in __init__
22:59 <slalecks>     self._proxy = self._init_dbus()
22:59 <slalecks>   File "/usr/share/virt-manager/virtManager/dbusapi.py", line 118, in _init_dbus
22:59 <slalecks>     "org.freedesktop.DBus")
22:59 <slalecks> TypeError: new_sync() takes exactly 7 arguments (6 given)

This may be fixable, but there's nothing immediately obvious on a web search
and I don't have a lot of time right now to investigate, so we'll revert.
This works fine on a -current system for sure, for what that's worth.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2015-12-05 07:58:25 +07:00
..
Add-Slackware-to-OS-choices.patch
doinst.sh
README
slack-desc
virt-manager.info system/virt-manager: Reverted to version 1.2.1. 2015-12-05 07:58:25 +07:00
virt-manager.SlackBuild system/virt-manager: Reverted to version 1.2.1. 2015-12-05 07:58:25 +07:00

virt-manager is a gtk interface that connects to libvirt.

If you have networking problems, make sure you have the tun module loaded.

To run virt-manager as a normal user, you need to configure libvirt
to have the correct permissions.  Uncomment the unix_sock_group and
unix_sock_rw_perms in /etc/libvirt/libvirtd.conf and add the user to the
group libvirt uses.

If you have python3 installed at build-time, this probably won't work,
so you'll need to temporarily uninstall python3 for the build process.