<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>hi Mr Rich.</span></div><div><span>I did it :)</span></div><div><span>I can mount, modify the file system on the running guest and the guest update properly :)</span></div><div><span>Although I still failed to run the guestfsd daemon inside the guest machine but everything worked properly. I don`t understand why. Can you explain?</span></div><div><span>By the way, I used guestmount to mount the running guest.<br></span></div><div><span>Thanks :)</span></div><div><br></div>  <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div dir="ltr"> <font face="Arial" size="2"> <hr size="1">  <b><span style="font-weight:bold;">From:</span></b> Richard W.M. Jones <rjones@redhat.com><br> <b><span
 style="font-weight: bold;">To:</span></b> THO HUYNH <feeliwood@yahoo.com> <br><b><span style="font-weight: bold;">Cc:</span></b> "libguestfs@redhat.com" <libguestfs@redhat.com> <br> <b><span style="font-weight: bold;">Sent:</span></b> Sunday, 4 March 2012, 17:09<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: can`t start guestfsd daemon inside guest<br> </font> </div> <br>On Sat, Mar 03, 2012 at 06:13:48PM -0800, THO HUYNH wrote:<br>> <channel type='unix'> <source mode='bind'path='/var/lib/libvirt/qemu/FedoraMini16.libguestfs' /> <target type='virtio'name='org.libguestfs.channel.0'/> </channel>  </devices><br><br>> but whenever I restart the guest with virt-manager, the clause that<br>> I added was deleted.  could you help me please !!!<br><br>As you've pasted it above, the clause is wrong.  It is missing<br>spaces in important places (eg. mode='bind'path should be
 mode='bind' path)<br><br>Start with this simple example:<br><br>       <channel type='unix'><br>         <source mode='bind' path='/tmp/socket'/><br>         <target type='virtio' name='org.libguestfs.channel.0'/><br>       </channel><br><br>Make sure you copy it accurately.<br><br>Use 'virsh edit <Guest>' to edit the guest XML, and<br>'virsh domxml <Guest>' to check that the clause you tried to<br>add is present.<br><br>Rich.<br><br>-- <br>Richard Jones, Virtualization Group, Red Hat <a href="http://people.redhat.com/%7Erjones" target="_blank">http://people.redhat.com/~rjones</a><br>Read my programming blog: <a href="http://rwmj.wordpress.com" target="_blank">http://rwmj.wordpress.com</a><br>Fedora now supports 80 OCaml packages (the OPEN alternative to F#)<br><a href="http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora"
 target="_blank">http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora</a><br><br><br> </div> </div>  </div></body></html>