Subject: Re: kern/30048: Kernel panic with 3.0_BETA
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Martti Kuparinen <martti.kuparinen@iki.fi>
List: netbsd-bugs
Date: 04/24/2005 16:52:01
The following reply was made to PR kern/30048; it has been noted by GNATS.
From: Martti Kuparinen <martti.kuparinen@iki.fi>
To: Martin Husemann <martin@duskware.de>
Cc: gnats-bugs@NetBSD.org
Subject: Re: kern/30048: Kernel panic with 3.0_BETA
Date: Sun, 24 Apr 2005 19:50:59 +0300
> Can you give us the actual panic message (which has %d expanded) and
I don't have that information available as the server is in our
electricity room and I just noticed that the system had booted itself.
> tell us more about your networking environment?
What do you want to know? We have two interfaces, wm0 and fxp0. ipf is
performing filtering and ipnat is doing only ftp proxy (the internal
network, wm0, has public addresses so no NAT is involved here). Here's
an overview of the network (in Finnish but look at the picture):
http://www.nissenrinne.fi/admin/verkko.php
ROOT www:~> cat /etc/ipnat.conf
# Outgoing FTP
map fxp0 194.29.193.209/32 -> 194.29.193.209/32 proxy port ftp ftp/tcp
map fxp0 81.17.204.64/26 -> 194.29.193.209/32 proxy port ftp ftp/tcp
Our kernel is almost GENERIC:
www:/usr/src/sys/arch/i386/conf> diff -u GENERIC WWW
--- GENERIC 2005-04-20 20:45:15.000000000 +0300
+++ WWW 2005-04-23 13:24:49.000000000 +0300
@@ -113,7 +113,7 @@
options DDB_HISTORY_SIZE=512 # enable history editing in DDB
#options KGDB # remote debugger
#options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
-#makeoptions DEBUG="-g" # compile full symbol table
+makeoptions DEBUG="-g" # compile full symbol table
# Compatibility options
options COMPAT_NOMID # NetBSD 0.8, 386BSD, and BSDI
@@ -175,8 +175,8 @@
#options GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP
options INET6 # IPV6
-#options IPSEC # IP security
-#options IPSEC_ESP # IP security (encryption part; define
w/IPSEC)
+options IPSEC # IP security
+options IPSEC_ESP # IP security (encryption part; define
w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
@@ -307,19 +307,19 @@
# (acpi at mainbus must also be enabled)
#options MPACPI_SCANPCI # find PCI roots using MPACPI
-#acpi0 at mainbus0
+acpi0 at mainbus0
#options ACPI_PCI_FIXUP # PCI interrupt routing via ACPI
#options ACPI_ACTIVATE_DEV # If set, activate inactive devices
#options ACPICA_PEDANTIC # force strict conformance to
the Spec.
#options ACPI_DISABLE_ON_POWEROFF # disable acpi on power off
# ACPI devices
-#acpiacad* at acpi? # ACPI AC Adapter
+acpiacad* at acpi? # ACPI AC Adapter
#acpibat* at acpi? # ACPI Battery
-#acpibut* at acpi? # ACPI Button
-#acpiec* at acpi? # ACPI Embedded Controller
+acpibut* at acpi? # ACPI Button
+acpiec* at acpi? # ACPI Embedded Controller
#acpilid* at acpi? # ACPI Lid Switch
-#acpitz* at acpi? # ACPI Thermal Zone
+acpitz* at acpi? # ACPI Thermal Zone
# Mainboard devices
#com* at acpi? # Serial communications interface
@@ -1257,3 +1257,6 @@
pseudo-device wsmux # mouse & keyboard multiplexor
pseudo-device wsfont
pseudo-device ksyms # /dev/ksyms
+
+# Local settings
+options NMBCLUSTERS=16384 # max mbuf clusters