Jellyfin - unable to create LXC with custom settings #932

Closed
opened 2026-02-04 22:15:56 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @ireun on GitHub (May 9, 2025).

Have you read and understood the above guidelines?

yes

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

Jellyfin

📂 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?

Ubuntu 22.04

📝 Provide a clear and concise description of the issue.

I'm unable to change settings during LXC creation.
PVE is up to date - 8.4.1

🔄 Steps to reproduce the issue.

  1. Run the scripts
  2. Spam enter
  3. Get error

Paste the full error output (if available).

       __     ____      _____     
      / /__  / / /_  __/ __(_)___ 
 __  / / _ \/ / / / / / /_/ / __ \
/ /_/ /  __/ / / /_/ / __/ / / / /
\____/\___/_/_/\__, /_/ /_/_/ /_/ 
              /____/              
  🧩  Using Advanced Settings on node FireBat
  🖥️  Operating System: ubuntu
  🌟  Version: 22.04
  📦  Container Type: Unprivileged
  🔐  Root Password: Automatic Login
  🆔  Container ID: 107
  🏠  Hostname: jellyfin
  💾  Disk Size: 8 GB
  🧠  CPU Cores: 2
  🛠️  RAM Size: 2048 MiB
curl: (22) The requested URL returned error: 400
curl: (22) The requested URL returned error: 400

[ERROR] in line 531: exit code 0: while executing command BRIDGES=$(grep -B1 "bridge-" /etc/network/interfaces | grep "iface" | grep -Pv "^\s*#" | awk '{print $2}' | sort | uniq | while read bridge; do
    ip link show "$bridge" 2> /dev/null | grep -oP "$bridge";
done)

root@xxx:~# 

🖼️ Additional context (optional).

root@xxx:~# grep -B1 "bridge-" /etc/network/interfaces
        gateway 192.168.1.1
        bridge-ports enp1s0
        bridge-stp off
        bridge-fd 0
        bridge-vlan-aware yes
        bridge-vids 10 20
--
iface vmbr1 inet manual
        bridge-ports enp2s0
        bridge-stp off
        bridge-fd 0
Originally created by @ireun on GitHub (May 9, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Jellyfin ### 📂 What was the exact command used to execute the script? ```bash bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/jellyfin.sh)" ``` ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Ubuntu 22.04 ### 📝 Provide a clear and concise description of the issue. I'm unable to change settings during LXC creation. PVE is up to date - 8.4.1 ### 🔄 Steps to reproduce the issue. 1. Run the scripts 2. Spam enter 3. Get error ### ❌ Paste the full error output (if available). ```bash __ ____ _____ / /__ / / /_ __/ __(_)___ __ / / _ \/ / / / / / /_/ / __ \ / /_/ / __/ / / /_/ / __/ / / / / \____/\___/_/_/\__, /_/ /_/_/ /_/ /____/ 🧩 Using Advanced Settings on node FireBat 🖥️ Operating System: ubuntu 🌟 Version: 22.04 📦 Container Type: Unprivileged 🔐 Root Password: Automatic Login 🆔 Container ID: 107 🏠 Hostname: jellyfin 💾 Disk Size: 8 GB 🧠 CPU Cores: 2 🛠️ RAM Size: 2048 MiB curl: (22) The requested URL returned error: 400 curl: (22) The requested URL returned error: 400 [ERROR] in line 531: exit code 0: while executing command BRIDGES=$(grep -B1 "bridge-" /etc/network/interfaces | grep "iface" | grep -Pv "^\s*#" | awk '{print $2}' | sort | uniq | while read bridge; do ip link show "$bridge" 2> /dev/null | grep -oP "$bridge"; done) root@xxx:~# ``` ### 🖼️ Additional context (optional). ```bash root@xxx:~# grep -B1 "bridge-" /etc/network/interfaces gateway 192.168.1.1 bridge-ports enp1s0 bridge-stp off bridge-fd 0 bridge-vlan-aware yes bridge-vids 10 20 -- iface vmbr1 inet manual bridge-ports enp2s0 bridge-stp off bridge-fd 0 ```
OVERLORD added the bug label 2026-02-04 22:15:56 +03:00
Author
Owner

@MickLesk commented on GitHub (May 9, 2025):

fixed with an revert of another PR

@MickLesk commented on GitHub (May 9, 2025): fixed with an revert of another PR
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#932