update plex download error

wiseguy127

Dabbler
Joined
Feb 3, 2018
Messages
20
I installed plex as a plugin I know installing it manually is better. But I had this working fine before 11.2 update witch didn't go over so well. He is what I type in shell.
[root@freenas ~]# jls
JID IP Address Hostname Path
1 couchpotato_1 /mnt/plugins/couchpotato_1
2 plexmediaserver_1 /mnt/plugins/plexmediaserv
er_1
3 Plugins /mnt/plugins/Plugins
4 sabnzbd_1 /mnt/plugins/sabnzbd_1
5 sickbeard_1 /mnt/plugins/sickbeard_1
6 Tautulli /mnt/plugins/Tautulli
7 plexmediaserver_2 /mnt/plugins/plexmediaserv
er_2
[root@freenas ~]# jexec 2 csh
root@plexmediaserver_1:/ # fetch -o PMS_Updater.sh https://raw.githubusercontent
.com/mstinaff/PMS_Updater/master/PMS_Updater.sh
PMS_Updater.sh 100% of 9447 B 10 MBps 00m00s
root@plexmediaserver_1:/ # chmod 755 PMS_Updater.sh
root@plexmediaserver_1:/ # ./PMS_Updater.sh -vv -a
./PMS_Updater.sh: /usr/local/share/plexmediaserver-plexpass/Plex Media Server: n
ot found
Using URL https://plex.tv/api/downloads/5.json?channel=plexpass
Downloading https://plex.tv/api/downloads/5.json?channel=plexpass
Shared object "libdl.so.1" not found, required by "wget"
Error downloading https://plex.tv/api/downloads/5.json?channel=plexpass
root@plexmediaserver_1:/ #

Any help would be greatly appreciated.
 

Nitro626

Dabbler
Joined
Mar 4, 2019
Messages
29
Try this!

This is what i use.

Update Plex on Freenas
1. Connect to your Freenas via SSH or open the Shell via Web GUI
2. Type: jls and note the # of your Plex Media Server jail
3. Type: jexec 1 csh (for example: jexec 1 csh)
4. Type: fetch -o PMS_Updater.sh https://raw.githubusercontent.com/mstinaff/PMS_Updater/master/PMS_Updater.sh
5. Type: chmod 755 PMS_Updater.sh
6. Type: ./PMS_Updater.sh -vv -a
You are on the newest version now!

Regards Nitro
 

Nitro626

Dabbler
Joined
Mar 4, 2019
Messages
29
In Plex web ui under Setting General what version are you on ?

Mine is
Version 1.14.1.5488
 

Nitro626

Dabbler
Joined
Mar 4, 2019
Messages
29

wiseguy127

Dabbler
Joined
Feb 3, 2018
Messages
20
That is what I was thinking but wanted to ask around. Just weird how I went backwards with the freenass software then it won't update.
 
Top