-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
β Have you read and understood the above guidelines?
Yes
π What is the name of the script you are using?
Planka
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/planka.sh)"
βοΈ What settings are you using?
- Default Settings
- Advanced Settings
π₯οΈ Which Linux distribution are you using?
Debian 12
π Provide a clear and concise description of the issue.
Script does not complete but lxc is created and is running. Planka server is not running. Cannot log into LXC as i dont know the username and password that the script has set.
π Steps to reproduce the issue.
run in pve shell
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/planka.sh)"
β Paste the full error output (if available).
____ __ ___ _ ____ __ ___
/ __ / / / | / | / / //// |
/ // / / / /| | / |/ / ,< / /| |
/ / // ___ |/ /| / /| |/ ___ |
// /_____// |// |// |// ||
βοΈ Using Default Settings on node pve2
π Container ID: 127
π₯οΈ Operating System: debian (12)
π¦ Container Type: Unprivileged
πΎ Disk Size: 4 GB
π§ CPU Cores: 1
π οΈ RAM Size: 1024 MiB
π Creating a PLANKA LXC using the above default settings
βοΈ Validated Storage (rootdir / vztmpl).
βοΈ Cluster is quorate
βοΈ LXC Template List Updated
βοΈ Started LXC Container
βοΈ Customized LXC Container
βοΈ Set up Container OS
βοΈ Network Connected: 192.168.1.172
βοΈ IPv4 Internet Connected
βοΈ IPv6 Internet Not Connected
βοΈ Git DNS: github.com:(βοΈ ) raw.githubusercontent.com:(βοΈ ) api.github.com:(βοΈ ) git.community-scripts.org:(βοΈ )
βοΈ Updated Container OS
βοΈ Installed dependencies
βοΈ Setup Node.js 22
βοΈ Setup PostgreSQL 16
βοΈ PostgreSQL 16 installed
βοΈ Set up PostgreSQL Database
βοΈ Deployed: planka (2.0.0-rc.3)
β Configuring PLANKA0: line 48: cd: /opt/planka/planka: No such file or directory
[ERROR] in line 48: exit code 0: while executing command cd /opt/planka/planka
β Configuring PLANKA
[ERROR] in line 1233: 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@pve2:~#
πΌοΈ Additional context (optional).
No response