[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.
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.