NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD 9.0 randomly boots
Hello,
I have upgraded my 8.1 to 9.0 from sources. Kernel seems to be stable,
but only if it can boot ! My CVS tree was upgraded last sunday (14:12:38
CET) and my kernel is customized as I need ALTQ.
Sometimes, kernel cannot allocate ressources and panics, or loops in
configure stage. But the same kernel can also boot as expected, and when
it boots wihtout error, it runs fine. Of course, old kernel always boots
on the same hardware.
My configuration :
bash-5.0# diff -u GENERIC CUSTOM
--- GENERIC 2020-02-03 14:27:56.063446870 +0100
+++ CUSTOM 2020-01-26 17:08:45.697889980 +0100
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.531.2.8 2020/01/27 07:06:02 martin Exp $
+# $NetBSD: GENERIC,v 1.531.2.7 2020/01/21 11:55:57 martin Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.531.2.8 $"
+#ident "GENERIC-$Revision: 1.531.2.7 $"
maxusers 64 # estimated number of users
@@ -55,9 +55,6 @@
options INSECURE # disable kernel security levels - X
needs this
-options AUDIO_BLK_MS=4 # make software with low latency
needs performant
- # no substantial CPU overhead on this
platform
-
options RTC_OFFSET=0 # hardware clock is this many mins. west
of GMT
options NTP # NTP phase/frequency locked loop
@@ -207,18 +204,18 @@
#options TCP_DEBUG # Record last TCP_NDEBUG packets with
SO_DEBUG
#options TCP_SIGNATURE # Enable RFC-2385 TCP md5 signatures
-#options ALTQ # Manipulate network interfaces' output
queues
-#options ALTQ_BLUE # Stochastic Fair Blue
-#options ALTQ_CBQ # Class-Based Queueing
-#options ALTQ_CDNR # Diffserv Traffic Conditioner
-#options ALTQ_FIFOQ # First-In First-Out Queue
-#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box)
-#options ALTQ_HFSC # Hierarchical Fair Service Curve
-#options ALTQ_LOCALQ # Local queueing discipline
-#options ALTQ_PRIQ # Priority Queueing
-#options ALTQ_RED # Random Early Detection
-#options ALTQ_RIO # RED with IN/OUT
-#options ALTQ_WFQ # Weighted Fair Queueing
+options ALTQ # Manipulate network interfaces' output
queues
+options ALTQ_BLUE # Stochastic Fair Blue
+options ALTQ_CBQ # Class-Based Queueing
+options ALTQ_CDNR # Diffserv Traffic Conditioner
+options ALTQ_FIFOQ # First-In First-Out Queue
+options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box)
+options ALTQ_HFSC # Hierarchical Fair Service Curve
+options ALTQ_LOCALQ # Local queueing discipline
+options ALTQ_PRIQ # Priority Queueing
+options ALTQ_RED # Random Early Detection
+options ALTQ_RIO # RED with IN/OUT
+options ALTQ_WFQ # Weighted Fair Queueing
# These options enable verbose messages for several subsystems.
# Warning, these may compile large string tables into the kernel!
Regards,
JKB
Home |
Main Index |
Thread Index |
Old Index