ok so you need to move /mnt/FreeNAS/iocage/jails/plexmediaserver-plexpass/root/Plex\ Media\ Server to the new place but this complicates things
lets do this; go to the new jail and do service plexmediaserver-plexpass start; service plexmediaserver-plexpass stop
This should create the default dir!
Now back to the host and: mv /mnt/FreeNAS/iocage/jails/plexmediaserver-plexpass/root/Plex\ Media\ Server /mnt/FreeNAS/iocage/jails/plex/root/usr/local/plexdata-plexpass/ (I am assuming the new jail name is plex hre)
Once inside the new jailâs shell I if do service plexmediaserver-plexpass start; service plexmediaserver-plexpass stop and I get the following
plexmediaserver-plexpass does not exist in /etc/rc.d or the local startup directories (/usr/local/etc/rc.d), or is not executable
plexmediaserver-plexpass does not exist in /etc/rc.d or the local startup directories (/usr/local/etc/rc.d), or is not executable
I thought it was the jail so I deleted the jail, rebooted FreeNAS and tried to recreate the one I had called Plex but it said one with that name already existed even though there is NO dataset. Sigh.
SoâŠI created a new jail called plexpass and started all over but I still get the same "does not exist error above
Yah, all of my data lives outside of the jails for this reason. Thank you for the reminder!
I will goof around with this more today. I killed the old jail and rebuilt it all over. I found that the
service plexmediaserver-plexpass start; service plexmediaserver-plexpass stop
Really needed to be service plexmediaserver_plexpass onestart, and service plexmediaserver_plexpass onestop based on the errors I was getting.
When I moved the data it put the files in the wrong spot on the destination. I have to sleuth out what it is really supposed to be but I definitely DID NOT get the plexdata-plexpass dir I had to create it.
The other weird thing that has been occuring since my iocage upgrade to 11.3 is that my server randomly reboots when I start/stop/change a jail. For example, I just stopped my new jail to delete it and start over to confirm that I am installing the Plex Pass flavor and it rebooted when I stopped the jail.
OK, Plex is installed in the new jail and it works.
I still have to move but when I try this:
mv /mnt/FreeNAS/iocage/jails/plexmediaserver-plexpass/root/Plex\ Media\ Server /mnt/FreeNAS/iocage/jails/plex/root/usr/local/plexdata-plexpass/
I get this:
mv : rename mv /mnt/FreeNAS/iocage/jails/plexmediaserver-plexpass/root/Plex Media Server to/mnt/FreeNAS/iocage/jails/plex/root/usr/local/plexdata-plexpass/: No such file or directory
I can clearly see the plexdata-plexpass destination directory exists. Could it be the backslashes in the source path?
Iâm so close and it only took a week and about 10 tries.