[ZBX-8352] The sample Debian init.d start/stop scripts are missing the LSB tags and overrides that control startup/shutdown dependancies Created: 2014 Jun 12  Updated: 2017 May 30  Resolved: 2014 Jun 12

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Agent (G), Server (S)
Affects Version/s: 2.3.1
Fix Version/s: None

Type: Incident report Priority: Minor
Reporter: Paul Shore Assignee: Unassigned
Resolution: Duplicate Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Debian 7


Issue Links:
Duplicate
duplicates ZBXNEXT-1232 Add LSB tags to the Debian init scrips Closed

 Description   

The sample init.d start/stop script for Debian are missing the LSB tags and overrides

root@zabbix-server:/# update-rc.d zabbix-server defaults
update-rc.d: using dependency based boot sequencing
insserv: warning: script 'K01zabbix-server' missing LSB tags and overrides
insserv: warning: script 'zabbix-server' missing LSB tags and overrides

Please add to the top of misc/init.d/debian/zabbix-server

      1. BEGIN INIT INFO
  1. Provides: zabbix_server
  2. Required-Start: $network $remote_fs $syslog
  3. Required-Stop: $network $remote_fs $syslog
  4. Default-Start: 2 3 4 5
  5. Default-Stop: 0 1 6
  6. Short-Description: Zabbix server daemon
      1. END INIT INFO

Please add to the top of misc/init.d/debian/zabbix-agent

      1. BEGIN INIT INFO
  1. Provides: zabbix_agentd
  2. Required-Start: $network $syslog $remote_fs
  3. Required-Stop: $network $syslog $remote_fs
  4. Default-Start: 2 3 4 5
  5. Default-Stop: 0 1 6
  6. Short-Description: Zabbix agent daemon
      1. END INIT INFO


 Comments   
Comment by richlv [ 2014 Jun 12 ]

closing as a duplicate ZBXNEXT-1232

Generated at Thu Apr 03 13:58:28 EEST 2025 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.