Bug 1158236
| Summary: | nfs-idmapd won't start | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tom Brikowski <brikowi> |
| Component: | nfs-utils | Assignee: | Steve Dickson <steved> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 21 | CC: | bfields, jlayton, steved |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-10-29 12:33:16 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
*** This bug has been marked as a duplicate of bug 1151938 *** |
Description of problem: Command "systemctl status nfs-idmapd.service" yields error message "/usr/sbin/rpc.idmapd: symbol lookup error: /usr/sbin/rpc.idmapd: undefined symbol: strlcpy" Version-Release number of selected component (if applicable): nfs-utils-1.3.1-1.1.fc21.x86_64 How reproducible: Always Steps to Reproduce: 1. systemctl start nfs-idmap.service 2. 3. Actual results: {dyer-~}58->systemctl status -l nfs-idmapd.service ● nfs-idmapd.service - NFSv4 ID-name mapping service Loaded: loaded (/usr/lib/systemd/system/nfs-idmapd.service; static) Active: failed (Result: exit-code) since Tue 2014-10-28 15:22:37 CDT; 33s ago Process: 29444 ExecStart=/usr/sbin/rpc.idmapd $RPCIDMAPDARGS (code=exited, status=127) Oct 28 15:22:37 dyer rpc.idmapd[29444]: /usr/sbin/rpc.idmapd: symbol lookup error: /usr/sbin/rpc.idmapd: undefined symbol: strlcpy Oct 28 15:22:37 dyer systemd[1]: nfs-idmapd.service: control process exited, code=exited status=127 Oct 28 15:22:37 dyer systemd[1]: Failed to start NFSv4 ID-name mapping service. Oct 28 15:22:37 dyer systemd[1]: Unit nfs-idmapd.service entered failed state. Oct 28 15:22:37 dyer systemd[1]: nfs-idmapd.service failed. Expected results: Additional info: Not sure this is needed for proper NFSv4 function, but automount of NFS directories isn't working in my current installation of FC21 alpha.