NFS mounting errors

Steve Dickson SteveD at redhat.com
Tue Oct 16 15:59:37 UTC 2007



Mike Chambers wrote:
> After this mornings rawhide updates and a reboot, my nfs partitions now
> won't mount.  I am seeing the below errors when trying to mount them
> manually..
> 
> [root at scrappy init.d]# service nfslock restart
> Stopping NFS statd:                                        [FAILED]
> Starting NFS statd:                                        [FAILED]
> 
> [root at scrappy init.d]# service rpcbind restart
> Stopping rpcbind:                                          [FAILED]
> 
> [root at scrappy init.d]# mount /home/nfs/download
> mount.nfs: rpc.statd is not running but is required for remote locking
>    Either use "-o nolocks" to keep locks local, or start statd.
> 
> Any ideas?
Yes... there appears to be a cut/past error in the initscript.
Make the following change or wait for a few to pull a new package
out of rawhide:
42c42
<       [ "$NETWORKING" = "no" ] || exit 6
---
 >       [ "$NETWORKING" = "no" ] && exit 6

Sorry about that! I was just trying to conform the latest initscript
guidelines... :-\

steved.




More information about the fedora-devel-list mailing list