-
-
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?
All scripts
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/stirling-pdf.sh)"
βοΈ What settings are you using?
- Default Settings
- Advanced Settings
π₯οΈ Which Linux distribution are you using?
Debian 12
π Provide a clear and concise description of the issue.
Hi,
script installations are failing with
βοΈ LXC Template is ready to use.
βοΈ Container creation failed. Checking if template is corrupted.
βοΈ Container creation failed, but template is not corrupted.
curl: (22) The requested URL returned error: 400
This is my config file:
CT_TYPE="1"
var_os="debian"
BRG="vmbr2"
DISABLEIP6="no"
SSH="yes"
TAGS="community-script"
SSH_AUTHORIZED_KEY="<REDACTED>"
VERB="yes"
GATE="192.168.0.1"
vmbr2 is an OVS bridge, not a Linux bridge. I can also not select any OVS bridges when running the script with advanced options.
π Steps to reproduce the issue.
- Start script
- Unable to select OVS bridge in installer
- Abort
β Paste the full error output (if available).
βοΈ LXC Template is ready to use.
βοΈ Container creation failed. Checking if template is corrupted.
βοΈ Container creation failed, but template is not corrupted.
curl: (22) The requested URL returned error: 400
πΌοΈ Additional context (optional).
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working