<?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 When trying to start Splunk, I'm getting an &amp;quot;execve: Permission denied&amp;quot; error. How can I fix this? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/When-trying-to-start-Splunk-I-m-getting-an-quot-execve/m-p/119749#M24933</link>
    <description>&lt;P&gt;Trying to start Splunk but getting an "execve: Permission denied " error&lt;/P&gt;

&lt;P&gt;This is Splunk 6.1.x and my OS is AIX. &lt;/P&gt;

&lt;P&gt;bin/splunk start --accept-license &lt;/P&gt;

&lt;P&gt;Checking prerequisites... &lt;BR /&gt;
WARNING: File size limit (ulimit -f) is set low (1073741312 bytes) Splunk may not work. &lt;BR /&gt;
You may want to run "ulimit -f unlimited" before starting splunk. &lt;BR /&gt;
Checking mgmt port [8089]: open &lt;BR /&gt;
Creating: /opt/splunkforwarder/var/lib/splunk &lt;BR /&gt;
Creating: /opt/splunkforwarder/var/run/splunk &lt;BR /&gt;
Creating: /opt/splunkforwarder/var/run/splunk/appserver/i18n &lt;BR /&gt;
Creating: /opt/splunkforwarder/var/run/splunk/appserver/modules/static/css &lt;BR /&gt;
Creating: /opt/splunkforwarder/var/run/splunk/upload &lt;BR /&gt;
Creating: /opt/splunkforwarder/var/spool/splunk &lt;BR /&gt;
Creating: /opt/splunkforwarder/var/spool/dirmoncache &lt;BR /&gt;
Creating: /opt/splunkforwarder/var/lib/splunk/authDb &lt;BR /&gt;
Creating: /opt/splunkforwarder/var/lib/splunk/hashDb &lt;BR /&gt;
New certs have been generated in '/opt/splunkforwarder/etc/auth'. &lt;BR /&gt;
Checking conf files for problems... &lt;BR /&gt;
Done &lt;BR /&gt;
All preliminary checks passed. &lt;/P&gt;

&lt;P&gt;Starting splunk server daemon (splunkd)... &lt;BR /&gt;
execve: Permission denied &lt;/P&gt;</description>
    <pubDate>Wed, 10 Sep 2014 20:43:19 GMT</pubDate>
    <dc:creator>DerekB</dc:creator>
    <dc:date>2014-09-10T20:43:19Z</dc:date>
    <item>
      <title>When trying to start Splunk, I'm getting an "execve: Permission denied" error. How can I fix this?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/When-trying-to-start-Splunk-I-m-getting-an-quot-execve/m-p/119749#M24933</link>
      <description>&lt;P&gt;Trying to start Splunk but getting an "execve: Permission denied " error&lt;/P&gt;

&lt;P&gt;This is Splunk 6.1.x and my OS is AIX. &lt;/P&gt;

&lt;P&gt;bin/splunk start --accept-license &lt;/P&gt;

&lt;P&gt;Checking prerequisites... &lt;BR /&gt;
WARNING: File size limit (ulimit -f) is set low (1073741312 bytes) Splunk may not work. &lt;BR /&gt;
You may want to run "ulimit -f unlimited" before starting splunk. &lt;BR /&gt;
Checking mgmt port [8089]: open &lt;BR /&gt;
Creating: /opt/splunkforwarder/var/lib/splunk &lt;BR /&gt;
Creating: /opt/splunkforwarder/var/run/splunk &lt;BR /&gt;
Creating: /opt/splunkforwarder/var/run/splunk/appserver/i18n &lt;BR /&gt;
Creating: /opt/splunkforwarder/var/run/splunk/appserver/modules/static/css &lt;BR /&gt;
Creating: /opt/splunkforwarder/var/run/splunk/upload &lt;BR /&gt;
Creating: /opt/splunkforwarder/var/spool/splunk &lt;BR /&gt;
Creating: /opt/splunkforwarder/var/spool/dirmoncache &lt;BR /&gt;
Creating: /opt/splunkforwarder/var/lib/splunk/authDb &lt;BR /&gt;
Creating: /opt/splunkforwarder/var/lib/splunk/hashDb &lt;BR /&gt;
New certs have been generated in '/opt/splunkforwarder/etc/auth'. &lt;BR /&gt;
Checking conf files for problems... &lt;BR /&gt;
Done &lt;BR /&gt;
All preliminary checks passed. &lt;/P&gt;

&lt;P&gt;Starting splunk server daemon (splunkd)... &lt;BR /&gt;
execve: Permission denied &lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2014 20:43:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/When-trying-to-start-Splunk-I-m-getting-an-quot-execve/m-p/119749#M24933</guid>
      <dc:creator>DerekB</dc:creator>
      <dc:date>2014-09-10T20:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: When trying to start Splunk, I'm getting an "execve: Permission denied" error. How can I fix this?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/When-trying-to-start-Splunk-I-m-getting-an-quot-execve/m-p/119750#M24934</link>
      <description>&lt;P&gt;The problem here is that splunk was configured with boot start enabled. On AIX, this will put a line in the /etc/inittab file which will then be run by startsrc. This seems fine except startsrc is run by root and if your Splunk install is configured to run as a different user, you can get a "permission denied" error. &lt;/P&gt;

&lt;P&gt;To fix this, remove the line in /etc/inittab that references Splunk and restart. &lt;/P&gt;

&lt;P&gt;If you do want Splunk to start at boot time, you could configure it with the "enable boot start" but just make sure to set the user Splunk will run as correctly. This doc page is a good reference.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.3/admin/ConfigureSplunktostartatboottime"&gt;http://docs.splunk.com/Documentation/Splunk/6.1.3/admin/ConfigureSplunktostartatboottime&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2014 20:47:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/When-trying-to-start-Splunk-I-m-getting-an-quot-execve/m-p/119750#M24934</guid>
      <dc:creator>DerekB</dc:creator>
      <dc:date>2014-09-10T20:47:57Z</dc:date>
    </item>
  </channel>
</rss>

