Graylog LXC fails to complete install due to lack of AVX support in container #1546

Closed
opened 2026-02-05 01:31:01 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @jsspen on GitHub (Aug 28, 2025).

Have you read and understood the above guidelines?

yes

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

Graylog

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

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/graylog.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.

Script fails after container creation and gives error message: MongoDB 7.0 requires AVX support, which is not available on this system.

🔄 Steps to reproduce the issue.

Run script with default settings

Paste the full error output (if available).

  ⚙️  Using Default Settings on node hoh
  🆔  Container ID: 157
  🖥️  Operating System: debian (12)
  📦  Container Type: Unprivileged
  💾  Disk Size: 30 GB
  🧠  CPU Cores: 2
  🛠️  RAM Size: 8192 MiB
  🚀  Creating a Graylog LXC using the above default settings
  
  ✔️   Storage local (Free: 25.1GB  Used: 10.8GB) [Template]
  ✔️   Storage ssd512a (Free: 355.7GB  Used: 110.0GB) [Container]
  ✔️   Template debian-12-standard_12.7-1_amd64.tar.zst [local]
  ✔️   LXC Container 157 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: 192.168.50.206 
  ✔️   IPv4 Internet Connected
   ✖️   IPv6 Internet Not Connected
  ✔️   Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ )
  ✔️   Updated Container OS
   ✖️   MongoDB 7.0 requires AVX support, which is not available on this system.

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

[ERROR] in line 1353: 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).

No response

Originally created by @jsspen on GitHub (Aug 28, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Graylog ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/graylog.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. Script fails after container creation and gives error message: `MongoDB 7.0 requires AVX support, which is not available on this system.` ### 🔄 Steps to reproduce the issue. Run script with default settings ### ❌ Paste the full error output (if available). ``` ⚙️ Using Default Settings on node hoh 🆔 Container ID: 157 🖥️ Operating System: debian (12) 📦 Container Type: Unprivileged 💾 Disk Size: 30 GB 🧠 CPU Cores: 2 🛠️ RAM Size: 8192 MiB 🚀 Creating a Graylog LXC using the above default settings ✔️ Storage local (Free: 25.1GB Used: 10.8GB) [Template] ✔️ Storage ssd512a (Free: 355.7GB Used: 110.0GB) [Container] ✔️ Template debian-12-standard_12.7-1_amd64.tar.zst [local] ✔️ LXC Container 157 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: 192.168.50.206 ✔️ IPv4 Internet Connected ✖️ IPv6 Internet Not Connected ✔️ Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ ) ✔️ Updated Container OS ✖️ MongoDB 7.0 requires AVX support, which is not available on this system. [ERROR] in line 16: exit code 0: while executing command return 1 [ERROR] in line 1353: 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). _No response_
OVERLORD added the bug label 2026-02-05 01:31:01 +03:00
Author
Owner

@tremor021 commented on GitHub (Aug 28, 2025):

Your CPU doesn't support AVX, not the container... MongoDB 7 uses AVX

@tremor021 commented on GitHub (Aug 28, 2025): Your CPU doesn't support AVX, not the container... MongoDB 7 uses AVX
Author
Owner

@jsspen commented on GitHub (Aug 28, 2025):

Apologies, I've done some searching and it looks like this is an issue with system hardware (CPU) rather than a missing dependency in the LXC. Is there the possibility of introduction an option to select something like Redis when AVX isn't supported?

@jsspen commented on GitHub (Aug 28, 2025): Apologies, I've done some searching and it looks like this is an issue with system hardware (CPU) rather than a missing dependency in the LXC. Is there the possibility of introduction an option to select something like Redis when AVX isn't supported?
Author
Owner

@tremor021 commented on GitHub (Aug 28, 2025):

Thats not up to us. The application requires MongoDB, it doesnt matter if we install postgres, mysql or w/e.

@tremor021 commented on GitHub (Aug 28, 2025): Thats not up to us. The application requires MongoDB, it doesnt matter if we install postgres, mysql or w/e.
Author
Owner

@jsspen commented on GitHub (Aug 28, 2025):

Ah, I was hoping it was flexible with the db. Thank you for the clarity!

@jsspen commented on GitHub (Aug 28, 2025): Ah, I was hoping it was flexible with the db. Thank you for the clarity!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1546