Comment 5 for bug 573919

Revision history for this message
David Greaves (david-dgreaves) wrote : Re: autofs doesn't work with lucid

autofs should depend on statd in upstart
Run:
  start statd
to verify

It looks like this is a bug in statd... which is just plain wrong :)

With upstart do you have to teach other services about your service?

eg autofs needs statd. statd says "start on (started portmap or mounting TYPE=nfs)" which I assume needs to go to "start on (started portmap or started autofs or mounting TYPE=nfs)"

I checked http://upstart.ubuntu.com and found no "depends"-like stanza that could be placed in autofs