[GH-ISSUE #8243] Librenms install fail #1764

Closed
opened 2026-02-26 12:50:09 +03:00 by kerem · 3 comments
Owner

Originally created by @crhy on GitHub (Oct 10, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/8243

Have you read and understood the above guidelines?

yes

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

LibreNMS

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

📈 Which Proxmox version are you on?

pve-manager/9.0.10/deb1ca707ec72a89 (running kernel: 6.14.8-2-pve)

📝 Provide a clear and concise description of the issue.

The install via the helper script crashes out:

 Configuring LibreNMSsetfacl: /opt/librenms/rrd: No such file or directory
setfacl: /opt/librenms/logs: No such file or directory
setfacl: /opt/librenms/bootstrap/cache/: No such file or directory
setfacl: /opt/librenms/storage/: No such file or directory

[ERROR] in line 61: exit code 1 (General error / Operation not permitted): while executing command setfacl -d -m g::rwx /opt/librenms/rrd /opt/librenms/logs /opt/librenms/bootstrap/cache/ /opt/librenms/storage/

--- Last 20 lines of silent log (/tmp/silent.1098.log) ---
Setting up cpp (4:12.2.0-3) ...
Setting up libc6-dev:amd64 (2.36-9+deb12u13) ...
Setting up binutils-x86-64-linux-gnu (2.40-2) ...
Setting up libstdc++-12-dev:amd64 (12.2.0-14+deb12u1) ...
Setting up binutils (2.40-2) ...
Setting up dpkg-dev (1.21.22) ...
Setting up libexpat1-dev:amd64 (2.5.0-1+deb12u2) ...
Setting up gcc-12 (12.2.0-14+deb12u1) ...
Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
Setting up g++-12 (12.2.0-14+deb12u1) ...
Setting up gcc (4:12.2.0-3) ...
Setting up libpython3.11-dev:amd64 (3.11.2-6+deb12u6) ...
Setting up g++ (4:12.2.0-3) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up build-essential (12.9) ...
Setting up libpython3-dev:amd64 (3.11.2-1+b1) ...
Setting up python3.11-dev (3.11.2-6+deb12u6) ...
Setting up python3-dev (3.11.2-1+b1) ...
Processing triggers for man-db (2.11.2-2) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...

🔄 Steps to reproduce the issue.

Just try to run the script from the console.

Paste the full error output (if available).

 Configuring LibreNMSsetfacl: /opt/librenms/rrd: No such file or directory
setfacl: /opt/librenms/logs: No such file or directory
setfacl: /opt/librenms/bootstrap/cache/: No such file or directory
setfacl: /opt/librenms/storage/: No such file or directory

[ERROR] in line 61: exit code 1 (General error / Operation not permitted): while executing command setfacl -d -m g::rwx /opt/librenms/rrd /opt/librenms/logs /opt/librenms/bootstrap/cache/ /opt/librenms/storage/

--- Last 20 lines of silent log (/tmp/silent.1098.log) ---
Setting up cpp (4:12.2.0-3) ...
Setting up libc6-dev:amd64 (2.36-9+deb12u13) ...
Setting up binutils-x86-64-linux-gnu (2.40-2) ...
Setting up libstdc++-12-dev:amd64 (12.2.0-14+deb12u1) ...

🖼️ Additional context (optional).

No response

Originally created by @crhy on GitHub (Oct 10, 2025). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/8243 ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? LibreNMS ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/ct/librenms.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 📈 Which Proxmox version are you on? pve-manager/9.0.10/deb1ca707ec72a89 (running kernel: 6.14.8-2-pve) ### 📝 Provide a clear and concise description of the issue. The install via the helper script crashes out: ``` Configuring LibreNMSsetfacl: /opt/librenms/rrd: No such file or directory setfacl: /opt/librenms/logs: No such file or directory setfacl: /opt/librenms/bootstrap/cache/: No such file or directory setfacl: /opt/librenms/storage/: No such file or directory [ERROR] in line 61: exit code 1 (General error / Operation not permitted): while executing command setfacl -d -m g::rwx /opt/librenms/rrd /opt/librenms/logs /opt/librenms/bootstrap/cache/ /opt/librenms/storage/ --- Last 20 lines of silent log (/tmp/silent.1098.log) --- Setting up cpp (4:12.2.0-3) ... Setting up libc6-dev:amd64 (2.36-9+deb12u13) ... Setting up binutils-x86-64-linux-gnu (2.40-2) ... Setting up libstdc++-12-dev:amd64 (12.2.0-14+deb12u1) ... Setting up binutils (2.40-2) ... Setting up dpkg-dev (1.21.22) ... Setting up libexpat1-dev:amd64 (2.5.0-1+deb12u2) ... Setting up gcc-12 (12.2.0-14+deb12u1) ... Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ... Setting up g++-12 (12.2.0-14+deb12u1) ... Setting up gcc (4:12.2.0-3) ... Setting up libpython3.11-dev:amd64 (3.11.2-6+deb12u6) ... Setting up g++ (4:12.2.0-3) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up build-essential (12.9) ... Setting up libpython3-dev:amd64 (3.11.2-1+b1) ... Setting up python3.11-dev (3.11.2-6+deb12u6) ... Setting up python3-dev (3.11.2-1+b1) ... Processing triggers for man-db (2.11.2-2) ... Processing triggers for libc-bin (2.36-9+deb12u13) ... ``` ### 🔄 Steps to reproduce the issue. Just try to run the script from the console. ### ❌ Paste the full error output (if available). ``` Configuring LibreNMSsetfacl: /opt/librenms/rrd: No such file or directory setfacl: /opt/librenms/logs: No such file or directory setfacl: /opt/librenms/bootstrap/cache/: No such file or directory setfacl: /opt/librenms/storage/: No such file or directory [ERROR] in line 61: exit code 1 (General error / Operation not permitted): while executing command setfacl -d -m g::rwx /opt/librenms/rrd /opt/librenms/logs /opt/librenms/bootstrap/cache/ /opt/librenms/storage/ --- Last 20 lines of silent log (/tmp/silent.1098.log) --- Setting up cpp (4:12.2.0-3) ... Setting up libc6-dev:amd64 (2.36-9+deb12u13) ... Setting up binutils-x86-64-linux-gnu (2.40-2) ... Setting up libstdc++-12-dev:amd64 (12.2.0-14+deb12u1) ... ``` ### 🖼️ Additional context (optional). _No response_
kerem 2026-02-26 12:50:09 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@tremor021 commented on GitHub (Oct 10, 2025):

Why are you posting issue about a script that is not finished and under development on the dev repository?

<!-- gh-comment-id:3389736753 --> @tremor021 commented on GitHub (Oct 10, 2025): Why are you posting issue about a script that is not finished and under development on the dev repository?
Author
Owner

@crhy commented on GitHub (Oct 10, 2025):

Oh, sorry. Didn't see this was a development build. Either way, my bug report could be useful. Just trying to help!

<!-- gh-comment-id:3392201586 --> @crhy commented on GitHub (Oct 10, 2025): Oh, sorry. Didn't see this was a development build. Either way, my bug report could be useful. Just trying to help!
Author
Owner

@tremor021 commented on GitHub (Oct 10, 2025):

Its not useful in any way as script is not finished ;) Its supposed to crash as its not complete :) Once its ready, there will be a call for testing. Stay tuned

<!-- gh-comment-id:3392258549 --> @tremor021 commented on GitHub (Oct 10, 2025): Its not useful in any way as script is not finished ;) Its supposed to crash as its not complete :) Once its ready, there will be a call for testing. Stay tuned
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#1764
No description provided.