Plex Stuck at 1.13.8.5395

cadamwil

Explorer
Joined
Sep 6, 2013
Messages
60
So I thought this was something due to the Warden jail, but in my new iocage jail, pkgs for Plex seem to be stuck at 1.13.8.5395. Any help with getting either my old warden jail updated to 1.14.X or setting up the new iocage jail with 1.14.X would be very helpful. Not sure if I am doing anything wrong. FreshPorts shows 1.14.1.5488 should be current.
 

cadamwil

Explorer
Joined
Sep 6, 2013
Messages
60

Jailer

Not strong, but bad
Joined
Sep 12, 2014
Messages
4,977
You do that in your iocage jail. Warden jails are EOL and no longer supported.
 

cadamwil

Explorer
Joined
Sep 6, 2013
Messages
60
You do that in your iocage jail. Warden jails are EOL and no longer supported.
Just for giggles, why does it work in the iocage and not the warden? I have tried it in the iocage and works like a charm.
 

cadamwil

Explorer
Joined
Sep 6, 2013
Messages
60
For ease of use by future peoples...


Issue: When checking for new packages, in both my newly created under 11.2 IOcage jail and under my old warden jail, I could not see anything newer than plex 1.13.8.5395.

Solution (only applies to IOcage Jails):
Run the following commands in your jail. To get to the jail, run jls to list the jails and then jexec to get to the console of the jail.

mkdir -p /usr/local/etc/pkg/repos ee /usr/local/etc/pkg/repos/FreeBSD.conf

then inside the ee editor, add the following code

Code:

FreeBSD: {
  url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest"
}


Save and exit ee

Then when you run pkg update you should see the current pkgs.
 

Jailer

Not strong, but bad
Joined
Sep 12, 2014
Messages
4,977
Just for giggles, why does it work in the iocage and not the warden?
The latest Warden jails are based on FreeBSD 11.1 which is EOL and no longer supported.
 
Top