<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Error on enabling boot-start in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Error-on-enabling-boot-start/m-p/81643#M22544</link>
    <description>&lt;P&gt;Debian GNU/Linux 6.0 (Squeeze)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# splunk --version
Splunk Universal Forwarder 4.2 (build 96430)
# splunk enable boot-start
update-rc.d: using dependency based boot sequencing
insserv: warning: script 'splunk' missing LSB tags and overrides
insserv: There is a loop between service munin-node and splunk if stopped
insserv:  loop involving service splunk at depth 2
insserv:  loop involving service munin-node at depth 1
insserv: Stopping splunk depends on munin-node 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
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 14 Apr 2011 17:27:16 GMT</pubDate>
    <dc:creator>uptimebox</dc:creator>
    <dc:date>2011-04-14T17:27:16Z</dc:date>
    <item>
      <title>Error on enabling boot-start</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Error-on-enabling-boot-start/m-p/81643#M22544</link>
      <description>&lt;P&gt;Debian GNU/Linux 6.0 (Squeeze)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# splunk --version
Splunk Universal Forwarder 4.2 (build 96430)
# splunk enable boot-start
update-rc.d: using dependency based boot sequencing
insserv: warning: script 'splunk' missing LSB tags and overrides
insserv: There is a loop between service munin-node and splunk if stopped
insserv:  loop involving service splunk at depth 2
insserv:  loop involving service munin-node at depth 1
insserv: Stopping splunk depends on munin-node 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
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 Apr 2011 17:27:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Error-on-enabling-boot-start/m-p/81643#M22544</guid>
      <dc:creator>uptimebox</dc:creator>
      <dc:date>2011-04-14T17:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error on enabling boot-start</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Error-on-enabling-boot-start/m-p/81644#M22545</link>
      <description>&lt;P&gt;I've solved this by adapting the section from mysql for splunk, thus (as a diff) - this has let us migrate to a dependency based boot with insserv:&lt;/P&gt;

&lt;PRE&gt;diff --git a/init.d/splunk b/init.d/splunk
index 1941f17..af67001 100755
--- a/init.d/splunk
+++ b/init.d/splunk
@@ -4,6 +4,18 @@
 # init script for Splunk.
 # generated by 'splunk enable boot-start'.
 #
+### BEGIN INIT INFO
+# Provides:          splunk
+# Required-Start:    $remote_fs $syslog
+# Required-Stop:     $remote_fs $syslog
+# Should-Start:      $network $time
+# Should-Stop:       $network $time
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: Start and stop the splunk database server daemon
+# Description:       Controls the main splunk database server daemon "splunk"
+### END INIT INFO
+
 RETVAL=0
 
 splunk_start() {
&lt;/PRE&gt;</description>
      <pubDate>Mon, 19 Dec 2011 04:41:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Error-on-enabling-boot-start/m-p/81644#M22545</guid>
      <dc:creator>csamuel</dc:creator>
      <dc:date>2011-12-19T04:41:03Z</dc:date>
    </item>
  </channel>
</rss>

