O Apache não inicia após a atualização para 12.10

0

durante o processo de atualização, me perguntaram por "replace init.d", e eu disse "keep", não substituir. Agora, o apache2 não está funcionando. Eu tentei remover e atualizar novamente, mas não inicia.

Eu tenho esta mensagem de erro:

sudo /etc/init.d/cron start

Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service cron 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 cron
    
por itaka 21.10.2012 / 01:34

1 resposta

0

Basta fazer o que diz.

Executar:

sudo service cron start

ou desde que sua pergunta faça referência ao Apache:

sudo service apache start
    
por Kyle Macey 21.10.2012 / 10:29