From owner-freebsd-current@FreeBSD.ORG Fri Jan 21 18:22:21 2005 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 74F1016A4CE for ; Fri, 21 Jan 2005 18:22:21 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBC4443D48 for ; Fri, 21 Jan 2005 18:22:20 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so13325wra for ; Fri, 21 Jan 2005 10:22:20 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=T+KH74cFVGtjt44Sp9/m0X9XLNs7/Bg31p1wyEM6NjzQGiSHjOOuSDdP8GmZCwG5tketBoOSdEn/MfKdwMWHB3ZIvDBwhJwgi+V33ULo1BgQE0P5/8kBLwPMugYkVZ3IgmA9a8YMIWmoxjy107nTay+BV5N0BQ5ujFXs+7N5wnA= Received: by 10.54.49.20 with SMTP id w20mr301099wrw; Fri, 21 Jan 2005 10:22:20 -0800 (PST) Received: by 10.54.29.4 with HTTP; Fri, 21 Jan 2005 10:22:20 -0800 (PST) Message-ID: <790a9fff05012110223252212a@mail.gmail.com> Date: Fri, 21 Jan 2005 12:22:20 -0600 From: Scot Hetzel To: Johan Kuuse In-Reply-To: <200501211210.54960.kuuse@redantigua.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <000a01c4ffd2$86d5cc70$10bca1cd@widserver1> <200501211130.43893.kuuse@redantigua.com> <790a9fff05012109562ba31a32@mail.gmail.com> <200501211210.54960.kuuse@redantigua.com> cc: freebsd-current@freebsd.org cc: current@freebsd.org Subject: Re: Problem with crt1.o and init tls X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Scot Hetzel List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2005 18:22:21 -0000 On Fri, 21 Jan 2005 12:10:54 -0600, Johan Kuuse wrote: > I mounted the 5.2.1 CD, there are actually a few install.sh's there: > > Do you refer to base/install.sh or to src/install.sh? > Sorry for asking all over, but I just want to be 100% sure I get you right, to > don't get things worse. > base/install.sh you should see a bunch of sbin.??, bin.??, ubin.??, usbin.?? files in there. Look at the base\install.sh and see if it also extracts the etc.?? files. If it does, then you'll need to copy all theses files to a temp dir and remove etc from the install.sh script so that it doesn't overwrite your setup. Also, you should do this in single user mode with all filesystems mounted rw. Scot