Plex Plugin not binding to port 32400 so caint open "jail ip":32400

Status
Not open for further replies.

coffeesnob67

Cadet
Joined
Nov 23, 2013
Messages
4
so here is the deal, I am running freenas 9.1.1 and I have installed the plex plugin using the very easy to use gui installer... all is right with the world as far as Plex is concerned it starts up, the Jail has mount points all is Good....EXCEPZT when I try to browse to "jail ip":32400/web I get
Oops! Google Chrome could not connect to "jail ip":32400
so I have now spend the best part of a week trying to work this out and I am pretty frustrated with it.

My FreeBSD skills are not flash, it is limited to the Freenas Gui (which isn’t really FreeBSD) but I can find my way around the CLI if I have to. So down to business.

I have tried to figure out reading post with similar issues and it doesn't seem like anyone else is having the problem which makes it all the more frustrating, when I log into the jail and run sockstat -4l it doesn't seem that port 32400 is listening.. I don’t have any idea how to fix this.

below is the output from sockstat

root@plex_1:/ # sockstat -4l
USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS
root python2.7 7080 3 tcp4 10.110.115.7:12348 *:*
root sshd 6866 4 tcp4 10.110.115.7:22 *:*
root syslogd 6808 6 udp4 10.110.115.7:514 *:*
root@plex_1:/ #

Can someone please tell me how I first resolve this, happy for you to just tell me where to look, but the problem is at the moment I don’t even know what to look for. I like the idea of Plex as a plugin in freenas but I am afraid this is all getting a little hard.
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
your sock stat makes it seem like plex isn't binding anywhere. Can you show the output of 'ps aux' in the jail
 

Noblewolf

Cadet
Joined
Dec 24, 2013
Messages
1
I am having a similar problem. Everything looks to be OK. During the plex install I did get this in the tail window:
freenas manage.py: [py.warnings:193] /usr/local/lib/python2.7/site-packages/django/http/request.py:193: DeprecationWarning: HttpRequest.raw_post_data has been deprecated. Use HttpRequest.body instead. warnings.warn('HttpRequest.raw_post_data has been deprecated. Use HttpRequest.body instead.', DeprecationWarning)

My ps aux for the jail is:

root@plexmediaserver_1:/ # ps aux
USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND
root 9932 0.0 0.0 12076 1864 ?? SsJ 5:12PM 0:00.05 /usr/sbin/syslogd
root 9986 0.0 0.0 14176 1848 ?? SsJ 5:12PM 0:00.05 /usr/sbin/cron -s
root 15825 0.0 0.4 154992 31632 ?? IJ 5:13PM 0:02.48 /usr/pbi/plexmedi
root 20486 0.0 0.0 14176 1916 ?? SJ 6:00PM 0:00.00 cron: running job
operator 20491 0.0 0.1 20328 4360 ?? SsJ 6:00PM 0:00.02 /usr/sbin/sendmai
root 20481 0.0 0.0 17564 3324 1 SsJ 5:59PM 0:00.08 /bin/csh
root 20523 0.0 0.0 14220 2100 1 R+J 6:00PM 0:00.01 ps aux

This is my first time installing FreeNAS. I'm using Ver. 9.2.0
If there is anything else you need to know to help with this let me know.

Thanks
 

coffeesnob67

Cadet
Joined
Nov 23, 2013
Messages
4
Joshua Parker Ruehlig>>>took me a while to figure out how to run ps aux..... remember noop so I might need more information to test things that you would normally expect.. thanks very much in advice for your assistance.

USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND
root 3414 0.0 0.0 12052 1812 ?? SsJ 9:28PM 0:00.00 /usr/sbin/syslogd -s
root 3512 0.0 0.1 46744 4548 ?? IsJ 9:28PM 0:00.00 /usr/sbin/sshd
root 3516 0.0 0.0 14128 1792 ?? IsJ 9:28PM 0:00.00 /usr/sbin/cron -s
root 3696 0.0 0.7 150820 29512 ?? IJ 9:28PM 0:00.43 /usr/pbi/plexmediaser
root 4862 0.0 0.0 3776 1420 ?? INJ 9:38PM 0:00.00 sleep 300
root 3458 0.0 0.1 18600 3184 v0- INJ 9:28PM 0:00.02 /bin/sh /usr/local/sb
root 4883 0.0 0.1 17532 3020 0 SJ 9:39PM 0:00.01 csh
root 4886 0.0 0.0 14188 1728 0 R+J 9:39PM 0:00.00 ps aux
 
Status
Not open for further replies.
Top