[ovirt-users] virsh athentification failure Users Digest Users Digest, Vol 51, Issue 35

Jean-Pierre Ribeauville jpribeauville at axway.com
Fri Dec 4 19:02:01 UTC 2015


Hi,

I got a lot of good advices to fix my issue.

Thanks to all .


Regards,

J.P.

-----Message d'origine-----
De : users-bounces at ovirt.org [mailto:users-bounces at ovirt.org] De la part de users-request at ovirt.org
Envoyé : vendredi 4 décembre 2015 17:11
À : users at ovirt.org
Objet : Users Digest, Vol 51, Issue 35

Send Users mailing list submissions to
	users at ovirt.org

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.ovirt.org/mailman/listinfo/users
or, via email, send a message with subject or body 'help' to
	users-request at ovirt.org

You can reach the person managing the list at
	users-owner at ovirt.org

When replying, please edit your Subject line so it is more specific than "Re: Contents of Users digest..."


Today's Topics:

   1. Re:  [libvirt-users] virsh athentification failure
      (Daniel P. Berrange)
   2.  RE : virsh athentification failure   Users Digest,	Vol 51,
      Issue 34 (Jean-Pierre Ribeauville)
   3. Re:  Virt-v2v import issue (Michal Skrivanek)
   4. Re:  Migration from VirtualBox to oVirt (do's and	don'ts)
      (Michal Skrivanek)
   5. Re:  Virt-v2v import issue (Budur Nagaraju)
   6. Re:  [libvirt-users] virsh athentification failure
      (Michal Skrivanek)
   7. Re:  virsh athentification failure   Users Digest,	Vol 51,
      Issue 34 (Michal Skrivanek)


----------------------------------------------------------------------

Message: 1
Date: Fri, 4 Dec 2015 15:26:04 +0000
From: "Daniel P. Berrange" <berrange at redhat.com>
To: Jean-Pierre Ribeauville <jpribeauville at axway.com>
Cc: "libvirt-users at redhat.com" <libvirt-users at redhat.com>,
	"users at ovirt.org" <users at ovirt.org>
Subject: Re: [ovirt-users] [libvirt-users] virsh athentification
	failure
Message-ID: <20151204152604.GE18045 at redhat.com>
Content-Type: text/plain; charset=utf-8

On Fri, Dec 04, 2015 at 03:18:19PM +0000, Jean-Pierre Ribeauville wrote:
> Hi,
> 
> I wrote a C program running in a KVM host.
> Part of it adds a Unix Channel device in all Guests in order to  have a dialog from Host to Guest.
> As long as my host wasn't part of an Ovirt cluster , all was running fine.
> 
> 
> I added my host in a ovirt cluster , and then , when running the script creating the channel device  ( by  using  "virsh attach-device  --persistent -live ....." ) , I got following error :
> 
> Please enter your authentication name:
> Please enter your password:
> error: failed to connect to the hypervisor
> error: no valid connection
> error: authentication failed: Failed to step SASL negotiation: -1 
> (SASL(-1): generic failure: All-whitespace username.)
> 
> 
> What's the user/password I've to use then ?

When you attach a compute node to oVirt, it sets up auth with libvirt to prevent admins from connecting to libvirt. If you want to oiverride that you need to create yourself a SASL user + password using the
saslpasswd2 command eg see

http://libvirt.org/auth.html#ACL_server_username

Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|


------------------------------

Message: 2
Date: Fri, 4 Dec 2015 15:42:20 +0000
From: Jean-Pierre Ribeauville <jpribeauville at axway.com>
To: "users at ovirt.org" <users at ovirt.org>
Subject: [ovirt-users] RE : virsh athentification failure   Users
	Digest,	Vol 51, Issue 34
Message-ID:
	<1051EFB4D3A1704680C38CCAAC5836D2929DC391 at WPTXMAIL2.ptx.axway.int>
Content-Type: text/plain; charset="iso-8859-1"

Hi,

AFA IUnderstand , /var/lib/libvirt/qemu/channels/ad1a8b0e-f8b6-4038-be3d-275f38e66eb3.org.qemu.guest_agent.0  is a  channel used for QEMU agent , so no way to use it for private purpose.

