Plex is running but I cannot stop or start the service

protectron

Cadet
Joined
May 24, 2023
Messages
3
TrueNAS Core 13

I set up a new jail with Plex after deleting an old jail with Plex.
I can access Plex through the browser, so I know it's running, but when I try and alter the service I get this message:

Code:
truenas% service plexmediaserver status
plexmediaserver does not exist in /etc/rc.d or the local startup
directories (/etc/ix.rc.d /usr/local/etc/rc.d), or is not executable


plexmediaserver indeed does not exist in /etc/rc.d but I do not know why.
 

protectron

Cadet
Joined
May 24, 2023
Messages
3
So, I already did
Code:
sysrc plexmediaserver_enable=YES
but I did it again for giggles and even though it went from YES->YES it worked.
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
plexmediaserver indeed does not exist in /etc/rc.d but I do not know why.
Because you're not running that command in the jail where Plex is running.
 
Top