15.04 parou de atualizar Erro (1) Erros do Udev e do Insserv

1

Meu 15.04 não será atualizado com sucesso através do apt-get ou de outra forma. Os arquivos serão baixados, mas recebo os seguintes erros. Até agora não encontrei solução. Udev e insserv parecem ser as áreas problemáticas. Além disso, a máquina é um servidor e não permitirá conexões a ela por meio do Owncloud, SSH, SFTP ou via endereço da web.

Fetched 151 MB in 15min 19s (164 kB/s)                
Extracting templates from packages: 100%
Preconfiguring packages ...
Setting up udev (219-7ubuntu6) ...
update-initramfs: deferring update (trigger activated)
insserv: warning: script 'ehcp_daemon.py' missing LSB tags and overrides
insserv: warning: script 'ehcp' missing LSB tags and overrides
insserv: There is a loop between service monit and ehcp_daemon.py if stopped
insserv:  loop involving service ehcp_daemon.py at depth 2
insserv:  loop involving service monit at depth 1
insserv: Stopping ehcp_daemon.py depends on monit and therefore on system facility '$all' which can not be true!
insserv: Stopping ehcp depends on monit and therefore on system facility '$all' which can not be true!
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: error processing package udev (--configure):
 subprocess installed post-installation script returned error exit status 1
Processing triggers for initramfs-tools (0.103ubuntu15) ...
update-initramfs: Generating /boot/initrd.img-3.19.8-992-lowlatency
Errors were encountered while processing:
 udev
E: Sub-process /usr/bin/dpkg returned an error code (1)
    
por Darris J. Brock 25.06.2015 / 20:53

1 resposta

-1

Eles apenas significam que as novas tags especiais ainda não foram adicionadas aos scripts de inicialização. Tente remover insserv e tente novamente.

    
por sajinmp 25.06.2015 / 21:37