Jellyfin Download/Update failed 500 Network is unreachable #307

Closed
opened 2026-02-04 17:54:07 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @RashiMrBRD on GitHub (Jan 10, 2025).

Have you read and understood the above guidelines?

yes

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

Jellyfin Media Server LXC

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

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/jellyfin.sh)"

📝 Provide a clear and concise description of the issue.

Network Connection Error Log

Error Description

The system encountered two different outcomes while updating repositories:

  • Network connection failure to releases.turnkeylinux.org
  • Successful connection to download.proxmox.com

Log Analysis

From /var/log/pveam.log:

  1. TurnKey Linux Repository
update successful
start download https://releases.turnkeylinux.org/pve/aplinfo.dat.asc
download failed: 500 Can't connect to releases.turnkeylinux.org:443 (Network is unreachable)
update failed - no signature file '/var/lib/pve-manager/apl-info/pveam-releases.turnkeylinux.org.tmp.90775.asc'
  1. Proxmox Repository
starting update
start download http://download.proxmox.com/images/aplinfo-pve-8.dat.asc
download finished: 200 OK
start download http://download.proxmox.com/images/aplinfo-pve-8.dat.gz
download finished: 200 OK

Signature Verification

signature verification: gpgv: Signature made Wed Dec 18 20:19:29 2024 PST
signature verification: gpgv: using RSA key F4E136C67CDCE41AE6DE6FC81140AF8F639E0C39
signature verification: gpgv: Good signature from "Proxmox Bookworm Release Key <proxmox-release@proxmox.com>"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Ubuntu 22.04

🔄 Steps to reproduce the issue.

Jellyfin Installation Error

Error Output

running bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/jellyfin.sh)"
ERR ON LINE 16

Paste the full error output (if available).

System Update Status

Script Execution

Error on line 16
Network unreachable
DNS lookup failure

Update Process

TurnKey Linux Repository

Connection to releases.turnkeylinux.org:443
Download of aplinfo.dat.asc
Signature file verification

Proxmox Repository

Connection established
Download of aplinfo-pve-8.dat.asc
Download of aplinfo-pve-8.dat.gz
Signature verification completed
Valid signature from Proxmox Bookworm Release Key

Log Details

/var/log/pveam.log:
update successful
start download https://releases.turnkeylinux.org/pve/aplinfo.dat.asc
download failed: 500 Can't connect to releases.turnkeylinux.org:443 (Network is unreachable)
update failed - no signature file '/var/lib/pve-manager/apl-info/pveam-releases.turnkeylinux.org.tmp.90775.asc'
starting update
start download http://download.proxmox.com/images/aplinfo-pve-8.dat.asc
download finished: 200 OK
start download http://download.proxmox.com/images/aplinfo-pve-8.dat.gz
download finished: 200 OK
signature verification: gpgv: Signature made Wed Dec 18 20:19:29 2024 PST
signature verification: gpgv: using RSA key F4E136C67CDCE41AE6DE6FC81140AF8F639E0C39
signature verification: gpgv: Good signature from "Proxmox Bookworm Release Key <proxmox-release@proxmox.com>"

🖼️ Additional context (optional).

No response

Originally created by @RashiMrBRD on GitHub (Jan 10, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Jellyfin Media Server LXC ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/jellyfin.sh)" ### 📝 Provide a clear and concise description of the issue. # Network Connection Error Log ## Error Description The system encountered two different outcomes while updating repositories: - Network connection failure to releases.turnkeylinux.org - Successful connection to download.proxmox.com ## Log Analysis From `/var/log/pveam.log`: 1. TurnKey Linux Repository ``` update successful start download https://releases.turnkeylinux.org/pve/aplinfo.dat.asc download failed: 500 Can't connect to releases.turnkeylinux.org:443 (Network is unreachable) update failed - no signature file '/var/lib/pve-manager/apl-info/pveam-releases.turnkeylinux.org.tmp.90775.asc' ``` 2. Proxmox Repository ``` starting update start download http://download.proxmox.com/images/aplinfo-pve-8.dat.asc download finished: 200 OK start download http://download.proxmox.com/images/aplinfo-pve-8.dat.gz download finished: 200 OK ``` ## Signature Verification ``` signature verification: gpgv: Signature made Wed Dec 18 20:19:29 2024 PST signature verification: gpgv: using RSA key F4E136C67CDCE41AE6DE6FC81140AF8F639E0C39 signature verification: gpgv: Good signature from "Proxmox Bookworm Release Key <proxmox-release@proxmox.com>" ``` ### ⚙️ What settings are you using? - [X] Default Settings - [X] Advanced Settings ### 🖥️ Which Linux distribution are you using? Ubuntu 22.04 ### 🔄 Steps to reproduce the issue. # Jellyfin Installation Error ## Error Output ```bash running bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/jellyfin.sh)" ERR ON LINE 16 ``` ### ❌ Paste the full error output (if available). # System Update Status ## Script Execution ❌ Error on line 16 ❌ Network unreachable ❌ DNS lookup failure ## Update Process ### TurnKey Linux Repository ❌ Connection to releases.turnkeylinux.org:443 ❌ Download of aplinfo.dat.asc ❌ Signature file verification ### Proxmox Repository ✅ Connection established ✅ Download of aplinfo-pve-8.dat.asc ✅ Download of aplinfo-pve-8.dat.gz ✅ Signature verification completed ✅ Valid signature from Proxmox Bookworm Release Key ## Log Details ``` /var/log/pveam.log: update successful start download https://releases.turnkeylinux.org/pve/aplinfo.dat.asc download failed: 500 Can't connect to releases.turnkeylinux.org:443 (Network is unreachable) update failed - no signature file '/var/lib/pve-manager/apl-info/pveam-releases.turnkeylinux.org.tmp.90775.asc' starting update start download http://download.proxmox.com/images/aplinfo-pve-8.dat.asc download finished: 200 OK start download http://download.proxmox.com/images/aplinfo-pve-8.dat.gz download finished: 200 OK signature verification: gpgv: Signature made Wed Dec 18 20:19:29 2024 PST signature verification: gpgv: using RSA key F4E136C67CDCE41AE6DE6FC81140AF8F639E0C39 signature verification: gpgv: Good signature from "Proxmox Bookworm Release Key <proxmox-release@proxmox.com>" ``` ### 🖼️ Additional context (optional). _No response_
OVERLORD added the not a script issue label 2026-02-04 17:54:07 +03:00
Author
Owner

@michelroegl-brunner commented on GitHub (Jan 10, 2025):

Installs fine, this is not a script issuen more a problem with your PVE:
image

@michelroegl-brunner commented on GitHub (Jan 10, 2025): Installs fine, this is not a script issuen more a problem with your PVE: ![image](https://github.com/user-attachments/assets/202b70d0-8f1b-4215-bc20-ff4c3823acf9)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#307