Re: [virt-tools-list] nagios-virt-0.2.0 - can't compile

2013-06-27 Thread Richard W.M. Jones
On Thu, Jun 27, 2013 at 05:17:29PM +1000, Alex W Harvey wrote: > Hi Richard, > > Thanks for your work in making free software. > > I've been looking at using your nagios-virt and can't seem to get it to > compile. Although not a C programmer, I feel it may be a bug. And after > googling all d

Re: [virt-tools-list] [PATCH 3/3] details: Add auto USB redirection support in console viewer

2013-06-27 Thread Hans de Goede
Hi, On 06/27/2013 05:25 AM, Guannan Ren wrote: On 06/27/2013 02:51 AM, Leonardo Augusto GuimarĂ£es Garcia wrote: Yeah, I reported a upstream bug about the issues which can affect the code in this patch. https://www.redhat.com/archives/virt-tools-list/2013-June/msg00159.html such as, Spice

[virt-tools-list] Richard F Dawson is working away from the office or on leave

2013-06-27 Thread richard . f . dawson
I will be out of the office starting 26/06/2013 and will not return until 28/06/2013. I will be out of the office on Wednesday and sporadically checking my emails. I am on leave Thursday. If there is anything urgent then please contact lynne.bougo...@ba.com Thanks - Richard Dawson -- This mes

[virt-tools-list] forgot "open virtual console" password

2013-06-27 Thread cwo
Hi @all, short description of our situation. We have taken over an old installation of a red hat server with a kwm-virtualization-environment. Thera are severals vm running without any problems. We have root-access to the kvm-host-system and the vm-systems. But: We are using the virt-manager

Re: [virt-tools-list] [libvirt-users] virt-manager 0.10.0 gentoo bug on start?

2013-06-27 Thread Cole Robinson
On 06/27/2013 11:59 AM, Marko Weber | ZBF wrote: > > hello i installed virt-manager 0.10.0 on gentoo. > > on start i get: > > Fehler beim Starten des Virtual Machine Managers: cannot import name > SpiceClientGtk > > Traceback (most recent call last): > File "/usr/share/virt-manager/virt-manag

Re: [virt-tools-list] forgot "open virtual console" password

2013-06-27 Thread Cole Robinson
On 06/27/2013 08:06 AM, c...@dainst.de wrote: > Hi @all, > > short description of our situation. We have taken over an old installation of > a red hat server with a kwm-virtualization-environment. Thera are severals vm > running without any problems. We have root-access to the kvm-host-system and

Re: [virt-tools-list] [PATCH 0/2] add USB redirection support in virt-manager

2013-06-27 Thread Hans de Goede
Hi, On 06/26/2013 05:16 PM, Guannan Ren wrote: Second issue: In virt-viewer, virt_viewer_session_spice_has_usb returns False always, in my testing, it seems that the usbredir channel is created later than calling main channel. So the Select USB devices to redirect option in virt-viewer is

[virt-tools-list] [PATCH] usbredir: Don't depend on channel ordering

2013-06-27 Thread Hans de Goede
Before this patch-set virt-viewer was calling spice_session_has_channel_type( session, SPICE_CHANNEL_USBREDIR) from the session-initialized signal handler, So as soon as the display channel gets added to the session, the check was done. This causes the check to return FALSE for usbredir capable vm

Re: [virt-tools-list] [PATCH] usbredir: Don't depend on channel ordering

2013-06-27 Thread Marc-André Lureau
Is there a bug for that? Are you adding dynamic usbredir channels? ack - Mensaje original - > Before this patch-set virt-viewer was calling spice_session_has_channel_type( > session, SPICE_CHANNEL_USBREDIR) from the session-initialized signal handler, > > So as soon as the display channe

Re: [virt-tools-list] [virt-manager PATCH v2 0/4] Add support for TPM passthrough

2013-06-27 Thread Stefan Berger
On 06/26/2013 07:48 PM, Cole Robinson wrote: On 06/25/2013 09:45 PM, Stefan Berger wrote: Add support for the QEMU TPM passthrough device that is supported by libvirt: http://libvirt.org/formatdomain.html#elementsTpm I added the choice of the backend device even though only one backend type (p

Re: [virt-tools-list] [libvirt-users] virt-manager 0.10.0 gentoo bug on start?

2013-06-27 Thread Doug Goldstein
On Thu, Jun 27, 2013 at 11:54 AM, Cole Robinson wrote: > On 06/27/2013 11:59 AM, Marko Weber | ZBF wrote: > > > > hello i installed virt-manager 0.10.0 on gentoo. > > > > on start i get: > > > > Fehler beim Starten des Virtual Machine Managers: cannot import name > > SpiceClientGtk > > > > Traceb