J.P.

-----Message d'origine-----
De?: users-bounces at ovirt.org [mailto:users-bounces at ovirt.org] De la part de users-request at ovirt.org
Envoy??: vendredi 4 d?cembre 2015 16:24
??: users at ovirt.org
Objet?: Users Digest, Vol 51, Issue 34

Send Users mailing list submissions to
	users at ovirt.org

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.ovirt.org/mailman/listinfo/users
or, via email, send a message with subject or body 'help' to
	users-request at ovirt.org

You can reach the person managing the list at
	users-owner at ovirt.org

When replying, please edit your Subject line so it is more specific than "Re: Contents of Users digest..."


Today's Topics:

   1.  virsh athentification failure (Jean-Pierre Ribeauville)
   2. Re:  virsh athentification failure (Nathana?l Blanchet)
   3. Re:  virsh athentification failure (Nathana?l Blanchet)


----------------------------------------------------------------------

Message: 1
Date: Fri, 4 Dec 2015 15:18:19 +0000
From: Jean-Pierre Ribeauville <jpribeauville at axway.com>
To: "users at ovirt.org" <users at ovirt.org>
Cc: "libvirt-users at redhat.com" <libvirt-users at redhat.com>
Subject: [ovirt-users] virsh athentification failure
Message-ID:
	<1051EFB4D3A1704680C38CCAAC5836D2929DC35C at WPTXMAIL2.ptx.axway.int>
Content-Type: text/plain; charset="iso-8859-1"

Hi,

I wrote a C program running in a KVM host.
Part of it adds a Unix Channel device in all Guests in order to  have a dialog from Host to Guest.
As long as my host wasn't part of an Ovirt cluster , all was running fine.


I added my host in a ovirt cluster , and then , when running the script creating the channel device  ( by  using  "virsh attach-device  --persistent -live ....." ) , I got following error :

Please enter your authentication name:
Please enter your password:
error: failed to connect to the hypervisor
error: no valid connection
error: authentication failed: Failed to step SASL negotiation: -1 (SASL(-1): generic failure: All-whitespace username.)


What's the user/password I've to use then ?


BTW , I've seen that following channel device was  added to the Guest at its creation :

/var/lib/libvirt/qemu/channels/ad1a8b0e-f8b6-4038-be3d-275f38e66eb3.org.qemu.guest_agent.0

What's used for ?
I presume I cannot use for my private purpose ?

I sent this topic to ovirt  and libvirt mailing lists , cos I don't know which forum is the right one for this kind of subject.


Thanks for help.

Regards,


J.P. Ribeauville


P: +33.(0).1.47.17.20.49
.
Puteaux 3 Etage 5  Bureau 4

jpribeauville at axway.com<mailto:jpribeauville at axway.com>
http://www.axway.com<http://www.axway.com/>



P Pensez ? l'environnement avant d'imprimer.



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ovirt.org/pipermail/users/attachments/20151204/fc15458a/attachment-0001.html>

------------------------------

Message: 2
Date: Fri, 4 Dec 2015 16:22:31 +0100
From: Nathana?l Blanchet <blanchet at abes.fr>
Cc: "users at ovirt.org" <users at ovirt.org>
Subject: Re: [ovirt-users] virsh athentification failure
Message-ID: <5661AFB7.904 at abes.fr>
Content-Type: text/plain; charset="windows-1252"; Format="flowed"



