Re: [Libguestfs] Virt-v2v conversion issue

2014-09-27 Thread Richard W.M. Jones
On Sat, Sep 27, 2014 at 10:44:42AM +, VONDRA Alain wrote: > Hi, > Now with the new libguestfs-1.27.55-1.1 I have this new issue : > > libguestfs: trace: is_file = 0 > libguestfs: trace: is_file "/freedos/freedos.ico" > libguestfs: trace: is_file = 0 > libguestfs: trace: is_file "/boot/loader.r

Re: [Libguestfs] Virt-v2v conversion issue

2014-09-27 Thread VONDRA Alain
Hi, Now with the new libguestfs-1.27.55-1.1 I have this new issue : libguestfs: trace: is_file = 0 libguestfs: trace: is_file "/freedos/freedos.ico" libguestfs: trace: is_file = 0 libguestfs: trace: is_file "/boot/loader.rc" libguestfs: trace: is_file = 0 libguestfs: trace: umount_all libguestfs:

[Libguestfs] Bash bug

2014-09-27 Thread Richard W.M. Jones
I don't really consider these to be bugs in libguestfs, but a few places are affected by the infamous bash bug. * virt-edit passes the '-e' script to Perl using an environment variable, and runs Perl using the shell, so: $ virt-edit -a /tmp/fedora-20.img /etc/motd -e '() { :; } ; echo hello'