Jerry Geis wrote on Thu, 22 Jan 2009 09:22:16 -0500:
/ for rquotad /etc/sysconfig/nfs has it quoted out but yet it is running?
/>/ How do I disable it? />/ />/ also what about pop? / service name start/stop
chkconfig name off to disable starting
Sure I familiar with those commands, problem is there is not rquota service... SO these dont help.
I did do service nfs stop
I changed /etc/sysconfig/nfs removed all RQUOTAD lines and added RQUOTAD="no"
service nfs start
however I still have an rpc.rquotad running.
AHHH... What am I missing?
Thanks,
Jerry
Jerry Geis wrote on Thu, 22 Jan 2009 10:45:21 -0500:
first, could you please *reply* and keep in the thread and not send new messages when you reply?
Sure I familiar with those commands, problem is there is not rquota service... SO these dont help.
Fine. Why didn't you say so in your original request?
I did do service nfs stop
Do a "ps ax|grep rpc" then ;-)
The two rpc daemons don't get killed by a stop. You have to kill it manually.
Kai