search for: feeliwood

Displaying 6 results from an estimated 6 matches for "feeliwood".

2012 Mar 25
3
trouble compiling libguestfs 1.17.21
I downloaded the libguestfs-1.17.21.tar.gz? tarball from www.libguestfs.org I tried to compile the package but I got this error in "make" step: virt_df-domains.o: In function `add_domain': /home/feeliwood/Downloads/libguestfs-1.17.21/df/domains.c:274: undefined reference to `guestfs___for_each_disk' collect2: ld returned 1 exit status make[2]: *** [virt-df] Error 1 make[2]: Leaving directory `/home/feeliwood/Downloads/libguestfs-1.17.21/df' make[1]: *** [all-recursive] Error 1 make[1]: Leavi...
2012 Mar 07
1
copy file from host to live guest (speed)
On Wed, Mar 07, 2012 at 05:57:45AM -0800, THO HUYNH wrote: > I tried to copy file from host to the running guest after I had > mounted the guest but it`s seemed slow. The speed is about 6-8 > MB/s. I thought it would be the same with real hard drive (about > 20MB/s). Is this using 'guestmount --live'? Unfortunately FUSE is inefficient, particularly the way we implement it in
2012 Mar 04
1
can`t start guestfsd daemon inside guest
...gt;restart</on_reboot> ? <on_crash>restart</on_crash> ? <devices> ??? <emulator>/usr/bin/qemu-kvm</emulator> ??? <disk type='file' device='disk'> ????? <driver name='qemu' type='qcow2'/> ????? <source file='/home/feeliwood/VMs/Fedora16Mini/Fedora16Mini.qcow2'/> ????? <target dev='vda' bus='virtio'/> ????? <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> ??? </disk> ??? <interface type='network'> ?...
2012 Mar 08
2
mounting using guestfish
[Please remember to post all questions on the mailing list] On Thu, Mar 08, 2012 at 09:41:19PM +0700, Tho Huynh wrote: > Can I mount the guest's file system into a folder/path (mountpoint) > in the host machine using guestfish? No, but you don't need to. > And accessing that folder equal to accessing the guest's file > system. What I'm trying to do is to copy a file
2012 Mar 31
1
modifying open_guest function (copy_over.c)
It works, but I should delete if (guestfs_umount_all (destg) == -1) ??? exit (EXIT_FAILURE); inmain() function and /* Clean up. */ ? if (guestfs_umount_all (srcg) == -1) { ??? pthread_cancel (threaddata->mainthread); ??? exit (EXIT_FAILURE); ? } in the start_scrthread() function or it will return an error after the program finish: libguestfs: error: umount_all: umount:
2012 May 10
1
get virtual machine`s ip address
I`ve tried to install virt-ifconfig as well as virt-tools but failed. Is there a tool that can list all running virtual machines`s ip address like virt-ifconfig ? I`m using Fedora 16. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libguestfs/attachments/20120510/2a39ad79/attachment.htm>