"GoAway" script fails setting up the LXC container #1695

Closed
opened 2026-02-05 01:59:03 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @mr-woodapple on GitHub (Sep 30, 2025).

Have you read and understood the above guidelines?

yes

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

GoAway

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

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/goaway.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

📈 Which Proxmox version are you on?

9.0.6

📝 Provide a clear and concise description of the issue.

The script starts just fine, checking/downloading the debian 13 image, but the fails on creating the LCX container. I can see the container briefly flashing in the list of nodes on the left.

The error that shows up on the shell during installation:
[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.

  1. Open the Proxmox VE shell (on the node).
  2. Copy-paste the link to the script, hit enter
  3. Select "Standard installation"

Paste the full error output (if available).

[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 @mr-woodapple on GitHub (Sep 30, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? GoAway ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/goaway.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 📈 Which Proxmox version are you on? 9.0.6 ### 📝 Provide a clear and concise description of the issue. The script starts just fine, checking/downloading the debian 13 image, but the fails on creating the LCX container. I can see the container briefly flashing in the list of nodes on the left. The error that shows up on the shell during installation: `[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. 1. Open the Proxmox VE shell (on the node). 2. Copy-paste the link to the script, hit enter 3. Select "Standard installation" ### ❌ Paste the full error output (if available). [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_
OVERLORD added the bug label 2026-02-05 01:59:03 +03:00
Author
Owner

@MickLesk commented on GitHub (Sep 30, 2025):

upgrade your System! Search next time for similar issues! Its an Debian 13 Package, so your pve-container need to be up2date

@MickLesk commented on GitHub (Sep 30, 2025): upgrade your System! Search next time for similar issues! Its an Debian 13 Package, so your pve-container need to be up2date
Author
Owner

@mr-woodapple commented on GitHub (Sep 30, 2025):

But my system is running debian 13…? Running cat /etc/debian_version returns 13.0, and my PVE is on 9.0.6. Am I missing something?

@mr-woodapple commented on GitHub (Sep 30, 2025): But my system is running debian 13…? Running `cat /etc/debian_version` returns 13.0, and my PVE is on 9.0.6. Am I missing something?
Author
Owner

@MickLesk commented on GitHub (Sep 30, 2025):

... the template is deb13, not the host is relevant. Proxmox has an Bug and say "unnsupported" version. You need to have your system up2date (pve-container )

@MickLesk commented on GitHub (Sep 30, 2025): ... the template is deb13, not the host is relevant. Proxmox has an Bug and say "unnsupported" version. You need to have your system up2date (pve-container )
Author
Owner

@mr-woodapple commented on GitHub (Sep 30, 2025):

Ahh, the pve-container explained it for me. Updating the pve node did the trick, thanks!

@mr-woodapple commented on GitHub (Sep 30, 2025): Ahh, the `pve-container` explained it for me. Updating the pve node did the trick, thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1695