Displaying 20 results from an estimated 76 matches for "guestfs_lxattrlist".
2011 Mar 25
2
guestmount support for acls/xattrs
Hello,
I have a vmdk having an LV with an ext3 FS where some files have extended
attributes and acls set.
These do not appear set while accessing them when mounted using guestmount.
I do not know if it is easy or difficult to implement this, so I'd like to
take your opinion.
what I did was changed the default mount options in daemon/mount.c from "ro"
to
2016 Mar 07
2
Re: [PATCH 0/2] added icat and fls0 APIs for deleted files recovery
On 07/03/16 13:29, Richard W.M. Jones wrote:
> On Sun, Mar 06, 2016 at 05:42:24PM +0200, Matteo Cafasso wrote:
>> As discussed in the topic: https://www.redhat.com/archives/libguestfs/2016-March/msg00018.html
>>
>> I'd like to add to libguestfs the disk forensics capabilities offered by The Sleuth Kit.
>> http://www.sleuthkit.org/
>>
>> The two APIs
2013 May 09
1
PATCH: Allow specifying the filesystem driver for guestmount
Currently guestfish has mount-vfs, and the libguestfs API has
guestfs_mount_vfs(), but guestmount doesn't allow the user to specify
a filesystem. This patch extends the --mount argument, so you can
force an ext2 partition to mount as ext4:
guestmount -a mydisk.img -m /dev/vda:/:defaults:ext4 mountpoint
You could also use it to choose between ntfs and ntfs-3g, or between
hfsplus and the
2016 Mar 07
0
Re: [PATCH 0/2] added icat and fls0 APIs for deleted files recovery
...ing the
> deleted files therefore we need to expect a large output.
Your understanding is correct. But the fls0 API still isn't safe
because (I assume) it cannot handle filenames containing '\n'.
There's another API which handles arbitrary length RStructList
returns, which is: guestfs_lxattrlist / guestfs_internal_lxattrlist
(see src/file.c:guestfs_impl_lxattrlist and daemon/xattr.c).
> What is missing is the higher level implementation which would
> pretty much look like the libguestfs_ls API. I need to better
> understand how to implement it and suggestions are more than
> a...
2015 May 26
6
[PATCH 0/6] Update the way that API versions are generated for the man page.
The existing mechanism was clunky, slow and used ~ 10 MB of
local disk.
Rich.
2017 Mar 02
1
[PATCH] generator: Move some deprecated functions to actions_core_deprecated.ml.
...diff --git a/generator/actions_core_deprecated.ml b/generator/actions_core_deprecated.ml
index 3c9b890..b8cca79 100644
--- a/generator/actions_core_deprecated.ml
+++ b/generator/actions_core_deprecated.ml
@@ -105,6 +105,38 @@ list a directory contents without making many round-trips.
See also C<guestfs_lxattrlist> for a similarly efficient call
for getting extended attributes." };
+ { defaults with
+ name = "stat"; added = (1, 9, 2);
+ style = RStruct ("statbuf", "stat"), [Pathname "path"], [];
+ deprecated_by = Some "statns";
+ tests...
2012 Dec 13
0
ANNOUNCE: libguestfs 1.20 - tools for accessing and modifying virtual machine disk images
...he Windows Registry much more
efficient.
Several libguestfs APIs were reimplemented so they no longer have any
limits on output. The reimplemented APIs are: guestfs_cat,
guestfs_find, guestfs_read_file, guestfs_read_lines, guestfs_write,
guestfs_write_append, guestfs_lstatlist, guestfs_lxattrlist,
guestfs_readlinklist, guestfs_ls.
virt tools
guestfish touch 'win:c:\new_file' now works as expected.
guestfish has a new --network option, which enables the user network in
libguestfs.
You can set GUESTFISH_PS1 to use fancy prompts in guestfish.
rsync, ssh,...
2014 Sep 22
2
[PATCH] New APIs: Implement stat calls that return nanosecond timestamps (RHBZ#1144891).
...lstat'd, then the C<ino> field of that structure
+or could not be lstat'd, then the C<st_ino> field of that structure
+is set to C<-1>.
+
+This call is intended for programs that want to efficiently
+list a directory contents without making many round-trips.
+See also C<guestfs_lxattrlist> for a similarly efficient call
+for getting extended attributes." };
+
+ { defaults with
+ name = "lstatnslist";
+ style = RStructList ("statbufs", "statns"), [Pathname "path"; StringList "names"], [];
+ shortdesc = "lstat on...
2012 Mar 28
2
[PATCH v2] New APIs: mount-local and umount-local using FUSE
This version doesn't crash or cause hung processes or stuck
mountpoints, so that's an improvement.
Rich.
2012 Mar 27
3
[PATCH 0/3] Enable FUSE support in the API via 'mount-local' call.
This patch is just for review.
It enables FUSE support in the API via two new calls,
'guestfs_mount_local' and 'guestfs_umount_local'.
FUSE turns out to be very easy to deadlock (necessitating that the
machine be rebooted). Running the test from the third patch is
usually an effective way to demonstrate this. However I have not yet
managed to produce a simple reproducer that
2012 Mar 29
3
[PATCH v3] New APIs: mount-local, mount-local-run and umount-local using FUSE
This changes the proposed API slightly.
Previously 'mount-local' generating a 'mounted' event when the
filesystem was ready, and from the 'mounted' event you had to
effectively do a fork.
Now, 'mount-local' just initializes the mountpoint and you have to
call 'mount-local-run' to enter the FUSE main loop. Between these
calls you can do a fork or whatever
2011 Jan 04
0
builder-debian libguestfs success 7ce627fce02eae8c7db36b4090fa0ce1bf69bf44
...ype
../src/guestfs.h:714: note: expected 'char * const*' but argument is of type 'const char **'
com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1lxattrlist':
com_redhat_et_libguestfs_GuestFS.c:6649: warning: passing argument 3 of 'guestfs_lxattrlist' from incompatible pointer type
../src/guestfs.h:754: note: expected 'char * const*' but argument is of type 'const char **'
com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1readlinklist':
com_redhat_et_libguestfs_GuestFS.c:6703: w...
2011 Jan 25
0
builder-debian libguestfs success 36fe0acf8a2e72c223d7a9f7a93815ff276a3cc1
...ype
../src/guestfs.h:722: note: expected 'char * const*' but argument is of type 'const char **'
com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1lxattrlist':
com_redhat_et_libguestfs_GuestFS.c:6724: warning: passing argument 3 of 'guestfs_lxattrlist' from incompatible pointer type
../src/guestfs.h:762: note: expected 'char * const*' but argument is of type 'const char **'
com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1readlinklist':
com_redhat_et_libguestfs_GuestFS.c:6778: w...
2010 Dec 10
0
builder-debian libguestfs success 363978fa7fc055da380d31103c7de378a08b71fb
...ype
../src/guestfs.h:710: note: expected 'char * const*' but argument is of type 'const char **'
com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1lxattrlist':
com_redhat_et_libguestfs_GuestFS.c:6649: warning: passing argument 3 of 'guestfs_lxattrlist' from incompatible pointer type
../src/guestfs.h:750: note: expected 'char * const*' but argument is of type 'const char **'
com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1readlinklist':
com_redhat_et_libguestfs_GuestFS.c:6703: w...
2011 Jan 04
0
builder-ubuntu libguestfs success 7ce627fce02eae8c7db36b4090fa0ce1bf69bf44
..../src/guestfs.h:714:34: note: expected 'char * const*' but argument is of type 'const char **'
com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1lxattrlist':
com_redhat_et_libguestfs_GuestFS.c:6649:3: warning: passing argument 3 of 'guestfs_lxattrlist' from incompatible pointer type
../src/guestfs.h:754:35: note: expected 'char * const*' but argument is of type 'const char **'
com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1readlinklist':
com_redhat_et_libguestfs_GuestFS.c:6703...
2011 Jan 25
0
builder-ubuntu libguestfs success 36fe0acf8a2e72c223d7a9f7a93815ff276a3cc1
..../src/guestfs.h:722:34: note: expected 'char * const*' but argument is of type 'const char **'
com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1lxattrlist':
com_redhat_et_libguestfs_GuestFS.c:6724:3: warning: passing argument 3 of 'guestfs_lxattrlist' from incompatible pointer type
../src/guestfs.h:762:35: note: expected 'char * const*' but argument is of type 'const char **'
com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1readlinklist':
com_redhat_et_libguestfs_GuestFS.c:6778...
2010 Dec 21
0
builder-debian libguestfs success 49b2ae2e69e1a273b4d4a8746a872ec00b91c86f
...ype
../src/guestfs.h:714: note: expected 'char * const*' but argument is of type 'const char **'
com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1lxattrlist':
com_redhat_et_libguestfs_GuestFS.c:6649: warning: passing argument 3 of 'guestfs_lxattrlist' from incompatible pointer type
../src/guestfs.h:754: note: expected 'char * const*' but argument is of type 'const char **'
com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1readlinklist':
com_redhat_et_libguestfs_GuestFS.c:6703: w...
2010 Dec 21
0
builder-ubuntu libguestfs success 49b2ae2e69e1a273b4d4a8746a872ec00b91c86f
..../src/guestfs.h:714:34: note: expected 'char * const*' but argument is of type 'const char **'
com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1lxattrlist':
com_redhat_et_libguestfs_GuestFS.c:6649:3: warning: passing argument 3 of 'guestfs_lxattrlist' from incompatible pointer type
../src/guestfs.h:754:35: note: expected 'char * const*' but argument is of type 'const char **'
com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1readlinklist':
com_redhat_et_libguestfs_GuestFS.c:6703...
2010 Dec 14
0
builder-debian libguestfs success dec770f171329868081985ca0aa3d52eb3759935
...ype
../src/guestfs.h:710: note: expected 'char * const*' but argument is of type 'const char **'
com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1lxattrlist':
com_redhat_et_libguestfs_GuestFS.c:6649: warning: passing argument 3 of 'guestfs_lxattrlist' from incompatible pointer type
../src/guestfs.h:750: note: expected 'char * const*' but argument is of type 'const char **'
com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1readlinklist':
com_redhat_et_libguestfs_GuestFS.c:6703: w...
2011 Jan 14
0
builder-debian libguestfs success 4ffa2d6798f7a2bf0baec8e1084659cf6358bc31
...ype
../src/guestfs.h:714: note: expected 'char * const*' but argument is of type 'const char **'
com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1lxattrlist':
com_redhat_et_libguestfs_GuestFS.c:6649: warning: passing argument 3 of 'guestfs_lxattrlist' from incompatible pointer type
../src/guestfs.h:754: note: expected 'char * const*' but argument is of type 'const char **'
com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1readlinklist':
com_redhat_et_libguestfs_GuestFS.c:6703: w...