From owner-freebsd-current@FreeBSD.ORG Wed Sep 17 10:07:37 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 637BC16A4B3; Wed, 17 Sep 2003 10:07:37 -0700 (PDT) Received: from smtp1.su.se (smtp1.su.se [130.237.162.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86F0B43F85; Wed, 17 Sep 2003 10:07:35 -0700 (PDT) (envelope-from rnyberg@it.su.se) Received: from localhost (smtp1.su.se [127.0.0.1]) by smtp1.su.se (Postfix) with ESMTP id 061E2382BC; Wed, 17 Sep 2003 19:07:34 +0200 (CEST) Received: from smtp1.su.se ([127.0.0.1]) by localhost (smtp1.su.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01952-07; Wed, 17 Sep 2003 19:07:33 +0200 (CEST) Received: from murmeldjur.it.su.se (murmeldjur.it.su.se [130.237.95.79]) by smtp1.su.se (Postfix) with ESMTP id D925F38256; Wed, 17 Sep 2003 19:07:33 +0200 (CEST) Received: from murmeldjur.it.su.se (localhost [127.0.0.1]) by murmeldjur.it.su.se (8.12.9/8.12.9) with ESMTP id h8HH7XQO055109; Wed, 17 Sep 2003 19:07:33 +0200 (CEST) (envelope-from rnyberg@it.su.se) Date: Wed, 17 Sep 2003 19:07:33 +0200 Message-ID: From: Richard Nyberg To: Gordon Tetlow In-Reply-To: <20030917165442.GY64655@roark.gnf.org> References: <20030911142821.S69286@beagle.fokus.fraunhofer.de> <20030916180924.K9151@beagle.fokus.fraunhofer.de> <20030917165442.GY64655@roark.gnf.org> User-Agent: Wanderlust/2.10.0 (Venus) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.4 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd-new at su.se cc: harti@freebsd.org cc: current@freebsd.org Subject: Re: upgrade from static to dynamic root X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 17:07:37 -0000 At Wed, 17 Sep 2003 09:54:42 -0700, Gordon Tetlow wrote: > > [1 ] > On Tue, Sep 16, 2003 at 06:11:01PM +0200, Harti Brandt wrote: > > On Tue, 16 Sep 2003, Richard Nyberg wrote: > > > > RN>At Thu, 11 Sep 2003 14:44:55 +0200 (CEST), > > RN>Harti Brandt wrote: > > RN>> Hi, > > RN>> > > RN>> I just tried to upgrade one of my systems from a static root from july to > > RN>> an actual dynamic root. The installworld went fine 'til the place where > > RN>> /bin/test is installed. At that point the installation stopped with "ELF > > RN>> interpreter /libexec/ld-elf.so.1 not found". And really /libexec is not > > RN>> populated yet. > > RN> > > RN>Me too :( > > RN>To get installworld back on track I used cp under linux emulation to > > RN>copy ld-elf.so.1. Then I also had to run ldconfig -m /lib. After that > > RN>make installworld completed successfully. > > > > Or you could cd into /usr/obj/usr/src/rescue/rescue and do ./rescue cp ... > > (as long as you have a working shell) Ah! I wondered why only found the rescue binary there and no cp or mv. I didn't quite get it... :) > Which of course exists in /rescue too. > No because it wasn't installed yet. -Richard