Le 04/12/2015 16:21, Nathana?l Blanchet a ?crit :
> user:vdsm at ovirt
> pass:shibboleth
>
> Le 04/12/2015 16:18, Jean-Pierre Ribeauville a ?crit :
>>
>> Hi,
>>
>> I wrote a C program running in a KVM host.
>>
>> Part of it adds a Unix Channel device in all Guests in order to  have 
>> a dialog from Host to Guest.
>>
>> As long as my host wasn?t part of an Ovirt cluster , all was running 
>> fine.
>>
>> I added my host in a ovirt cluster , and then , when running the 
>> script creating the channel device  ( by  using  ?virsh attach-device 
>> --persistent ?live ?..? ) , I got following error :
>>
>> /Please enter your authentication name:/
>>
>> /Please enter your password:/
>>
>> /error: failed to connect to the hypervisor/
>>
>> /error: no valid connection/
>>
>> /error: authentication failed: Failed to step SASL negotiation: -1
>> (SASL(-1): generic failure: All-whitespace username.)/
>>
>> //
>>
>> //
>>
>> What?s the user/password I?ve to use then ?
>>
>> //
>>
>> //
>>
>> BTW , I?ve seen that following channel device was  added to the Guest 
>> at its creation :
>>
>> //var/lib/libvirt/qemu/channels/ad1a8b0e-f8b6-4038-be3d-275f38e66eb3.
>> org.qemu.guest_agent.0/
>>
>> What?s used for ?
>>
>> I presume I cannot use for my private purpose ?
>>
>> //
>>
>> I sent this topic to ovirt  and libvirt mailing lists , cos I don?t 
>> know which forum is the right one for this kind of subject.
>>
>> //
>>
>> Thanks for help.
>>
>> Regards,
>>
>> **
>>
>> *J.P. Ribeauville*
>>
>> P: +33.(0).1.47.17.20.49
>>
>> .
>>
>> Puteaux 3 Etage 5  Bureau 4
>>
>> _jpribeauville at axway.com <mailto:jpribeauville at axway.com>__
>> _<http://www.axway.com/>http://www.axway.com
>>
>> P Pensez ? l?environnement avant d?imprimer.
>>
>>
>>
>> _______________________________________________
>> Users mailing list
>> Users at ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>
> --
> Nathana?l Blanchet
>
> Supervision r?seau
> P?le Infrastrutures Informatiques
> 227 avenue Professeur-Jean-Louis-Viala
> 34193 MONTPELLIER CEDEX 5 	
> T?l. 33 (0)4 67 54 84 55
> Fax  33 (0)4 67 54 84 14
> blanchet at abes.fr

--
Nathana?l Blanchet

Supervision r?seau
P?le Infrastrutures Informatiques
227 avenue Professeur-Jean-Louis-Viala
34193 MONTPELLIER CEDEX 5 	
T?l. 33 (0)4 67 54 84 55
Fax  33 (0)4 67 54 84 14
blanchet at abes.fr

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ovirt.org/pipermail/users/attachments/20151204/8fc88960/attachment-0001.html>

------------------------------

Message: 3
Date: Fri, 4 Dec 2015 16:24:24 +0100
From: Nathana?l Blanchet <blanchet at abes.fr>
To: users at ovirt.org
Subject: Re: [ovirt-users] virsh athentification failure
Message-ID: <5661B028.2070508 at abes.fr>
Content-Type: text/plain; charset="windows-1252"; Format="flowed"

and vdsm at rhev with the same password for rhev

Le 04/12/2015 16:18, Jean-Pierre Ribeauville a ?crit :
>
> Hi,
>
> I wrote a C program running in a KVM host.
>
> Part of it adds a Unix Channel device in all Guests in order to  have 
> a dialog from Host to Guest.
>
> As long as my host wasn?t part of an Ovirt cluster , all was running fine.
>
> I added my host in a ovirt cluster , and then , when running the 
> script creating the channel device  ( by  using  ?virsh attach-device 
> --persistent ?live ?..? ) , I got following error :
>
> /Please enter your authentication name:/
>
> /Please enter your password:/
>
> /error: failed to connect to the hypervisor/
>
> /error: no valid connection/
>
> /error: authentication failed: Failed to step SASL negotiation: -1
> (SASL(-1): generic failure: All-whitespace username.)/
>
> //
>
> //
>
> What?s the user/password I?ve to use then ?
>
> //
>
> //
>
> BTW , I?ve seen that following channel device was  added to the Guest 
> at its creation :
>
> //var/lib/libvirt/qemu/channels/ad1a8b0e-f8b6-4038-be3d-275f38e66eb3.o
> rg.qemu.guest_agent.0/
>
> What?s used for ?
>
> I presume I cannot use for my private purpose ?
>
> //
>
> I sent this topic to ovirt  and libvirt mailing lists , cos I don?t 
> know which forum is the right one for this kind of subject.
>
> //
>
> Thanks for help.
>
> Regards,
>
> **
>
> *J.P. Ribeauville*
>
> P: +33.(0).1.47.17.20.49
>
> .
>
> Puteaux 3 Etage 5  Bureau 4
>
> _jpribeauville at axway.com <mailto:jpribeauville at axway.com>__
> _http://www.axway.com <http://www.axway.com/>
>
> P Pensez ? l?environnement avant d?imprimer.
>
>
>
> _______________________________________________
> Users mailing list
> Users at ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users

