Excerpts from Rob Rushworth's message of Fri Apr 29 16:03:20 UTC 2011:
> Evening, Clint.
> 
> I edited my cron.conf file as above to:
> 
> # cron - regular background program processing daemon
> #
> # cron is a standard UNIX program that runs user-specified programs at
> # periodic scheduled times
> 
> description     "regular background program processing daemon"
> 
> start on runlevel [2345]
> stop on runlevel [!2345]
> 
> 
> respawn
> 
> exec cron -f 2>&1 | logger -t cronlogger
> 
> 
> and had gedit search the /var/log/daemon.log, but there were no mentions of 
> chronlogger at all.

Rob thanks for trying this out!

I'm not sure that daemon.log is where you'll see the errors. Did you
look at /var/log/syslog? Also did cron fail to start at boot? I would
only expect this to help in times where it fails.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/592114

Title:
  upstart doesn't start cron automatically on boot in lucid for server
  on amd64

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to