plexmediaserver-plexpass on TrueNAS

Drifting

Dabbler
Joined
Jun 11, 2013
Messages
13
I have spent quite a while tryin gto update this as it says and update is avialable. I have tried all sorts of updates, but most relate to FreeNas and nothing to TrueNas, so following the updates fails, and I have to go trhough a complete wipe of the jail and start again.

Now as I said I have the plexpass version.

How do I go about updating plexpass verision on TrueNAS-12.0-U1.1 and still get it to work at the end. I am totally confused by all the different ways of doing this, just need something that I can follow.

Kindest reagard
 

j_r0dd

Contributor
Joined
Jan 26, 2015
Messages
134
I use portupgrade to manage the ports I have installed in my jails. Just run the following commands and you'll be good.

Code:
portsnap fetch update
pkg install ports-mgmt/portupgrade
portupgrade -R --batch plexmediaserver-plexpass
portsclean -C
service plexmediaserver_plexpass restart
 

Jailer

Not strong, but bad
Joined
Sep 12, 2014
Messages
4,977
I use portupgrade to manage the ports I have installed in my jails. Just run the following commands and you'll be good.

Code:
portsnap fetch update
pkg install ports-mgmt/portupgrade
portupgrade -R --batch plexmediaserver-plexpass
portsclean -C
service plexmediaserver_plexpass restart
Why would you go through all that trouble when pkg install plexmediaserver-plexpass will install it?
 

j_r0dd

Contributor
Joined
Jan 26, 2015
Messages
134
Why would you go through all that trouble when pkg install plexmediaserver-plexpass will install it?
pkg has never worked for me keeping ports up-to-date. i don't see how using portupgrade is exactly trouble" fwiw
 

Jailer

Not strong, but bad
Joined
Sep 12, 2014
Messages
4,977
portupgrade isn't so much a problem but portsnap is. It's been depricated.
 

j_r0dd

Contributor
Joined
Jan 26, 2015
Messages
134

Drifting

Dabbler
Joined
Jun 11, 2013
Messages
13
Sadly I got:-

portupgrade -R --batch plexmediaserver-plexpass
portupgrade: command not found

Any other ideas?
 

j_r0dd

Contributor
Joined
Jan 26, 2015
Messages
134
Sadly I got:-

portupgrade -R --batch plexmediaserver-plexpass
portupgrade: command not found

Any other ideas?
you need to install portupgrade first with pkg install ports-mgmt/portupgrade
 

SweetAndLow

Sweet'NASty
Joined
Nov 6, 2013
Messages
6,421
pk
Sadly I got:-

portupgrade -R --batch plexmediaserver-plexpass
portupgrade: command not found

Any other ideas?
I would highly suggest you don't do this. pkg install plexmediaserver-plexpass is so much easier and does exactly the same thing.
 

j_r0dd

Contributor
Joined
Jan 26, 2015
Messages
134
pk

I would highly suggest you don't do this. pkg install plexmediaserver-plexpass is so much easier and does exactly the same thing.

he said he was wanting to update. The latest version pkg will install is 1.21.1.3830. The latest port is 1.22.0.4145. Hence portupgrade can be used instead of performing make && make install.
 

SweetAndLow

Sweet'NASty
Joined
Nov 6, 2013
Messages
6,421
he said he was wanting to update. The latest version pkg will install is 1.21.1.3830. The latest port is 1.22.0.4145. Hence portupgrade can be used instead of performing make && make install.
Or just wait the 2 days for the port to get built for you. I think waiting is much easier and simpler then remembering how to update it manually.
 

Jailer

Not strong, but bad
Joined
Sep 12, 2014
Messages
4,977
@Drifting how do you have pex currently installed? Was it via the plugin?
 

Drifting

Dabbler
Joined
Jun 11, 2013
Messages
13
Hi guys

I am losing the will to live with this! I know I am not 100% health wise, put surely it should nt be this complicated to update Plex?

portupgrade -R --batch plexmediaserver-plexpass
iocage-plugins repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The most recent versions of packages are already installed
root@Jail:~ # portupgrade -R --batch plexmediaserver-plexpass
[Reading data from pkg(8) ... - 67 packages found - done]
[Updating the portsdb <format:bdb_btree> in /usr/ports ... - 30930 port entriesfound .........1000.........2000.........3000.........4000.........5000.........6000.........7000.........8000.........9000.........10000.........11000.........12000.........13000.........14000.........15000.........16000.........17000.........18000.........19000.........20000.........21000.........22000.........23000.........24000.........25000.........26000.........27000.........28000.........29000.........30000......... ..... done]
[Gathering depends for multimedia/plexmediaserver-plexpass done]
[Exclude up-to-date packages done]
---> Upgrading 'plexmediaserver-plexpass-1.21.3.4015' to 'plexmediaserver-plexpass-1.22.0.4145' (multimedia/plexmediaserver-plexpass)
---> Building '/usr/ports/multimedia/plexmediaserver-plexpass'
===> Cleaning for plexmediaserver-plexpass-1.22.0.4145
/!\ ERROR: /!\

Ports Collection support for your FreeBSD version has ended, and no ports are
guaranteed to build on this system. Please upgrade to a supported release.
 

ThreeDee

Guru
Joined
Jun 13, 2013
Messages
700
I have spent quite a while tryin gto update this as it says and update is avialable. I have tried all sorts of updates, but most relate to FreeNas and nothing to TrueNas, so following the updates fails, and I have to go trhough a complete wipe of the jail and start again.

Now as I said I have the plexpass version.

How do I go about updating plexpass verision on TrueNAS-12.0-U1.1 and still get it to work at the end. I am totally confused by all the different ways of doing this, just need something that I can follow.

Kindest reagard
how did you initially install Plex?

This is how I update my plex.. this works with the plug in and if you manually install plex from scratch using pkg .. not sure if it would work if you installed via ports .. :
 

Drifting

Dabbler
Joined
Jun 11, 2013
Messages
13
Thank you so much for the reply. I just installed Plex via the plugin, and set permission (Which I found somewhere else) that allows plex to see the media. I am using the plexpass as I have that. It did all work till it suddenly started saying "There is an undate"
However, I have just followed your instructions, fingers crossed this time.

Hooray! You are a hero. It worked this time. Thank you so much.

Paul.
 
Top