Skip to content

Cannot select OVS bridge during script installΒ #4466

@jwgn

Description

@jwgn

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

  1. Start script
  2. Unable to select OVS bridge in installer
  3. 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

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