From owner-freebsd-questions@FreeBSD.ORG Fri Jun 10 03:23:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 CA5E516A41C for ; Fri, 10 Jun 2005 03:23:22 +0000 (GMT) (envelope-from juhasaarinen@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D03043D1F for ; Fri, 10 Jun 2005 03:23:21 +0000 (GMT) (envelope-from juhasaarinen@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so331377wri for ; Thu, 09 Jun 2005 20:23:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=WXZgUEHjiSE/2tCbmSVFcSrUaRAWyi1pLUR9eXt1WIc06vgAi6ObokvrkkfFTtXP4QSVZyiPxKOGcEFJnisQrAJnisDjAZ/tCCwKTubzzJFywauwrigICzT1+ZQz02Uo9qajkxbBaJlRjkTmgc9l8lUOWSWvc5/BZg6kxK/xzLw= Received: by 10.54.156.4 with SMTP id d4mr294860wre; Thu, 09 Jun 2005 20:23:21 -0700 (PDT) Received: by 10.54.4.67 with HTTP; Thu, 9 Jun 2005 20:23:21 -0700 (PDT) Message-ID: Date: Fri, 10 Jun 2005 15:23:21 +1200 From: Juha Saarinen To: "freebsd-questions@freebsd.org" Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Recovering from a late "make installworld" failure? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Juha Saarinen List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jun 2005 03:23:22 -0000 After cvsuping and doing the usual make buildworld/buildkernel/installkernel, make installworld conked out, very late in the game by the looks of it. I wasn't able to capture the error message at the point of failure unfortunately. Now it's all fun and games with even 'ls' segfaulting and 'make clean' / 'make cleanworld' hanging with: "/usr/src/Makefile", line 91: warning: "/usr/bin/env -i PATH=3D/sbin:/bin:/usr/sbin:/usr/bin make -f /dev/null -V MAKEOBJDIRPREFIX dummy" returned non-zero status and no further output. This message: http://docs.freebsd.org/cgi/mid.cgi?20031114153630.GA28567 describes a similar situation, and suggests: "Reboot to single user mode and finish the installworld,=20 then boot multiuser and your fine again (hopefully)" Good advice or not? --=20 Juha