<?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 Re: Splunk Light running on Docker throwing unusable filesystem in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-Light-running-on-Docker-throwing-unusable-filesystem/m-p/220728#M176</link>
    <description>&lt;P&gt;You'll want to append the following configuration option to $SPLUNK_HOME/etc/splunk-launch.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;OPTIMISTIC_ABOUT_FILE_LOCKING = 1
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 25 Apr 2016 20:10:38 GMT</pubDate>
    <dc:creator>naisanza</dc:creator>
    <dc:date>2016-04-25T20:10:38Z</dc:date>
    <item>
      <title>Splunk Light running on Docker throwing unusable filesystem</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-Light-running-on-Docker-throwing-unusable-filesystem/m-p/220725#M173</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Today, I tried running Splunk Light into a Docker Container, but at runtime, he thrown the follow message:&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;shinkeji@06ba197cfe09:/opt/splunk/bin$ sudo ./splunk start&lt;BR /&gt;
Splunk&amp;gt; See your world.  Maybe wish you hadn't.&lt;BR /&gt;
Checking prerequisites...&lt;BR /&gt;
    Checking http port [8000]: open&lt;BR /&gt;
    Checking mgmt port [8089]: open&lt;BR /&gt;
    Checking appserver port [127.0.0.1:8065]: open&lt;BR /&gt;
    Checking configuration...  Done.&lt;BR /&gt;
    Checking critical directories...    Done&lt;BR /&gt;
    Checking indexes...&lt;BR /&gt;
homePath='/opt/splunk/var/lib/splunk/audit/db' of index=_audit on unusable filesystem.&lt;BR /&gt;
Validating databases (splunkd validatedb) failed with code '1'.  If you cannot resolve the issue(s) above after consulting documentation, please file a case online at &lt;A href="http://www.splunk.com/page/submit_issue" target="_blank"&gt;http://www.splunk.com/page/submit_issue&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;The splunk version here is:&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;Splunk 6.2.3 (build 264376)&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;How could I fix this? I searched on the anwsers forum, and I have seen some similar problems, but with CIFS and BTRFS. It's the same issue?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:49:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-Light-running-on-Docker-throwing-unusable-filesystem/m-p/220725#M173</guid>
      <dc:creator>kerberos2001</dc:creator>
      <dc:date>2020-09-29T07:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Light running on Docker throwing unusable filesystem</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-Light-running-on-Docker-throwing-unusable-filesystem/m-p/220726#M174</link>
      <description>&lt;P&gt;As a base-line i'd say 1st verify that the splunkd process owner can write to /opt/splunk/var/lib/splunk/audit/db.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2016 17:18:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-Light-running-on-Docker-throwing-unusable-filesystem/m-p/220726#M174</guid>
      <dc:creator>jterry</dc:creator>
      <dc:date>2016-04-11T17:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Light running on Docker throwing unusable filesystem</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-Light-running-on-Docker-throwing-unusable-filesystem/m-p/220727#M175</link>
      <description>&lt;P&gt;As a base-line i'd say 1st verify that the splunkd process owner can write to /opt/splunk/var/lib/splunk/audit/db.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 17:39:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-Light-running-on-Docker-throwing-unusable-filesystem/m-p/220727#M175</guid>
      <dc:creator>jterry</dc:creator>
      <dc:date>2016-04-12T17:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Light running on Docker throwing unusable filesystem</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-Light-running-on-Docker-throwing-unusable-filesystem/m-p/220728#M176</link>
      <description>&lt;P&gt;You'll want to append the following configuration option to $SPLUNK_HOME/etc/splunk-launch.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;OPTIMISTIC_ABOUT_FILE_LOCKING = 1
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 25 Apr 2016 20:10:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-Light-running-on-Docker-throwing-unusable-filesystem/m-p/220728#M176</guid>
      <dc:creator>naisanza</dc:creator>
      <dc:date>2016-04-25T20:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Light running on Docker throwing unusable filesystem</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-Light-running-on-Docker-throwing-unusable-filesystem/m-p/220729#M177</link>
      <description>&lt;P&gt;You'll want to append the following configuration option to $SPLUNK_HOME/etc/splunk-launch.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;OPTIMISTIC_ABOUT_FILE_LOCKING = 1
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 25 Apr 2016 20:11:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-Light-running-on-Docker-throwing-unusable-filesystem/m-p/220729#M177</guid>
      <dc:creator>naisanza</dc:creator>
      <dc:date>2016-04-25T20:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Light running on Docker throwing unusable filesystem</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-Light-running-on-Docker-throwing-unusable-filesystem/m-p/220730#M178</link>
      <description>&lt;P&gt;Works great. What exactly does this do? I can't find any documentation on that option.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 16:57:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunk-Light-running-on-Docker-throwing-unusable-filesystem/m-p/220730#M178</guid>
      <dc:creator>ejharts2015</dc:creator>
      <dc:date>2018-02-20T16:57:40Z</dc:date>
    </item>
  </channel>
</rss>

