Plex installation issue using script

mmadd29

Cadet
Joined
Apr 19, 2023
Messages
2
Hi everyone,

I'm new to this board and decided to move my Plex Server to my TrueNas system. I started with adding the plugin, which worked to the point I need to find info. I came across this awesome post: https://www.truenas.com/community/threads/dns-error-when-trying-to-install-plex.109336/#post-756433 and found that plugins are a dead man walking. I killed my Plex plugin and jail and went with these suggestions. I then followed the instructions and used the danb35 script which seemed to work to perfection, as I can see the jail, and the shell confirmed it installed Plex. I created a config file as below:

JAIL_IP="192.168.1.131"
DEFAULT_GW_IP="192.168.1.1"
POOL_PATH="/mnt/archive"

I went to the http://192.168.1.131:32400/web, (the link came up in the shell so I just clicked it), and it doesn't connect. I copied and pasted the link and still the same.

I know the plex data directory was created in the mount point because I can cd to that directory in the shell.

I expect to see a blank Plex Server running, as I have not added media directory, and will do so after I do some more reading on the forum. I know I didn't do something correctly and any guidence would be appreicated.

Thanks to everyone in advance.

Specs in the signature.

mmadd29
 

mmadd29

Cadet
Joined
Apr 19, 2023
Messages
2
Here is what the shell says when the jail is started:

Apr 20 13:01:05 nas kernel: epair0a: Ethernet address: 02:7d:03:d0:53:0a
Apr 20 13:01:05 nas kernel: epair0b: Ethernet address: 02:7d:03:d0:53:0b
Apr 20 13:01:05 nas kernel: epair0a: link state changed to UP
Apr 20 13:01:05 nas kernel: epair0b: link state changed to UP
Apr 20 13:01:05 nas kernel: epair0a: changing name to 'vnet0.6'
Apr 20 13:01:05 nas kernel: vnet0.6: promiscuous mode enabled
Apr 20 13:01:05 nas kernel: re0: link state changed to DOWN
Apr 20 13:01:06 nas kernel: lo0: link state changed to UP
Apr 20 13:01:07 nas kernel: re0: link state changed to UP
Apr 20 13:01:08 nas kernel: pid 40280 (Plex Media Server), jid 6, uid 972: exited on signal 6
 
Top