Installation

Why couldn't I send SIGTERM to pid 5632: Operation not permitted?

adityapavan18
Contributor

I am getting following error while i am trying to start the splunk forwarder process.
Can anyone please help me??

Labels (1)
Tags (1)
1 Solution

adityapavan18
Contributor

Thanks seems to have resolved it after i deleted the splunk.pid file from var/run folder inside splunk.

View solution in original post

koshyk
Super Champion

Agree, the answer is removing .pid file, but for easy copy and paste on Linux machines
ensure you are "splunk" user

SPLUNK_HOME="/opt/splunk"
rm $SPLUNK_HOME/var/run/splunk/splunkd.pid
$SPLUNK_HOME/bin/splunk status
$SPLUNK_HOME/bin/splunk start

edavson
Engager

pretty much what adityapavan18 said above but...

i moved the file '//var/run/splunk/splunkd.pid' to '//var/run/splunk/splunkd.pid.old' then ran '//bin/splunk start'. I guess you can delete the .old file after that.

the new splunkd.pid is created after start is complete

DataOrg
Builder

we can remove or we can rename or we can move to other location the splunk.pid file.
while starting splunkd it will check for the old splunk.pid file if its not there it will create new one and splunkd will be started

0 Karma

adityapavan18
Contributor

Thanks seems to have resolved it after i deleted the splunk.pid file from var/run folder inside splunk.

ssuluguri
Path Finder

Thanks for the update , Even I undergone the same issue , after performing suggested steps , splunk started

0 Karma

koshyk
Super Champion

for easier copy paste 🙂

rm $SPLUNK_HOME/var/run/splunk/splunkd.pid
$SPLUNK_HOME/bin/splunk status
$SPLUNK_HOME/bin/splunk start

N92
Path Finder

What's the reason for this? We are facing issue multiple time.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...