From owner-freebsd-questions@FreeBSD.ORG Sat Jul 12 12:36:09 2003 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 A951337B401 for ; Sat, 12 Jul 2003 12:36:09 -0700 (PDT) Received: from smtpout.mac.com (A17-250-248-85.apple.com [17.250.248.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1030143F93 for ; Sat, 12 Jul 2003 12:36:09 -0700 (PDT) (envelope-from gnorm@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id h6CJa9qS009386 for ; Sat, 12 Jul 2003 12:36:09 -0700 (PDT) Received: from localhost (253.cpe.atlantabroadband.com [64.30.173.253] (may be forged)) (authenticated bits=0) by mac.com (Xserve/8.12.9/MantshX 2.0) with ESMTP id h6CJa3IL002540 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Sat, 12 Jul 2003 12:36:05 -0700 (PDT) Date: Sat, 12 Jul 2003 15:35:53 -0400 Mime-Version: 1.0 (Apple Message framework v482) Content-Type: text/plain; charset=US-ASCII; format=flowed From: Gregory Norman To: freebsd-questions@FreeBSD.org Content-Transfer-Encoding: 7bit Message-Id: <0CCCD34E-B4A0-11D7-976E-003065A51656@mac.com> X-Mailer: Apple Mail (2.482) Subject: Help upgrading 4.4 Release - 4.8 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: Sat, 12 Jul 2003 19:36:10 -0000 Hello I'm trying to upgrade from 4.4 Release to 4.8 Stable. Everything goes well until I reboot after building and installing my custom kernel. This machine is a gateway, nat, ipfw. I will also install MySQL, Apache, and PHP4 after upgrading. Prior to upgrading everything worked fine. When I reboot it hangs after: ppi0: on ppbus0 I have a copy of my previous kernel and can boot up using it. Here is a snippet of the probe showing where it fails: sio at port 0x2f8-0x2ff irq 3 on isa 0 sio1:type 16550a ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode lpt0: on ppbus 0 lpt0:Interrupt-driven por ppi0: on ppbus0 #it hangs here and fail. It seem as though the probe fail while searching for dummynet. After ppi0: on ppbus0 during a successful boot system probe shows DUMMYNET initialized (xxxxxx) IP packet filtering initialized, divert enabled, rule-based forwarding disabled,..... According to UPDATING there were changes made with dummynet, bridging and ipfw between 4.4 Release and 4.8 Stable. I tried commenting dummynet and bridging in my custom kernel, rebuilding and installing the kernel with those changes. A 4.8 Stable boot still fail at the same place. A kernel with ppi0 on ppbus0 disabled does not work either. I have not been able to find a solution by searching google, and FreeBSD.org either. I have reinstalled the entire OS, starting from a clean install of 4.4 Release, still no success. Any help, suggestion, pointers, or ideas would be appreciated. i386 Gregory