Re: port-amd64/60631: Intel N150 cpu hang leading to kernel panic in heartbeat
"Phil Ashby via gnats" <[email protected]>
| Newsgroups | gmane.os.netbsd.bugs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR port-amd64/60631; it has been noted by GNATS. From: Phil Ashby <[email protected]> To: [email protected] Cc: Subject: Re: port-amd64/60631: Intel N150 cpu hang leading to kernel panic in heartbeat Date: Sat, 22 Aug 2026 13:21:04 +0100 Hi Martin, As requested, /etc/rc.conf pasted below, I shall now create dmesg dumps and reproduce the failure a couple of times to collect last few console lines and crash dumps. I should note that the earlier failures did not have tap0, tinc, dnsmasq, openntpd, sshd configured, but things never get this far. Dmesg and crash dumps all here: https://phil.ashbysoft.com/dumps/ Last few console lines on a failed multi user boot with DDB enabled: Sat Aug 22 11:53:02 UTC 2026 Starting root file system check: /dev/rdk1: file system is clean; not checking Setting sysctl variables: ddb.onpanic: 1 -> 1 swapctl: setting dump device to /dev/dk2 swapctl: adding /dev/dk2 as swap device at priority 0 Starting file system checks: Loaded entropy from /var/db/entropy-file. Waiting for entropy...done Setting tty flags. ...15 seconds later... [DDB crash handler] --8<-- /etc/rc.conf: # Load the defaults in from /etc/defaults/rc.conf (if it's readable). # These can be overridden below. # if [ -r /etc/defaults/rc.conf ]; then . /etc/defaults/rc.conf fi # If this is not set to YES, the system will drop into single-user mode. # rc_configured=YES # Add local overrides below. # wscons=YES # Networking: # - explicit list of interfaces to configure auto_ifconfig=NO net_interfaces="igc0 tap0" # - igc0 (2.5G) port is internal.. ifconfig_igc0="inet 192.168.0.10/24" # - tap0 (tinc), also runs tincd (see /usr/pkg/etc/tinc) ifconfig_tap0="inet 10.1.1.19/24; !/usr/pkg/sbin/tincd -n tinc0 --pidfile=/tmp/tincd.pid" # Default route.. defaultroute="192.168.0.1" # DNS (see /usr/pkg/etc/dnsmasq.conf) dnsmasq=YES # Clock sync (see /usr/pkg/etc/ntpd.conf) openntpd=YES # Remote access (see /etc/ssh/sshd_config) sshd=YES --8<--