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

Open
opened 2025-11-20 05:21:17 -05:00 by saavagebueno · 0 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:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1986