danb35 / freenas-iocage-plex

Scripted installation of Plex Media Server in a FreeNAS jail
GNU General Public License v3.0
56 stars 9 forks source link

Plex Not Updating #19

Closed 2wenty2wo closed 5 months ago

2wenty2wo commented 6 months ago

Script works, got Plex installed in a jail with my Plex data external to the jail (lovely).

But it doesn't seem to update Plex Server. Plex has said there is an update available for a couple weeks now yet it hasn't updated.

pjrobar commented 6 months ago

On Sun, Jan 21, 2024 at 8:22 PM Shaun Jay @.***> wrote:

Script works, got Plex installed in a jail with my Plex data external to the jail (lovely).

But it doesn't seem to update Plex Server. Plex has said there is an update available for a couple weeks now yet it hasn't updated.

— Reply to this email directly, view it on GitHub https://github.com/danb35/freenas-iocage-plex/issues/19, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABIK5R64M3XOWSDTDVG6RTYPW5LZAVCNFSM6AAAAABCENFWSCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGA4TEOBZGQZTAMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Availability of Plex binaries for FreeBSD lag those of other platforms. Unless something is wrong, you’ll just have to be patient.

2wenty2wo commented 6 months ago

Thank you for the quick reply and thank you for the info.

pjrobar commented 5 months ago

On Sun, Jan 21, 2024 at 8:33 PM Shaun Jay @.***> wrote:

Thank you for the quick reply and thank you for the info.

— Reply to this email directly, view it on GitHub https://github.com/danb35/freenas-iocage-plex/issues/19#issuecomment-1902863296, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABIK5TMTR65T4F4TMSL4YLYPW6WRAVCNFSM6AAAAABCENFWSCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBSHA3DGMRZGY . You are receiving this because you commented.Message ID: @.***>

I realized that I made a mistake, it's the TrueNAS plugin that lags, not the binary from Plex. The last release was on November 1st and the release number is the same for all platforms.

I haven't looked at the script recently, but I assume that it pulls from Plex's site so if it's not updating you'll need to do some digging to figure out why.

2wenty2wo commented 5 months ago

@pjrobar it's weird I'm not sure why it's not finding any updates inside the jail:

root@freenas:~ # iocage console pms
Last login: Thu Feb  1 21:34:58 on pts/6
FreeBSD 13.1-RELEASE-p9 n245429-296d095698e TRUENAS

Welcome to FreeBSD!

Release Notes, Errata: https://www.FreeBSD.org/releases/
Security Advisories:   https://www.FreeBSD.org/security/
FreeBSD Handbook:      https://www.FreeBSD.org/handbook/
FreeBSD FAQ:           https://www.FreeBSD.org/faq/
Questions List:        https://www.FreeBSD.org/lists/questions/
FreeBSD Forums:        https://forums.FreeBSD.org/

Documents installed with the system are in the /usr/local/share/doc/freebsd/
directory, or can be installed later with:  pkg install en-freebsd-doc
For other languages, replace "en" with a language code like de or fr.

Show the version of FreeBSD installed:  freebsd-version ; uname -a
Please include that output and any error messages when posting questions.
Introduction to manual pages:  man man
FreeBSD directory layout:      man hier

To change this login announcement, see motd(5).
root@pms:~ # pkg update && pkg upgrade -y
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking for upgrades (1 candidates): 100%
Processing candidates (1 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.
root@pms:~ #
danb35 commented 5 months ago

I haven't looked at the script recently, but I assume that it pulls from Plex's site

It does not; it uses the FreeBSD package repository. There's often a bit of lag between when Plex issues an update, and when it gets packaged for FreeBSD--as of right now, the last update to the Plex package was on 8 Dec 23. Just ignore the message in Plex; it will update soon enough.