From owner-freebsd-questions@FreeBSD.ORG Wed Dec 1 01:13:04 2004 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 7921C16A4CE for ; Wed, 1 Dec 2004 01:13:04 +0000 (GMT) Received: from rutherford.zen.co.uk (rutherford.zen.co.uk [212.23.3.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA18C43D1D for ; Wed, 1 Dec 2004 01:13:03 +0000 (GMT) (envelope-from stacey@vickiandstacey.com) Received: from [82.68.31.182] (helo=Demon.vickiandstacey.com) by rutherford.zen.co.uk with esmtp (Exim 4.34) id 1CZJ3H-0008LN-1d; Wed, 01 Dec 2004 01:13:03 +0000 Received: from crom.vickiandstacey.com (crom [192.168.1.10]) iB11DA2E057185; Wed, 1 Dec 2004 01:13:10 GMT (envelope-from stacey@vickiandstacey.com) Received: from crom.vickiandstacey.com (localhost [127.0.0.1]) iB11Ck8d030247; Wed, 1 Dec 2004 01:12:51 GMT (envelope-from stacey@crom.vickiandstacey.com) Received: (from stacey@localhost) by crom.vickiandstacey.com (8.12.11/8.12.11/Submit) id iB11Cfl9030246; Wed, 1 Dec 2004 01:12:41 GMT (envelope-from stacey) Date: Wed, 1 Dec 2004 01:12:41 +0000 From: Stacey Roberts To: Christian Hiris <4711@chello.at> Message-ID: <20041201011241.GY12622@crom.vickiandstacey.com> References: <20041130224957.GW12622@crom.vickiandstacey.com> <200412010023.15447.4711@chello.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412010023.15447.4711@chello.at> User-Agent: Mutt/1.4.2.1i X-Originating-Rutherford-IP: [82.68.31.182] cc: freebsd-questions@freebsd.org cc: Stacey Roberts Subject: Re: How to capture "make installworld" error during migration from 5.1 to 5-Stable? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 01:13:04 -0000 Hi, ----- Original Message ----- From: "Christian Hiris <4711@chello.at>" To: To freebsd-questions@freebsd.org Date: Tue, 30 Nov, 2004 23:23 GMT Subject: Re: How to capture "make installworld" error during migration from 5.1 to 5-Stable? > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Tuesday 30 November 2004 23:49, Stacey Roberts wrote: > > Hello, > > I'm trying to migrate a newly (fresh install from CD-Rom Set) > > installed 5.1 to 5-Stable, using the migration guide at > > http://www.freebsd.org/releases/5.3R/migration-guide.html. > > > > The previous attempts failed with the same error at step 15: > > Install the new userland utilities with: > > > > # cd /usr/src > > # make installworld > > > > Now, I'm in single-user mode at this stage, and would like to capture the > > error so that I could post to the list for assistance, please. How can I do > > this? > > See http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html > > Chapter "19.4.7.1 Saving the Output" describes how to use the script command: > > # script /var/tmp/mw.out > Script started, output file is /var/tmp/mw.out > # make TARGET > ... compile, compile, compile ... > # exit > Script done, ... > Okay.., I've just scripted the output from "make installworld" at step 15 of the migration guide, and its failed as before. I've got the output redirected to a file: /var/tmp/installworld.log, however, I'm in single-user mode, and nothing works: ls, mount, etc.., how do I get this file off this system so that I can post it to the list for assistance? At this point, I can (manually) show the last bit of the failed attempt for make installworld: ===> bin/test install -s -o root -g wheel -m 555 test /bin install -o root -g wheel -m 444 test.1.gz /usr/share/man/man1 pid 45090 (sh), uid 0: exited on signal 10 (core dumped) *** Signal 10 Stop in /usr/src/bin/test. *** Error code 1 Stop in /usr/src. *** Error code 1 .., .., .., .., I'd appreciate some help with this.., If there is a way to get the log file off (to floppy, for instance), I'd like to post it so that folks cleverer than I could take a look, please. Thanks for the time. Regards, Stacey > Cheers, > ch > > - -- > Christian Hiris <4711@chello.at> | OpenPGP KeyID 0x3BCA53BE > OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.6 (FreeBSD) > > iD8DBQFBrQDj09WjGjvKU74RAvp8AJ9CBSapHbxRL3JKthneleZRBR9G3ACfV8S6 > xPT9ljAJDDjKJFy/q3Wo/3s= > =GZbs > -----END PGP SIGNATURE----- > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"