** 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
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
> > 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
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:
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.
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
>>