[GH-ISSUE #423] PVE Scripts Local cannot install Containers #124

Closed
opened 2026-02-26 12:40:15 +03:00 by kerem · 1 comment
Owner

Originally created by @KazemaRyukuro on GitHub (Jan 1, 2026).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE-Local/issues/423

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

Originally created by @KazemaRyukuro on GitHub (Jan 1, 2026). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE-Local/issues/423 ### ✅ 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? - [x] 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 <vmid> <ostemplate> [OPTIONS] + set +x [15:38:32] ✅ SSH script execution finished with code: 209 ### 🖼️ Additional context (optional). _No response_
kerem 2026-02-26 12:40:15 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@digitalhandles commented on GitHub (Jan 5, 2026):

Similar outcome if assists
🧩 Using Advanced Install on node pve1
💡 PVE Version 9.1.4 (Kernel: 6.17.2-1-pve)

💡 PVE Version 9.1.4 (Kernel: 6.17.2-1-pve)
🖥️ Operating System: debian
🌟 Version: 13
📦 Container Type: Unprivileged
🆔 Container ID: 247
🏠 Hostname: pvescripts
💾 Disk Size: 4 GB
🧠 CPU Cores: 2
🛠️ RAM Size: 4096 MiB
🌉 Bridge: vmbr0
📡 IPv4: 192.168.X.XXX/24
📡 IPv6: auto
🗂️ FUSE Support: no
📦 Nesting: Disabled
🎮 GPU Passthrough: no
💡 Timezone: UTC
🔍 Verbose Mode: no
🚀 Creating a PVE-Scripts-Local LXC using the above advanced settings
✔️ Saved app defaults: /usr/local/community-scripts/defaults/pve-scripts-local.vars
✔️ Storage local (Free: 118.6MB Used: 2.1KB) [Template]
✔️ Storage local-zfs (Free: 1.7GB Used: 103.7MB) [Container]
✔️ Storage 'local-zfs' (zfspool) validated
✔️ Template storage 'local' validated
✔️ Template search completed
✔️ Template debian-13-standard_13.1-2_amd64.tar.zst [online]
✔️ Template download successful.
Container creation failed. See /tmp/pct_create_247_20260105_121034_60c03180.log

  • pct create 247 local:vztmpl/debian-13-standard_13.1-2_amd64.tar.zst -features keyctl=1 -hostname pvescripts -tags 'community-script;pve-scripts-local' -searchdomain=XXXXXXXX.lab -nameserver=192.168.X.XXX, 192.168.X.XXX -net0 name=eth0,bridge=vmbr0,ip=192.168.X.XXX/24,gw=192.168.X.XXX,ip6=auto -onboot 1 -cores 2 -memory 4096 -unprivileged 1 -timezone UTC -password XXXXXXXX -rootfs local-zfs:4
  • tee -a /tmp/pct_create_247_20260105_121034_60c03180.log
    400 too many arguments
    pct create [OPTIONS]
  • set +x
<!-- gh-comment-id:3710204629 --> @digitalhandles commented on GitHub (Jan 5, 2026): Similar outcome if assists 🧩 Using Advanced Install on node pve1 💡 PVE Version 9.1.4 (Kernel: 6.17.2-1-pve) 💡 PVE Version 9.1.4 (Kernel: 6.17.2-1-pve) 🖥️ Operating System: debian 🌟 Version: 13 📦 Container Type: Unprivileged 🆔 Container ID: 247 🏠 Hostname: pvescripts 💾 Disk Size: 4 GB 🧠 CPU Cores: 2 🛠️ RAM Size: 4096 MiB 🌉 Bridge: vmbr0 📡 IPv4: 192.168.X.XXX/24 📡 IPv6: auto 🗂️ FUSE Support: no 📦 Nesting: Disabled 🎮 GPU Passthrough: no 💡 Timezone: UTC 🔍 Verbose Mode: no 🚀 Creating a PVE-Scripts-Local LXC using the above advanced settings ✔️ Saved app defaults: /usr/local/community-scripts/defaults/pve-scripts-local.vars ✔️ Storage local (Free: 118.6MB Used: 2.1KB) [Template] ✔️ Storage local-zfs (Free: 1.7GB Used: 103.7MB) [Container] ✔️ Storage 'local-zfs' (zfspool) validated ✔️ Template storage 'local' validated ✔️ Template search completed ✔️ Template debian-13-standard_13.1-2_amd64.tar.zst [online] ✔️ Template download successful. Container creation failed. See /tmp/pct_create_247_20260105_121034_60c03180.log + pct create 247 local:vztmpl/debian-13-standard_13.1-2_amd64.tar.zst -features keyctl=1 -hostname pvescripts -tags 'community-script;pve-scripts-local' -searchdomain=XXXXXXXX.lab -nameserver=192.168.X.XXX, 192.168.X.XXX -net0 name=eth0,bridge=vmbr0,ip=192.168.X.XXX/24,gw=192.168.X.XXX,ip6=auto -onboot 1 -cores 2 -memory 4096 -unprivileged 1 -timezone UTC -password XXXXXXXX -rootfs local-zfs:4 + tee -a /tmp/pct_create_247_20260105_121034_60c03180.log 400 too many arguments pct create <vmid> <ostemplate> [OPTIONS] + set +x
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE-Local#124
No description provided.