https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212115
Bug ID: 212115
Summary: kldunload pf causes panic
Product: Base System
Version: 11.0-RC1
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
Created attachment 174018
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=174018&action=edit
textdump after panic caused by "kldunload -f pf"
pf module refuses to unload even after disabling with pfctl:
```
# kldload pf
# kldunload pf
kldunload: can't unload file: Device busy
# pfctl -d
pfctl: pf not enabled
# kldunload pf
kldunload: can't unload file: Device busy
```
forcing to unload using -f causes panic (core.txt attached).
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"