Page 1 of 1

Issue with plexmediaserver install

PostPosted: Sun Oct 27, 2019 11:06 am
by shiby
Hello guys,

since i'm now the happy owner of a working NAS under 18.2 firmware, I would like to install the plex addon.
All my devices are capable to transcode so I don't expect the NAS to do it but want it to host the server role as well as all the librairies.

when I run
Code: Select all
root@NAS:/ # plexmediaserver install


I do the plex and pyton are downloaded but it fails 2 times:

here:

Code: Select all
  inflating: /tmp/14-0-python-patch.tar
/usr/bin/plexmediaserver: line 113: /opt/bin/gnutar: not found

The cd command confirmed it.


and here:
Code: Select all
/usr/bin/plexmediaserver: line 583: /opt/bin/gnutar: not found


I'm noob in linux but it looks like I miss gnu tar..nevertheless I can run gnutar --usage or gnutar --help

here is the full plex media install log, any help would be appraciated :)

Code: Select all
root@NAS:/ # plexmediaserver install
Install python addons

2019-10-27 10:46:38 URL:http://plugout.net/firm_version/python.txt [60/60] -> "-" [1]
2019-10-27 10:46:39 URL:http://plugout.net/files/55_10a034b4c1d71c9b546273ac34674c15 [30160876/30160876] -> "/tmp/python.zip" [1]
Archive:  /tmp/python.zip
  inflating: /tmp/python.tar
  inflating: /tmp/14-0-python-patch.tar
/usr/bin/plexmediaserver: line 113: /opt/bin/gnutar: not found
        Installing Plex...

Downloading plex package from plugout...
Retrieved the file PlexMediaServer-0.9.16.3.1840-cece46d-arm.spk
Install...
/usr/bin/plexmediaserver: line 583: /opt/bin/gnutar: not found
Cannot extract /mnt/HD_a2/programs/plex/tmp/.tmp/plexfile.gz
Failed!


thanks.

Re: Issue with plexmediaserver install

PostPosted: Sun Oct 27, 2019 1:01 pm
by Jocko
Hi

Indeed there is a bug. Since version 18.0, we change gnutar binary location.
This will require we update plexmediaserver script.

But temporarily, you can fix the script by creating a symlink, so on a shell terminal do
Code: Select all
 ln -s /usr/bin/gnutar /opt/bin/gnutar


Then you should be able to install plex

Re: Issue with plexmediaserver install

PostPosted: Sun Oct 27, 2019 5:46 pm
by shiby
Hi Jocko,

thanks for your really fast answer.
i was about to modify the install script but prefer your option wich is definitively better for me :)

Obviously it works fine now, and I was able to install plex!

thanks to you everything will run on the nas and my computer can sleep the nigh so I have reduced my electrical bill thanks guys!!

Re: Issue with plexmediaserver install

PostPosted: Tue Feb 18, 2020 9:23 pm
by pbtech
This helped me too.
Edit: Too bad this version of Plex Server is too old for the current Plex clients. This is all I get:
Update your Plex Media Server
The server 5Big is out of date and cannot be used. This version of Plex Web Client requires Plex Media Server 1.3.0 or higher.

Re: Issue with plexmediaserver install

PostPosted: Tue Jul 28, 2020 11:52 am
by Jocko
Hi

on any arm v5 platform (so for example 5big2), version 0.9.16.3 is the latest version available :whistle