Skip to content

NodeBB installation failsΒ #5559

Open
Open
@Mati-l33t

Description

@Mati-l33t

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions