Something keeps killing my PMS

Hi. There’s something that’s killing my PMS regularly but I don’t know what it is. In the server log it just says: Shutting down with signal 15
In the Tuner Service Logs it says: Received SIGTERM: Software termination signal.

I checked all my crons and I also checked the syslog, couldn’t see anything weird there.

Is there a way to see what’s sending the kill signal?

Plex Media Server Logs_2018-07-16_22-44-51.zip (3.0 MB)

I see a remote address at the base of your logs just above where the signal 15 is being issued.

You’ll need to figure out where that’s coming from. Linux doesn’t trace signals in that way. You’d have to get into a very involved debug session to see it be captured and get the sender’s process ID.

Unfortunately there’s nothing we can do because signal 15 is normal commanded Shutdown.

I figured I’d probably have to do some deep debugging to get this sorted out. Thanks for the response.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.