Description
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
Docker v2.37.3
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/docker.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.
I always use the LXC Docker script to create docker servers but since this week after upgrading my Proxmox it stoping working during the "Storage selection"
` ____ __
/ __ ____ / / _____
/ / / / __ / / /// _ / /
/ // / // / // ,< / / /
//_/_//||__/_/
βοΈ Using Default Settings on node venus
π₯οΈ Operating System: debian
π Version: 12
π¦ Container Type: Unprivileged
πΎ Disk Size: 4 GB
π§ CPU Cores: 2
π οΈ RAM Size: 2048 MiB
π Container ID: 131
π Creating a Docker LXC using the above default settings
βοΈ Storage selection cancelled.
[ERROR] in line 133: exit code 0: while executing command TEMPLATE_STORAGE=$(select_storage template)
[ERROR] in line 999: exit code 0: while executing command bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/create_lxc.sh)" $?`
As I can test all other scripts arre failing in the same moment:
`Proxmox VE Helper Scripts
ββββββββββββββββββββ€ Storage Pools ββββββββββββββββββββ
β Select the storage pool to use for the container β
β template. β
β Use the spacebar to make a selection. β
β β
β ¦ Validating Storage
β ( ) local Type: dir Free: 28.94GB β
β β
β β
β β
β β
β β
β β
β β
β β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
`
My Proxmox version is:
root@venus:~# pveversion
pve-manager/8.4.1/2a5fa54a8503f96d (running kernel: 6.8.12-11-pve)
π Steps to reproduce the issue.
- Login in Proxmox console
- Run any Community Script like: Docker
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/docker.sh)"
β Paste the full error output (if available).
` ____ __
/ __ ____ / / _____
/ / / / __ / / /// _ / /
/ // / // / // ,< / / /
//_/_//||__/_/
βοΈ Using Default Settings on node venus
π₯οΈ Operating System: debian
π Version: 12
π¦ Container Type: Unprivileged
πΎ Disk Size: 4 GB
π§ CPU Cores: 2
π οΈ RAM Size: 2048 MiB
π Container ID: 131
π Creating a Docker LXC using the above default settings
βοΈ Storage selection cancelled.
[ERROR] in line 133: exit code 0: while executing command TEMPLATE_STORAGE=$(select_storage template)
[ERROR] in line 999: exit code 0: while executing command bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/create_lxc.sh)" $?`
πΌοΈ Additional context (optional).
No response