Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update plugins to 13.2-release #377

Merged
merged 3 commits into from
Dec 12, 2023
Merged

Conversation

spz2k9
Copy link
Contributor

@spz2k9 spz2k9 commented Aug 28, 2023

Hi,

Jellyfin plugin had a ffmpeg error and the Fix was to upgrade the release from 13.1 to 13.2. I thought I'd update all of 'em since doing one or 67 is the same time.

*Note : I've only replaced the release from 13.1 to 13.2 not any other versions and I didn't update the inner packages.

@spz2k9
Copy link
Contributor Author

spz2k9 commented Aug 29, 2023

@sonicaj Hi, I've seen you did a version bump last year. So I've added you so that the job doesn't get done twice. I've upgraded most packages (21 removed since they didn't build correctly).

@EuanRiggans
Copy link

Hopefully this gets merged soon, the Jellyfin problem also effects Emby

@jasker5183
Copy link
Contributor

I don't think they can update the plugins to 13.2 until the underlying OS has been updated as well, which I hope is soon because 13.1 is EOL.

@pmhausen
Copy link

TrueNAS does not run a specific release but 13-STABLE. 13.2-RELEASE jails are perfectly supported. Please update your plugins to a supported release. Breaking packages are expected if you don't.

@jasker5183
Copy link
Contributor

As of TrueNas 13-U5:


cat /etc/os-release 
NAME=FreeBSD
VERSION="13.1-RELEASE-p7"
VERSION_ID="13.1"
ID=freebsd
ANSI_COLOR="0;31"
PRETTY_NAME="FreeBSD 13.1-RELEASE-p7"
CPE_NAME="cpe:/o:freebsd:freebsd:13.1"
HOME_URL="https://FreeBSD.org/"
BUG_REPORT_URL="https://bugs.FreeBSD.org/"

They could update the jails to 13.2 but the jails would still be using the kernel from 13.1. I've also never seen them update the community plugins before the OS gets the update. I'm guessing that's why not one maintainer has responded to this PR yet.

@pmhausen
Copy link

pmhausen commented Sep 11, 2023

They could update the jails to 13.2 but the jails would still be using the kernel from 13.1.

Yes. This is supported, because within a major -STABLE release no kernel ABI changes occur. What is not supported - and is precisely your problem - is running 13.2 packages on a 13.1 userland/jail.

root@freenas[~]# uname -a
FreeBSD freenas.ettlingen.hausen.com 13.1-RELEASE-p7 FreeBSD 13.1-RELEASE-p7 n245428-4dfb91682c1 TRUENAS amd64
root@freenas[~]# iocage list
+-----+---------+-------+--------------+--------------+
| JID |  NAME   | STATE |   RELEASE    |     IP4      |
+=====+=========+=======+==============+==============+
| 2   | cloud   | up    | 13.2-RELEASE | 192.168.2.53 |
+-----+---------+-------+--------------+--------------+
| 3   | gitea   | up    | 13.2-RELEASE | 192.168.2.51 |
+-----+---------+-------+--------------+--------------+
| 6   | grafana | up    | 13.2-RELEASE | 192.168.2.55 |
+-----+---------+-------+--------------+--------------+
| 5   | mineos  | up    | 13.2-RELEASE | 192.168.2.56 |
+-----+---------+-------+--------------+--------------+
| 7   | nms     | up    | 13.2-RELEASE | 192.168.2.54 |
+-----+---------+-------+--------------+--------------+
| 1   | proxy   | up    | 13.2-RELEASE | 192.168.2.50 |
+-----+---------+-------+--------------+--------------+
| 4   | rdp     | up    | 13.2-RELEASE | 192.168.2.52 |
+-----+---------+-------+--------------+--------------+
| 8   | vault   | up    | 13.2-RELEASE | 192.168.2.57 |
+-----+---------+-------+--------------+--------------+

@jasker5183
Copy link
Contributor

Was looking for the maintainers of this repo (to maybe speed this up) and was shocked to find out that @sonicaj is the only one, hope it doesn't take too long before he gets to this PR.

@sonicaj sonicaj merged commit 4844ba5 into ix-plugin-hub:master Dec 12, 2023
45 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants