[Bug 927908] Re: rpc.idmapd refuses to start

2012-02-15 Thread manut
** Attachment added: "idmapd.conf" https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/927908/+attachment/2743747/+files/idmapd.conf -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/927908 Title

Re: [Bug 927908] Re: rpc.idmapd refuses to start

2012-02-16 Thread manut
On Thu, 16 Feb 2012 00:35:27 -, Steve Langasek wrote: > Oh, of course; the stop/pre-start message is precisely because the '|| { > stop; exit 0; }' is being called, and this is the output of the stop > command. So somehow, the job is failing to properly handle the > NEED_IDMAPD setting in /et

Re: [Bug 927908] Re: rpc.idmapd refuses to start

2012-02-11 Thread manut
> > exec echo "2" > > > > end script > > Instead, please try adding just 'exec > /var/log/idmapd.log 2>&1' as the > first line of the pre-start script. This will give you a /var/log/idmapd.log > showing what's going wrong. Thanks for the hint. I removed the 'exec echo' lines and now get

[Bug 927908] [NEW] rpc.idmapd refuses to start

2012-02-06 Thread manut
Public bug reported: The following lines in /etc/fstab are missing: rpc_pipefs /var/lib/nfs/rpc_pipefs rpc_pipefs defaults0 0 nfsd/proc/fs/nfsd nfsddefaults0 0 so rpc.idmapd refuses to start with this log: rpc.idmapd -v -f rpc.idmapd: libnfsidmap:

[Bug 927908] Re: rpc.idmapd refuses to start

2012-02-07 Thread manut
Even if i start it via upstart it doesn't work. local@vogone:~$ sudo service idmapd start idmapd stop/pre-start, process 5239 local@vogone:~$ ps -A | grep 5239 local@vogone:~$ in /etc/default/nfs-common # Do you want to start the idmapd daemon? It is only needed for NFSv4. NEED_IDMAPD=y is set.

Re: [Bug 927908] Re: rpc.idmapd refuses to start

2012-02-09 Thread manut
On Tue, 07 Feb 2012 23:56:41 -, Steve Langasek wrote: > On Tue, Feb 07, 2012 at 09:50:27AM -0000, manut wrote: >> Even if i start it via upstart it doesn't work. > >> local@vogone:~$ sudo service idmapd start >> idmapd stop/pre-start, process 5239 >>