No subject


Sun Jul 8 18:14:56 CDT 2012


The format is name, size, use count, list of referring modules.  The information displayed is identical to that available from /proc/modules.

>
> I tried to proceed like this:
>
> root at rjw# lsmod
> Module                  Size  Used by
> ppp_deflate            40936   0  (autoclean)
> bsd_comp                3908   0  (autoclean)
> ppp                    21132   0  (autoclean) [ppp_deflate bsd_comp]
> slhc                    4664   0  (autoclean) [ppp]
> emu10k1                45264   0  (autoclean)
> soundcore               2644   4  (autoclean) [emu10k1]
> lockd                  31084   1  (autoclean)
> sunrpc                 51804   1  (autoclean) [lockd]
> af_packet               6464   0  (autoclean)
> serial                 19196   0  (autoclean)
> 3c59x                  19548   1

Try using:
#rmmod ppp_deflate bsd_comp
#rmmod ppp
#rmmod slhc


Sorry, I can't help with your other problem, but this'll save the reboot!


Nick




More information about the pptp-server mailing list