[Libguestfs] can`t start guestfsd daemon inside guest

Richard W.M. Jones rjones at redhat.com
Sun Mar 4 10:09:46 UTC 2012


On Sat, Mar 03, 2012 at 06:13:48PM -0800, THO HUYNH wrote:
> <channel type='unix'> <source mode='bind'path='/var/lib/libvirt/qemu/FedoraMini16.libguestfs' /> <target type='virtio'name='org.libguestfs.channel.0'/> </channel>  </devices>

> but whenever I restart the guest with virt-manager, the clause that
> I added was deleted.  could you help me please !!!

As you've pasted it above, the clause is wrong.  It is missing
spaces in important places (eg. mode='bind'path should be mode='bind' path)

Start with this simple example:

       <channel type='unix'>
         <source mode='bind' path='/tmp/socket'/>
         <target type='virtio' name='org.libguestfs.channel.0'/>
       </channel>

Make sure you copy it accurately.

Use 'virsh edit <Guest>' to edit the guest XML, and
'virsh domxml <Guest>' to check that the clause you tried to
add is present.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming blog: http://rwmj.wordpress.com
Fedora now supports 80 OCaml packages (the OPEN alternative to F#)
http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora




More information about the Libguestfs mailing list