My 15.04 will not upgrade successfully either through apt-get or otherwise. The files will download but I receive the following errors. So far I've found no solution. Udev and insserv seem to be the problem areas. Also, the machine is a server and it will not allow connections to it either through Owncloud, SSH, SFTP, or via the web address.
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)
Also ran this and the same error code comes up. sudo apt-get update && apt-get dist-upgrade
– Darris J. Brock Jun 26 '15 at 04:58$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 initscripts (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: chrome-remote-desktop initscripts – Darris J. Brock Jun 26 '15 at 06:29insserv
is removed – sajinmp Jun 26 '15 at 10:36I have run which chroot and got /usr/sbin/chroot Advice?
– Darris J. Brock Jun 27 '15 at 18:57I did change the version to Vivid and use a different URL. But which chroot still returns my original chroot location. How do I tell it to look elsewhere for the chroot directory?
– Darris J. Brock Jun 27 '15 at 19:45then I get "sudo: chroot: command not found. So I try to run "which chroot" and it gives me nothing but a return to the prompt.
– Darris J. Brock Jun 27 '15 at 21:07