[Bug 262301] [ctl] Cannot "kldunload ctl"

From: <bugzilla-noreply_at_freebsd.org>
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.