[Bug 735519] New: virt-manager problems
https://bugzilla.novell.com/show_bug.cgi?id=735519 https://bugzilla.novell.com/show_bug.cgi?id=735519#c0 Summary: virt-manager problems Classification: openSUSE Product: openSUSE 12.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Kernel AssignedTo: kernel-maintainers@forge.provo.novell.com ReportedBy: psankar@novell.com QAContact: qa@suse.de Found By: --- Blocker: --- I could not find virt-manager in the Applications list. I tried launching it from terminal. I got an error saying that it needed root privileges. I tried launching sudo virt-manager from terminal. I got an error saying that dbus session does not exist (why is dbus needed anyway ?) I tried launching from a root shell (instead of a sudo), I get an error popup: Error launching manager: Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/engine.py", line 840, in _do_show_create create = vmmCreate(virtman=True,key=0) File "/usr/lib/python2.7/site-packages/vminstall/gtk/interface.py", line 128, in __init__ vminstall.options.calculate(options, defaults) File "/usr/lib/python2.7/site-packages/vminstall/options.py", line 392, in calculate defaults.connect = libvirt_hypervisor.LibVirtHypervisor("qemu:///system") File "/usr/lib/python2.7/site-packages/vminstall/libvirt_hypervisor.py", line 59, in __init__ self.virConn = libvirt.openReadOnly(self.uri) File "/usr/lib/python2.7/site-packages/libvirt.py", line 247, in openReadOnly if ret is None:raise libvirtError('virConnectOpenReadOnly() failed') libvirtError: Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory P.S: I could not find a Virtualization or KVM component, so I am filing this under Kernel, please re-assign to any valid component. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=735519 https://bugzilla.novell.com/show_bug.cgi?id=735519#c Jeff Mahoney <jeffm@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|kernel-maintainers@forge.pr |carnold@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=735519 https://bugzilla.novell.com/show_bug.cgi?id=735519#c1 Charles Arnold <carnold@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Component|Kernel |Xen InfoProvider| |psankar@novell.com AssignedTo|carnold@suse.com |jdouglas@suse.com --- Comment #1 from Charles Arnold <carnold@suse.com> 2012-03-26 16:00:14 UTC --- (In reply to comment #0)
I could not find virt-manager in the Applications list.
Assuming it has been installed, Applications -> System -> Virtualization -> Virtual Machine Manager
I tried launching it from terminal. I got an error saying that it needed root privileges.
When you do this, it prompts for the root password if it has been set up to auto connect to KVM (or Xen). If not set up that way, it just comes up in a 'Not Connected' state.
I tried launching sudo virt-manager from terminal. I got an error saying that dbus session does not exist (why is dbus needed anyway ?)
See http://virt-manager.org/dbusservice.html
I tried launching from a root shell (instead of a sudo), I get an error popup:
Error launching manager: Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory
Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/engine.py", line 840, in _do_show_create create = vmmCreate(virtman=True,key=0) File "/usr/lib/python2.7/site-packages/vminstall/gtk/interface.py", line 128, in __init__ vminstall.options.calculate(options, defaults) File "/usr/lib/python2.7/site-packages/vminstall/options.py", line 392, in calculate defaults.connect = libvirt_hypervisor.LibVirtHypervisor("qemu:///system") File "/usr/lib/python2.7/site-packages/vminstall/libvirt_hypervisor.py", line 59, in __init__ self.virConn = libvirt.openReadOnly(self.uri) File "/usr/lib/python2.7/site-packages/libvirt.py", line 247, in openReadOnly if ret is None:raise libvirtError('virConnectOpenReadOnly() failed') libvirtError: Failed to connect socket to '/var/run/libvirt/libvirt-sock-ro': No such file or directory
1. Make sure you have updated to the latest channel updates (libvirt, virt-manager, vm-install, kvm and xen if you are going to use xen). Running 'zypper up' should get everything. 2. Make sure libvirtd is running (rclibvirtd start if not)
P.S: I could not find a Virtualization or KVM component, so I am filing this under Kernel, please re-assign to any valid component.
I moved this to the Xen component even though you are using KVM. We need a KVM component and a Virtualization Tools component for 12.1 (and 12.2). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=735519 https://bugzilla.novell.com/show_bug.cgi?id=735519#c Charles Arnold <carnold@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |carnold@suse.com AssignedTo|jdouglas@suse.com |carnold@suse.com QAContact|qa-bugs@suse.de |jdouglas@suse.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=735519 https://bugzilla.novell.com/show_bug.cgi?id=735519#c2 --- Comment #2 from Charles Arnold <carnold@suse.com> 2012-04-03 17:17:21 UTC --- (In reply to comment #1)
1. Make sure you have updated to the latest channel updates (libvirt, virt-manager, vm-install, kvm and xen if you are going to use xen). Running 'zypper up' should get everything. 2. Make sure libvirtd is running (rclibvirtd start if not)
Any word on this? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=735519 https://bugzilla.novell.com/show_bug.cgi?id=735519#c3 Charles Arnold <carnold@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |CLOSED InfoProvider|psankar@novell.com | Resolution| |NORESPONSE --- Comment #3 from Charles Arnold <carnold@suse.com> 2012-04-13 14:24:39 UTC --- No response. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com