panic: kernel diagnostic assertion "pd.m->m_pkthdr.pf.statekey == NULL" failed

2016-01-29 Thread Paul de Weerd
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

panic with soekris net5501 on OpenBSD 5.9-beta (GENERIC) #1536: Thu Jan 28 20:18:35 MST 2016

2016-01-29 Thread Lars Noodén
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

Re: panic with soekris net5501 on OpenBSD 5.9-beta (GENERIC) #1536: Thu Jan 28 20:18:35 MST 2016

2016-01-29 Thread Stuart Henderson
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

Re: panic with soekris net5501 on OpenBSD 5.9-beta (GENERIC) #1536: Thu Jan 28 20:18:35 MST 2016

2016-01-29 Thread Lars Noodén
> 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 "../../

Re: panic: kernel diagnostic assertion "pd.m->m_pkthdr.pf.statekey == NULL" failed

2016-01-29 Thread Paul de Weerd
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

20160119 snapshot running as xen guest crashes with xnf network load

2016-01-29 Thread Imre Oolberg
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