Esta é uma nova instalação do 12.04 e posso ver que minha máquina está usando o método sysvinit antigo e o novo método upstart para iniciar programas na inicialização.
De acordo com a página man do serviço, o upstart deve executar o material se estiver presente, caso contrário, ele retorna ao sysvinit.
Agora em /var/log/boot.log eu tenho um monte de erros onde os daemons não estão começando, por exemplo anacron:
initctl: Unknown job: S20anacron
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 S20anacron
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service S20dbus start
initctl: Unknown job: S20dbus
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 S20dbus
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service S20dmesg start
initctl: Unknown job: S20dmesg
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 S20dmesg
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service S20hostname start
initctl: Unknown job: S20hostname
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 S20hostname
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service S20hwclock start
* Stopping save kernel messages [ OK ]
initctl: Unknown job: S20hwclock
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 S20hwclock
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service S20hwclock-save start
* Starting LightDM Display Manager [ OK ]
initctl: Unknown job: S20hwclock-save
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 S20hwclock-save
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service S20network-interface start
initctl: Unknown job: S20network-interface
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 S20network-interface
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service S20network-interface-container start
* Stopping anac(h)ronistic cron [ OK ]
initctl: Unknown job: S20network-interface-container
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 S20network-interface-container
Eu posso ver que eu tenho os arquivos /etc/init/anacron.conf e /etc/init.d/anacron junto com
/etc/rc2.d/S20anacron
/etc/rc1.d/K20anacron
/etc/rc3.d/S20anacron
/etc/rc6.d/K20anacron
/etc/rc5.d/S20anacron
/etc/rc0.d/K20anacron
/etc/rc4.d/S20anacron
Então estou confuso aqui. O anacron, o dbus e o resto foram lançados com sucesso? Devo fazer algo para resolver esse problema de 'empregos desconhecidos'?
Parece que do meu / var / log / syslog eu tenho alguma atividade do anacron e do dbus e assim por diante - mas não sei dizer se ele está ativado
Prefiro apenas ver a mensagem registrada como para as outras coisas:
* Iniciando o servidor ISC DHCP IPv4 [OK]
Eu tenho mais alguns daemons para instalar - por exemplo, iptables e dnsmasq - então eu gostaria de resolver isso em minha mente antes de continuar.
Obrigado