search for: lstat_stub

Displaying 3 results from an estimated 3 matches for "lstat_stub".

2014 Jan 24
2
[PATCH] fuse: In mount-local-run, test if root filesystem has been mounted (RHBZ#1057504).
...en you haven't mounted some filesystems in the libguestfs namespace. If you try it, it results in some odd errors. The mount-local-run call is successful, but subsequent operations fail: $ mkdir -p /tmp/mnt $ guestfish -x -N fs mount-local /tmp/mnt : mount-local-run libguestfs: error: lstat: lstat_stub: you must call 'mount' first to mount the root filesystem libguestfs: error: lstat: lstat_stub: you must call 'mount' first to mount the root filesystem With this commit, the mount-local-run call gives an error. The error is implemented by calling guestfs_exists (g, "/")...
2012 May 13
1
guestfs_mount_local api test: have to 'mount' before calling it?
...fuse_mount_local libguestfs: guestfs__mount_local_run: entering fuse_loop libguestfs: send_to_daemon: 56 bytes: 00 00 00 34 | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 35 | 00 00 00 00 | ... guestfsd: main_loop: proc 11 (lvs) took 0.04 seconds guestfsd: main_loop: new request, len 0x34 guestfsd: error: lstat_stub: you must call 'mount' first to mount the root filesystem guestfsd: main_loop: proc 53 (lstat) took 0.00 seconds libguestfs: recv_from_daemon: 116 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 35 | 00 00 00 01 | 00 12 34 36 | ... libguestfs: error: lstat: lstat_stub: you must call 'moun...
2014 Jan 24
0
Re: [PATCH] fuse: In mount-local-run, test if root filesystem has been mounted (RHBZ#1057504).
...esystems in the libguestfs namespace. > > If you try it, it results in some odd errors. The mount-local-run > call is successful, but subsequent operations fail: > > $ mkdir -p /tmp/mnt > $ guestfish -x -N fs mount-local /tmp/mnt : mount-local-run > libguestfs: error: lstat: lstat_stub: you must call 'mount' first to > mount the root filesystem libguestfs: error: lstat: lstat_stub: you > must call 'mount' first to mount the root filesystem > > With this commit, the mount-local-run call gives an error. > > The error is implemented by calling gue...