Jellyfin Install fails while attempting to install "intel-ocl-icd" #2156

Open
opened 2025-11-20 05:24:21 -05:00 by saavagebueno · 0 comments
Owner

Originally created by @Dcai169 on GitHub (Oct 20, 2025).

Have you read and understood the above guidelines?

yes

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

jellyfin-install

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 13

📈 Which Proxmox version are you on?

9.0.6

📝 Provide a clear and concise description of the issue.

jellyfin-install.sh fails because a package name is misspelled. "intel-ocl-icd" does not exist. The package is called "intel-opencl-icd".

🔄 Steps to reproduce the issue.

  1. Have Proxmox installed
  2. Run bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/jellyfin.sh)"
  3. Witness the failure

Paste the full error output (if available).

Reading package lists... Doneeleration
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package intel-ocl-icd

[ERROR] in line 23: exit code 0: while executing command $STD apt -y install intel-ocl-icd

[ERROR] in line 1345: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)"

🖼️ Additional context (optional).

I believe this typo occurred in this commit.

Originally created by @Dcai169 on GitHub (Oct 20, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? jellyfin-install ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/jellyfin.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 13 ### 📈 Which Proxmox version are you on? 9.0.6 ### 📝 Provide a clear and concise description of the issue. jellyfin-install.sh fails because a package name is misspelled. "intel-ocl-icd" does not exist. The package is called "intel-opencl-icd". ### 🔄 Steps to reproduce the issue. 1. Have Proxmox installed 2. Run `bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/jellyfin.sh)"` 3. Witness the failure ### ❌ Paste the full error output (if available). ``` ✔️ Updated Container OS Reading package lists... Doneeleration Building dependency tree... Done Reading state information... Done E: Unable to locate package intel-ocl-icd [ERROR] in line 23: exit code 0: while executing command $STD apt -y install intel-ocl-icd [ERROR] in line 1345: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)" ``` ### 🖼️ Additional context (optional). I believe this typo occurred in [this](https://github.com/community-scripts/ProxmoxVE/commit/b2b892c4307457859c8d0433c774148d94310562) commit.
saavagebueno added the bug label 2025-11-20 05:24:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2156