From owner-freebsd-questions@FreeBSD.ORG Wed May 3 13:48:10 2006 Return-Path: X-Original-To: questions@freebsd.org 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 EF76D16A400 for ; Wed, 3 May 2006 13:48:09 +0000 (UTC) (envelope-from freebsd@voidmain.net) Received: from tiltup.nepinc.com (tiltup.nepinc.com [66.207.136.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BBC643D48 for ; Wed, 3 May 2006 13:48:09 +0000 (GMT) (envelope-from freebsd@voidmain.net) Received: from [192.100.100.110] (pgh.nepinc.com [66.207.129.50]) (authenticated bits=0) by tiltup.nepinc.com (8.13.4/8.13.4) with ESMTP id k43Dpi4U052138 for ; Wed, 3 May 2006 09:51:44 -0400 (EDT) (envelope-from freebsd@voidmain.net) Message-ID: <4458B492.7060409@voidmain.net> Date: Wed, 03 May 2006 09:48:02 -0400 From: Tom Grove User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060325 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Soekris NET4801 Hang Ups X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@voidmain.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2006 13:48:10 -0000 I have had a net4801 running as a router at a branch office doing basic routing stuff...this packet comes in from here go there. I'm running 6.0-Release on it and it seems to work wonderfully but about once a month it just hangs. No response from anything and the only way to bring it back is to pull the power and plug it back in. I'm including the dmesg and would like any help regarding this. Nothing in the logs seems to help so, hopefully someone here can shed some light. ############## ##START DMESG## ############## Copyright (c) 1992-2005 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.0-RELEASE #0: Mon Jan 23 15:21:47 EST 2006 root@haiti.nepinc.com:/usr/src/sys/i386/compile/NET4801 WARNING: debug.mpsafenet forced to 0 as ipsec requires Giant WARNING: MPSAFE network stack disabled, expect reduced performance. Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Geode(TM) Integrated Processor by National Semi (266.68-MHz 586-class CPU) Origin = "Geode by NSC" Id = 0x540 Stepping = 0 Features=0x808131 real memory = 134217728 (128 MB) avail memory = 126115840 (120 MB) npx0: [FAST] npx0: on motherboard npx0: INT 16 interface cpu0 on motherboard pcib0: pcibus 0 on motherboard pci0: on pcib0 sis0: port 0xe100-0xe1ff mem 0xa0000000-0xa0000fff irq 10 at device 6.0 on pci0 sis0: Silicon Revision: DP83816A miibus0: on sis0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto sis0: Ethernet address: 00:00:24:c5:6e:68 sis0: [GIANT-LOCKED] sis1: port 0xe200-0xe2ff mem 0xa0001000-0xa0001fff irq 10 at device 7.0 on pci0 sis1: Silicon Revision: DP83816A miibus1: on sis1 ukphy1: on miibus1 ukphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto sis1: Ethernet address: 00:00:24:c5:6e:69 sis1: [GIANT-LOCKED] sis2: port 0xe300-0xe3ff mem 0xa0002000-0xa0002fff irq 10 at device 8.0 on pci0 sis2: Silicon Revision: DP83816A miibus2: on sis2 ukphy2: on miibus2 ukphy2: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto sis2: Ethernet address: 00:00:24:c5:6e:6a sis2: [GIANT-LOCKED] Geode GPIO@ = 6100 Geode Soekris net4801 comBIOS ver. 1.28 20050529 Copyright (C) 2000-2005 isab0: port 0x6100-0x613f,0x6200-0x623f at device 18.0 on pci0 isa0: on isab0 pci0: at device 18.1 (no driver attached) atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xe000-0xe00f at device 18.2 on pci0 ata0: on atapci0 ata1: on atapci0 Geode CBA@ 0x6000 Geode rev: 06 03 Timecounter "Geode" frequency 27000000 Hz quality 1000 pci0: at device 18.5 (no driver attached) pci0: at device 19.0 (no driver attached) pmtimer0 on isa0 orm0: at iomem 0xc8000-0xd0fff on isa0 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A, console sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A Timecounters tick every 1.000 msec IPsec: Initialized Security Association Processing. ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding disabled, default to accept, logging disabled ad0: 976MB at ata0-master PIO4 Trying to mount root from ufs:/dev/ad0s1a WARNING: / was not properly dismounted ############## ###END DMESG### ############## -Tom Grove