PrivateBin - install script does't work #1397

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

Originally created by @seneca13 on GitHub (Aug 5, 2025).

Have you read and understood the above guidelines?

yes

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

Privatebin

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

📝 Provide a clear and concise description of the issue.

After running the script it ends with:

[ERROR] in line 35: exit code 0: while executing command cp cfg/conf.sample.php /opt/privatebin/cfg/conf.php

      _(added the missing /opt/privatebin/cfg/conf.php manually)_

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

Result:
Automatic Root LogIn to LXC doesn't work (neither installation with Default nor Advanced Settings),
manual LogIn with PVE root password doesn't work either.
Only if a password is set (not blank) during Adavanced Settings installation LogIn to LXC is possible.

Privatebin webinterface isn't reachable
http://LXC-IP:80 only shows "Welcome to nginx!...Further configuration is required."

🔄 Steps to reproduce the issue.

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

adding the missing /opt/privatebin/cfg/conf.php manually

Paste the full error output (if available).

[ERROR] in line 35: exit code 0: while executing command cp cfg/conf.sample.php /opt/privatebin/cfg/conf.php

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

====================================================================

Welcome to nginx!

If you see this page, the nginx web server is successfully installed and working. Further configuration is required.

For online documentation and support please refer to nginx.org.
Commercial support is available at nginx.com.

Thank you for using nginx.

🖼️ Additional context (optional).

No response

Originally created by @seneca13 on GitHub (Aug 5, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Privatebin ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/privatebin.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 📝 Provide a clear and concise description of the issue. After running the script it ends with: [ERROR] in line 35: exit code 0: while executing command cp cfg/conf.sample.php /opt/privatebin/cfg/conf.php _(added the missing /opt/privatebin/cfg/conf.php manually)_ [ERROR] in line 1355: 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)" Result: Automatic Root LogIn to LXC doesn't work (neither installation with Default nor Advanced Settings), manual LogIn with PVE root password doesn't work either. Only if a password is set (not blank) during Adavanced Settings installation LogIn to LXC is possible. Privatebin webinterface isn't reachable http://LXC-IP:80 only shows "Welcome to nginx!...Further configuration is required." ### 🔄 Steps to reproduce the issue. bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/privatebin.sh)" adding the missing **/opt/privatebin/cfg/conf.php** manually ### ❌ Paste the full error output (if available). [ERROR] in line 35: exit code 0: while executing command cp cfg/conf.sample.php /opt/privatebin/cfg/conf.php [ERROR] in line 1355: 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)" ==================================================================== **Welcome to nginx!** If you see this page, the nginx web server is successfully installed and working. Further configuration is required. For online documentation and support please refer to nginx.org. Commercial support is available at nginx.com. Thank you for using nginx. ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-05 00:37:40 +03:00
Author
Owner

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

Yea, its a typo in path. Try after #6585 merges

@tremor021 commented on GitHub (Aug 5, 2025): Yea, its a typo in path. Try after #6585 merges
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1397