Description of problem: ><fs> add-drive ~/my.img libguestfs: error: ~/my.img: No such file or directory This was reported by 'KVM' here: http://d.hatena.ne.jp/kvm/20090711/1247323823
A little man page digging threw up wordexp(3).
Using wordexp or glob is more complicated because you would have to prevent it from expanding other globs (eg '*') in the path. This patch takes a more direct approach using getpwent: http://git.et.redhat.com/?p=libguestfs.git;a=commitdiff;h=9449b0fce4145a56df9d43169d61e8b2c4e41b09
libguestfs-1.0.64-2.el5 has been submitted as an update for Fedora EPEL 5. http://admin.fedoraproject.org/updates/libguestfs-1.0.64-2.el5
libguestfs-1.0.64-3.el5 has been submitted as an update for Fedora EPEL 5. http://admin.fedoraproject.org/updates/libguestfs-1.0.64-3.el5
libguestfs-1.0.65-2.el5 has been submitted as an update for Fedora EPEL 5. http://admin.fedoraproject.org/updates/libguestfs-1.0.65-2.el5
libguestfs-1.0.66-4.el5 has been submitted as an update for Fedora EPEL 5. http://admin.fedoraproject.org/updates/libguestfs-1.0.66-4.el5
libguestfs-1.0.67-1.el5 has been submitted as an update for Fedora EPEL 5. http://admin.fedoraproject.org/updates/libguestfs-1.0.67-1.el5
libguestfs-1.0.65-2.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report.
libguestfs-1.0.68-5.el5 has been submitted as an update for Fedora EPEL 5. http://admin.fedoraproject.org/updates/libguestfs-1.0.68-5.el5
libguestfs-1.0.68-5.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report.
Long fixed upstream: ><fs> add ~/disk.img ><fs>