Omada install script fails on mongodb install #1906

Closed
opened 2026-02-05 02:44:16 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @patcfly on GitHub (Oct 30, 2025).

Have you read and understood the above guidelines?

yes

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

Omada

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

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/omada.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 13

📈 Which Proxmox version are you on?

pve-manager/9.0.11/3bf5476b8a4699e2 (running kernel: 6.14.11-4-pve)

📝 Provide a clear and concise description of the issue.

I ran default install using standard command.

Received this error:
Using Default Settings on node *****
🆔 Container ID: 107
🖥️ Operating System: debian (13)
📦 Container Type: Unprivileged
💾 Disk Size: 8 GB
🧠 CPU Cores: 2
🛠️ RAM Size: 3072 MiB
🚀 Creating a Omada LXC using the above default settings

✔️ Storage local (Free: 75.6GB Used: 11.5GB) [Template]
✔️ Storage local-lvm (Free: 279.0GB Used: 61.8GB) [Container]
✔️ Template debian-13-standard_13.1-2_amd64.tar.zst [online]
💡 Template debian-13-standard_13.1-2_amd64.tar.zst is missing or corrupted. Re-downloading.
✔️ Template download successful.
✔️ LXC Container 107 was successfully created.
✔️ Started LXC Container
💡 No network in LXC yet (try 1/10) – waiting...
✔️ Network in LXC is reachable (ping)
✔️ Customized LXC Container
✔️ Set up Container OS
✔️ Network Connected: ******** fddc:2181:f460:c6ff:be24:11ff:fe8c:d531
✔️ IPv4 Internet Connected
✖️ IPv6 Internet Not Connected
✔️ Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ )
✔️ Updated Container OS
✔️ Installed Dependencies
✔️ AVX detected: Using MongoDB 8.0
✖️ MongoDB 8.0 repository not available for debian-bookworm
✖️ Please check: https://repo.mongodb.org/apt/debian/dists/bookworm/mongodb-org/8.0/

[ERROR] in line 24: exit code 0: while executing command return 1

[ERROR] in line 1345: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)"

🔄 Steps to reproduce the issue.

Run

Paste the full error output (if available).

MongoDB 8.0 repository not available for debian-bookworm
✖️ Please check: https://repo.mongodb.org/apt/debian/dists/bookworm/mongodb-org/8.0/

[ERROR] in line 24: exit code 0: while executing command return 1

[ERROR] in line 1345: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)"

🖼️ Additional context (optional).

Run bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/omada.sh)"

Originally created by @patcfly on GitHub (Oct 30, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Omada ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/omada.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 13 ### 📈 Which Proxmox version are you on? pve-manager/9.0.11/3bf5476b8a4699e2 (running kernel: 6.14.11-4-pve) ### 📝 Provide a clear and concise description of the issue. I ran default install using standard command. Received this error: Using Default Settings on node ***** 🆔 Container ID: 107 🖥️ Operating System: debian (13) 📦 Container Type: Unprivileged 💾 Disk Size: 8 GB 🧠 CPU Cores: 2 🛠️ RAM Size: 3072 MiB 🚀 Creating a Omada LXC using the above default settings ✔️ Storage local (Free: 75.6GB Used: 11.5GB) [Template] ✔️ Storage local-lvm (Free: 279.0GB Used: 61.8GB) [Container] ✔️ Template debian-13-standard_13.1-2_amd64.tar.zst [online] 💡 Template debian-13-standard_13.1-2_amd64.tar.zst is missing or corrupted. Re-downloading. ✔️ Template download successful. ✔️ LXC Container 107 was successfully created. ✔️ Started LXC Container 💡 No network in LXC yet (try 1/10) – waiting... ✔️ Network in LXC is reachable (ping) ✔️ Customized LXC Container ✔️ Set up Container OS ✔️ Network Connected: ******** fddc:2181:f460:c6ff:be24:11ff:fe8c:d531 ✔️ IPv4 Internet Connected ✖️ IPv6 Internet Not Connected ✔️ Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ ) ✔️ Updated Container OS ✔️ Installed Dependencies ✔️ AVX detected: Using MongoDB 8.0 ✖️ MongoDB 8.0 repository not available for debian-bookworm ✖️ Please check: https://repo.mongodb.org/apt/debian/dists/bookworm/mongodb-org/8.0/ [ERROR] in line 24: exit code 0: while executing command return 1 [ERROR] in line 1345: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)" ### 🔄 Steps to reproduce the issue. Run ### ❌ Paste the full error output (if available). MongoDB 8.0 repository not available for debian-bookworm ✖️ Please check: https://repo.mongodb.org/apt/debian/dists/bookworm/mongodb-org/8.0/ [ERROR] in line 24: exit code 0: while executing command return 1 [ERROR] in line 1345: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)" ### 🖼️ Additional context (optional). Run bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/omada.sh)"
OVERLORD added the bug label 2026-02-05 02:44:16 +03:00
Author
Owner

@MickLesk commented on GitHub (Oct 30, 2025):

Duplicate

@MickLesk commented on GitHub (Oct 30, 2025): Duplicate
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1906