Random panic reboot
-
Adding netstat -m.
[2.4.5-RELEASE][root@mosh-fw.mosh.local]/root: netstat -m
28772/16528/45300 mbufs in use (current/cache/total)
19747/9139/28886/1000000 mbuf clusters in use (current/cache/total/max)
19747/9095 mbuf+clusters out of packet secondary zone in use (current/cache)
0/29/29/524288 4k (page size) jumbo clusters in use (current/cache/total/max)
0/0/0/524288 9k jumbo clusters in use (current/cache/total/max)
0/0/0/340483 16k jumbo clusters in use (current/cache/total/max)
46687K/22526K/69213K bytes allocated to network (current/cache/total)
0/0/0 requests for mbufs denied (mbufs/clusters/mbuf+clusters)
0/0/0 requests for mbufs delayed (mbufs/clusters/mbuf+clusters)
0/0/0 requests for jumbo clusters delayed (4k/9k/16k)
0/0/0 requests for jumbo clusters denied (4k/9k/16k)
27 sendfile syscalls
13 sendfile syscalls completed without I/O request
11 requests for I/O initiated by sendfile
101 pages read by sendfile as part of a request
186 pages were valid at time of a sendfile request
0 pages were requested for read ahead by applications
128 pages were read ahead by sendfile
0 times sendfile encountered an already busy page
0 requests for sfbufs denied
0 requests for sfbufs delayed
[2.4.5-RELEASE][root@mosh-fw.mosh.local]/root: -
During this function :
@stevemosher said in Random panic reboot:
bpf_buffer_append_mbuf() at bpf_buffer_append_mbuf+0x64/frame 0xfffffe1051c9a420
a panic is thrown.
So, "mbuf" - whatever that is - are missing, to small, not enough, etc etc etc
-
@stevemosher said in Random panic reboot:
We did change Firewall Maximum Fragment Entries from 5000 to 12000 and it still rebooted on us.
We identified that item and tried to fix it by setting max frag to 12000.
We thinking thats not enough? Or is this where the mbuf issue starts? -
That's not the same as the mbuf limits but yours are set to 1M for standard sized packets and 500K for jumbo packets so it's unlikely you'd be exhausting that.
The netstat output confirms that, 0 denied clusters.It does look very similar to the crash on that other thread. Not much more info there though.
What interface types do you have on that box? Can you switch them out?
Steve
-
Current card is a broadcom/hp 10G card. OCE0/OCE1
Trying to see if we can grab an intel x550t2 card and see if that changes anything.
I do agree it seems to be more bsd related.
-
We went ahead and picked up an Intel X550T2 card. Should be here next week.
Stay tuned.
Above all -- Thank you.
-
Ah, nice. Yeah looking at that the 'oce_multiq` call very close to the panic seems suspicious and is also in the panic on the other thread.
Steve
-
Follow up.
The interfaces keep flapping or at least stating they are up or down repeatedly on console.
The damn thing has ran for 8 days solid now no reboots.
The Intel card still has yet to show up. -
Hmm, seems suspicious though. Maybe that older card is actually suspect if it keeps losing link. Or something else in the connection.
-
We did swap out the card a couple weeks ago thinking that was it.
We even tried a whole other pc for the foundation.
Only common thing is the OS and 1 certain make/model HP card.
Come on Intel card.
-
The Intel X550T2 is installed. We'll beat on it and see how it goes.
-
Pretty convinced our issues are gone with the new card.
Hell we even get better speeds in and out.
Thank you to all on this board who help us out.