Bug 335751

Summary: RPC.statd fails to start
Product: [Fedora] Fedora Reporter: John Schmitt <marmalodak>
Component: nfs-utilsAssignee: Steve Dickson <steved>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: low    
Version: 8   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-10-23 13:30:38 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
image of failure at boot
none
/var/log/messages
none
recreate the error message after the machine has booted
none
/etc/fstab used to create the problem
none
Var/log/messages after boot with 2.6.23-6.fc8 kernel (Fedora 8 test 3) none

Description John Schmitt 2007-10-17 07:40:56 UTC
Description of problem:
Cannot mount anything via NFS.

Version-Release number of selected component (if applicable):
Linux linuxf8 2.6.23-6.fc8 #1 SMP Thu Oct 11 13:36:39 EDT 2007 x86_64 x86_64
x86_64 GNU/Linux
Happens with these two kernels:
kernel-2.6.23-5.fc8
kernel-2.6.23-6.fc8

How reproducible:
Everytime

Steps to Reproduce:
1. Mount my home directory in /etc/fstab
2. Boot
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 John Schmitt 2007-10-17 07:40:56 UTC
Created attachment 229601 [details]
image of failure at boot

Comment 2 John Schmitt 2007-10-17 07:43:06 UTC
Created attachment 229611 [details]
/var/log/messages

Comment 3 John Schmitt 2007-10-17 07:46:19 UTC
Created attachment 229631 [details]
recreate the error message after the machine has booted

Comment 4 John Schmitt 2007-10-17 07:47:08 UTC
Created attachment 229641 [details]
/etc/fstab used to create the problem

Comment 5 Kari Pietarinen 2007-10-18 06:44:14 UTC
NFS partitions can not be mounted during boot or by the super user(root). 

If NFS partitions are mounted manually as root "mount /mountpoint", following
error is given "mount.nfs: rpc.statd is not running but is required for remote
locking Either use "-o nolocks" to keep locks local, or start statd.". 

Following is an example line in fstab file: 
"machine.domain.fi:/export/home     /mountpoint            nfs   
resize=8192,wsize=8192 0 0"

Comment 6 Kari Pietarinen 2007-10-18 06:49:12 UTC
Created attachment 230731 [details]
Var/log/messages after boot with  2.6.23-6.fc8 kernel (Fedora 8 test 3)

Comment 7 John Schmitt 2007-10-19 23:33:34 UTC
I can kinda work around this by booting to runlevel 3.  I invoke:

$ rpcbind -d

and then in another shell I invoke:

$ service nfs restart
$ mount -a

and I seem to be able to mount my home directory again.


Comment 8 Steve Dickson 2007-10-23 13:30:38 UTC

*** This bug has been marked as a duplicate of 335141 ***