| Summary: | 'kldload pf' or 'pf_enable="YES"' triggers immediate panic | ||
|---|---|---|---|
| Product: | Base System | Reporter: | S Senator <freebsd-bugzilla> |
| Component: | kern | Assignee: | freebsd-pf (Nobody) <pf> |
| Status: | Closed FIXED | ||
| Severity: | Affects Some People | CC: | freebsd-bugzilla, kp, paul.g.webster |
| Priority: | --- | ||
| Version: | 11.1-RELEASE | ||
| Hardware: | amd64 | ||
| OS: | Any | ||
|
Description
S Senator
2017-12-18 01:16:14 UTC
I do have some emN hardware somewhere that I know works with freebsd and my current production server seems fairly happy too: igb0: <Intel(R) PRO/1000 Network Connection, Version - 2.5.3-k> port 0x3000-0x30 1f mem 0xb1100000-0xb117ffff,0xb1180000-0xb1183fff irq 17 at device 0.0 on pci3 igb0: Using MSIX interrupts with 5 vectors igb0: Ethernet address: 00:1e:67:c4:6f:5b igb0: Bound queue 0 to cpu 0 igb0: Bound queue 1 to cpu 1 igb0: Bound queue 2 to cpu 2 igb0: Bound queue 3 to cpu 3 igb0: netmap queues/slots: TX 4/10 I BELIEVE there was a driver change for all intel network hardware coming up or just passed though, it might actually be in current (will wait for someone else to confirm) if you have the ability or time you could try installing one of the 12-snapshot ISO's to a USB pen and booting that to see if it shows the same issues. I would be very useful to have a crashdump, as right now there's not a lot to go on. If I had to guess (and given that there's no information right now that's all I can do) it might be FreeBSD-EN-17:08-pf. Make sure you've updated your installation to the latest 11.1 patch version. https://www.freebsd.org/security/advisories/FreeBSD-EN-17:08.pf.asc This problem description matches the presented stack trace and panic: from: https://www.freebsd.org/security/advisories/FreeBSD-EN-17:08.pf.asc "A pf housekeeping thread (pf_purge_thread) could potentially use an uninitialized variable, leading to a division by zero and a kernel panic." After following the remediation steps: (freebsd-update fetch; freebsd-update install) this does not occur. This may be closed. |