[GH-ISSUE #8228] WireGuard script error #1761

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

Originally created by @MCosta99 on GitHub (Oct 9, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/8228

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

WireGuard

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/wireguard.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.0.3/025864202ebb6109 (running kernel: 6.14.8-2-pve)

📝 Provide a clear and concise description of the issue.

Script fails generating the container.
Tryed also with default settings (verbose) and same issue and output.

🔄 Steps to reproduce the issue.

Step1: execute command
Step2: advanced mode
Step3: setup root password, static ip address and default the rest.
Step4: error occures

Paste the full error output (if available).


| | / ()______ ____ ___ ______ / /
| | /| / / / / _ / __ / / / / __ / / __ /
| |/ |/ / / / / __/ /
/ / /
/ / /
/ / / / /
/ /
|
/|__/
/
/ ___/_
, /_
,
/_
,
/
/ _
,
/
/____/
🧩 Using Advanced Settings on node think1
🖥️ Operating System: debian
🌟 Version: 13
📦 Container Type: Unprivileged
🔐 Root Password: ********
🆔 Container ID: 101
🏠 Hostname: wireguard
💾 Disk Size: 4 GB
🧠 CPU Cores: 1
🛠️ RAM Size: 512 MiB
🌉 Bridge: vmbr0
📡 IPv4 Address: 10.10.10.3/24
🌐 Gateway IP Address: 10.10.10.1
📡 IPv6: SLAAC/AUTO
📡 APT-Cacher IP Address: Default
⚙️ Interface MTU Size: Default
🔍 DNS Search Domain: Host
📡 DNS Server IP Address: Host
🏷️ Vlan: Default
📡 Tags: community-script;network;vpn
🔑 Root SSH Access: no
🗂️ Enable FUSE Support: no
🔍 Verbose Mode: yes
🚀 Creating a Wireguard LXC using the above advanced settings
💡 Configuration file already exists at /opt/community-scripts/wireguard.conf
💡 Writing configuration to /opt/community-scripts/wireguard.conf
✔️ Storage local (Free: 52.6GB Used: 10.3GB) [Template]
✔️ Storage local-lvm (Free: 129.5GB Used: 8.5GB) [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 @MCosta99 on GitHub (Oct 9, 2025). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/8228 ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? WireGuard ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/wireguard.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 13 ### 📈 Which Proxmox version are you on? pve-manager/9.0.3/025864202ebb6109 (running kernel: 6.14.8-2-pve) ### 📝 Provide a clear and concise description of the issue. Script fails generating the container. Tryed also with default settings (verbose) and same issue and output. ### 🔄 Steps to reproduce the issue. Step1: execute command Step2: advanced mode Step3: setup root password, static ip address and default the rest. Step4: error occures ### ❌ Paste the full error output (if available). _ ___ __ | | / (_)_______ ____ ___ ______ __________/ / | | /| / / / ___/ _ \/ __ `/ / / / __ `/ ___/ __ / | |/ |/ / / / / __/ /_/ / /_/ / /_/ / / / /_/ / |__/|__/_/_/ \___/\__, /\__,_/\__,_/_/ \__,_/ /____/ 🧩 Using Advanced Settings on node think1 🖥️ Operating System: debian 🌟 Version: 13 📦 Container Type: Unprivileged 🔐 Root Password: ******** 🆔 Container ID: 101 🏠 Hostname: wireguard 💾 Disk Size: 4 GB 🧠 CPU Cores: 1 🛠️ RAM Size: 512 MiB 🌉 Bridge: vmbr0 📡 IPv4 Address: 10.10.10.3/24 🌐 Gateway IP Address: 10.10.10.1 📡 IPv6: SLAAC/AUTO 📡 APT-Cacher IP Address: Default ⚙️ Interface MTU Size: Default 🔍 DNS Search Domain: Host 📡 DNS Server IP Address: Host 🏷️ Vlan: Default 📡 Tags: community-script;network;vpn 🔑 Root SSH Access: no 🗂️ Enable FUSE Support: no 🔍 Verbose Mode: yes 🚀 Creating a Wireguard LXC using the above advanced settings 💡 Configuration file already exists at /opt/community-scripts/wireguard.conf 💡 Writing configuration to /opt/community-scripts/wireguard.conf ✔️ Storage local (Free: 52.6GB Used: 10.3GB) [Template] ✔️ Storage local-lvm (Free: 129.5GB Used: 8.5GB) [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_
Author
Owner

@MickLesk commented on GitHub (Oct 9, 2025):

#8216 next time use search function. Faster then the issue creation

<!-- gh-comment-id:3386825065 --> @MickLesk commented on GitHub (Oct 9, 2025): #8216 next time use search function. Faster then the issue creation
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#1761
No description provided.