How do I correct items that are now upstart jobs but still have an entry in /etc/init.d? I have an ubuntu 12.04 machine which complains in the boot.log file like:
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 S01dmesg Rather than invoking init scripts through /etc/init.d, use the service(8) utility, e.g. service S01hostname start
How do I fix these seemingly broken services?