[Bug 993231] Re: idmapd doesnt start (wrong rpc_pipefs path)

2012-05-03 Thread Ralph Thesen
You are right, i used the old idmapd.conf. Thx alot. ** Changed in: nfs-utils (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/993231 Title: idmapd doesnt start

[Bug 993231] Re: idmapd doesnt start (wrong rpc_pipefs path)

2012-05-02 Thread Steve Langasek
You clearly aren't using the Ubuntu version of rpc.idmapd, which does use the /run/rpc_pipefs mountpoint. ** Changed in: nfs-utils (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 993231] Re: idmapd doesnt start (wrong rpc_pipefs path)

2012-05-02 Thread Ralph Thesen
if this is not the Ubuntu version, which version is it? root@anon:~# which rpc.idmapd /usr/sbin/rpc.idmapd root@anon:~# dpkg -S rpc.idmapd nfs-common: /usr/sbin/rpc.idmapd nfs-common: /usr/share/man/man8/rpc.idmapd.8.gz root@anon:~# dpkg -l nfs-common Desired=Unknown/Install/Remove/Purge/Hold

[Bug 993231] Re: idmapd doesnt start (wrong rpc_pipefs path)

2012-05-02 Thread Ralph Thesen
root@anon:~# apt-get source nfs-common [...] root@anon:~# grep -nir /var/lib/nfs/rpc_pipefs nfs-utils-1.2.5/utils/idmapd/idmapd.c 74:#define PIPEFS_DIR /var/lib/nfs/rpc_pipefs/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 993231] Re: idmapd doesnt start (wrong rpc_pipefs path)

2012-05-02 Thread Steve Langasek
You may have the Ubuntu package installed, but that is *not* the Ubuntu rpc.idmapd on your filesystem. $ strings /usr/sbin/rpc.idmapd |grep pipefs /run/rpc_pipefs $ debsums -s nfs-common $ You may need to reinstall the package. -- You received this bug notification because you are a member of

[Bug 993231] Re: idmapd doesnt start (wrong rpc_pipefs path)

2012-05-02 Thread Steve Langasek
Actually, there's another possibility: you may have Pipefs-Directory set to the wrong place in /etc/idmapd.conf. The correct default /etc/idmapd.conf, as shipped by nfs-common, is: [General] Verbosity = 0 Pipefs-Directory = /run/rpc_pipefs # set your own domain here, if id differs from FQDN