mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-25 04:35:50 +03:00
[GH-ISSUE #22] Container creation failed #9
Labels
No labels
bug
enhancement
enhancement
feature
in progress
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ProxmoxVE-Local#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nanohits on GitHub (Oct 6, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE-Local/issues/22
✅ Have you read and understood the above guidelines?
yes
📝 Provide a clear and concise description of the issue.
When I try both default and advanced settings I get this error.
Template debian-13-standard_13.1-2_amd64.tar.zst [local]
✖️ Container creation failed. Checking if template is corrupted or incomplete.
✖️ Template is valid, but container creation still failed.
[ERROR] in line 1152: exit code 0: while executing command bash -c "
(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/create_lxc.sh)"?🔄 Steps to reproduce the issue.
I simply run this script as detailed:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/pve-scripts-local.sh)"
❌ Paste the full error output (if available).
Container ID: 127
🖥️ Operating System: debian (13)
📦 Container Type: Unprivileged
💾 Disk Size: 4 GB
🧠 CPU Cores: 2
🛠️ RAM Size: 4096 MiB
🚀 Creating a PVE-Scripts-Local LXC using the above default settings
✔️ Storage local (Free: 48.4GB Used: 38.7GB) [Template]
✔️ Storage local-lvm (Free: 622.2GB Used: 174.9GB) [Container]
✔️ Template debian-13-standard_13.1-2_amd64.tar.zst [local]
✖️ Container creation failed. Checking if template is corrupted or incomplete.
✖️ Template is valid, but container creation still failed.
[ERROR] in line 1152: 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
@michelroegl-brunner commented on GitHub (Oct 6, 2025):
That is a Proxmox bug, not a script issue.
community-scripts/ProxmoxVE#8126
@nanohits commented on GitHub (Oct 6, 2025):
I did the update as mentioned to the latest and now when I run the script I get this.
Bareword "PVE::Syscall::fallocate" not allowed while "strict subs" in use at /usr/share/perl5/PVE/Storage/Common.pm line 108, line 960.
Compilation failed in require at /usr/share/perl5/PVE/Storage/Plugin.pm line 18, line 960.
BEGIN failed--compilation aborted at /usr/share/perl5/PVE/Storage/Plugin.pm line 18, line 960.
Compilation failed in require at /usr/share/perl5/PVE/API2Tools.pm line 18, line 960.
BEGIN failed--compilation aborted at /usr/share/perl5/PVE/API2Tools.pm line 18, line 960.
Compilation failed in require at /usr/share/perl5/PVE/API2/APT.pm line 25, line 960.
BEGIN failed--compilation aborted at /usr/share/perl5/PVE/API2/APT.pm line 25, line 960.
Compilation failed in require at /usr/bin/pveversion line 7, line 960.
BEGIN failed--compilation aborted at /usr/bin/pveversion line 7, line 960.
[ERROR] in line 71: exit code 0: while executing command PVE_VER="$(pveversion | awk -F'/' '{print $2}' | awk -F'-' '{print $1}')"