Yesterday I upgraded my home gateway to the latest snapshot available
from my local mirror. After reboot, I get a panic as soon as
networking starts:
panic: kernel diagnostic assertion "pd.m->m_pkthdr.pf.statekey == NULL" failed:
file "../../../../net/pf.c", line 6569
Stopped at Debugger+0x
I'm getting frequent panics from the snapshot OpenBSD 5.9-beta
(GENERIC) #1536: Thu Jan 28 20:18:35 MST 2016 on a Soekris Net5501.
It seems to happen when I connect physically via ethernet. Normally I
have dhcpd running but even if I kill that first, just plugging the
cable in seems to cause the
On 2016/01/29 16:57, Lars Noodén wrote:
> I'm getting frequent panics from the snapshot OpenBSD 5.9-beta
> (GENERIC) #1536: Thu Jan 28 20:18:35 MST 2016 on a Soekris Net5501.
>
> It seems to happen when I connect physically via ethernet. Normally I
> have dhcpd running but even if I kill that fir
> I'm not sure exactly which code is in current snaps, please build
> a new kernel from up-to-date current source and see if it recur
Ok. Here's with the GENERIC kernel build from current source.
/Lars
# panic: kernel diagnostic assertion "pd.m->m_pkthdr.pf.statekey ==
NULL" failed: file "../../
I've just confirmed this still happens with the latest snap (OpenBSD
5.9-beta (GENERIC.MP) #1865: Thu Jan 28 20:18:15 MST 2016) and with a
kernel built from the latest sources (checkout from less than an hour
ago).
panic: kernel diagnostic assertion "pd.m->m_pkthdr.pf.statekey == NULL" failed:
f
report i checked today with
install59.iso-20160129 and it does not crash that way. Instead it gives
nice 50 MByte/s
client# dd if=/dev/zero bs=1M count=1 | nc 192.168.10.215 1234
1+0 records in
1+0 records out
1048576 bytes transferred in 189.840 secs (55234480 bytes/sec)
OpenBSD