--
Nathana?l Blanchet

Supervision r?seau
P?le Infrastrutures Informatiques
227 avenue Professeur-Jean-Louis-Viala
34193 MONTPELLIER CEDEX 5 	
T?l. 33 (0)4 67 54 84 55
Fax  33 (0)4 67 54 84 14
blanchet at abes.fr

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ovirt.org/pipermail/users/attachments/20151204/44deb15b/attachment.html>

------------------------------

_______________________________________________
Users mailing list
Users at ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


End of Users Digest, Vol 51, Issue 34
*************************************


------------------------------

Message: 3
Date: Fri, 4 Dec 2015 17:00:23 +0100
From: Michal Skrivanek <michal.skrivanek at redhat.com>
To: Budur Nagaraju <nbudoor at gmail.com>
Cc: users <users at ovirt.org>
Subject: Re: [ovirt-users] Virt-v2v import issue
Message-ID: <EFCA94B6-6486-454A-9D82-C8CF9A8847AA at redhat.com>
Content-Type: text/plain; charset=us-ascii


> On 04 Dec 2015, at 12:15, Budur Nagaraju <nbudoor at gmail.com> wrote:
> 
> Hi
> 
> I have converted win2k3 which was deployed in vmware esxi to oVirt by using "v2v" tool ,imported successfully after powering on unable to get the login prompt getting stuck at "windows is starting".
> 
> can someone help me in this issue ?

how does the VM look like - what devices does it have (disks, graphics)?
does it boot in safe mode?
Is the OS type in Edit VM dialog set correctly?

Thanks,
michal

> 
> Thanks,
> Nagaraju
> 
> 
> 
> _______________________________________________
> Users mailing list
> Users at ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users



------------------------------

