search for: ext2_lookup

Displaying 20 results from an estimated 25 matches for "ext2_lookup".

2014 Sep 30
1
IRC question: supermin: ext2fs_namei: parent directory not found: /lib64/pkgconfig: File not found by ext2_lookup
...'m using this version because I need both ova input file format support, as well as local output file support 00:18 < dtrainor> basically the error appears to be: supermin: ext2fs_namei: parent directory not found: /lib64/pkgconfig: File not found by ext2_lookup 00:20 < dtrainor> Some old bugs indicate this might be caused by not having enough free space: https://bugzilla.redhat.com/show_bug.cgi?id=743024 00:20 < dtrainor> But I don't see any of my disks appearing to get used up The paste was: -------------------------...
2013 Nov 25
0
Re: supermin-helper: ext2: parent directory not found: /mnt/bigdata/var: File not found by ext2_lookup
On Mon, Nov 25, 2013 at 05:32:23PM +0100, Gonzalo Aguilar Delgado wrote: > Hello, > > I've found a problem running libguestfs on my system. > > The system has /var mounted with a symbolic link to /mnt/bigdata/var > > > > root@red1:/var/log/nova# ls -ld /mnt/bigdata/var > drwxrwxr-x 15 root users 4096 jul 7 17:55 /mnt/bigdata/var > root@red1:/var/log/nova#
2013 Nov 26
0
Re: supermin-helper: ext2: parent directory not found: /mnt/bigdata/var: File not found by ext2_lookup
On Tue, Nov 26, 2013 at 01:06:58PM +0100, Gonzalo Aguilar Delgado wrote: > Starting /init script ... > initctl: Unable to connect to Upstart: Failed to connect to socket > /com/ubuntu/upstart: Connection refused > /etc/init.d/udev: 290: /etc/init.d/udev: > /lib/udev/create_static_nodes: not found > * Starting the hotplug events dispatcher udevd > ...done. >
2013 Nov 27
1
Re: supermin-helper: ext2: parent directory not found: /mnt/bigdata/var: File not found by ext2_lookup
Is this on Ubuntu? You probably need to add this patch: https://github.com/libguestfs/libguestfs/commit/ec6f9ee542e0e9ad0109a7522e83ea07b2f8a002 Rich. Hi, Yes it is. I'm trying to find where to put this, but I'm unable to find it. Do I have to compile it?
2014 Jul 11
1
Re: File not found by ext2_lookup
On 07/11/2014 09:27 PM, Richard W.M. Jones wrote: > See: > > https://www.redhat.com/archives/libguestfs/2014-July/msg00036.html > > for a couple of workarounds. > > Karanbir, should I file a bug about this? > > Rich. > yes please. I'm guessing this is a fall out of how the centos-release package is setup, but lets look. a bugreport would be good. --
2014 Jul 11
2
File not found by ext2_lookup
Hello, I've been trying to clone one disk image (LVM) to another using virt-resize. Unfortunately I get the following error: # virt-resize /dev/vm/vm6 /dev/vm/vm7 supermin helper [00004ms] finished creating kernel supermin helper [00251ms] finished mke2fs <domain type='kvm'> supermin helper [00252ms] visiting /usr/lib64/guestfs/supermin.d supermin helper [00252ms] visiting
2018 Jan 03
3
[PATCH] test-virt-tail: Fix failing cat/test-virt-tail.sh test case
...HwV <rwmjones> I think the error is: <rwmjones> libguestfs: trace: statns "/tail" <rwmjones> guestfsd: => mount_options (0x4a) took 0.00 secs <rwmjones> guestfsd: <= statns (0x1a5) request length 52 bytes <rwmjones> [ 0.930738] EXT2-fs (sda1): error: ext2_lookup: deleted inode referenced: 12 <rwmjones> guestfsd: error: /tail: Input/output error <rwmjones> but I don't know exactly why <StenaviN> Yes, I see. Trying to figure out... <rwmjones> actually no, that's not the problem <rwmjones> for some reason two instances of...
2013 Aug 22
1
Re: --disable-appliance creates supermin.d files
...upermin.d during make install, whith configure --disable-appliance? I > > have to double check what actually happens, it seems it causes startup > > failures if the resulting binary packages are started on a host that > > happens to have supermin installed. What happens is that ext2_lookup fails for me. The package is build with env \ QEMU=/usr/bin/qemu-kvm \ SUPERMIN=supermin \ SUPERMIN_HELPER=supermin-helper \ ./configure --disable-appliance So the question is: should --disable-appliance just not create the appliance during "make",...
2012 May 29
1
"ext2: parent directory not found" with Ubuntu 12.04
Hi all, On the most libguestfs commands (guestfish, virt-*), I have always the same message: "febootstrap-supermin-helper: ext2: parent directory not found: /lib: File not found by ext2_lookup" I'm aware of a similar bug with the old package [1]: "Note on febootstrap (may not be directly related to this bug): You need 3.14 to work around that. I would recommend using at least 3.14. https://github.com/libguestfs/febootstrap/commit/6987ad1529dd67e7e1c990fe5b011c51e8625837...
2018 Jan 12
0
Re: [PATCH] test-virt-tail: Fix failing cat/test-virt-tail.sh test case
...I think the error is: > <rwmjones> libguestfs: trace: statns "/tail" > <rwmjones> guestfsd: => mount_options (0x4a) took 0.00 secs > <rwmjones> guestfsd: <= statns (0x1a5) request length 52 bytes > <rwmjones> [ 0.930738] EXT2-fs (sda1): error: ext2_lookup: deleted inode > referenced: 12 > <rwmjones> guestfsd: error: /tail: Input/output error > <rwmjones> but I don't know exactly why > <StenaviN> Yes, I see. Trying to figure out... > <rwmjones> actually no, that's not the problem > <rwmjones> fo...
2013 Oct 22
1
febootstrap-supermin-helper error
...iting /usr/local/lib/guestfs/supermin.d/init.img > supermin helper [00725ms] visiting /usr/local/lib/guestfs/supermin.d/udev-rules.img > supermin helper [00725ms] adding kernel modules > /usr/bin/febootstrap-supermin-helper: ext2: parent directory not found: /lib/modules: File not found by ext2_lookup > libguestfs: error: /usr/bin/febootstrap-supermin-helper exited with error status 1, see debug messages above > libguestfs: command: run: rm > libguestfs: command: run: \ -rf /var/tmp/guestfs.2akZDG > libguestfs-test-tool: failed to launch appliance > libguestfs: closing guestfs han...
2018 Feb 01
2
Having issues with virt-sparsify
...lper [00224ms] visiting /usr/lib/guestfs/supermin.d/daemon.img.gz supermin helper [00240ms] visiting /usr/lib/guestfs/supermin.d/init.img supermin helper [00241ms] visiting /usr/lib/guestfs/supermin.d/udev-rules.img /usr/bin/supermin-helper: ext2: parent directory not found: /lib: File not found by ext2_lookup libguestfs: error: /usr/bin/supermin-helper exited with error status 1, see debug messages above libguestfs: command: run: rm libguestfs: command: run: \ -rf /var/tmp/guestfs.jgjlPT libguestfs-test-tool: failed to launch appliance libguestfs: closing guestfs handle 0xed7150 (state 0) libguestfs: co...
2011 May 29
1
febootstrap: what am I doing wrong?
...ash - | echo Welcome to my world | bash -i | $ chmod +x init | $ echo init | cpio -o -H newc --quiet > supermin.d/init.img | $ febootstrap-supermin-helper -f ext2 supermin.d x86_64 kernel initrd root | febootstrap-supermin-helper: ext2: parent directory not found: /lib/modules: File not found by ext2_lookup `---- Running febootstrap-supermin-helper with -vv produces these lines before the error: ,---- | ext2_file_stat /var/tmp 041777 | supermin helper [06516ms] visiting supermin.d/init.img | cpio header 070701016E4031000081ED000003E8000003E8000000014DE27BEC0000003000000009000000000000000000000000000...
2000 Aug 16
1
Crash with Samba 2.0.6
...Trace: [common_interrupt+24/32] [clear_inode+111/132] [clear_inode+0/132] [dispose_list+28/88] [try_to_free_inodes+204/260] [try_to_free_inodes+223/260] [update_wall_time+18/72] Aug 16 11:33:15 asc_server kernel: [cprt+9024/38422] [grow_inodes+32/428] [get_new_inode+197/304] [iget+103/116] [ext2_lookup+90/140] [real_lookup+91/180] [do_select+487/512] [lookup_dentry+304/504] Aug 16 11:33:15 asc_server kernel: [getname+95/156] [__namei+49/104] [sys_newstat+20/116] [system_call+52/64] Aug 16 11:33:15 asc_server kernel: Code: 89 50 04 89 02 5b 83 c4 18 c3 89 f6 83 ec 18 53 8b 5c 24 20 ... /v...
2015 Aug 25
1
Can I get some help from you?
...lper [01968ms] visiting /usr/lib/guestfs/supermin.d/daemon.img.gz supermin helper [02021ms] visiting /usr/lib/guestfs/supermin.d/init.img supermin helper [02021ms] visiting /usr/lib/guestfs/supermin.d/udev-rules.img /usr/bin/supermin-helper: ext2: parent directory not found: /lib: File not found by ext2_lookup libguestfs: error: /usr/bin/supermin-helper exited with error status 1, see debug messages above libguestfs: command: run: rm libguestfs: command: run: \ -rf /var/tmp/guestfs.sZ4SFI libguestfs-test-tool: failed to launch appliance libguestfs: closing guestfs handle 0xa11480 (state 0) libguestfs: co...
2016 Aug 30
1
Help, it's not working!
...lper [00282ms] visiting /usr/lib/guestfs/supermin.d/daemon.img.gz supermin helper [00302ms] visiting /usr/lib/guestfs/supermin.d/init.img supermin helper [00302ms] visiting /usr/lib/guestfs/supermin.d/udev-rules.img /usr/bin/supermin-helper: ext2: parent directory not found: /lib: File not found by ext2_lookup libguestfs: command: run: rm libguestfs: command: run: \ -rf /var/tmp/guestfs.olIel8 libguestfs: trace: launch = -1 (error) Fatal error: exception Guestfs.Error("/usr/bin/supermin-helper exited with error status 1, see debug messages above") libguestfs: trace: close libguestfs: closing gu...
2013 Aug 22
2
--disable-appliance creates supermin.d files
Why does the toplevel Makefile process appliance/, and creates supermin.d during make install, whith configure --disable-appliance? I have to double check what actually happens, it seems it causes startup failures if the resulting binary packages are started on a host that happens to have supermin installed. Olaf
2012 Aug 24
1
virt-v2v trouble converting Xen Centos 5.X to KVM Centos 6.3 or Fedora 17
...virt-v2v -ic xen+ssh://root at app1.bur.sol -o libvirt -os vg5 --bridge br0 alan2 When I ran this on the Centos 6.3 target, the ssh transfer of the 20G disk image took about 10 mins and then I saw this error: "febootstrap-supermin-helper: ext2: parent directory not found: File not found by ext2_lookup" I did some searching and saw someone else had this problem on an ubuntu setup who guessed that febootstrap was below version. Since I was able to wipe the target server all I wanted I jumped way ahead to Fedora 17 which had febootstrap-supermin-helper-3.18-1.fc17.x86_64 and libguestfs-1.18....
2015 Jun 25
3
Problem with supermin and symlink in ibm_powerkvm ppc64le distro
...ude ALL the debugging information below supermin: AND tell us what system you are running this on. src=/opt/ibm/powerkvm-licenses dest=/opt/ibm/powerkvm-licenses dirname=/opt/ibm basename=powerkvm-licenses supermin: ext2fs_namei: parent directory not found: /opt/ibm: File not found by ext2_lookup supermin: failure: ext2fs_namei: parent directory not found libguestfs: error: /usr/bin/supermin5 exited with error status 1, see debug messages above libguestfs: trace: launch = -1 (error) libguestfs-test-tool: failed to launch appliance libguestfs: trace: close libguestfs: closing guestfs handle...
2015 Jun 25
0
Re: Problem with supermin and symlink in ibm_powerkvm ppc64le distro
...on below > supermin: AND tell us what system you are running this on. > src=/opt/ibm/powerkvm-licenses > dest=/opt/ibm/powerkvm-licenses > dirname=/opt/ibm > basename=powerkvm-licenses > supermin: ext2fs_namei: parent directory not found: /opt/ibm: File > not found by ext2_lookup > supermin: failure: ext2fs_namei: parent directory not found > This is how the filesystem looks like. It seems that supermin tries > to copy the contents of > powerkvm-licenses, which is a link to /usr/share(...) and then it > has problems when returning > to the parent dir /opt...