From owner-freebsd-current@FreeBSD.ORG Fri Nov 21 13:48:33 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 6909716A4CE for ; Fri, 21 Nov 2003 13:48:33 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.6]) by mx1.FreeBSD.org (Postfix) with SMTP id 6FBE143FE3 for ; Fri, 21 Nov 2003 13:48:32 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 62731 invoked by uid 1002); 21 Nov 2003 21:48:31 -0000 Received: from unknown (HELO ?10.4.1.5?) (64.58.1.252) by smtp.mho.net with SMTP; 21 Nov 2003 21:48:31 -0000 Date: Fri, 21 Nov 2003 14:51:11 -0700 (MST) From: Scott Long X-X-Sender: scottl@pooker.samsco.home To: Don Bowman In-Reply-To: Message-ID: <20031121144943.K51891@pooker.samsco.home> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: "'freebsd-current@freebsd.org'" Subject: Re: dumb question 'Bad system call' after make world 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: Fri, 21 Nov 2003 21:48:33 -0000 On Fri, 21 Nov 2003, Don Bowman wrote: > > So i have a machine freshly installed from 5.1 mini iso. > I did a cvs co of latest current sources, and accidentally > did a 'make world' instead of 'make buildworld'. > Now i just get 'Bad system call' when i try to do anything. > i need to get the correct kernel on there, does anyone have a > suggestion for how to fix this? > > --don Probably the easiest thing will be to start over with a fresh 5.1 install, then follow the steps in UPDATING of make buildworld make kernel reboot to single user make installworld mergemaster reboot Scott