Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-8352

The sample Debian init.d start/stop scripts are missing the LSB tags and overrides that control startup/shutdown dependancies

    XMLWordPrintable

Details

    • Incident report
    • Status: Closed
    • Minor
    • Resolution: Duplicate
    • 2.3.1
    • None
    • Agent (G), Server (S)
    • None
    • Debian 7

    Description

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

      [email protected]:/# 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

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              paulshore Paul Shore
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: