similar to: inotify* APIs

Displaying 20 results from an estimated 50000 matches similar to: "inotify* APIs"

2012 May 21
0
[ANNOUNCE] libguestfs 1.18 released - tools for managing virtual machines and disk images
I'm pleased to announce the latest stable release of libguestfs, a library and a set of tools for reading, writing, managing, inspecting, rescuing, resizing and aligning disk images, and offline and live virtual machines. There are many new features and bug fixes in this release; see the release notes below. You can get libguestfs 1.18.0 from: Main website: http://libguestfs.org Source:
2012 Mar 19
0
[PATCH] inspection: Set last errno to ENOTSUP when inspection APIs are not available.
From: "Richard W.M. Jones" <rjones at redhat.com> Previously there was no programmatic way to tell if inspection APIs were unavailable because they are not compiled in (because hivex isn't around). This contrasts with daemon APIs where the availability is covered by the guestfs_available API. Change the inspection APIs so that when they are not available, the last errno is
2016 Jan 28
1
[PATCH] inotify_add_watch: pass IN_ALL_EVENTS as mask for test
Instead of pass 0x3fffffff as mask value, pass a simplier 0xfff, which is the value of the IN_ALL_EVENTS define. This will still catch all the inotify events, and avoid a EINVAL error with Linux 4.4. --- generator/actions.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/actions.ml b/generator/actions.ml index 0d227cf..24c6eb7 100644 --- a/generator/actions.ml +++
2020 Jul 20
0
Re: [PATCH libnbd PROPOSAL] Add APIs for listing exports from an NBD server.
On Mon, Jul 20, 2020 at 10:50:51AM -0500, Eric Blake wrote: > Is it worth trying to have some sort of a callback mode where the > callback function is called once per export name advertised while > the connection attempt is underway, rather than this post-mortem > query of the data copied into the nbd handle? But as your added > example code showed, this wasn't too bad to code
2020 May 05
1
LIBGUESTFS_PATH is broken in Fedora Rawhide
$ libguestfs-test-tool ... libguestfs: launch: version=1.42.0fedora=33,release=5.fc33,libvirt ... libguestfs: build appliance libguestfs: error: cannot find any suitable libguestfs supermin, fixed or old-style appliance on LIBGUESTFS_PATH (search path: /usr/lib/guestfs) ... It appears that this configure test is now failing:
2009 Nov 10
0
ANNOUNCE: libguestfs 1.0.78 released
I'm pleased to announce the release of libguestfs 1.0.78. Libguestfs is a library for accessing and modifying virtual machine disk images. Home page: http://libguestfs.org/ Source: http://libguestfs.org/download/ Binaries: http://libguestfs.org/FAQ.html#binaries A Fedora build is available in Koji here: http://koji.fedoraproject.org/koji/packageinfo?packageID=8391 (These release
2010 Sep 20
2
[PATCH 0/2] Implement upload-offset, download-offset APIs, and hexedit guestfish command
This two-part patch implements the 'hexedit' command described here: http://rwmj.wordpress.com/2010/09/18/new-feature-guestfish-hexedit/#content The first part implements two new APIs for partial writing and reading of files. These are modelled after guestfs_upload and guestfs_download but allow you to specify an offset and (for download only) a size: int guestfs_download_offset
2005 Aug 08
3
[PATCH] add inotify system calls
I've added this to our klibc copy in the udev tree to support the recently added Inotify. Thanks, Kay -------------- next part -------------- diff --git a/klibc/klibc/SYSCALLS.def b/klibc/klibc/SYSCALLS.def --- a/klibc/klibc/SYSCALLS.def +++ b/klibc/klibc/SYSCALLS.def @@ -114,6 +114,9 @@ int lchown32,lchown::lchown(const char * int getcwd::__getcwd(char *, size_t) <?> int utime(const
2011 Oct 08
2
guestmount issues with --live, but guestfish works just fine
Hello all, I am having an issue with guestmount in respect to live instances and I was hoping someone might have an idea where I've gone wrong. The following output is from my shell session, if there's any more information needed please let me know and I'll happily provide it. [root at longitude ~]# virt-filesystems -d F16-rawhide/dev/sda2 /dev/sda3 [root at longitude ~]#
2015 Feb 08
0
Re: getting guestfs_rsync_out to work
On Sat, Feb 07, 2015 at 05:19:42PM -0600, Jeff Brower wrote: > All- > > Per this page > > https://rwmj.wordpress.com/2013/04/22/using-rsync-with-libguestfs/ > > We are trying to get the libguestfs API guestfs_rsync_out to work. We’ve tried combinations similar to: > > guestfs_rsync_out(g, “/HostShared”, “rsync://root@10.0.1.90:2999/backup/ -av”, -1) > >
2019 Jul 17
0
Re: [PATCH] Add Rust bindings
I fixed this patch based on comments. I merged all commits to a single commit. I'll send this final patch to this list. Regards, Hiroyuki 2019年7月8日(月) 19:36 Martin Kletzander <mkletzan@redhat.com>: > On Mon, Jul 08, 2019 at 10:04:57AM +0100, Richard W.M. Jones wrote: > >On Mon, Jul 08, 2019 at 10:49:55AM +0200, Martin Kletzander wrote: > >> On Mon, Jul 08, 2019 at
2016 Feb 02
2
Re: extract NTFS Master File Table for analysis
On Tue, Feb 02, 2016 at 07:40:12PM +0200, noxdafox wrote: > Greetings, > > I'm playing around an idea and I'd like to ask you some questions. > > I'd like to extract the MFT table from a disk image file. The idea > is to employ it to build a sort of reverse lookup table which, given > a cluster, could retrieve the corresponding file with the related >
2018 Jan 24
0
Re: python 3 bindings on libguestfs
On Wed, Jan 24, 2018 at 09:13:22AM +0000, abinaya.manikandan@wipro.com wrote: > Hello, > > Please fine below details: > > [root@server190 ~]$ cat /etc/redhat-release > Red Hat Enterprise Linux Server release 6.5 (Santiago) > > We are trying to import guestfs in python according to manual page: > http://libguestfs.org/guestfs-py > > I should be able to
2005 Aug 22
2
Re: Dovecot inotify problem
Hi Reuben, I hope you don't mind me copying the dovecot list again. > dovecot: Aug 21 04:08:22 Error: IMAP(reuben): inotify_rm_watch() failed: > Invalid argument Odd. > This is with a 2.6.13-rc6-mm1 release. I've posted to LKML because there is > also a kernel stack produced at one point which looks inotify related (but the > messages above are contant). > See
2019 Jul 08
0
Re: [PATCH] Add Rust bindings
On Mon, Jul 08, 2019 at 10:49:55AM +0200, Martin Kletzander wrote: > On Mon, Jul 08, 2019 at 10:10:10AM +0200, Pino Toscano wrote: > >On Saturday, 6 July 2019 13:03:24 CEST Martin Kletzander wrote: > >>Just one thing, the Cargo.toml includes a version under which the crate would be > >>published. I presume the version would be the same as the one of the project >
2015 Jul 02
0
Re: libguestfs error: need help troubleshooting
On Thu, Jul 02, 2015 at 12:47:38AM -0400, Deepti Navale wrote: > Hi, > I'm trying to manually create a rhel7 image using the qemu-img and > virt-install commands. I'm re-testing a procedure I previously wrote > with the new grub commands that a customer suggested we add in. This > procedure is available at: [...] > libguestfs: [00402ms] run supermin > libguestfs:
2016 Feb 27
0
Re: "guestmount --rw" fails but "guestmount --ro" succeeds on Ubuntu 14.04
On Fri, Feb 26, 2016 at 06:56:07PM -0800, Vadaseri Vadaseri wrote: > lsb_release -a > No LSB modules are available. > Distributor ID: Ubuntu > Description: Ubuntu 14.04.3 LTS > Release: 14.04 > Codename: trusty > > guestmount --ro -a agent-disk1.vmdk -i /mnt/vmdk --> Works fine > > guestmount --rw -a agent-disk1.vmdk -i /mnt/vmdk > libguestfs: error:
2016 Mar 03
1
Re: "guestmount --rw" fails but "guestmount --ro" succeeds on Ubuntu 14.04
Thanks for your response Rich. Please see the output of --trace --verbose below. Regarding your suggestion to convert the vmdk to some other format, I do not want to do it. A security consultant said by modifying certain files in our VM and restarting the VM, one can gain access to encrypted data in our VM. I want to reproduce it. I am able to mount the VM but not able to modify files since it can
2019 Jan 22
0
Re: Fedora 29 guestfish not working
On Tue, Jan 22, 2019 at 06:03:36PM +0000, CHANU ROMAIN wrote: > Hello, > > I tried to install guestfish on my Fedora 29 and used the commands from > documentation sudo dnf install libguestfs-tools but I got an error when > I tried to execute run. You will find below logs below: > > ************************************************************ > *
2019 Oct 01
0
Re: [PATCH libnbd v2 2/2] api: Implement local command with systemd socket activation.
On Tue, Oct 01, 2019 at 08:24:33AM -0500, Eric Blake wrote: > >+#else /* !HAVE_EXECVPE */ > >+ SET_NEXT_STATE (%.DEAD) > >+ set_error (ENOTSUP, "platform does not support socket activation"); > >+ return 0; > >+#endif > > We probably ought to add a matching nbd_supports_socket_activation() > feature function. > > Or, it would be possible