Bug 732968
Summary: | NFS server will not start with nfs-utils-1.2.4-6.fc16 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Steve Dickson <steved> |
Component: | nfs-utils | Assignee: | Steve Dickson <steved> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 16 | CC: | bfields, harald, jlayton, johannbg, kay, lpoetter, metherid, mschmidt, notting, plautrba, steved |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | nfs-utils-1.2.4-8.fc16 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-09-09 17:12:34 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: |
Description
Steve Dickson
2011-08-24 10:53:14 UTC
It turns out that systemd redirects messages logged to stderr to /dev/null by default, which means any and all start up error were lost. Once I figured that out, added 'StandardError=syslog+console' to all the service files which enabled me to see why rpc.nfsd was failing. The problem was /proc/fs/nfsd was not being mounted before rpc.nfsd was being started. So added the mount to the nfs-server.preconfig file which fixed the problem. Now I'm getting the following errors: rpc.nfsd[978]: rpc.nfsd: unable to bind inet TCP socket: errno 13 (Permission denied) rpc.nfsd[978]: rpc.nfsd: unable to bind inet6 TCP socket: errno 13 (Permission denied) rpc.nfsd[978]: rpc.nfsd: unable to set any sockets for nfsd These error go away when I put SELinux in permissive mode, which I will document in another bz... Is nfsd another filesystem to automount? I guess it doesn't matter as much for rpc_pipefs as nfsd's the only user. nfs-utils-1.2.4-7.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/nfs-utils-1.2.4-7.fc16 Package nfs-utils-1.2.4-7.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing nfs-utils-1.2.4-7.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/nfs-utils-1.2.4-7.fc16 then log in and leave karma (feedback). nfs-utils-1.2.4-8.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/nfs-utils-1.2.4-8.fc16 nfs-utils-1.2.4-8.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report. |