[GH-ISSUE #22] Container creation failed #9

Closed
opened 2026-02-26 12:39:54 +03:00 by kerem · 2 comments
Owner

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

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_
kerem 2026-02-26 12:39:54 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@michelroegl-brunner commented on GitHub (Oct 6, 2025):

That is a Proxmox bug, not a script issue.

community-scripts/ProxmoxVE#8126

<!-- gh-comment-id:3370090547 --> @michelroegl-brunner commented on GitHub (Oct 6, 2025): That is a Proxmox bug, not a script issue. community-scripts/ProxmoxVE#8126
Author
Owner

@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}')"

<!-- gh-comment-id:3370119165 --> @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, <DATA> line 960. Compilation failed in require at /usr/share/perl5/PVE/Storage/Plugin.pm line 18, <DATA> line 960. BEGIN failed--compilation aborted at /usr/share/perl5/PVE/Storage/Plugin.pm line 18, <DATA> line 960. Compilation failed in require at /usr/share/perl5/PVE/API2Tools.pm line 18, <DATA> line 960. BEGIN failed--compilation aborted at /usr/share/perl5/PVE/API2Tools.pm line 18, <DATA> line 960. Compilation failed in require at /usr/share/perl5/PVE/API2/APT.pm line 25, <DATA> line 960. BEGIN failed--compilation aborted at /usr/share/perl5/PVE/API2/APT.pm line 25, <DATA> line 960. Compilation failed in require at /usr/bin/pveversion line 7, <DATA> line 960. BEGIN failed--compilation aborted at /usr/bin/pveversion line 7, <DATA> line 960. [ERROR] in line 71: exit code 0: while executing command PVE_VER="$(pveversion | awk -F'/' '{print $2}' | awk -F'-' '{print $1}')"
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#9
No description provided.