Nach der Installation von Munin tauchte folgende Fehlermeldung auf.
1 2 3 4 5 6 7 | insserv: warning: script 'K01psa-firewall' missing LSB tags and overrides insserv: warning: script 'K01drwebd' missing LSB tags and overrides insserv: warning: script 'K01psa-vpn' missing LSB tags and overrides insserv: warning: script 'psa-firewall' missing LSB tags and overrides insserv: warning: script 'psa-vpn' missing LSB tags and overrides insserv: warning: script 'drwebd' missing LSB tags and overrides insserv: warning: script 'psa-firewall-forward' missing LSB tags and overrides |
Sieht so aus, als würde Plesk mal wieder nicht ordentlich arbeiten und gemäß Debian sind die LSB tags nicht richtig gesetzt.
Nach dem Update von 10.3 auf 10.4.4, welches seit ein paar Tagen verfügbar ist, sollten die Fehler auch nicht auftreten. Parallels hat es endlich wieder geschafft alles gerade zu biegen.
Simply replacing the exiting header with this This script
### BEGIN INIT INFO
# Provides: ossec
# Required-Start: $local_fs $remote_fs $network $syslog $named
# Required-Stop: $local_fs $remote_fs $network $syslog $named
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# X-Interactive: true
# Short-Description: Start/stop OSSEC Host Intrusion Detection System
### END INIT INFO