Displaying 20 results from an estimated 5000 matches similar to: "about libguestfs 'AVAILABILITY'"
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 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 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
2011 Nov 24
1
mdadm / Ubuntu 10.04 error
md_create: mdadm: boot: mdadm: boot is not a block device. at /home/rjones/d/libguestfs/images/guest-aux/make-fedora-img.pl line 95.
Looking into this, it appears the old version of mdadm shipped in
Ubuntu (mdadm 2.6.7) doesn't support the notion of giving arbitrary
names to devices. Thus you have to do:
mdadm --create /dev/md0 [devices]
We do:
mdadm --create boot [devices]
which it
2016 Feb 27
2
Re: [PATCH] added ntfscat_i api
On 27/02/16 01:05, Richard W.M. Jones wrote:
> On Sat, Feb 27, 2016 at 12:53:51AM +0200, noxdafox wrote:
>> On 26/02/16 10:12, Richard W.M. Jones wrote:
>>> On Fri, Feb 26, 2016 at 12:16:22AM +0200, noxdafox wrote:
>>>> According to autogen.sh output Perl bindings and virt tools seem to
>>>> be missing, could it be related to this? Are the tests relying to
2016 Feb 27
3
Re: [PATCH] added ntfscat_i api
On 27/02/16 11:23, Richard W.M. Jones wrote:
> [...]
>>>> md_create: feature 'mdadm' is not available in this
>>>> build of libguestfs. Read 'AVAILABILITY' in the guestfs(3) man page for
>>>> how to check for the availability of features. at /home/noxdafox/development/libguestfs/test-data/phony-guests/make-fedora-img.pl
>>>> line
2016 Feb 26
2
Re: [PATCH] added ntfscat_i api
On 26/02/16 10:12, Richard W.M. Jones wrote:
> On Fri, Feb 26, 2016 at 12:16:22AM +0200, noxdafox wrote:
>> According to autogen.sh output Perl bindings and virt tools seem to
>> be missing, could it be related to this? Are the tests relying to
>> such dependencies?
> Yes, the tests rely on Perl bindings working, so I guess you need to
> install whatever missing
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 virtual machine , how can I detect it
This question
2011 Nov 24
1
[PATCH] Rename mdadm_ apis to md_
This change renames the following 2 apis:
* mdadm_create -> md_create
* mdadm_detail -> md_detail
This is more consistent with list_md_devices, and removes a reference to an
implementation detail from the api.
---
daemon/md.c | 24 ++++++++++++------------
generator/generator_actions.ml | 4 ++--
regressions/test-list-filesystems.sh | 2 +-
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 .
>
>
> gcc: error:
2011 Aug 24
4
unused argument(s) (Header = True) help!
Hi,
I'm really new to R so I aoplogise if this is a stupid question.
I'm trying to import data from a .txt file into R using the read.table
command, the headers for the data columns are already in the text file so I
add Header = True after the file location. The problem is I keep getting the
error message *unused argument(s) (Header = True)*, does anyone know why?
The format of the text
2002 Oct 17
1
matrix input
Hey, all
Will u please tell me how to input a matrix (n x m) A
in R?
I cannot find such commond in the manual.
Thanks a lot.
Fred
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the
2007 Jul 17
3
two acts_as_ferret questions!
hi, guys:
two acts_as_ferret questions!
1, ruby script/plugin install
svn://projects.jkraemer.net/acts_as_ferret/tags/stable/acts_as_ferret
sh: svn: command not found
i can not install acts_as_ferret to my Rails project.
what''s wrong? i''m useing rhel 4!
2, i downloaded the acts_as_ferret-0.4.0.tgz at
http://rubyforge.org/frs/?group_id=2916&release_id=10617
and uploaded to
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. installed through apt-get on Debian/Ubuntu.
While
2004 Mar 30
1
force user not working
Hello.
I am making a new samba server. My old samba server was a RedHat machine
(6.2) with samba 2.0.7 on it. My new samba server is a Gentoo machine with
Samba 3.0.2a.
Aside from the fact that I am now using ADS instead of a traditional NT4
domain -- everything else is the same. I am keeping all the shares the same,
I have synced all the gid's and uid's between the two machines,
2013 Jul 08
3
Problem with using Libvmi or xenaccess with xen
Hi all,
Can dom0 have enough privilege to access domu''s kernel memory using Libvmi
functions?
Libvmi use xenaccess functions in fact, and as it is a user space library
I''m asking this.
I wanna read system call table of domu through dom0.
Thanks
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
2009 Feb 09
2
meetme application
hi guys:
recently I want to buinding a meeting confence on asterisk and use the meetme application.
I have a ztdummy kernel
afteri the lsmod commond:
ztdummy 5768 0
zaptel 182660 28 zttranscode,ztdummy
crc_ccitt 3008 1 zaptel
I also configure the meetme.conf
conf => 1000;
my extensions.conf
[default]
exten =>
2016 Feb 27
0
Re: [PATCH] added ntfscat_i api
On Sat, Feb 27, 2016 at 09:55:32PM +0200, noxdafox wrote:
> On 27/02/16 11:23, Richard W.M. Jones wrote:
> >[...]
> >>>>md_create: feature 'mdadm' is not available in this
> >>>>build of libguestfs. Read 'AVAILABILITY' in the guestfs(3) man page for
> >>>>how to check for the availability of features. at