SOLVED services are not starting in jail

Status
Not open for further replies.

nassato

Dabbler
Joined
Jan 27, 2014
Messages
16
Hello.
Sorry if this has been addressed before, I did read up and saw a handful of similar issues but none really gave a clear answer....
I upgraded my FreeNAS 9.3 to 9.10 yesterday and the Plex plugin I had running stopped working - something I read was pretty common. As a plexpass subscriber, I would like to get that up and running in a jail anyways. I got the jail started, did a pkg search for plex and I installed plexmediaserver-plexpass-0.9.16.6.1993 and all seems well. The problem is that the service is not running in the jail, when i run: top then I only see 4 services running (csh, top, cron syslogd). I try to start the service manually with:
Code:
service plexmediaserver_plexpass start
and it says that it is starting the service but there are no changes when I run top again. running
Code:
service plexmediaserver start
fails saying it does not exist in /etc/rc/d or the local startup, as expected.
Can anyone point me in the right direction or let me know what other info you need from me?
Thanks!
 

Jailer

Not strong, but bad
Joined
Sep 12, 2014
Messages
4,977
What happens when you run:
Code:
service plexmediaserver_plexpass onestart
 

nassato

Dabbler
Joined
Jan 27, 2014
Messages
16
What happens when you run:
Code:
service plexmediaserver_plexpass onestart
it does the same thing as when i tried to run it with start, it says it is starting the service but nothing happens
 

Jailer

Not strong, but bad
Joined
Sep 12, 2014
Messages
4,977
Did you just install plex or did you follow a guide or tutorial?
 
Status
Not open for further replies.
Top