Message: 4
Date: Fri, 4 Dec 2015 17:03:25 +0100
From: Michal Skrivanek <michal.skrivanek at redhat.com>
To: awels at redhat.com
Cc: users at ovirt.org
Subject: Re: [ovirt-users] Migration from VirtualBox to oVirt (do's
	and	don'ts)
Message-ID: <1CC86F58-9165-41DB-81A1-6CD4847BE489 at redhat.com>
Content-Type: text/plain; charset=utf-8


> On 04 Dec 2015, at 14:16, Alexander Wels <awels at redhat.com> wrote:
> 
> On Friday, December 04, 2015 03:03:25 PM Kiril L wrote:
>> As it seems a new server will have to be deployed soon. There is 
>> almost no budget and i cannot afford more then one machine.
>> 
>> Because of that i was wondering if it would be possible to use 
>> VirtualBox (for now) and later migrate to oVirt (when I manage to get 
>> a permission)?
>> 
> 
> Any particular reason you want to use virtual box? Why not do KVM with 
> virt manager. That should be a painless conversion to oVirt since the 
> format is the same.

Let alone there is much less overhead if the machine specs is not that great and there are no other hosts available

Either way, importing KVM/libvirt VMs are currently a bit cumbersome (3.6 supports v2v from VMware only), but doable with few workarounds, and it?s certainly safer than VMware or VirtuaBox

> 
>> I was wondering is there something that i have to do (when setting up 
>> the VM) in order to migrate at some point to oVirt?
>> _______________________________________________
>> Users mailing list
>> Users at ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
> 
> _______________________________________________
> Users mailing list
> Users at ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users



------------------------------

Message: 5
Date: Fri, 4 Dec 2015 21:35:20 +0530
From: Budur Nagaraju <nbudoor at gmail.com>
To: Michal Skrivanek <michal.skrivanek at redhat.com>
Cc: users <users at ovirt.org>
Subject: Re: [ovirt-users] Virt-v2v import issue
Message-ID:
	<CAHNF9Q9uSD=27OA1xR9iQ_GcNGDyOYtVM9NJu2aGXh1xdThrrQ at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Disk is ide
Graphics is spice
Is type is win2k3

Does't goes to safe mode.

-Nagaraju
On Dec 4, 2015 9:30 PM, "Michal Skrivanek" <michal.skrivanek at redhat.com>
wrote:

>
> > On 04 Dec 2015, at 12:15, Budur Nagaraju <nbudoor at gmail.com> wrote:
> >
> > Hi
> >
> > I have converted win2k3 which was deployed in vmware esxi to oVirt 
> > by
> using "v2v" tool ,imported successfully after powering on unable to 
> get the login prompt getting stuck at "windows is starting".
> >
> > can someone help me in this issue ?
>
> how does the VM look like - what devices does it have (disks, graphics)?
> does it boot in safe mode?
> Is the OS type in Edit VM dialog set correctly?
>
> Thanks,
> michal
>
> >
> > Thanks,
> > Nagaraju
> >
> >
> >
> > _______________________________________________
> > Users mailing list
> > Users at ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ovirt.org/pipermail/users/attachments/20151204/45817665/attachment-0001.html>

------------------------------

Message: 6
Date: Fri, 4 Dec 2015 17:09:25 +0100
From: Michal Skrivanek <michal.skrivanek at redhat.com>
To: Jean-Pierre Ribeauville <jpribeauville at axway.com>
Cc: "libvirt-users at redhat.com" <libvirt-users at redhat.com>,
	"users at ovirt.org" <users at ovirt.org>
Subject: Re: [ovirt-users] [libvirt-users] virsh athentification
	failure
Message-ID: <5E74B5CF-0D6A-4544-B105-48C068E66F2E at redhat.com>
Content-Type: text/plain; charset=utf-8


> On 04 Dec 2015, at 16:26, Daniel P. Berrange <berrange at redhat.com> wrote:
> 
> On Fri, Dec 04, 2015 at 03:18:19PM +0000, Jean-Pierre Ribeauville wrote:
>> Hi,
>> 
>> I wrote a C program running in a KVM host.
>> Part of it adds a Unix Channel device in all Guests in order to  have a dialog from Host to Guest.

are you adding it later, when the VM is running? Is it a requirement to do it this way?
You can use oVirt vdsm hook[1] to inject custom snippet to libvirt?s xml on VM startup and add any channel you want. 
It would also allow you to pass arbitrary parameters from oVirt UI, should you ever need them.

Thanks,
michal

[1] http://www.ovirt.org/VDSM-Hooks

>> As long as my host wasn't part of an Ovirt cluster , all was running fine.
>> 
>> 
>> I added my host in a ovirt cluster , and then , when running the script creating the channel device  ( by  using  "virsh attach-device  --persistent -live ....." ) , I got following error :
>> 
>> Please enter your authentication name:
>> Please enter your password:
>> error: failed to connect to the hypervisor
>> error: no valid connection
>> error: authentication failed: Failed to step SASL negotiation: -1 
>> (SASL(-1): generic failure: All-whitespace username.)
>> 
>> 
>> What's the user/password I've to use then ?
> 
> When you attach a compute node to oVirt, it sets up auth with libvirt 
> to prevent admins from connecting to libvirt. If you want to oiverride 
> that you need to create yourself a SASL user + password using the
> saslpasswd2 command eg see
> 
> http://libvirt.org/auth.html#ACL_server_username
> 
> Regards,
> Daniel
> --
> |: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
> |: http://libvirt.org              -o-             http://virt-manager.org :|
> |: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
> |: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|
> _______________________________________________
> Users mailing list
> Users at ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
> 
> 



------------------------------

Message: 7
Date: Fri, 4 Dec 2015 17:10:56 +0100
From: Michal Skrivanek <michal.skrivanek at redhat.com>
To: Jean-Pierre Ribeauville <jpribeauville at axway.com>
Cc: "users at ovirt.org" <users at ovirt.org>
Subject: Re: [ovirt-users] virsh athentification failure   Users
	Digest,	Vol 51, Issue 34
Message-ID: <094DD9E6-E727-4C59-9BDF-FB47D167135F at redhat.com>
Content-Type: text/plain; charset=utf-8


> On 04 Dec 2015, at 16:42, Jean-Pierre Ribeauville <jpribeauville at axway.com> wrote:
> 
> Hi,
> 
> AFA IUnderstand , 
> /var/lib/libvirt/qemu/channels/ad1a8b0e-f8b6-4038-be3d-275f38e66eb3.org.qemu.guest_agent.0  is a channel used for QEMU agent , so no way to use it for private purpose.

no, it?s occupied by qemu-ga
even if you don?t start the guest process occupying it you would likely be interfering with libvirt?s internal functionality?..create your own and you can do whatever you want:)

