Comment 6 for bug 570513

Revision history for this message
Lars Kellogg-Stedman (lars-oddbit) wrote :

I'm also hitting this problem. Obviously the correct solution is to move nis to use upstart and then make autofs depend on nis being up. In the interim, I've modified autofs.conf to wait for the rc process to finish:

  start on (filesystem
        and net-device-up IFACE!=lo
        and stopped rc RUNLEVEL=[2345])
  stop on runlevel[!2345]