Plex Backup in 11.2

ere109

Contributor
Joined
Aug 22, 2017
Messages
190
I re-installed Plex through the plugins in 11.2, and now cannot open plex if I have it pointed to the config directory highlighted at https://forums.freenas.org/index.ph...darr-lidarr-jackett-transmission-organizr.58/

Plex starts fine until I add:
Code:
sudo iocage fstab -a plex /mnt/MAINSPIN/config/plex /config nullfs rw 0 0

Then plex hangs on start and I can't access the GUI. Meanwhile, every time I succesfully open plex, it creates a /root/Plex Media Server directory. I think it's the leading 0's causing the problem, but there may also be a setting that I need to point into root/config.
I've been working at this all day, have installed and removed five times, read countless threads, and it comes down to that simple command.
Anybody dealt with this?
 

ere109

Contributor
Joined
Aug 22, 2017
Messages
190
Alright, as I read the setup script, I suspect that the commands that come after this set the config directory... I've run the command and am restarting now.
Code:
sudo iocage exec plex chown -R plex:plex /config

sudo iocage exec plex sysrc "plexmediaserver_enable=YES"

sudo iocage exec plex sysrc plexmediaserver_support_path="/config"
 
Top