Date: Wed, 24 Dec 2003 18:01:11 -0800 From: Ulf Zimmermann <ulf@Alameda.net> To: Peter Leftwich <Hostmaster@Video2Video.Com> Cc: FreeBSD LIST <FreeBSD-Questions@FreeBSD.Org> Subject: Re: missing /usr/libexec/ld-elf.so.1 ... not found Message-ID: <20031225020111.GO16418@seven.alameda.net> In-Reply-To: <20031224192723.T94279@rocket.alienwebshop.com> References: <20031223012430.S33599@rocket.alienwebshop.com> <20031223103823.GC34651@happy-idiot-talk.infracaninophile.co.uk> <47778.63.109.229.13.1072206794.squirrel@webmail.alienwebshop.com> <20031223200955.GM16418@seven.alameda.net> <20031224000758.I47416@rocket.alienwebshop.com> <20031224060557.GN16418@seven.alameda.net> <20031224192723.T94279@rocket.alienwebshop.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Dec 24, 2003 at 07:35:07PM -0500, Peter Leftwich wrote: > On Tue, 23 Dec 2003, Ulf Zimmermann wrote: > > cat /mnt/cdrom1/bin/bin.[a-z]* | tar ztvf - | grep ld-elf > > That will you show the path in the tar. > > # cat /mnt/cdrom1/bin/bin.[a-z]* | tar ztvf - | grep ld-elf > -r-xr-xr-x root/wheel 79840 2002-10-09 14:45:19 ./usr/libexec/ld-elf.so.1 > > gzip: stdin: decompression OK, trailing garbage ignored > tar: Child died with signal 13 > tar: Error exit delayed from previous errors > > Darn, I even did 'cd /' and then ran it or 'cd /mnt/cdrom' then ran it but > got the same ./usr/libexec etc junk. I have to run the grep while > "standing" in a non root-mounted locale I suppose?? > > Great. *sarcasm* So we've found it. It's there, we know it's there, but I > don't know which file it is in! Ugh ugh ugh. Kill me! > > > then you can use the same as above but with "zxvf" and the pathname for > > ld-elf.so.1 > > Regards, Ulf. > > Ulf Zimmermann, 1525 Pacific Ave., Alameda, CA-94501, #: 510-865-0204 > > You can find my resume at: http://seven.Alameda.net/~ulf/resume.html > > I wonder what it meant by child died and previous errors. At startup, I > figured out how to press F2 and go into an interactive, "expert" as it was > called mode of bootup / kernel loading process. There have been ide-scsi > errors and kernel panics in the past so I pressed 'n' to not load any scsi > modules. > > However, oddly enough, my "dmesg" output is replete (full of) weird ide and > scsi error messages. Could they be what tar/gzip is talking about? There > is a random timer probably counting down to my next kernel panic from this > Knoppix 3.2 Debian Linux CD-R I am booted up into!! I better scoot. Help. > > -- Peter Leftwich > President & Founder, Video2Video Services > Box 13692, La Jolla, CA, 92039 USA > http://Www.Video2Video.Com Go into a writable directory, then execute: cat /mnt/cdrom1/bin/bin.[a-z][a-z] | tar zxvf - ./usr/libexec/ld-elf.so.1 That should unpack it into your current directory including making the usr and libexec directory. -- Regards, Ulf. --------------------------------------------------------------------- Ulf Zimmermann, 1525 Pacific Ave., Alameda, CA-94501, #: 510-865-0204 You can find my resume at: http://seven.Alameda.net/~ulf/resume.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031225020111.GO16418>