On Wed, Nov 11, 2015 at 9:20 AM, Gregor Best <g...@unobtanium.de> wrote: > I've done some further testing and I think I've narrowed it down to the > "Unlocking em(4) a bit further"-patch [0].
That was the start of it for me. When I could revert to rev 1.305 for if_em.c and rev 1.57 for if_em.h all was fine. But the kernel no longer builds with if_em.c rev 1.305 due to: cc1: warnings being treated as errors ../../../../dev/pci/if_em.c: In function 'em_ioctl': ../../../../dev/pci/if_em.c:674: warning: implicit declaration of function 'arp_ifinit' *** Error 1 in /usr/src/sys/arch/amd64/compile/GENERIC.MP (Makefile:937 'if_em.o') I'm wondering if the patch that moved if_em.c from rev 1.308 to rev 1.309 could be applied to rev 1.305 and if that would the kernel to build and work? These timeouts are killing me. Nov 13 08:21:11 stargate /bsd: em0: watchdog timeout -- resetting Nov 13 09:47:36 stargate unbound: [12687:1] notice: sendto failed: No buffer space available Nov 13 09:47:36 stargate unbound: [22477:0] notice: sendto failed: No buffer space available Nov 13 09:47:36 stargate unbound: [22477:0] notice: remote address is 172.27.12.66 port 34281 Nov 13 09:47:36 stargate unbound: [12687:1] notice: remote address is 172.27.12.66 port 34281 Nov 13 09:47:37 stargate /bsd: em0: watchdog timeout -- resetting Nov 13 09:49:42 stargate /bsd: em0: watchdog timeout -- resetting Nov 13 09:51:55 stargate unbound: [22477:0] notice: sendto failed: No buffer space available Nov 13 09:51:55 stargate unbound: [22477:0] notice: remote address is 172.27.12.66 port 57280 Nov 13 09:52:00 stargate /bsd: em0: watchdog timeout -- resetting Nov 13 09:53:18 stargate /bsd: em0: watchdog timeout -- resetting Nov 13 09:54:32 stargate unbound: [12687:1] notice: sendto failed: No buffer space available Nov 13 09:54:32 stargate unbound: [22477:0] notice: sendto failed: No buffer space available Nov 13 09:54:32 stargate unbound: [22477:0] notice: remote address is 172.27.12.66 port 57438 Nov 13 09:54:32 stargate unbound: [12687:1] notice: remote address is 172.27.12.66 port 57438 Nov 13 09:54:35 stargate /bsd: em0: watchdog timeout -- resetting Nov 13 09:55:54 stargate /bsd: em0: watchdog timeout -- resetting Nov 13 09:58:08 stargate last message repeated 2 times Nov 13 09:58:53 stargate /bsd: em1: watchdog timeout -- resetting Nov 13 09:59:05 stargate ftp-proxy[18455]: #1 client command too long or not clean Nov 13 09:59:09 stargate unbound: [12687:1] notice: sendto failed: No buffer space available Nov 13 09:59:09 stargate unbound: [12687:1] notice: remote address is 172.27.12.66 port 22970 Nov 13 09:59:09 stargate unbound: [12687:1] notice: sendto failed: No buffer space available Nov 13 09:59:09 stargate unbound: [12687:1] notice: remote address is 172.27.12.66 port 60307 Nov 13 09:59:11 stargate unbound: [12687:1] notice: sendto failed: No buffer space available Nov 13 09:59:11 stargate unbound: [12687:1] notice: remote address is 172.27.12.66 port 41198 Nov 13 09:59:11 stargate /bsd: em0: watchdog timeout -- resetting Nov 13 10:01:15 stargate /bsd: em0: watchdog timeout -- resetting Chris