Netvisor install fails #2008

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

Originally created by @Builder-DE-TH on GitHub (Nov 15, 2025).

Have you read and understood the above guidelines?

yes

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

Netvisor

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

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

📝 Provide a clear and concise description of the issue.

Fails with error

  ✔️   Setup Node.js 24
/tmp/install_script.sh: line 23: setup_postgresql_db: command not found

[ERROR] in line 23: exit code 0: while executing command PG_DB_NAME="netvisor_db" PG_DB_USER="netvisor" PG_DB_GRANT_SUPERUSER="true" setup_postgresql_db
/tmp/functions.sh: line 4922: post_update_to_api: command not found

[ERROR] in line 1382: exit code 0: while executing command lxc-attach -n "$CTID" -- bash "$INSTALL_SCRIPT_FILE"

🔄 Steps to reproduce the issue.

run script

Paste the full error output (if available).

  ✔️   Setup Node.js 24
/tmp/install_script.sh: line 23: setup_postgresql_db: command not found

[ERROR] in line 23: exit code 0: while executing command PG_DB_NAME="netvisor_db" PG_DB_USER="netvisor" PG_DB_GRANT_SUPERUSER="true" setup_postgresql_db
/tmp/functions.sh: line 4922: post_update_to_api: command not found

[ERROR] in line 1382: exit code 0: while executing command lxc-attach -n "$CTID" -- bash "$INSTALL_SCRIPT_FILE"

🖼️ Additional context (optional).

No response

Originally created by @Builder-DE-TH on GitHub (Nov 15, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Netvisor ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/netvisor.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 13 ### 📈 Which Proxmox version are you on? pve-manager/9.0.11/3bf5476b8a4699e2 ### 📝 Provide a clear and concise description of the issue. Fails with error ``` ✔️ Setup Node.js 24 /tmp/install_script.sh: line 23: setup_postgresql_db: command not found [ERROR] in line 23: exit code 0: while executing command PG_DB_NAME="netvisor_db" PG_DB_USER="netvisor" PG_DB_GRANT_SUPERUSER="true" setup_postgresql_db /tmp/functions.sh: line 4922: post_update_to_api: command not found [ERROR] in line 1382: exit code 0: while executing command lxc-attach -n "$CTID" -- bash "$INSTALL_SCRIPT_FILE" ``` ### 🔄 Steps to reproduce the issue. run script ### ❌ Paste the full error output (if available). ``` ✔️ Setup Node.js 24 /tmp/install_script.sh: line 23: setup_postgresql_db: command not found [ERROR] in line 23: exit code 0: while executing command PG_DB_NAME="netvisor_db" PG_DB_USER="netvisor" PG_DB_GRANT_SUPERUSER="true" setup_postgresql_db /tmp/functions.sh: line 4922: post_update_to_api: command not found [ERROR] in line 1382: exit code 0: while executing command lxc-attach -n "$CTID" -- bash "$INSTALL_SCRIPT_FILE" ``` ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-05 03:18:35 +03:00
Author
Owner

@MickLesk commented on GitHub (Nov 15, 2025):

Whats that ? PVEScriptsLocal? Then you are wrong Here and your Version is outdated. Its added since 3 or 4 Releases

@MickLesk commented on GitHub (Nov 15, 2025): Whats that ? PVEScriptsLocal? Then you are wrong Here and your Version is outdated. Its added since 3 or 4 Releases
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#2008