[Pkg-sysvinit-devel] Bug#469117: sysvinit: Doesn't mount NFS shares at startup
Mikhail V. Zhukov
mikhail.v.zhukov at gmail.com
Sat Nov 29 16:16:30 UTC 2008
I have this bug too on lenny.
I think that this is because then script /etc/network/if-up.d/mountnfs
start portmap by command:
/etc/init.d/portmap start
it doesn't start (i found on my console: Starting portmap daemon...
Already running..)
This is because then /etc/init.d/portmap check it pid by function:
pid=$( pidofproc portmap )
it found pid for
/bin/sh /etc/init.d/portmap start
and does not start /sbin/portmap.
More information about the Pkg-sysvinit-devel
mailing list