From owner-freebsd-questions@FreeBSD.ORG Tue Apr 6 13:38:37 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 B74CC16A4D0 for ; Tue, 6 Apr 2004 13:38:37 -0700 (PDT) Received: from rastaban.dandy.net (rastaban.dandy.net [209.128.224.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 401CB43D39 for ; Tue, 6 Apr 2004 13:38:37 -0700 (PDT) (envelope-from andy@neu.net) Received: from Mira.dandy.net (mira.dandy.net [209.128.224.15]) by rastaban.dandy.net (8.12.10/8.12.6) with ESMTP id i36KbYss013344 for ; Tue, 6 Apr 2004 16:37:35 -0400 Date: Tue, 6 Apr 2004 16:37:34 -0400 (EDT) From: andy@neu.net X-X-Sender: andyneu@Mira.dandy.net To: freebsd-questions@freebsd.org In-Reply-To: <20040406190038.2419016A4EA@hub.freebsd.org> Message-ID: References: <20040406190038.2419016A4EA@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: problems with make world process 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: Tue, 06 Apr 2004 20:38:37 -0000 I am trying to use the make world process and am having a major problem. Everything goes well until the last step. First I tied upgrading to 4.9 stable by: cvsuping RELENG_4 make buildworld make buildkernel make installkernel reboot (single user) mergemaster -p make installworld mergemaster reboot When I reboot the network is totally broken, if I try to ping 192.168.1.1 my local gateway I get: ping: sendto: No route to host So, I thought maybe the mergemaster process hosed things up. I did the whole process again and instead of running mergemaster, I rebooted after a successful installworld. Again, same thing the network is broken. Then, I thought maybe something is wrong with 4.9, so I repeated the exercise again twice going from 5.2.1.Release to 5.2.1.p4. And still no luck. So, I am obviously missing something big or small (or both). The purpose for doing this is to build a firewall by following the directions at:http://www.schlacter.net/public/FreeBSD-STABLE_and_IPFILTER.html Everything looks ok as far as ifconfig and /etc/rc.conf are concerned. What can I do to troubleshoot the network problem? Any advice would be greatly appreciated. TIA Andy