NodeBB installation fails #1189

Closed
opened 2026-02-04 23:31:33 +03:00 by OVERLORD · 5 comments
Owner

Originally created by @Mati-l33t on GitHub (Jun 29, 2025).

Have you read and understood the above guidelines?

yes

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

NodeBB

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Ubuntu 24.04

📝 Provide a clear and concise description of the issue.

Script, fails with default and advanced settings. Other scripts seems to run fine.

🔄 Steps to reproduce the issue.

Run script in Proxmox shell

Paste the full error output (if available).

✔️ Setup Node.js 22
Configure MongoDBCurrent Mongosh Log ID: 6861495daa7555c355baa8b8
Connecting to: mongodb://127.0.0.1:27017/?directConnection=true&serverSelectionTimeoutMS=2000&appName=mongosh+2.5.3
MongoNetworkError: connect ECONNREFUSED 127.0.0.1:27017

[ERROR] in line 43: exit code 0: while executing command $STD mongosh <<EOF
use admin
db.createUser({
user: "$MONGO_ADMIN_USER",
pwd: "$MONGO_ADMIN_PWD",
roles: [{ role: "root", db: "admin" }]
})

use nodebb
db.createUser({
user: "$NODEBB_USER",
pwd: "$NODEBB_PWD",
roles: [
{ role: "readWrite", db: "nodebb" },
{ role: "clusterMonitor", db: "admin" }
]
})
quit()
EOF

[ERROR] in line 1088: 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)" ?

root@proliant:~#

🖼️ Additional context (optional).

No response

Originally created by @Mati-l33t on GitHub (Jun 29, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? NodeBB ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/nodebb.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Ubuntu 24.04 ### 📝 Provide a clear and concise description of the issue. Script, fails with default and advanced settings. Other scripts seems to run fine. ### 🔄 Steps to reproduce the issue. Run script in Proxmox shell ### ❌ Paste the full error output (if available). ✔️ Setup Node.js 22 ⏳ Configure MongoDBCurrent Mongosh Log ID: 6861495daa7555c355baa8b8 Connecting to: mongodb://127.0.0.1:27017/?directConnection=true&serverSelectionTimeoutMS=2000&appName=mongosh+2.5.3 MongoNetworkError: connect ECONNREFUSED 127.0.0.1:27017 [ERROR] in line 43: exit code 0: while executing command $STD mongosh <<EOF use admin db.createUser({ user: "$MONGO_ADMIN_USER", pwd: "$MONGO_ADMIN_PWD", roles: [{ role: "root", db: "admin" }] }) use nodebb db.createUser({ user: "$NODEBB_USER", pwd: "$NODEBB_PWD", roles: [ { role: "readWrite", db: "nodebb" }, { role: "clusterMonitor", db: "admin" } ] }) quit() EOF [ERROR] in line 1088: 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)" $? root@proliant:~# ### 🖼️ Additional context (optional). _No response_
OVERLORD added the not a script issue label 2026-02-04 23:31:33 +03:00
Author
Owner

@tremor021 commented on GitHub (Jun 29, 2025):

Image

Image

Works fine here, cant reproduce your issue

@tremor021 commented on GitHub (Jun 29, 2025): ![Image](https://github.com/user-attachments/assets/a2bfd3ba-cf17-446d-9b58-91f793873d44) ![Image](https://github.com/user-attachments/assets/52cbb288-330e-451f-85b2-0372348c1246) Works fine here, cant reproduce your issue
Author
Owner

@Mati-l33t commented on GitHub (Jun 30, 2025):

Tried again and same error, anyone else or is it just me?

@Mati-l33t commented on GitHub (Jun 30, 2025): Tried again and same error, anyone else or is it just me?
Author
Owner

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

working fine here too

Image

@MickLesk commented on GitHub (Jun 30, 2025): working fine here too ![Image](https://github.com/user-attachments/assets/c073041a-0d42-47f4-8c83-a378a1c3f32f)
Author
Owner

@tremor021 commented on GitHub (Jul 1, 2025):

@Mati-l33t i'm gonna close this issue since we can't really reproduce your problem.

@tremor021 commented on GitHub (Jul 1, 2025): @Mati-l33t i'm gonna close this issue since we can't really reproduce your problem.
Author
Owner

@Mati-l33t commented on GitHub (Jul 6, 2025):

So I found the problem after i tried to install manually from their website and found that Mongodb needs a cpu with AVX support, my cpu is too old. Guess there is also other homelabbers running older hardware or never lower end cpus that dont have avx.

I got it installed with Redis, is there anyway to add redis as an option in the script?

@Mati-l33t commented on GitHub (Jul 6, 2025): So I found the problem after i tried to install manually from their website and found that Mongodb needs a cpu with AVX support, my cpu is too old. Guess there is also other homelabbers running older hardware or never lower end cpus that dont have avx. I got it installed with Redis, is there anyway to add redis as an option in the script?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1189