From owner-freebsd-questions@FreeBSD.ORG Wed Dec 24 18:01:14 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB7B116A4CE for ; Wed, 24 Dec 2003 18:01:14 -0800 (PST) Received: from seven.Alameda.net (seven.alameda.net [64.81.53.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8EFC43D1F for ; Wed, 24 Dec 2003 18:01:11 -0800 (PST) (envelope-from ulf@Alameda.net) Received: by seven.Alameda.net (Postfix, from userid 1000) id BF73C3A203; Wed, 24 Dec 2003 18:01:11 -0800 (PST) Date: Wed, 24 Dec 2003 18:01:11 -0800 From: Ulf Zimmermann To: Peter Leftwich Message-ID: <20031225020111.GO16418@seven.alameda.net> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031224192723.T94279@rocket.alienwebshop.com> User-Agent: Mutt/1.4.1i Organization: Alameda Networks, Inc. X-Operating-System: FreeBSD 4.8-RELEASE-p5 cc: Ulf Zimmermann cc: FreeBSD LIST Subject: Re: missing /usr/libexec/ld-elf.so.1 ... not found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ulf@Alameda.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Dec 2003 02:01:14 -0000 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