Date: Thu, 03 Oct 2024 14:52:55 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 262301] [ctl] Cannot "kldunload ctl" Message-ID: <bug-262301-227-E6c44ybRk4@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-262301-227@https.bugs.freebsd.org/bugzilla/> References: <bug-262301-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262301 --- 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 . --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262301-227-E6c44ybRk4>