-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
β 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