From owner-freebsd-questions@FreeBSD.ORG Fri Nov 30 15:08:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE6C716A417 for ; Fri, 30 Nov 2007 15:08:52 +0000 (UTC) (envelope-from jack@jarasoft.net) Received: from zeus.jarasoft.nl (zeus.jarasoft.nl [72.36.229.154]) by mx1.freebsd.org (Postfix) with ESMTP id B76B313C45D for ; Fri, 30 Nov 2007 15:08:52 +0000 (UTC) (envelope-from jack@jarasoft.net) Received: from zeus.jarasoft.nl (localhost [127.0.0.1]) by zeus.jarasoft.nl (Postfix) with ESMTP id CDFFD39942; Fri, 30 Nov 2007 16:09:10 +0100 (CET) Received: from www.jarasoft.nl (localhost [127.0.0.1]) by zeus.jarasoft.nl (Postfix) with ESMTP id 95F4A39941; Fri, 30 Nov 2007 16:09:10 +0100 (CET) Received: from 194.26.142.1 (SquirrelMail authenticated user jack1) by www.jarasoft.nl with HTTP; Fri, 30 Nov 2007 16:09:10 +0100 (CET) Message-ID: <47538.194.26.142.1.1196435350.squirrel@www.jarasoft.nl> Date: Fri, 30 Nov 2007 16:09:10 +0100 (CET) From: "Jack Raats" To: "Michael Smith" User-Agent: SquirrelMail/1.4.11 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-questions@freebsd.org Subject: Re: serious problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jack@jarasoft.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Nov 2007 15:08:52 -0000 Hi Michael, >> While running make installworld my computer crashed. (FreeBSD 6.2-p9 >> kernel) >> At this moment the system misses some of the elf libs. Running in >> single user mode and running make installworld again gives all kind >> of errors >> > Right out of the handbook. > > 23.4.14.6. What do I do if something goes wrong? > > Make absolutely sure your environment has no extraneous cruft from > earlier builds. This is simple enough. > > # chflags -R noschg /usr/obj/usr > # rm -rf /usr/obj/usr > # cd /usr/src > # make cleandir > # make cleandir > Yes, make cleandir really should be run twice. Due to the fact that the elf libraries are gone ?!?!? I cann't loging normally and I cannot run these commands. Tonight I try to get in single user and I'll retry what the handbook says Jack