mstinaff / PMS_Updater

Shell script for updating the Plex Media Server inside the FreeNAS Plex plugin
MIT License
439 stars 91 forks source link

Freenas 11.2 Not working after upgrade #35

Closed lolotlse closed 1 year ago

lolotlse commented 5 years ago

Hi all I try upgrade with plexplass and normal plex iocage on freenas 11.2 U2 The app not working. The first remark are on rc.d /usr/local/etc/rc.d/plexmediaserver_plexpas export LD_LIBRARY_PATH="${SCRIPTPATH}" Plex moving libraries on lib directory The good value will be export LD_LIBRARY_PATH="${SCRIPTPATH}/lib"

Another thing I try install the normal PLex and when i launch ./PMS_Update.sh -vv -n -a The script download the plex binary but try to deploy to plexmediaserver-plexpass ???

Thanks for your job

lolotlse commented 5 years ago

Finally Its work. Stop plex. Becareful some pids could not be kill by the process. Force kill Them service plexmediaserver_plexpass stop Kill process not kill kill -9 pid Modify this line export LD_LIBRARY_PATH="${SCRIPTPATH}/lib" OK chown -R plex:plex /usr/local/share/plexmediaserver-plexpass service plexmediaserver_plexpass start

I hope it could be help somebody

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.