missing LSB tags and overrides in Plesk
29. September 2014
Wenn ihr hergefunden habt und euch nun wundert, warum da oben ein Teil fehlt, ganz einfach. Ich beschreibe alle LSB Tags. Jira hatte schon das Problem und leider auch die Plesk Dienste je nach dem. insserv: warning: script ‘K01psa-firewall’ missing LSB tags and overrides insserv: warning: script ‘K01drwebd’ missing LSB tags and overrides insserv: warning: […]

Wenn ihr hergefunden habt und euch nun wundert, warum da oben ein Teil fehlt, ganz einfach.
Ich beschreibe alle LSB Tags. Jira hatte schon das Problem und leider auch die Plesk Dienste je nach dem.
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
Bei mir, war es nur noch ... habs schon vergessen. Mist. :D
Die Lösung jedoch ist simpel, siehe Jira.
Man muss das jeweilige Startscript um die jeweiligen Informationen erweitern:
### 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
Kommentare
Kommentare werden geladen...