ChaosBlades
Contributor
- Joined
- Jul 4, 2015
- Messages
- 137
My FreeNAS just updated plex to 0.9.17.2 and now PMS won't start. Error below, any idea on the fix other than a rollback? Not even sure how to do that.
PMS 0.9.17.2 changelog: https://plex.tv/downloads/1/archive
Edit: More Info: https://github.com/mstinaff/PMS_Updater/issues/14
Edit2: Did this to fix it. Probably not the best way to go about it but until someone directs us that understands permissions more than I it works.
Go to your plex jail in the GUI and open a Shell (Button at the bottom after selecting the plex jail. Enter the following...
PMS 0.9.17.2 changelog: https://plex.tv/downloads/1/archive
Code:
Jun 11, 2016 09:18:04.775 [0x809007400] INFO - Plex Media Server v0.9.17.2.2159-2bd156c - FreeBSD PC amd64 - build: freebsd-x86_64 unknown Jun 11, 2016 09:18:04.775 [0x809007400] INFO - FreeBSD version: 10.3-STABLE (FreeBSD 10.3-STABLE #0 1a8180b(9.10-STABLE): Tue Jun 7 13:16:10 PDT 2016 root@build.ixsystems.com:/tank/home/nightlies/build-freenas9/_BE/objs/tank/home/nightlies/build-freenas9/_BE/trueos/sys/FreeNAS.amd64) Jun 11, 2016 09:18:04.775 [0x809007400] INFO - Processor AMD Opteron(TM) Processor 6276 Jun 11, 2016 09:18:04.776 [0x809006400] ERROR - FATAL ERROR: Codecs: Initialize: 'boost::filesystem::create_directories: Permission denied: "/var/db/plexdata/Plex/Codecs"'
Edit: More Info: https://github.com/mstinaff/PMS_Updater/issues/14
Edit2: Did this to fix it. Probably not the best way to go about it but until someone directs us that understands permissions more than I it works.
Go to your plex jail in the GUI and open a Shell (Button at the bottom after selecting the plex jail. Enter the following...
Code:
service plexmediaserver onestop chown -R root:wheel /var/db/plexdata sysrc 'plexmediaserver_user=root' service plexmediaserver start
Last edited: