checkmk fails to install with default options #303

Closed
opened 2026-02-04 17:51:37 +03:00 by OVERLORD · 7 comments
Owner

Originally created by @sellarsdev on GitHub (Jan 8, 2025).

Originally assigned to: @michelroegl-brunner on GitHub.

Have you read and understood the above guidelines?

yes

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

Checkmk LXC

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

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/checkmk.sh)"

📝 Provide a clear and concise description of the issue.

Default installer fails while installing checkmk

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/checkmk.sh)"

Choose Default

Paste the full error output (if available).

        __              __             __  
  _____/ /_  ___  _____/ /______ ___  / /__
 / ___/ __ \/ _ \/ ___/ //_/ __ `__ \/ //_/
/ /__/ / / /  __/ /__/ ,< / / / / / / ,<   
\___/_/ /_/\___/\___/_/|_/_/ /_/ /_/_/|_|  
                                           
  ⚙️  Using Default Settings on node fritz
  🖥️  Operating System: debian
  🌟  Version: 12
  📦  Container Type: Unprivileged
  💾  Disk Size: 4GB
  🧠  CPU Cores: 2
  🛠️  RAM Size: 2048MiB
  🆔  Container ID: 115
  🚀  Creating a checkmk LXC using the above default settings
  
 ⠋storage 'synology' is not online
 ⠋storage 'synology' is not online
  ✔️  Using local for Template Storage.
  ✔️  Using pve_ssd for Container Storage.
  ✔️  Updated LXC Template List
  ✔️  LXC Container 115 was successfully created.
  ✔️  Started LXC Container
bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
  ✔️  Set up Container OS
  ✔️  Network Connected: 192.168.178.100 
  ✔️  IPv4 Internet Connected
  ✖️  IPv6 Internet Not Connected
  ✔️  DNS Resolved github.com to 140.82.121.3
  ✔️  Updated Container OS
  ✔️  Installed Dependencies
 ⠼ Install Checkmk 
[ERROR] in line 26: exit code 0: while executing command wget -q https://download.checkmk.com/checkmk/${RELEASE}/check-mk-raw-${RELEASE}_0.bookworm_amd64.deb -O /opt/checkmk.deb

🖼️ Additional context (optional).

LXC is up and running, but checkmk install fails

Originally created by @sellarsdev on GitHub (Jan 8, 2025). Originally assigned to: @michelroegl-brunner on GitHub. ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Checkmk LXC ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/checkmk.sh)" ### 📝 Provide a clear and concise description of the issue. Default installer fails while installing checkmk ### ⚙️ What settings are you using? - [X] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/checkmk.sh)" Choose Default ### ❌ Paste the full error output (if available). ``` __ __ __ _____/ /_ ___ _____/ /______ ___ / /__ / ___/ __ \/ _ \/ ___/ //_/ __ `__ \/ //_/ / /__/ / / / __/ /__/ ,< / / / / / / ,< \___/_/ /_/\___/\___/_/|_/_/ /_/ /_/_/|_| ⚙️ Using Default Settings on node fritz 🖥️ Operating System: debian 🌟 Version: 12 📦 Container Type: Unprivileged 💾 Disk Size: 4GB 🧠 CPU Cores: 2 🛠️ RAM Size: 2048MiB 🆔 Container ID: 115 🚀 Creating a checkmk LXC using the above default settings ⠋storage 'synology' is not online ⠋storage 'synology' is not online ✔️ Using local for Template Storage. ✔️ Using pve_ssd for Container Storage. ✔️ Updated LXC Template List ✔️ LXC Container 115 was successfully created. ✔️ Started LXC Container bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) ✔️ Set up Container OS ✔️ Network Connected: 192.168.178.100 ✔️ IPv4 Internet Connected ✖️ IPv6 Internet Not Connected ✔️ DNS Resolved github.com to 140.82.121.3 ✔️ Updated Container OS ✔️ Installed Dependencies ⠼ Install Checkmk [ERROR] in line 26: exit code 0: while executing command wget -q https://download.checkmk.com/checkmk/${RELEASE}/check-mk-raw-${RELEASE}_0.bookworm_amd64.deb -O /opt/checkmk.deb ``` ### 🖼️ Additional context (optional). LXC is up and running, but checkmk install fails
OVERLORD added the bug label 2026-02-04 17:51:37 +03:00
Author
Owner

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

Work fine for me.

Check this Link: https://download.checkmk.com/checkmk/2.3.0/check-mk-raw-2.3.0_0.bookworm_amd64.deb

@MickLesk commented on GitHub (Jan 9, 2025): Work fine for me. Check this Link: https://download.checkmk.com/checkmk/2.3.0/check-mk-raw-2.3.0_0.bookworm_amd64.deb
Author
Owner

@TechJedi90 commented on GitHub (Jan 9, 2025):

I am also experiencing the exact same issue as the Original Poster

@TechJedi90 commented on GitHub (Jan 9, 2025): I am also experiencing the exact same issue as the Original Poster
Author
Owner

@michelroegl-brunner commented on GitHub (Jan 9, 2025):

Found a Bug with the version grep. It will be fixed when the PR gets merged.

@michelroegl-brunner commented on GitHub (Jan 9, 2025): Found a Bug with the version grep. It will be fixed when the PR gets merged.
Author
Owner

@michelroegl-brunner commented on GitHub (Jan 9, 2025):

merged.

@michelroegl-brunner commented on GitHub (Jan 9, 2025): merged.
Author
Owner

@TechJedi90 commented on GitHub (Jan 10, 2025):

Sorry i dont think that this has worked as i am still getting the error when running the script. I am using Advanced Options, Setting Debian 12 (Unprivileged) and then my custom network settings. Errors on "[ERROR] in line 26: exit code 0: while executing command wget -q https://download.checkmk.com/checkmk/${RELEASE}/check-mk-raw-${RELEASE}_0.bookworm_amd64.deb -O /opt/checkmk.deb"

@TechJedi90 commented on GitHub (Jan 10, 2025): Sorry i dont think that this has worked as i am still getting the error when running the script. I am using Advanced Options, Setting Debian 12 (Unprivileged) and then my custom network settings. Errors on "[ERROR] in line 26: exit code 0: while executing command wget -q https://download.checkmk.com/checkmk/${RELEASE}/check-mk-raw-${RELEASE}_0.bookworm_amd64.deb -O /opt/checkmk.deb"
Author
Owner

@sellarsdev commented on GitHub (Jan 10, 2025):

Yes i got the same Error as mentioned above: (default settings)

Proxmox 8.3.2

...
  ✔️  Set up Container OS
  ✔️  Network Connected: 192.168.178.152 
  ✔️  IPv4 Internet Connected
  ✖️  IPv6 Internet Not Connected
  ✔️  DNS Resolved github.com to 140.82.121.3
  ✔️  Updated Container OS
  ✔️  Installed Dependencies
 ⠙ Install Checkmk 
[ERROR] in line 26: exit code 0: while executing command wget -q https://download.checkmk.com/checkmk/${RELEASE}/check-mk-raw-${RELEASE}_0.bookworm_amd64.deb -O /opt/checkmk.deb
@sellarsdev commented on GitHub (Jan 10, 2025): Yes i got the same Error as mentioned above: (default settings) Proxmox 8.3.2 ``` ... ✔️ Set up Container OS ✔️ Network Connected: 192.168.178.152 ✔️ IPv4 Internet Connected ✖️ IPv6 Internet Not Connected ✔️ DNS Resolved github.com to 140.82.121.3 ✔️ Updated Container OS ✔️ Installed Dependencies ⠙ Install Checkmk [ERROR] in line 26: exit code 0: while executing command wget -q https://download.checkmk.com/checkmk/${RELEASE}/check-mk-raw-${RELEASE}_0.bookworm_amd64.deb -O /opt/checkmk.deb ```
Author
Owner

@michelroegl-brunner commented on GitHub (Jan 10, 2025):

Fixed.

@michelroegl-brunner commented on GitHub (Jan 10, 2025): Fixed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#303