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.
*** This bug has been marked as a duplicate of bug 1151938 ***