After last d-u, nfs-common fails to start.
In booting sequence messages, this triggers multiple related errors like:
startpar: ..... .nfs-common ... Failed!
...
libnfsidmap: requested translation method, nsswitch, is not available
....
rpc.idmapd: Unable to create name to user id mappings
So currently:
Code:
root@siduxbox:/home/manul# /etc/init.d/nfs-common status
rpc.idmapd not running
rpc.idmapd -v results in:
Code:
root@siduxbox:/home/manul# rpc.idmapd -v
rpc.idmapd: libnfsidmap: Unable to determine the NFSv4 domain; Using 'localdomain' as the NFSv4 domain which means UIDs will be mapped to the 'Nobody-User' user defined in /etc/idmapd.conf
rpc.idmapd: libnfsidmap: using (default) domain: localdomain
rpc.idmapd: libnfsidmap: Realms list: 'LOCALDOMAIN'
rpc.idmapd: libnfsidmap: Unable to load plugin: /lib/libnfsidmap/nsswitch.so: cannot open shared object file: No such file or directory
rpc.idmapd: libnfsidmap: requested translation method, 'nsswitch', is not available
rpc.idmapd: Unable to create name to user id mappings.
|