> 
> J.P.
> 
> -----Message d'origine-----
> De : users-bounces at ovirt.org [mailto:users-bounces at ovirt.org] De la 
> part de users-request at ovirt.org Envoy? : vendredi 4 d?cembre 2015 
> 16:24 ? : users at ovirt.org Objet : Users Digest, Vol 51, Issue 34
> 
> Send Users mailing list submissions to
> 	users at ovirt.org
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://lists.ovirt.org/mailman/listinfo/users
> or, via email, send a message with subject or body 'help' to
> 	users-request at ovirt.org
> 
> You can reach the person managing the list at
> 	users-owner at ovirt.org
> 
> When replying, please edit your Subject line so it is more specific than "Re: Contents of Users digest..."
> 
> 
> Today's Topics:
> 
>   1.  virsh athentification failure (Jean-Pierre Ribeauville)
>   2. Re:  virsh athentification failure (Nathana?l Blanchet)
>   3. Re:  virsh athentification failure (Nathana?l Blanchet)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Fri, 4 Dec 2015 15:18:19 +0000
> From: Jean-Pierre Ribeauville <jpribeauville at axway.com>
> To: "users at ovirt.org" <users at ovirt.org>
> Cc: "libvirt-users at redhat.com" <libvirt-users at redhat.com>
> Subject: [ovirt-users] virsh athentification failure
> Message-ID:
> 	<1051EFB4D3A1704680C38CCAAC5836D2929DC35C at WPTXMAIL2.ptx.axway.int>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> Hi,
> 
> I wrote a C program running in a KVM host.
> Part of it adds a Unix Channel device in all Guests in order to  have a dialog from Host to Guest.
> As long as my host wasn't part of an Ovirt cluster , all was running fine.
> 
> 
> I added my host in a ovirt cluster , and then , when running the script creating the channel device  ( by  using  "virsh attach-device  --persistent -live ....." ) , I got following error :
> 
> Please enter your authentication name:
> Please enter your password:
> error: failed to connect to the hypervisor
> error: no valid connection
> error: authentication failed: Failed to step SASL negotiation: -1 
> (SASL(-1): generic failure: All-whitespace username.)
> 
> 
> What's the user/password I've to use then ?
> 
> 
> BTW , I've seen that following channel device was  added to the Guest at its creation :
> 
> /var/lib/libvirt/qemu/channels/ad1a8b0e-f8b6-4038-be3d-275f38e66eb3.or
> g.qemu.guest_agent.0
> 
> What's used for ?
> I presume I cannot use for my private purpose ?
> 
> I sent this topic to ovirt  and libvirt mailing lists , cos I don't know which forum is the right one for this kind of subject.
> 
> 
> Thanks for help.
> 
> Regards,
> 
> 
> J.P. Ribeauville
> 
> 
> P: +33.(0).1.47.17.20.49



------------------------------

_______________________________________________
Users mailing list
Users at ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


End of Users Digest, Vol 51, Issue 35
*************************************



More information about the Users mailing list