Package: autofs
Version: 4.1.4-13

It seems a block like this is missing in /etc/init.d/autofs :

### BEGIN INIT INFO
# Required-Start:       $network nis
# Required-Stop:        $network nis
# Default-Start:        2 3 4 5
# Default-Stop:         0 1 6
# Short-Description:    Start autofs
# Description:          Start autofs which automounts filesystems on demand
### END INIT INFO

This makes sure that autofs is run after the nis service (by having nis in 
Required-Start). If this block is missing (like now), it's possible that nis 
and autofs are run at the same time, which leaves autofs in a bad state since 
it cannot retrieve the automount map throught nis (this happened to me, and I 
fixed it adding that block).

Greetings,

-- 
Antonio Larrosa Jimenez
KDE developer - [EMAIL PROTECTED]
http://developer.kde.org/~larrosa/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to