From owner-freebsd-questions@FreeBSD.ORG Sat Mar 5 09:57:30 2005 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 0A71D16A4CE for ; Sat, 5 Mar 2005 09:57:30 +0000 (GMT) Received: from smtp.owt.com (smtp.owt.com [204.118.6.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE47443D49 for ; Sat, 5 Mar 2005 09:57:29 +0000 (GMT) (envelope-from kstewart@owt.com) Received: from [207.41.94.233] (owt-207-41-94-233.owt.com [207.41.94.233]) by smtp.owt.com (8.12.8/8.12.8) with ESMTP id j259ubt3032178; Sat, 5 Mar 2005 01:56:38 -0800 From: Kent Stewart To: freebsd-questions@freebsd.org Date: Sat, 5 Mar 2005 01:57:27 -0800 User-Agent: KMail/1.7.2 References: <4229707A.1080205@fusemail.com> In-Reply-To: <4229707A.1080205@fusemail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503050157.27849.kstewart@owt.com> cc: Brian John Subject: Re: Installed new kernel and then make buildworld and now no internet? 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: Sat, 05 Mar 2005 09:57:30 -0000 On Saturday 05 March 2005 12:40 am, Brian John wrote: > Hello. > I just added a couple of config attributes to my make.conf, namely > this (I think this is close): > CPU-TYPE = athlon-xp > CFLAGS = -0 -pipe > COPTFLAGS = -0 -pipe > > Then I did a "make buildkernel" and "make installkernel". I then > rebooted into single user mode and did a "make buildworld". Then I > restarted and now I have no internet. I can't get any pages to come > up in firefox or dillo. I tried pinging www.yahoo.com and I got 69% > packet loss. Also, when I try to do "portupgrade -ap" to reinstall > all of my ports, it can't connect to download the distfiles. What > can I do to fix this? Do it in the right order. You want a new kernel build to use the code produced by the buildworld. Now, you have a user land from one buildworld and a kernel from the previous one. Processes such a top may not even work in your environment. You boot to single user mode to test the new kernel and stop all of the competing processes. Then, you do the installworld and run mergemaster to update the configuration files. Kent > > Thanks > > /Brian -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html