Udev e systemd estão quebrados qualquer ajuda seria apreciada

0

Não consigo configurar o udev ou o systemd

cam@banowsky:~/rails/lo/db$ sudo dpkg --configure udevSetting up udev (219-     4ubuntu10) ...
update-initramfs: deferring update (trigger activated)
insserv: warning: script 'plex' missing LSB tags and overrides
initctl: Unable to connect to Upstart: Failed to connect to socket     
/com/ubuntu/upstart: Connection refused
insserv: warning: script 'mongodb' missing LSB tags and overrides
insserv: Default-Start undefined, assuming empty start runlevel(s) for script  'mongodb'
insserv: Default-Stop  undefined, assuming empty stop  runlevel(s) for script 'mongodb'
initctl: Unable to connect to Upstart: Failed to connect to socket    /com/ubuntu/upstart: Connection refused
insserv: warning: script 'plexmediaserver' missing LSB tags and overrides
insserv: Default-Start undefined, assuming empty start runlevel(s) for script 'plexmediaserver'
insserv: Default-Stop  undefined, assuming empty stop  runlevel(s) for script 'plexmediaserver'
insserv: There is a loop between service monit and plex if stopped
insserv:  loop involving service plex at depth 2
insserv:  loop involving service monit at depth 1
insserv: Stopping plex 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.103ubuntu13) ...
update-initramfs: Generating /boot/initrd.img-3.19.0-10-generic
Errors were encountered while processing:
udev
cam@banowsky:~/rails/lo/db$ sudo dpkg-reconfigure udev
sh: 0: getcwd() failed: No such file or directory
sh: 0: getcwd() failed: No such file or directory
/usr/sbin/dpkg-reconfigure: udev is broken or not fully installed

Eu também corri

sudo dpkg-reconfigure udev
dpkg-reconfigure systemd
susudodo apt-get install -f

A falha ocorre neste momento

update-initramfs: Generating /boot/initrd.img-3.19.0-10-generic

Alguma idéia?

    
por cbanowsky 25.03.2015 / 18:50

1 resposta

0

Eu tive um problema semelhante:

update-initramfs: deferring update (trigger activated)
insserv: warning: script 'S85vpnagentd_init' missing LSB tags and overrides
insserv: warning: script 'vpnagentd_init' missing LSB tags and overrides
insserv: There is a loop between service ondemand and procps if started
insserv:  loop involving service procps at depth 2
insserv:  loop involving service udev at depth 1
insserv: Starting vpnagentd_init depends on ondemand and therefore on system facility '$all' which can not be true!

O problema foi causado pela instalação de um cliente vpn de terceiros. Eu desfiz a instalação e tudo voltou ao normal.

Portanto, olhando para a sua mensagem de erro, pode ser que um dos 'plexmediaserver', 'plex' e 'mongodb' esteja causando o problema. Pode estar removendo esses pacotes resolve o problema.

    
por Ivo Blöchliger 19.05.2015 / 20:56