<?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: After installing a universal forwarder on Ubuntu 14.04 LTS, why am I getting an error trying to accept the license? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/After-installing-a-universal-forwarder-on-Ubuntu-14-04-LTS-why/m-p/272780#M52396</link>
    <description>&lt;P&gt;From /opt, run "chown -R : splunkforwarder" (to change ownership)&lt;BR /&gt;
Then, "chmod -R 744 splunkforwarder" (change permissions on everything contained within splunkforwarder)&lt;BR /&gt;
 -  being the user that should own these files and directories&lt;BR /&gt;
 -  being the group assigned to the user&lt;/P&gt;

&lt;P&gt;Determine the user/group that should be accessing Splunk and make that change appropriately to the files and directories.&lt;/P&gt;

&lt;P&gt;If you used an rpm to install, the user and group should be splunk, so an example would be:&lt;BR /&gt;
cd /opt&lt;BR /&gt;
chown -R splunk:splunk splunkforwarder&lt;BR /&gt;
chmod -R 744 splunkforwarder&lt;/P&gt;

&lt;P&gt;Hope this helps...&lt;/P&gt;</description>
    <pubDate>Thu, 07 Apr 2016 13:48:38 GMT</pubDate>
    <dc:creator>jbailey_splunk</dc:creator>
    <dc:date>2016-04-07T13:48:38Z</dc:date>
    <item>
      <title>After installing a universal forwarder on Ubuntu 14.04 LTS, why am I getting an error trying to accept the license?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/After-installing-a-universal-forwarder-on-Ubuntu-14-04-LTS-why/m-p/272777#M52393</link>
      <description>&lt;P&gt;I have installed the forwarder in &lt;CODE&gt;/opt/splunkforwarder&lt;/CODE&gt;  and run the &lt;CODE&gt;splunk start&lt;/CODE&gt; command.  I get the license to read/accept, but when I accept the license I get the following message:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;This appears to be your first time running this version of Splunk.&lt;BR /&gt;
Could not open log file "/opt/splunkforwarder/var/log/splunk/first_install.log" for writing (2).&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;When I check the splunkforwarder directory, there is no var folder...&lt;/P&gt;

&lt;P&gt;Any help would be appreciated.&lt;/P&gt;

&lt;P&gt;Dave&lt;/P&gt;</description>
      <pubDate>Sun, 03 Apr 2016 13:47:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/After-installing-a-universal-forwarder-on-Ubuntu-14-04-LTS-why/m-p/272777#M52393</guid>
      <dc:creator>DaveyMeth</dc:creator>
      <dc:date>2016-04-03T13:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: After installing a universal forwarder on Ubuntu 14.04 LTS, why am I getting an error trying to accept the license?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/After-installing-a-universal-forwarder-on-Ubuntu-14-04-LTS-why/m-p/272778#M52394</link>
      <description>&lt;P&gt;I am suspecting a permission issue with your instance.   Please refer to below link -&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.3/Installation/InstallonLinux"&gt;http://docs.splunk.com/Documentation/Splunk/6.3.3/Installation/InstallonLinux&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2016 04:01:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/After-installing-a-universal-forwarder-on-Ubuntu-14-04-LTS-why/m-p/272778#M52394</guid>
      <dc:creator>satishsdange</dc:creator>
      <dc:date>2016-04-04T04:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: After installing a universal forwarder on Ubuntu 14.04 LTS, why am I getting an error trying to accept the license?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/After-installing-a-universal-forwarder-on-Ubuntu-14-04-LTS-why/m-p/272779#M52395</link>
      <description>&lt;P&gt;yes, it's almost certainly a disk/filesystem permissions issue. Essentially, the user that is trying to run splunk doesn't have write access to /opt/splunkforwarder/. Probably.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2016 23:31:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/After-installing-a-universal-forwarder-on-Ubuntu-14-04-LTS-why/m-p/272779#M52395</guid>
      <dc:creator>jterry</dc:creator>
      <dc:date>2016-04-04T23:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: After installing a universal forwarder on Ubuntu 14.04 LTS, why am I getting an error trying to accept the license?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/After-installing-a-universal-forwarder-on-Ubuntu-14-04-LTS-why/m-p/272780#M52396</link>
      <description>&lt;P&gt;From /opt, run "chown -R : splunkforwarder" (to change ownership)&lt;BR /&gt;
Then, "chmod -R 744 splunkforwarder" (change permissions on everything contained within splunkforwarder)&lt;BR /&gt;
 -  being the user that should own these files and directories&lt;BR /&gt;
 -  being the group assigned to the user&lt;/P&gt;

&lt;P&gt;Determine the user/group that should be accessing Splunk and make that change appropriately to the files and directories.&lt;/P&gt;

&lt;P&gt;If you used an rpm to install, the user and group should be splunk, so an example would be:&lt;BR /&gt;
cd /opt&lt;BR /&gt;
chown -R splunk:splunk splunkforwarder&lt;BR /&gt;
chmod -R 744 splunkforwarder&lt;/P&gt;

&lt;P&gt;Hope this helps...&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2016 13:48:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/After-installing-a-universal-forwarder-on-Ubuntu-14-04-LTS-why/m-p/272780#M52396</guid>
      <dc:creator>jbailey_splunk</dc:creator>
      <dc:date>2016-04-07T13:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: After installing a universal forwarder on Ubuntu 14.04 LTS, why am I getting an error trying to accept the license?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/After-installing-a-universal-forwarder-on-Ubuntu-14-04-LTS-why/m-p/272781#M52397</link>
      <description>&lt;P&gt;satishsdange gravatar image satishsdange · 3 days ago 1&lt;/P&gt;

&lt;P&gt;I am suspecting a permission issue with your instance. Please refer to below link -&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.3/Installation/InstallonLinux"&gt;http://docs.splunk.com/Documentation/Splunk/6.3.3/Installation/InstallonLinux&lt;/A&gt;&lt;BR /&gt;
Add your comment...&lt;BR /&gt;
jterry gravatar image jterry [Splunk] satishsdange · 2 days ago&lt;/P&gt;

&lt;P&gt;yes, it's almost certainly a disk/filesystem permissions issue. Essentially, the user that is trying to run splunk doesn't have write access to /opt/splunkforwarder/. Probably.&lt;BR /&gt;
Add your comment...&lt;BR /&gt;
jbailey_splunk gravatar image jbailey [Splunk] jterry · 3 hours ago&lt;/P&gt;

&lt;P&gt;From /opt, run "chown -R : splunkforwarder" (to change ownership)&lt;BR /&gt;
Then, "chmod -R 744 splunkforwarder" (change permissions on everything contained within splunkforwarder)&lt;BR /&gt;
- being the user that should own these files and directories&lt;BR /&gt;
- being the group assigned to the user&lt;/P&gt;

&lt;P&gt;Determine the user/group that should be accessing Splunk and make that change appropriately to the files and directories.&lt;/P&gt;

&lt;P&gt;If you used an rpm to install, the user and group should be splunk, so an example would be:&lt;BR /&gt;
cd /opt&lt;BR /&gt;
chown -R splunk:splunk splunkforwarder&lt;BR /&gt;
chmod -R 744 splunkforwarder&lt;/P&gt;

&lt;P&gt;Hope this helps...&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2016 17:01:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/After-installing-a-universal-forwarder-on-Ubuntu-14-04-LTS-why/m-p/272781#M52397</guid>
      <dc:creator>jterry</dc:creator>
      <dc:date>2016-04-07T17:01:50Z</dc:date>
    </item>
  </channel>
</rss>

