ich habe ein Problem auf meinem System, undzwar habe ich bei einer Installation folgende Befehle ausgeführt damit sich dieses Programm immer von selbst startet:
Code: Alles auswählen
update-rc.d nagios defaults 99
ln -s /etc/init.d/nagios /etc/rc2.d/S99nagios
ln -s /etc/init.d/nagios /etc/rc3.d/S99nagios
ln -s /etc/init.d/nagios /etc/rc3.d/S99nagios
ln -s /etc/init.d/nagios /etc/rc5.d/S99nagios
ln -s /etc/init.d/nagios /etc/rc0.d/S99nagios
ln -s /etc/init.d/nagios /etc/rc1.d/S99nagios
ln -s /etc/init.d/nagios /etc/rc6.d/S99nagios
Code: Alles auswählen
update-rc.d nagios defaults 99
Code: Alles auswählen
.
.
.
insserv: Starting nagios depends on single and therefore on system facility `$all' which can not be true!
insserv: Starting nagios depends on single and therefore on system facility `$all' which can not be true!
insserv: Starting nagios depends on single and therefore on system facility `$all' which can not be true!
insserv: There is a loop between service single and bootlogd if started
insserv: loop involving service bootlogd at depth 3
insserv: loop involving service mountdevsubfs at depth 2
insserv: There is a loop at service single if started
insserv: Starting nagios depends on single and therefore on system facility `$all' which can not be true!
insserv: loop involving service hostname at depth 5
insserv: There is a loop between service single and mountkernfs if started
insserv: loop involving service mountkernfs at depth 1
insserv: Starting nagios depends on single and therefore on system facility `$all' which can not be true!
insserv: Starting nagios depends on single and therefore on system facility `$all' which can not be true!
insserv: Starting nagios depends on single 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
Code: Alles auswählen
apt-get check
Gruß Steven