Displaying 11 results from an estimated 11 matches for "lirong".
2015 May 05
3
libguestfs init problem
Hi ,all :
thanks for helping me ! I am using libguestfs-1.28.1 on ubuntu
12.04 to manage vm disk created by KVM. I downloaded
libguestfs-1.28.1.tar.gz ,and then executed
(1) ./autogen.sh (2) ./configure (3) make (4) make check .there is
the error.
/usr/Libvmi/libguestfs-1.28.1/run --test guest-aux/make-fedora-img.pl
md_create: feature 'mdadm' is not available in this
2015 Jun 01
2
Dynamic monitoring of virtual machine disk by libguestfs
Hi all ,
By using function : guestfs_ls() , I have realized ls -l commond
with libguesfs . I am wondering how to inspect the virtual disk
dynamically, such as monitor mkdir commond inside the virtual machines,
I mean if I create a directory in virtual machine , how can I detect it
?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2015 May 13
2
about libguestfs 'AVAILABILITY'
Hi all:
I installed libguestfs-1.29.40 on both ubuntu 12.04 and ubuntu
14.04. Both of them have the same problems,It is about the 'AVAILABILITY'
. I build libguestfs by tarball , everything is ok except the commond :
make check .
on ubuntu 12.04 the error is
md_create: feature 'mdadm' is not available in this
build of libguestfs. Read 'AVAILABILITY' in the
2015 May 04
2
libguestfs install error
hi all:
I am trying to use libguestfs to manage my vm disk , I want to use
guestfs-lib the C library on ubuntu 12.04. so I download
libguestfs-1.28.1 and try to install it .
what I did is : ./autogen.sh
./configure
make
this time some errors occurs :
File "output_libvirt.ml", line 53, characters 4-13:
Error:
2015 May 19
2
libguestfs error: mkfs_btrfs
Hi all :
there is a problem on libguestfs-1.29.40 after command :make check
libguestfs: error: mkfs_btrfs: /dev/vda1: device /dev/vda1 is too small
(must be at least 256 MB)
FAIL: test_btrfs_image_0
3/515 test_btrfstune_enable_skinny_metadata_extent_refs_0
libguestfs: error: btrfstune_enable_skinny_metadata_extent_refs: /dev/vda1:
btrfstune: invalid option -- 'x'
usage: btrfstune
2015 May 06
0
Re: libguestfs init problem
On Wed, May 06, 2015 at 05:06:32PM +0800, fu lirong wrote:
> Hi Richard :
>
> today I download libguestfs-1.29.39.tar.gz and libguestfs-1.29.38.tar.gz
> I executed : ./autogen.sh 、./configure 、make and the below is the error,
> the same error in libguestfs-1.29.39.tar.gz and
> libguestfs-1.29.38.tar.gz .
>
>
>...
2015 May 14
0
Re: about libguestfs 'AVAILABILITY'
On Thu, May 14, 2015 at 11:07:17AM +0800, fu lirong wrote:
> yes , I installed mdadm by tarball mdadm-3.3.tar.gz , It just
> doesn't work . after that I install mdadm by apt-get install mdadm
> and It doesn't work too. the problem is still there.
supermin only recognizes programs which are installed by the package
manager, ie. in...
2015 Jun 01
0
Re: Dynamic monitoring of virtual machine disk by libguestfs
On Mon, Jun 01, 2015 at 04:38:18PM +0800, fu lirong wrote:
> Hi all ,
> By using function : guestfs_ls() , I have realized ls -l commond
> with libguesfs . I am wondering how to inspect the virtual disk
> dynamically, such as monitor mkdir commond inside the virtual machines,
> I mean if I create a directory in vir...
2015 Jun 27
1
The usage if libguestfs
HI all:
my problem is :
I want to use libguestfs on other project.
if I just run a test C programm It works well
just run : cc prog.c -o prog -lguestfs -I
/usr/libguestfs/libguestfs-1.28.10/src/
I write a C programm in my project , after that I run make , it happend:
/usr/nitro/libvmi-master/libvmi/.libs/libvmi.so: undefined reference to
`guestfs_launch'
2015 Apr 21
1
Libvirt disk API
Hi all:
I am studying Libvirt API , I am wondering the API about the disk
manage is TBD(to be difine). The edition is
libvirt 0.7.5 ,but the edition is too old ,The website is
http://libvirt.org/guide/html/Application_Development_Guide-Introduction.html
So, if I want to manage the VM disk , for example read the disk, what
should I do ?
2015 May 06
0
Re: libguestfs init problem
On Wed, May 06, 2015 at 08:42:09AM +0800, fu lirong wrote:
> (1) make quickcheck
>
> works well ,after the command the terminal shows:
>
> ===== TEST FINISHED OK =====
That's good.
> (2) what your program does ( I executed ./autogen.sh 、 ./configure 、
> make 、 make check as I mentioned before , when I execute m...