Need some help on FreeNAS 9.2 plex plugin

Status
Not open for further replies.

Noodle

Dabbler
Joined
Oct 26, 2011
Messages
24
Hi Team,

I decide to upgrade from 8.3.2 to 9.2 since Plex server sounds very interesting to me. So I backup my 8.3.2 configuration, burn 9.2 image to USB, import configuration. Everything looks good. So I start to install plex server plugin.

Plugin installation went well, and jail started. However plex server service cannot start. Just show "some error occurred".

So I login to jail and look at /var/log/messages, only found two errors, and not sure if they are related.

Code:
Feb  7 12:00:00 plexmediaserver_1 /usr/libexec/save-entropy[69621]: Cannot cd to the entropy directory: /var/db/entropy. Entropy file rotation is aborted.
Feb  7 12:00:00 plexmediaserver_1 sendmail[69622]: NOQUEUE: SYSERR(operator): can not chdir(/var/spool/clientmqueue/): Permission denied



What I check is:
1. I can ping jail IP from outside, both "netstat" not working inside jail. "netstat" gives "no name list" error (a bug in 9.2.0 release, and suppose to be fixed in 9.2.1RC). But I can ping outside without problem.
2. Plex server probably running since "ps aux" in jail give me:
Code:
root 71969  0.0  0.1 108992 20356 ??  IJ  12:06PM 0:00.19 /usr/pbi/plexmediaserver-amd64/bin/python2.7 /usr/pbi/plexmediaserver-amd64/control.py start <jail ip> 12346

3. From outside, I run "netstat -an | grep tcp| grep listen", there's only one port been open from plex server jail, and it's "12346". This sounds like control.py listening port.

So, I'm stuck here. Anybody know what I should I look next?
Thanks
Noodle
 

Noodle

Dabbler
Joined
Oct 26, 2011
Messages
24
Just reply to myself. I need to add storage in order to make it work. Otherwise, plex server refuse to start. don't know why.

Also, if VIMAGE checked, I cannot ping outside from jail, uncheck VIMAGE make ping works, but I cannot define my own MAC. Anyway, plex server working now.

Thanks

Noodle
 

Noodle

Dabbler
Joined
Oct 26, 2011
Messages
24
Another update, 9.2.1 release fixed "netstat" and "ping" issue in VIMAGE jail.
 
Status
Not open for further replies.
Top