On Mon, Jun 05, 2000 at 01:52:26AM +0200, Quintela Carreira Juan J. wrote:
> Here (woody), I have to execute always
> /etc/init.d/autofs restart after booting
>
> the execution during the boot proccess get only local mount points,
> not the auto_master nis mounts. NIS is started at that moment. If I
> put an sleep 5 in the autofs script, things work well, and autofs read
> the NIS auto_master correctly.
>
> If you need more information, let me know.
We had this same problem in the our distribution. The autofs init script
can't read the NIS auto.master map if ypbind hasn't been started yet. We
worked around it by changing the startup order so that autofs would start
after ypbind. I suspect that a similar fix will work for Debian users.
(I'm not familiar with the FLAGS variable that appears control this for
Debian, or I'd probably have included a patch.)
Nalin