search for: yufang

Displaying 10 results from an estimated 10 matches for "yufang".

Did you mean: yifang
2010 Apr 20
1
Error when compile libguestfs from source in Fedora-12
Hi all, I am trying to compile libguestfs from source in Fedora12, but failed with such error: cp: cannot stat `initramfs/fakeroot.log': No such file or directory make[2]: *** [../initramfs/fakeroot.log] Error 1 make[2]: Leaving directory `/home/yufang/Code/libguestfs/appliance' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/yufang/Code/libguestfs' make: *** [all] Error 2 I have installed all required packages listed in http://cvs.fedoraproject.org/viewvc/devel/libguestfs/libguestfs.spec?view=markup but still can...
2010 Apr 22
1
virtio is enabled by default in libguestfs?
...is 1.0.85. But for fedora-11(the latest version of libguestfs is 1.0.72), I could enable virtio only when I set it explicitly via config command. Thus it is not enabled by default on fedora-11. So I'd like to know on which situation virtio will be enabled automatically by libguestfs? Thanks. --Yufang
2010 Apr 28
1
vmdk support by libguestfs in RHEL and upstream
...sfully manage a vmdk image via guestfish(add -> run -> mkfs -> mount -> ...). But in RHEL6, for qemu-kvm can not boot with a vmdk image, libguestfs can not manage vmdk either. So is it true that vmdk is only supported by upstream libguestfs but not the version in RHEL6? Thanks. --Yufang
2010 Jun 02
1
Is zerofree or resize2fs applicable to ext4?
...However, I have tested these two commands in my Fedora 12 laptop, and it seems that both commands work well with ext4. So I don't quite understand why the help of these two commands only mention ext2/3. Is it a supported feature that these two commands work with ext4? Thanks. Best Regards. --Yufang
2011 Jul 29
1
Libguestfs tools to modify network configuration of windows guest image?
...provide some kind of tools via which we could modify network configuration of Windows guest image? It really makes sense if such tools exist, so that we could deploy several Windows guests from the same template image in a batch way automatically. Or do you have any hints to achieve this? Thanks. Yufang -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libguestfs/attachments/20110729/1d96643a/attachment.htm>
2010 Apr 23
1
guestfish 1.3.6 segfaults when you use the -a option ...
Version 1.3.7 corrects this, so don't use 1.3.6. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-df lists disk usage of guests without needing to install any software inside the virtual machine. Supports Linux and Windows. http://et.redhat.com/~rjones/virt-df/
2012 Jul 26
0
No /dev/tty device within LXC guest?
...libvirt, the guest could boot successfully. I could ping to guest, but can not ssh into the it. The secure log in the guest shows that this is due to lack of '/dev/tty' device: # tail /path/to/rootfs/of/container/var/log/secure Jul 27 04:25:25 xen2143v sshd[671]: Accepted password for zhangyufang from 10.0.0.1 port 34102 ssh2 Jul 27 04:25:25 xen2143v sshd[671]: pam_unix(sshd:session): session opened for user zhangyufang by (uid=0) Jul 27 04:25:25 xen2143v sshd[671]: pam_loginuid(sshd:session): set_loginuid failed *Jul 27 04:25:25 xen2143v sshd[671]: error: PAM: pam_open_session(): Cannot ma...
2010 Apr 15
2
Should umask takes effect when we create device file via mknod?
Hi all, Currently, umask takes effect when we create device file via mknod, as bellow commands show: ><fs> mknod-b 0760 8 1 /dev/sdf ><fs> ll /dev/sdf brwxr----- 1 root root 8, 1 Apr 15 11:10 /sysroot/dev/sdf But I wonder whether it is reasonable? For mknod(1), when we use option -m mode, we set file permission bits to MODE, not a=rw - umask. Should this also be applicable
2011 Jul 14
3
How Can I install xen 3.4.2 from source code
Hello everyone: I am currently install xen 3.4.2 on centOS 5.5 with linux kernel version 2.6.18.8. It works during the procedure make dist -j 4 and make install -j4, but when I make the initrd image of xen it shows the following error: Looking for deps of module pata_marvell No module pata_marvell found for kernel 2.6.18.8-xen, aborting. How can I fix it? Thanks.
2011 May 05
0
Release of libvirt-0.9.1
...x qemuDomainModifyDeviceFlags leaking the caps bitmap (Matthias Bolte) - Fix memory leak in __virExec (Matthias Bolte) - hash: fix memory leak regression (Eric Blake) - Xen: Do not generate net ifname if domain is inactive (Jim Fehlig) - xen: check if device is assigned to guest before reattaching (Yufang Zhang) - util: Initialize hooks at daemon shutdown if no hooks defined (Osier Yang) - fix virsh's regression (Wen Congyang) - release PCI address only when we have ensured it successfully (Wen Congyang) - free memory properly in cleanup patch (Hu Tao) - free buf content when vsnprintf() failed...