-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
β 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.
- Run the scripts
- Spam enter
- 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 0Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working