[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] [Raq2/Qube2] Sleeping nfsoid loaded in Kernels?



On Thu, 23 Nov 2000 01:58:47 -0500 (EST), flash22@xxxxxxx wrote:

:>On Wed, 22 Nov 2000, James Hoaggs wrote:
:>
:>> > second, if you don't have a nfs.o module, they are compiled in, so
:>> > you have to compile a new kernel to get rid of them...
:>> 
:>> Right, the Raq2's do not have nfs.o; so their compilied in. Need to check
:>> the Qubes though.

No nfs.o on the Qube2.

:>Well, the server is there in case you want to use it, but you don't have
:>to export filesystems...
:>
:>grep rpc /etc/inetd.conf , will show you all the enabled services that use
:>rpc (the second field is the service type)

No rpc in inetd.conf on the Qube2. It appears that rpc is started via
/etc/rc.d/init.d/nfs.

:>if you comment them out they will be disabled...commenting out portmapper 
:>will disable all the rpc services, since any client wanting any rpc based
:>service (like nfs) first has to contact portmapper..(it gets a port number
:>and basic authentication)
:>
:>remember to restart inetd afterwards...

Easier to just stop portmap by using /etc/rc.d/init.d/portmap.init stop. Ditto
for nfs.

I have both nfs and portmap stopped. However, I still see 

root         6  0.0  0.0     0     0  ?  SW Nov 12   0:00 (nfsiod)
root         7  0.0  0.0     0     0  ?  SW Nov 12   0:00 (nfsiod)
root         8  0.0  0.0     0     0  ?  SW Nov 12   0:00 (nfsiod)
root         9  0.0  0.0     0     0  ?  SW Nov 12   0:00 (nfsiod)

I have thought about doing a kill on those processes, but am a bit nervous
about doing so since they are kernel started processes.