Plex Media Server (Skript) update fails on Proxmox 9.0.10 #1989

Closed
opened 2025-11-20 05:21:19 -05:00 by saavagebueno · 5 comments
Owner

Originally created by @vsa-d on GitHub (Oct 1, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Plex Media Server LXC

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/plex.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

📈 Which Proxmox version are you on?

9.0.10

📝 Provide a clear and concise description of the issue.

Unfortunately, since upgrading my Proxmox server to version 9.0.10 (from 8.4.x), updating Plex Media Server no longer works.

I installed Plex Media Center using the script in the default settings, and it has been running smoothly so far.

Unfortunately, an “update” within Plex-lxc or entering the script: bash -c “$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/plex.sh)” aborts.

I think it's because of the apt update. This error appears here afetr I enter "update" and go to "Update lxc":

🔄 Steps to reproduce the issue.

update

Paste the full error output (if available).

Ign:1 http://archive.ubuntu.com/ubuntu oracular InRelease
Ign:2 http://archive.ubuntu.com/ubuntu oracular-updates InRelease
Ign:3 http://archive.ubuntu.com/ubuntu oracular-security InRelease
Err:4 http://archive.ubuntu.com/ubuntu oracular Release
404 Not Found [IP: 185.125.190.81 80]
Err:5 http://archive.ubuntu.com/ubuntu oracular-updates Release
404 Not Found [IP: 185.125.190.81 80]
Err:6 http://archive.ubuntu.com/ubuntu oracular-security Release
404 Not Found [IP: 185.125.190.81 80]
Hit:7 https://downloads.plex.tv/repo/deb public InRelease
Reading package lists... Done
E: The repository 'http://archive.ubuntu.com/ubuntu oracular Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://archive.ubuntu.com/ubuntu oracular-updates Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://archive.ubuntu.com/ubuntu oracular-security Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

[ERROR] in line 36: exit code 0: while executing command $STD apt-get update

🖼️ Additional context (optional).

No response

Originally created by @vsa-d on GitHub (Oct 1, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Plex Media Server LXC ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/plex.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 📈 Which Proxmox version are you on? 9.0.10 ### 📝 Provide a clear and concise description of the issue. Unfortunately, since upgrading my Proxmox server to version 9.0.10 (from 8.4.x), updating Plex Media Server no longer works. I installed Plex Media Center using the script in the default settings, and it has been running smoothly so far. Unfortunately, an “update” within Plex-lxc or entering the script: bash -c “$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/plex.sh)” aborts. I think it's because of the apt update. This error appears here afetr I enter "update" and go to "Update lxc": ### 🔄 Steps to reproduce the issue. update ### ❌ Paste the full error output (if available). Ign:1 http://archive.ubuntu.com/ubuntu oracular InRelease Ign:2 http://archive.ubuntu.com/ubuntu oracular-updates InRelease Ign:3 http://archive.ubuntu.com/ubuntu oracular-security InRelease Err:4 http://archive.ubuntu.com/ubuntu oracular Release 404 Not Found [IP: 185.125.190.81 80] Err:5 http://archive.ubuntu.com/ubuntu oracular-updates Release 404 Not Found [IP: 185.125.190.81 80] Err:6 http://archive.ubuntu.com/ubuntu oracular-security Release 404 Not Found [IP: 185.125.190.81 80] Hit:7 https://downloads.plex.tv/repo/deb public InRelease Reading package lists... Done E: The repository 'http://archive.ubuntu.com/ubuntu oracular Release' no longer has a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. E: The repository 'http://archive.ubuntu.com/ubuntu oracular-updates Release' no longer has a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. E: The repository 'http://archive.ubuntu.com/ubuntu oracular-security Release' no longer has a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. [ERROR] in line 36: exit code 0: while executing command $STD apt-get update ### 🖼️ Additional context (optional). _No response_
saavagebueno added the not a script issue label 2025-11-20 05:21:19 -05:00
Author
Owner

@MickLesk commented on GitHub (Oct 1, 2025):

Oracular is Ubuntu 24.10, 24.10 hasnt packages for this. You have updated your lxc to an unstable LXC. So downgrade or create an new LXC. That hasnt nothing to do with the Proxmox Host

@MickLesk commented on GitHub (Oct 1, 2025): Oracular is Ubuntu 24.10, 24.10 hasnt packages for this. You have updated your lxc to an unstable LXC. So downgrade or create an new LXC. That hasnt nothing to do with the Proxmox Host
Author
Owner

@vsa-d commented on GitHub (Oct 2, 2025):

Thanks @MickLesk for helping, I used an backup to switch back. What I don't understand... so updating via "update" or "bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/plex.sh)" within the plex lxc should't be done?

@vsa-d commented on GitHub (Oct 2, 2025): Thanks @MickLesk for helping, I used an backup to switch back. What I don't understand... so updating via "update" or "bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/plex.sh)" within the plex lxc should't be done?
Author
Owner

@MickLesk commented on GitHub (Oct 2, 2025):

No, the update function has nothing to do with it. Somehow, you must have either installed the wrong OS version directly or performed a manual upgrade of the OS.

Or the updater (external) do it (Check source)

@MickLesk commented on GitHub (Oct 2, 2025): No, the update function has nothing to do with it. Somehow, you must have either installed the wrong OS version directly or performed a manual upgrade of the OS. Or the updater (external) do it (Check source)
Author
Owner

@vsa-d commented on GitHub (Oct 2, 2025):

Then it was the updater itself. :-(

@vsa-d commented on GitHub (Oct 2, 2025): Then it was the updater itself. :-(
Author
Owner

@MickLesk commented on GitHub (Oct 2, 2025):

try this

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/ct/plex.sh)"

@MickLesk commented on GitHub (Oct 2, 2025): try this bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/ct/plex.sh)"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1989