search for: guestfs_lgetxattr

Displaying 20 results from an estimated 60 matches for "guestfs_lgetxattr".

Did you mean: guestfs_lgetxattrs
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.
2016 Jun 13
0
Re: libguestfs-tools and NTFS compression attribute
...tem.* namespace which the kernel handles specially, but there are also a bunch of bugs associated with extended attributes & guestmount and maybe this is one of them. It should be possible to read and set the attributes through the API (eg. using guestfish). See the APIs guestfs_lsetxattr and guestfs_lgetxattr and related. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages. http://libguestfs.org
2011 Jan 14
0
Patch. not working
...r/generator_actions.ml b/generator/generator_actions.ml > index ccaf10a..d673ce5 100644 > --- a/generator/generator_actions.ml > +++ b/generator/generator_actions.ml > @@ -5675,6 +5675,13 @@ is no extended attribute named C<name>, this returns an error. > > See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."); > > + ("resize2fs_M", (RErr, [Device "device"], []), 281, [], > + [], > + "resize an ext2, ext3 or ext4 filesystem for their minimal size value", > + "\ > +This command is the sa...
2019 Aug 12
1
[PATCH] Fix small issues in documentations of APIs
...get a flat list of xattr structs which must be interpreted sequentially. The first xattr struct always has a zero-length C<attrname>. C<attrval> in this struct is zero-length -to indicate there was an error doing C<lgetxattr> for this +to indicate there was an error doing C<guestfs_lgetxattr> for this file, I<or> is a C string which is a decimal number (the number of following attributes for this file, which could be C<\"0\">). Then after the first xattr struct are the @@ -1005,7 +1005,7 @@ list a directory contents without making many round-trips." };...
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
2016 Aug 08
0
ANNOUNCE: libguestfs 1.34 released
...API changes "guestfs_set_selinux", "guestfs_get_selinux", "guestfs_setcon", "guestfs_getcon" and "guestfs_llz" have been deprecated. Use the new API "guestfs_selinux_relabel" to relabel filesystems. Use "guestfs_lgetxattrs" to list the "security.selinux" extended attributes of existing files. "guestfs_vfs_minimum_size" can now be used on dirty filesystems (Maxim Perevedentsev). "guestfs_ll" now works on paths which contain absolute symlinks (Pino...
2017 Feb 21
1
[PATCH] generator: Put all the daemon procedure numbers (proc_nr)
This is a follow-up to the other generator changes in: https://www.redhat.com/archives/libguestfs/2017-February/msg00217.html Rich.
2014 Sep 22
2
[PATCH] New APIs: Implement stat calls that return nanosecond timestamps (RHBZ#1144891).
...m attributes for * short periods of time (configurable via -o attr_timeout). It * doesn't cache xattrs, and in any case FUSE caching doesn't solve - * the problem that we have to make a series of guestfs_lstat and + * the problem that we have to make a series of guestfs_lstatns and * guestfs_lgetxattr calls when we first list a directory (thus, many * round trips). * diff --git a/v2v/convert_linux.ml b/v2v/convert_linux.ml index fb254b1..d932bcc 100644 --- a/v2v/convert_linux.ml +++ b/v2v/convert_linux.ml @@ -43,7 +43,7 @@ type kernel_info = { ki_version : string; (* version-r...
2017 Apr 21
0
[PATCH 1/2] generator: Simplify the handling of string parameters.
..., []; + style = RStructList ("xattrs", "xattr"), [String (Pathname, "path")], []; optional = Some "linuxxattrs"; shortdesc = "list extended attributes of a file or directory"; longdesc = "\ @@ -4208,7 +4208,7 @@ See also: C<guestfs_lgetxattrs>, L<attr(5)>." }; { defaults with name = "lgetxattrs"; added = (1, 0, 59); - style = RStructList ("xattrs", "xattr"), [Pathname "path"], []; + style = RStructList ("xattrs", "xattr"), [String (Pathname, &quot...
2017 Apr 21
4
[PATCH 0/2] generator: Simplify the handling of string parameters.
Very large but mechanical change to the generator. Rich.
2017 Feb 18
8
[PATCH 0/6] generator: Split up generator/actions.ml
Split up the huge generator/actions.ml into several smaller files. Rich.
2010 Dec 24
0
builder-debian libguestfs success 3f4dc56a32074a02b1b829bd7a91878f73022d1d
...guestfs_df_h" has no tests warning: "guestfs_mount_loop" has no tests warning: "guestfs_readdir" has no tests warning: "guestfs_sfdiskM" has no tests warning: "guestfs_zfile" has no tests warning: "guestfs_getxattrs" has no tests warning: "guestfs_lgetxattrs" has no tests warning: "guestfs_setxattr" has no tests warning: "guestfs_lsetxattr" has no tests warning: "guestfs_removexattr" has no tests warning: "guestfs_lremovexattr" has no tests warning: "guestfs_mountpoints" has no tests warning: &quo...
2011 Jan 07
0
builder-debian libguestfs success 7e1114445e713c4a15f3f2cede5842044de1735a
...guestfs_df_h" has no tests warning: "guestfs_mount_loop" has no tests warning: "guestfs_readdir" has no tests warning: "guestfs_sfdiskM" has no tests warning: "guestfs_zfile" has no tests warning: "guestfs_getxattrs" has no tests warning: "guestfs_lgetxattrs" has no tests warning: "guestfs_setxattr" has no tests warning: "guestfs_lsetxattr" has no tests warning: "guestfs_removexattr" has no tests warning: "guestfs_lremovexattr" has no tests warning: "guestfs_mountpoints" has no tests warning: &quo...
2010 Dec 24
1
builder-ubuntu libguestfs success 3f4dc56a32074a02b1b829bd7a91878f73022d1d
...guestfs_df_h" has no tests warning: "guestfs_mount_loop" has no tests warning: "guestfs_readdir" has no tests warning: "guestfs_sfdiskM" has no tests warning: "guestfs_zfile" has no tests warning: "guestfs_getxattrs" has no tests warning: "guestfs_lgetxattrs" has no tests warning: "guestfs_setxattr" has no tests warning: "guestfs_lsetxattr" has no tests warning: "guestfs_removexattr" has no tests warning: "guestfs_lremovexattr" has no tests warning: "guestfs_mountpoints" has no tests warning: &quo...
2011 Jan 04
0
builder-debian libguestfs success 7ce627fce02eae8c7db36b4090fa0ce1bf69bf44
...guestfs_df_h" has no tests warning: "guestfs_mount_loop" has no tests warning: "guestfs_readdir" has no tests warning: "guestfs_sfdiskM" has no tests warning: "guestfs_zfile" has no tests warning: "guestfs_getxattrs" has no tests warning: "guestfs_lgetxattrs" has no tests warning: "guestfs_setxattr" has no tests warning: "guestfs_lsetxattr" has no tests warning: "guestfs_removexattr" has no tests warning: "guestfs_lremovexattr" has no tests warning: "guestfs_mountpoints" has no tests warning: &quo...
2011 Jan 25
0
builder-debian libguestfs success 36fe0acf8a2e72c223d7a9f7a93815ff276a3cc1
...guestfs_df_h" has no tests warning: "guestfs_mount_loop" has no tests warning: "guestfs_readdir" has no tests warning: "guestfs_sfdiskM" has no tests warning: "guestfs_zfile" has no tests warning: "guestfs_getxattrs" has no tests warning: "guestfs_lgetxattrs" has no tests warning: "guestfs_setxattr" has no tests warning: "guestfs_lsetxattr" has no tests warning: "guestfs_removexattr" has no tests warning: "guestfs_lremovexattr" has no tests warning: "guestfs_mountpoints" has no tests warning: &quo...
2011 Jan 07
0
builder-ubuntu libguestfs success 7e1114445e713c4a15f3f2cede5842044de1735a
...guestfs_df_h" has no tests warning: "guestfs_mount_loop" has no tests warning: "guestfs_readdir" has no tests warning: "guestfs_sfdiskM" has no tests warning: "guestfs_zfile" has no tests warning: "guestfs_getxattrs" has no tests warning: "guestfs_lgetxattrs" has no tests warning: "guestfs_setxattr" has no tests warning: "guestfs_lsetxattr" has no tests warning: "guestfs_removexattr" has no tests warning: "guestfs_lremovexattr" has no tests warning: "guestfs_mountpoints" has no tests warning: &quo...
2011 Jan 04
0
builder-ubuntu libguestfs success 7ce627fce02eae8c7db36b4090fa0ce1bf69bf44
...guestfs_df_h" has no tests warning: "guestfs_mount_loop" has no tests warning: "guestfs_readdir" has no tests warning: "guestfs_sfdiskM" has no tests warning: "guestfs_zfile" has no tests warning: "guestfs_getxattrs" has no tests warning: "guestfs_lgetxattrs" has no tests warning: "guestfs_setxattr" has no tests warning: "guestfs_lsetxattr" has no tests warning: "guestfs_removexattr" has no tests warning: "guestfs_lremovexattr" has no tests warning: "guestfs_mountpoints" has no tests warning: &quo...