Comment 1 for bug 427277

Revision history for this message
Matt Zimmerman (mdz) wrote :

I'm seeing this in Karmic proper now:

atomicity:[~] sudo /etc/init.d/anacron start
[sudo] password for mdz:
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service anacron start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start anacron
anacron stop/waiting
atomicity:[~] sudo service anacron start
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service anacron start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start anacron
anacron stop/waiting
atomicity:[~] sudo start anacron
anacron stop/waiting