Skip to content

Jellyfin - unable to create LXC with custom settingsΒ #4361

@ireun

Description

@ireun

βœ… 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions