issue with container creation for checkmk script #830

Closed
opened 2026-02-04 21:47:06 +03:00 by OVERLORD · 6 comments
Owner

Originally created by @laurentchades on GitHub (Apr 18, 2025).

Have you read and understood the above guidelines?

yes

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

checkmk

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

📝 Provide a clear and concise description of the issue.

default installation ends with the following error on proxmox 8.4.1

seems to be very similar to a previous issue that was marked as fixed (but still occurring)

🔄 Steps to reproduce the issue.

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

select default installation

Paste the full error output (if available).

[ERROR] in line 18: exit code 0: while executing command curl -fsSL "https://download.checkmk.com/checkmk/${RELEASE}/check-mk-raw-${RELEASE}_0.bookworm_amd64.deb" -o "/opt/checkmk.deb"
curl: (22) The requested URL returned error: 400
/dev/fd/63: line 72: SPINNER_PID: unbound variable

🖼️ Additional context (optional).

No response

Originally created by @laurentchades on GitHub (Apr 18, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? checkmk ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/checkmk.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 📝 Provide a clear and concise description of the issue. default installation ends with the following error on proxmox 8.4.1 seems to be very similar to a previous issue that was marked as fixed (but still occurring) ### 🔄 Steps to reproduce the issue. use the script : bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/checkmk.sh)" select default installation ### ❌ Paste the full error output (if available). [ERROR] in line 18: exit code 0: while executing command curl -fsSL "https://download.checkmk.com/checkmk/${RELEASE}/check-mk-raw-${RELEASE}_0.bookworm_amd64.deb" -o "/opt/checkmk.deb" curl: (22) The requested URL returned error: 400 /dev/fd/63: line 72: SPINNER_PID: unbound variable ### 🖼️ Additional context (optional). _No response_
OVERLORD added the not a script issue label 2026-02-04 21:47:06 +03:00
Author
Owner

@laurentchades commented on GitHub (Apr 18, 2025):

additional context info :
⚙️ Using Default Settings on node sandbox
🖥️ Operating System: debian
🌟 Version: 12
📦 Container Type: Unprivileged
💾 Disk Size: 6 GB
🧠 CPU Cores: 2
🛠️ RAM Size: 2048 MiB
🆔 Container ID: 100
🚀 Creating a checkmk LXC using the above default settings

✔️ Using local for Template Storage.
✔️ Using local-lvm for Container Storage.
✔️ Updated LXC Template List
✔️ LXC Template is ready to use.
✔️ LXC Container 100 was successfully created.
✔️ Started LXC Container
✔️ Set up Container OS
✔️ Network Connected: 10.1.14.52
✔️ IPv4 Internet Connected
✖️ IPv6 Internet Not Connected
✔️ DNS Resolved github.com to 140.82.121.3
✔️ Updated Container OS
✔️ Core dependencies installed
⠼curl: (22) The requested URL returned error: 404

@laurentchades commented on GitHub (Apr 18, 2025): additional context info : ⚙️ Using Default Settings on node sandbox 🖥️ Operating System: debian 🌟 Version: 12 📦 Container Type: Unprivileged 💾 Disk Size: 6 GB 🧠 CPU Cores: 2 🛠️ RAM Size: 2048 MiB 🆔 Container ID: 100 🚀 Creating a checkmk LXC using the above default settings ✔️ Using local for Template Storage. ✔️ Using local-lvm for Container Storage. ✔️ Updated LXC Template List ✔️ LXC Template is ready to use. ✔️ LXC Container 100 was successfully created. ✔️ Started LXC Container ✔️ Set up Container OS ✔️ Network Connected: 10.1.14.52 ✔️ IPv4 Internet Connected ✖️ IPv6 Internet Not Connected ✔️ DNS Resolved github.com to 140.82.121.3 ✔️ Updated Container OS ✔️ Core dependencies installed ⠼curl: (22) The requested URL returned error: 404
Author
Owner

@grebph commented on GitHub (Apr 18, 2025):

Same happened to me. Figured out that the download page of checkmk returns at the moment a http error 404 (not found).
Maybe the file server behind the downloads if offline because you are also not able to download older versions of checkmk.
Please note that this is only my personal information and expirience due to my research, I found no offical info from checkmk

@grebph commented on GitHub (Apr 18, 2025): Same happened to me. Figured out that the download page of checkmk returns at the moment a http error 404 (not found). Maybe the file server behind the downloads if offline because you are also not able to download older versions of checkmk. Please note that this is only my personal information and expirience due to my research, I found no offical info from checkmk
Author
Owner

@Chuaser commented on GitHub (Apr 19, 2025):

same error.,.

@Chuaser commented on GitHub (Apr 19, 2025): same error.,.
Author
Owner

@TheBToby commented on GitHub (Apr 19, 2025):

confirmed. same error here

@TheBToby commented on GitHub (Apr 19, 2025): confirmed. same error here
Author
Owner

@tremor021 commented on GitHub (Apr 19, 2025):

Not a script issue. Installation package is missing from the website.

@tremor021 commented on GitHub (Apr 19, 2025): Not a script issue. Installation package is missing from the website.
Author
Owner

@TheBToby commented on GitHub (Apr 19, 2025):

@tremor021 Agree. The package is online again and the installation worked fine. THX

@TheBToby commented on GitHub (Apr 19, 2025): @tremor021 Agree. The package is online again and the installation worked fine. THX
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#830