-
Notifications
You must be signed in to change notification settings - Fork 30
Description
โ Have you read and understood the above guidelines?
yes
๐ Did you run the script with verbose mode enabled?
Yes, verbose mode was enabled and the output is included below
๐ What is the name of the script you are using?
PVE Scripts Local -> Debian
๐ What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/pve-scripts-local.sh)"
โ๏ธ What settings are you using?
- Default Settings
- Advanced Settings
๐ฅ๏ธ Which Linux distribution are you using?
Debian 13
๐ Which Proxmox version are you on?
pve-manager/9.1.4/5ac30304265fbd8e (running kernel: 6.17.4-2-pve)
๐ Provide a clear and concise description of the issue.
I cant install any Container using PVE Scripts Local.
๐ Steps to reproduce the issue.
Install PVE Scripts Local and Connect it to your Proxmox Server.
Install any Container using PVE Scripts Local.
(I tested it with Debian and Stirling-PDF)
Same result on both
โ Paste the full error output (if available).
/ __ ___ / /_ ()__ _____
/ / / / _ / __ / / __ `/ __
/ // / __/ // / / // / / / /
/___/_/.//_,// //
โ๏ธ Using Default Settings on node pve-mini
๐ก PVE Version 9.1.4 (Kernel: 6.17.4-2-pve)
๐ Container ID: 120
๐ฅ๏ธ Operating System: debian (13)
๐ฆ Container Type: Unprivileged
๐พ Disk Size: 10 GB
๐ง CPU Cores: 1
๐ ๏ธ RAM Size: 1024 MiB
๐ Creating a Debian LXC using the above default settings
โ๏ธ Storage Synology-Proxmox-Data (Free: 859.5GB Used: 4.3TB) [Template]
โ๏ธ Storage local-lvm (Free: 652.9GB Used: 198.0GB) [Container]
โ๏ธ Storage 'local-lvm' (lvmthin) validated
โ๏ธ Template storage 'Synology-Proxmox-Data' validated
โ๏ธ Template search completed
โ๏ธ Template debian-13-standard_13.1-2_amd64.tar.zst [online]
โ๏ธ Container creation failed. See /tmp/pct_create_120_20260101_153823_7d35cb8c.log
- pct create 120 local:vztmpl/debian-13-standard_13.1-2_amd64.tar.zst -features keyctl=1,nesting=1 -hostname netbird-debian -tags community-script,community-script,netbird 192.168.178.1 -net0 name=eth0,bridge=vmbr0,ip=dhcp,mtu=1500 -onboot 1 -cores 1 -memory 1024 -unprivileged 1 -rootfs local-lvm:10
- tee -a /tmp/pct_create_120_20260101_153823_7d35cb8c.log
400 too many arguments
pct create [OPTIONS] - set +x
[15:38:32] โ SSH script execution finished with code: 209
๐ผ๏ธ Additional context (optional).
No response