<?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: Linux UF boot-start issues and non-impacting errors on 9.0.0 in Installation</title>
    <link>https://community.splunk.com/t5/Installation/Linux-UF-boot-start-issues-and-non-impacting-errors-on-9-0-0/m-p/672391#M13495</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/239959"&gt;@Skeer-Jamf&lt;/a&gt;&amp;nbsp; you got any resolution for this issue&lt;/P&gt;</description>
    <pubDate>Wed, 20 Dec 2023 11:45:29 GMT</pubDate>
    <dc:creator>thahir</dc:creator>
    <dc:date>2023-12-20T11:45:29Z</dc:date>
    <item>
      <title>Linux UF boot-start issues and non-impacting errors on 9.0.0</title>
      <link>https://community.splunk.com/t5/Installation/Linux-UF-boot-start-issues-and-non-impacting-errors-on-9-0-0/m-p/602612#M11650</link>
      <description>&lt;P&gt;Is anyone else running into boot-start/permissions issues with the 9.0.0 UF running on Linux using init.d scripts for bootstart?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Warning: Attempting to revert the SPLUNK_HOME ownership
Warning: Executing "chown -R splunk /opt/splunkforwarder"&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;I am also finding that "./splunk disable boot-start" does not correctly remove the /etc/init.d/splunk script and, contrary to documentation, splunk UF 9.0.0 uses systemd as default.&lt;BR /&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.0.0/Admin/ConfigureSplunktostartatboottime" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.0.0/Admin/ConfigureSplunktostartatboottime&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also systemd scripts seem to fail getting the permissions needed even when trying to enable-boot as root. A key error I am seeing is "Failed to create the unit file" when running the install. But it seems to be a total fail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;## When upgrading (from 8.2.5)
runuser -l splunk -c "/opt/splunkforwarder/bin/splunk stop"
tar -xzvf /tmp/splunkforwarder-9.0.0-6818ac46f2ec-Linux-x86_64.tgz -C /opt
chown -R splunk:splunk /opt/splunkforwarder/
runuser -l splunk -c "/opt/splunkforwarder/bin/splunk start --accept-license --answer-yes --no-prompt"
runuser -l splunk -c "/opt/splunkforwarder/bin/splunk status"
Warning: Attempting to revert the SPLUNK_HOME ownership
Warning: Executing "chown -R splunk /opt/splunkforwarder"
(NOTE: Seems to be non-impacting)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;### When doing a new install
tar -xzvf /tmp/splunkforwarder-9.0.0-6818ac46f2ec-Linux-x86_64.tgz -C /opt
chown -R splunk:splunk /opt/splunkforwarder
[root]#  sudo -H -u splunk /opt/splunkforwarder/bin/splunk start --accept-license --answer-yes --no-prompt
Warning: Attempting to revert the SPLUNK_HOME ownership
Warning: Executing "chown -R splunk /opt/splunkforwarder"

This appears to be your first time running this version of Splunk.

IMPORTANT: Because an admin password was not provided, the admin user
 will not be created. You will have to set up an admin username/password
 later using user-seed.conf.
Creating unit file...
Current splunk is running as non root, which cannot operate systemd unit files.
Please create it manually by 'sudo splunk enable boot-start' later.
Failed to create the unit file. Please do it manually later.


Splunk&amp;gt; Now with more code!

sudo -H -u splunk /opt/splunkforwarder/bin/splunk status
Warning: Attempting to revert the SPLUNK_HOME ownership
Warning: Executing "chown -R splunk /opt/splunkforwarder"
splunkd is running (PID: 3132350).
splunk helpers are running (PIDs: 3132354).&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# sudo -H -u splunk /opt/splunkforwarder/bin/splunk stop
Warning: Attempting to revert the SPLUNK_HOME ownership
Warning: Executing "chown -R splunk /opt/splunkforwarder"
Stopping splunkd...
Shutting down.  Please wait, as this may take a few minutes.
.                                                          [  OK  ]
Stopping splunk helpers...
                                                           [  OK  ]
Done.
# /opt/splunkforwarder/bin/splunk enable boot-start -user splunk
Systemd unit file installed by user at /etc/systemd/system/SplunkForwarder.service.
Configured as systemd managed service.


systemctl start SplunkForwarder.service
Job for SplunkForwarder.service failed because the control process exited with error code.
See "systemctl status SplunkForwarder.service" and "journalctl -xe" for details.

