You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[root@plex ~]# ps $(cat /var/run/plex/plex-daemon.pid)
PID TT STAT TIME COMMAND
56477 - IsJ 0:00.00 daemon: /usr/local/share/plexmediaserver/Plex_Media_Server
This brings the question - why does service plexmediaserver status think that it is not running? start, stop and restart subcommands work fine. This issue doesn't hurt the usability of plex, but it's still a weird bug that should probably be investigated.
The text was updated successfully, but these errors were encountered:
dhharris
changed the title
service reports plexmediaserver as "not running"service reports "plexmediaserver is not running" during normal operation
Jun 26, 2022
Found an interesting issue when updating my plex jail.
Service is reported to b e down
However, plex is running perfectly fine (can watch videos, etc).
ps shows the processes running
The pidfile specified in the rc script is also correct, and shows the pid of the daemon process.
This brings the question - why does
service plexmediaserver status
think that it is not running?start
,stop
andrestart
subcommands work fine. This issue doesn't hurt the usability of plex, but it's still a weird bug that should probably be investigated.The text was updated successfully, but these errors were encountered: