[Linux-disciples] What does this mean? (fwd)
Stephen R Laniel
steve at laniels.org
Thu Jul 7 15:04:24 EDT 2005
On Thu, Jul 07, 2005 at 02:00:05PM -0500, Karl Sokol wrote:
> ip_conntrack 43668 3 ip_conntrack_irc,ip_conntrack_ftp,ipt_state
> karl at ubuntu:~$ sudo modprobe -r ip_conntrack
> FATAL: Module ip_conntrack is in use.
>
> what else might be locking it?
The rightmost column there -- the one which says
'ip_conntrack_irc,ip_conntrack_ftp,ipt_state' -- lists the
modules that depend on ip_conntrack. So if you do
sudo modprobe -r ip_conntrack_irc ip_conntrack_ftp ipt_state
it should get rid of them all at once. (I think modprobe
accepts multiple modules at a time as arguments. If it
doesn't, just modprobe -r each of those modules one at a
time.)
--
Stephen R. Laniel
steve at laniels.org
+(617) 308-5571
http://laniels.org/
PGP key: http://laniels.org/slaniel.key
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.bostoncoop.net/pipermail/linux-disciples/attachments/20050707/343dd389/attachment.pgp
More information about the Linux-disciples
mailing list