systemctl status SplunkForwarder.service
● SplunkForwarder.service - Systemd service file for Splunk, generated by 'splunk enable boot-start'
   Loaded: loaded (/etc/systemd/system/SplunkForwarder.service; enabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since Tue 2022-06-21 12:58:55 UTC; 27s ago
  Process: 3141480 ExecStartPost=/bin/bash -c chown -R splunk:splunk /sys/fs/cgroup/memory/system.slice/SplunkForwarder.service (code=exited, status=0/SUCCES&amp;gt;
  Process: 3141478 ExecStartPost=/bin/bash -c chown -R splunk:splunk /sys/fs/cgroup/cpu/system.slice/SplunkForwarder.service (code=exited, status=0/SUCCESS)
  Process: 3141477 ExecStart=/opt/splunkforwarder/bin/splunk _internal_launch_under_systemd (code=exited, status=203/EXEC)
  Process: 3141475 ExecStartPre=/bin/bash -c chown -R splunk:splunk /opt/splunkforwarder (code=exited, status=0/SUCCESS)
 Main PID: 3141477 (code=exited, status=203/EXEC)

Jun 21 12:58:55 &amp;lt;host&amp;gt; systemd[1]: SplunkForwarder.service: Failed with result 'exit-code'.
Jun 21 12:58:55 &amp;lt;host&amp;gt; systemd[1]: Failed to start Systemd service file for Splunk, generated by 'splunk enable boot-start'.
Jun 21 12:58:55 &amp;lt;host&amp;gt; systemd[1]: SplunkForwarder.service: Service RestartSec=100ms expired, scheduling restart.
Jun 21 12:58:55 &amp;lt;host&amp;gt; systemd[1]: SplunkForwarder.service: Scheduled restart job, restart counter is at 5.
Jun 21 12:58:55 &amp;lt;host&amp;gt; systemd[1]: Stopped Systemd service file for Splunk, generated by 'splunk enable boot-start'.
Jun 21 12:58:55 &amp;lt;host&amp;gt; systemd[1]: SplunkForwarder.service: Start request repeated too quickly.
Jun 21 12:58:55 &amp;lt;host&amp;gt; systemd[1]: SplunkForwarder.service: Failed with result 'exit-code'.
Jun 21 12:58:55 &amp;lt;host&amp;gt; systemd[1]: Failed to start Systemd service file for Splunk, generated by 'splunk enable boot-start'.&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 13:11:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Linux-UF-boot-start-issues-and-non-impacting-errors-on-9-0-0/m-p/602612#M11650</guid>
      <dc:creator>_joe</dc:creator>
      <dc:date>2022-06-21T13:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Linux UF boot-start issues and non-impacting errors on 9.0.0</title>
      <link>https://community.splunk.com/t5/Installation/Linux-UF-boot-start-issues-and-non-impacting-errors-on-9-0-0/m-p/603650#M11677</link>
      <description>&lt;P&gt;This warning got added to "known issues" for 9.0.0&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Date filed Issue number Description&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;2022-06-23&lt;/TD&gt;&lt;TD&gt;SPL-226019&lt;/TD&gt;&lt;TD&gt;Warning appears in the universal forwarder whenever any spl command is run: Warning: Attempting to revert the SPLUNK_HOME ownership Warning: Executing "chown -R splunk /opt/splunkforwarder". This warning is expected and will not affect functionality.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 28 Jun 2022 18:12:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Linux-UF-boot-start-issues-and-non-impacting-errors-on-9-0-0/m-p/603650#M11677</guid>
      <dc:creator>_joe</dc:creator>
      <dc:date>2022-06-28T18:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Linux UF boot-start issues and non-impacting errors on 9.0.0</title>
      <link>https://community.splunk.com/t5/Installation/Linux-UF-boot-start-issues-and-non-impacting-errors-on-9-0-0/m-p/632904#M12413</link>
      <description>&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Forwarder/9.0.4/Forwarder/KnownIssues" target="_blank"&gt;https://docs.splunk.com/Documentation/Forwarder/9.0.4/Forwarder/KnownIssues&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 04:01:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Linux-UF-boot-start-issues-and-non-impacting-errors-on-9-0-0/m-p/632904#M12413</guid>
      <dc:creator>mustapha_arakji</dc:creator>
      <dc:date>2023-03-02T04:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Linux UF boot-start issues and non-impacting errors on 9.0.0</title>
      <link>https://community.splunk.com/t5/Installation/Linux-UF-boot-start-issues-and-non-impacting-errors-on-9-0-0/m-p/633419#M12427</link>
      <description>&lt;P&gt;And what about this:&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/170984"&gt;@_joe&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;&lt;BR /&gt;I am also finding that "./splunk disable boot-start" does not correctly remove the /etc/init.d/splunk script&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I've also noticed similar problem.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 12:30:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Linux-UF-boot-start-issues-and-non-impacting-errors-on-9-0-0/m-p/633419#M12427</guid>
      <dc:creator>alek_cybersec</dc:creator>
      <dc:date>2023-03-06T12:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Linux UF boot-start issues and non-impacting errors on 9.0.0</title>
      <link>https://community.splunk.com/t5/Installation/Linux-UF-boot-start-issues-and-non-impacting-errors-on-9-0-0/m-p/649900#M13059</link>
      <description>&lt;P&gt;So a known issue and will not cause problems, that's great.&amp;nbsp; Any idea on a cause? Every time I call the splunk binary whether is starting/restarting the app or invoking btool.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2023 21:11:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Linux-UF-boot-start-issues-and-non-impacting-errors-on-9-0-0/m-p/649900#M13059</guid>
      <dc:creator>Skeer-Jamf</dc:creator>
      <dc:date>2023-07-10T21:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Linux UF boot-start issues and non-impacting errors on 9.0.0</title>
      <link>https://community.splunk.com/t5/Installation/Linux-UF-boot-start-issues-and-non-impacting-errors-on-9-0-0/m-p/672391#M13495</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/239959"&gt;@Skeer-Jamf&lt;/a&gt;&amp;nbsp; you got any resolution for this issue&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 11:45:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Linux-UF-boot-start-issues-and-non-impacting-errors-on-9-0-0/m-p/672391#M13495</guid>
      <dc:creator>thahir</dc:creator>
      <dc:date>2023-12-20T11:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Linux UF boot-start issues and non-impacting errors on 9.0.0</title>
      <link>https://community.splunk.com/t5/Installation/Linux-UF-boot-start-issues-and-non-impacting-errors-on-9-0-0/m-p/676800#M13599</link>
      <description>&lt;P&gt;Try running btool when this "non-impacting" error occurs.&amp;nbsp; It doesn't run.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 03:08:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Linux-UF-boot-start-issues-and-non-impacting-errors-on-9-0-0/m-p/676800#M13599</guid>
      <dc:creator>jfrench</dc:creator>
      <dc:date>2024-02-07T03:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Linux UF boot-start issues and non-impacting errors on 9.0.0</title>
      <link>https://community.splunk.com/t5/Installation/Linux-UF-boot-start-issues-and-non-impacting-errors-on-9-0-0/m-p/694801#M14084</link>
      <description>&lt;P&gt;This annoying 'non-impacting' known issue is messing up with my ansible variables under facts.d and eventually all my ansible roles, user creations including splunk user, ldap, etc etc end up in a 'impacting issue' and fatal errors situation.&lt;BR /&gt;&lt;BR /&gt;I test it by using Splunk UF version 8.x in my ansible playbooks - everything is working seamlessly and fine.&lt;BR /&gt;&lt;BR /&gt;What is the fix for this IMPACTING known issue?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 08:31:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Linux-UF-boot-start-issues-and-non-impacting-errors-on-9-0-0/m-p/694801#M14084</guid>
      <dc:creator>Merve</dc:creator>
      <dc:date>2024-07-31T08:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Linux UF boot-start issues and non-impacting errors on 9.0.0</title>
      <link>https://community.splunk.com/t5/Installation/Linux-UF-boot-start-issues-and-non-impacting-errors-on-9-0-0/m-p/694802#M14085</link>
      <description>&lt;P&gt;And what is the fix for that?&lt;BR /&gt;&lt;BR /&gt;Because this &lt;STRONG&gt;annoying&lt;/STRONG&gt; &lt;STRONG&gt;error&lt;/STRONG&gt; is messing up with ansible variables.&lt;BR /&gt;I had to use Splunk UF version 8.x - it works fine.&lt;BR /&gt;I had other issues on Splunk Enterprise version 9.x -&amp;nbsp;disappointing&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 08:37:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Linux-UF-boot-start-issues-and-non-impacting-errors-on-9-0-0/m-p/694802#M14085</guid>
      <dc:creator>Merve</dc:creator>
      <dc:date>2024-07-31T08:37:31Z</dc:date>
    </item>
  </channel>
</rss>

