[Bug 262301] [ctl] Cannot "kldunload ctl"
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 262301] [ctl] Cannot "kldunload ctl""
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Oct 2024 14:52:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262301 --- Comment #4 from Zhenlei Huang <zlei@FreeBSD.org> --- (In reply to BB Lister from comment #3) > $ kldstat > Id Refs Address Size Name > 15 2 0xffffffff83240000 3cf88 ctl.ko > 16 1 0xffffffff8327d000 7528 cfiscsi.ko > 17 1 0xffffffff83285000 f24c iscsi.ko The `kldstat` shows clearly that ctl.ko has extra dependants ( see the Refs column) . It probably would be `cfiscsi.ko` or `iscsi.ko`. So you may want to unload iscsi.ko and / or cfiscsi.ko modules firstly, and then the turn of ctl.ko . -- You are receiving this mail because: You are the assignee for the bug.