Freenas 11.2 Not working after upgrade
lolotlse opened this issue · 2 comments
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
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
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.