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.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]