Getting some unmet dependencies issue trying to install upstart. Should I install upstart some other way ?
pi@raspberrypi:~ $ sudo apt-get install upstart
Reading package lists... Done
Building dependency tree
Reading state information... Done
upstart is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
consolekit : Depends: libck-connector0 (= 0.4.6-5) but it is not going to be installed
Recommends: libpam-ck-connector but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
upstart
is obsolete and not used in current Raspbian. It is there only for those who disablesystemd
and will never be updated. – Milliways Apr 30 '16 at 05:08systemd
service, althoughsystemd
will attempt to convert well formedinit.d
scripts. You should ask a new question describing what you are trying to run if you need help. – Milliways Apr 30 '16 at 05:15