David Rosal wrote:
>
> Bruce Dubbs wrote:
>
>> David Rosal wrote:
>>
>>>> But, I have problems when stopping the NFS server. The nfs-server
>>>> bootscript prints an error message:
>>>>
>>>> [bash]$ /etc/rc.d/init.d/nfs-server stop
>>>> Stopping NFS statd... [ OK ]
>>>> Stopping NFS nfsd... [ FAIL ]
OK, I've validated your problem. Try editing nfs-server to change the
relevant portion of stop to:
#killproc nfsd
kill -HUP `pidofproc nfsd`
evaluate_retval
sleep 10
And see how that works for you. If it works, the process still needs to
be tweaked, but it should be better.
-- Bruce
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page