Script cant Execute (vmbr not configured) #705

Closed
opened 2026-02-04 20:57:59 +03:00 by OVERLORD · 5 comments
Owner

Originally created by @fabianluethi on GitHub (Mar 27, 2025).

Have you read and understood the above guidelines?

yes

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

Prometheus LXC

📂 What was the exact command used to execute the script?

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/prometheus.sh)"

📝 Provide a clear and concise description of the issue.

Script tries to use bridge 'vmbr' which is not present on the Proxmox node.

Image Image

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

🔄 Steps to reproduce the issue.

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/prometheus.sh)"

Paste the full error output (if available).

Image

🖼️ Additional context (optional).

No response

Originally created by @fabianluethi on GitHub (Mar 27, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Prometheus LXC ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/prometheus.sh)" ### 📝 Provide a clear and concise description of the issue. Script tries to use bridge 'vmbr' which is not present on the Proxmox node. <img width="718" alt="Image" src="https://github.com/user-attachments/assets/81f9b748-f90d-458f-98f8-cabd3d413a0d" /> <img width="1187" alt="Image" src="https://github.com/user-attachments/assets/6410fd98-1588-4f73-993a-b9800b95e9cb" /> ### ⚙️ What settings are you using? - [ ] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 🔄 Steps to reproduce the issue. bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/prometheus.sh)" ### ❌ Paste the full error output (if available). <img width="718" alt="Image" src="https://github.com/user-attachments/assets/d011d873-ccc3-4f6d-a9ca-d84103490aba" /> ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-04 20:57:59 +03:00
Author
Owner

@MickLesk commented on GitHub (Mar 27, 2025):

This has nothing to do with Prometheus or other scripts. The core requires a vmbr network

@MickLesk commented on GitHub (Mar 27, 2025): This has nothing to do with Prometheus or other scripts. The core requires a vmbr network
Author
Owner

@fabianluethi commented on GitHub (Mar 27, 2025):

This has nothing to do with Prometheus or other scripts. The core requires a vmbr network

Is there a template which I need to adjust to use the right bridge or what do you mean with core?

@fabianluethi commented on GitHub (Mar 27, 2025): > This has nothing to do with Prometheus or other scripts. The core requires a vmbr network Is there a template which I need to adjust to use the right bridge or what do you mean with core?
Author
Owner

@MickLesk commented on GitHub (Mar 27, 2025):

Our core. I can prepare something and you can test it.

But in our other Repo (VED). Can you Test there the ubuntu.sh?

bash -c "$(curl -fsSL https://github.com/community-scripts/ProxmoxVED/raw/main/ct/ubuntu.sh)"

Send here the issue, after this i improve the core files

@MickLesk commented on GitHub (Mar 27, 2025): Our core. I can prepare something and you can test it. But in our other Repo (VED). Can you Test there the ubuntu.sh? bash -c "$(curl -fsSL https://github.com/community-scripts/ProxmoxVED/raw/main/ct/ubuntu.sh)" Send here the issue, after this i improve the core files
Author
Owner

@MickLesk commented on GitHub (Mar 27, 2025):

whats your right bridge? you have 2 active. thats weird. You can run the scripts advanced and enter the correct bridge.

If i use an alternative bridge, i can only choose the first one

@MickLesk commented on GitHub (Mar 27, 2025): whats your right bridge? you have 2 active. thats weird. You can run the scripts advanced and enter the correct bridge. If i use an alternative bridge, i can only choose the first one
Author
Owner

@fabianluethi commented on GitHub (Mar 27, 2025):

whats your right bridge? you have 2 active. thats weird. You can run the scripts advanced and enter the correct bridge.

If i use an alternative bridge, i can only choose the first one

Ah got it. Just tried your test version. The default version keeps using vmbr0. With the advanced version I could successfully allocate the network to the right bridge. I have two currently and by default I would use the one that has the gateway field entered.

@fabianluethi commented on GitHub (Mar 27, 2025): > whats your right bridge? you have 2 active. thats weird. You can run the scripts advanced and enter the correct bridge. > > If i use an alternative bridge, i can only choose the first one Ah got it. Just tried your test version. The default version keeps using vmbr0. With the advanced version I could successfully allocate the network to the right bridge. I have two currently and by default I would use the one that has the gateway field entered.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#705