[GH-ISSUE #451] deCONZ install process say - checksum mismatch / unable to create CT #95

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

Originally created by @N0TScrooge on GitHub (Nov 23, 2024).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/451

Please verify that you have read and understood the guidelines.

yes

A clear and concise description of the issue.

Two Attempts and both times
checksum mismatch

What settings are you currently utilizing?

  • Default Settings
  • Advanced Settings

Which Linux distribution are you employing?

Debian 12

If relevant, including screenshots or a code block can be helpful in clarifying the issue.

Using Advanced Settings
Using Distribution: debian
Using debian Version: 12
Using Container Type: 0
Using Root Password: ********
Container ID: 905197
Using Hostname: deconz
Using Disk Size: 4
Allocated Cores: 2
Allocated RAM: 1024
Using Bridge: vmbr0
Using IP Address: dhcp
Using Gateway IP Address: Default
Using APT-Cacher IP Address: Default
Disable IPv6: no
Using Interface MTU Size: Default
Using DNS Search Domain: Host
Using DNS Server IP Address: Host
Using Vlan: Default
Enable Root SSH Access: yes
Enable Verbose Mode: yes
Creating a deCONZ LXC using the above advanced settings
 ✓ Using local for Template Storage.
 ✓ Using local-lvm for Container Storage.
 ✓ Updated LXC Template List
 \checksum mismatch: got '6380325b78369288c00a830092111adb277bb41aa8a25a184193aa73a898d0fbee8752e1829c85d9279a4195d056f5b85835e6e2478299de7bf1416eb3f408dd' != expect '39f6d06e082d6a418438483da4f76092ebd0370a91bad30b82ab6d0f442234d63fe27a15569895e34d6d1e5ca50319f62637f7fb96b98dbde4f6103cf05bff6d'
 ✓ Downloaded LXC Template
 \unable to create CT 905197 - command 'mkfs.ext4 -O mmp -E 'root_owner=0:0' /dev/pve/vm-905197-disk-0' failed: exit code 1
 |bash: line 182: exit: A problem occured while trying to create container.: numeric argument required

Please provide detailed steps to reproduce the issue.

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

Originally created by @N0TScrooge on GitHub (Nov 23, 2024). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/451 ### Please verify that you have read and understood the guidelines. yes ### A clear and concise description of the issue. Two Attempts and both times checksum mismatch ### What settings are you currently utilizing? - [ ] Default Settings - [X] Advanced Settings ### Which Linux distribution are you employing? Debian 12 ### If relevant, including screenshots or a code block can be helpful in clarifying the issue. ``` Using Advanced Settings Using Distribution: debian Using debian Version: 12 Using Container Type: 0 Using Root Password: ******** Container ID: 905197 Using Hostname: deconz Using Disk Size: 4 Allocated Cores: 2 Allocated RAM: 1024 Using Bridge: vmbr0 Using IP Address: dhcp Using Gateway IP Address: Default Using APT-Cacher IP Address: Default Disable IPv6: no Using Interface MTU Size: Default Using DNS Search Domain: Host Using DNS Server IP Address: Host Using Vlan: Default Enable Root SSH Access: yes Enable Verbose Mode: yes Creating a deCONZ LXC using the above advanced settings ✓ Using local for Template Storage. ✓ Using local-lvm for Container Storage. ✓ Updated LXC Template List \checksum mismatch: got '6380325b78369288c00a830092111adb277bb41aa8a25a184193aa73a898d0fbee8752e1829c85d9279a4195d056f5b85835e6e2478299de7bf1416eb3f408dd' != expect '39f6d06e082d6a418438483da4f76092ebd0370a91bad30b82ab6d0f442234d63fe27a15569895e34d6d1e5ca50319f62637f7fb96b98dbde4f6103cf05bff6d' ✓ Downloaded LXC Template \unable to create CT 905197 - command 'mkfs.ext4 -O mmp -E 'root_owner=0:0' /dev/pve/vm-905197-disk-0' failed: exit code 1 |bash: line 182: exit: A problem occured while trying to create container.: numeric argument required ``` ### Please provide detailed steps to reproduce the issue. in proxmoxve shell bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/deconz.sh)"
kerem closed this issue 2026-02-26 12:44:23 +03:00
Author
Owner

@N0TScrooge commented on GitHub (Nov 23, 2024):

checksum error - low speed network connection!

changed the connection to the Internet but still

default setting

Using Default Settings
Using Distribution: debian
Using debian Version: 12
Using Container Type: 0
Using Root Password: Automatic Login
Using Container ID: 101
Using Hostname: deconz
Using Disk Size: 4GB
Allocated Cores 2
Allocated Ram 1024
Using Bridge: vmbr0
Using Static IP Address: dhcp
Using Gateway IP Address: Default
Using Apt-Cacher IP Address: Default
Disable IPv6: No
Using Interface MTU Size: Default
Using DNS Search Domain: Host
Using DNS Server Address: Host
Using MAC Address: Default
Using VLAN Tag: Default
Enable Root SSH Access: No
Enable Verbose Mode: No
Creating a deCONZ LXC using the above default settings
 ✓ Using local for Template Storage.
 ✓ Using local-lvm for Container Storage.
 ✓ Updated LXC Template List
 /unable to create CT 101 - command 'mkfs.ext4 -O mmp -E 'root_owner=0:0' /dev/pve/vm-101-disk-0' failed: exit code 1
bash: line 182: exit: A problem occured while trying to create container.: numeric argument required```
<!-- gh-comment-id:2495365983 --> @N0TScrooge commented on GitHub (Nov 23, 2024): checksum error - low speed network connection! changed the connection to the Internet but still default setting ``` Using Default Settings Using Distribution: debian Using debian Version: 12 Using Container Type: 0 Using Root Password: Automatic Login Using Container ID: 101 Using Hostname: deconz Using Disk Size: 4GB Allocated Cores 2 Allocated Ram 1024 Using Bridge: vmbr0 Using Static IP Address: dhcp Using Gateway IP Address: Default Using Apt-Cacher IP Address: Default Disable IPv6: No Using Interface MTU Size: Default Using DNS Search Domain: Host Using DNS Server Address: Host Using MAC Address: Default Using VLAN Tag: Default Enable Root SSH Access: No Enable Verbose Mode: No Creating a deCONZ LXC using the above default settings ✓ Using local for Template Storage. ✓ Using local-lvm for Container Storage. ✓ Updated LXC Template List /unable to create CT 101 - command 'mkfs.ext4 -O mmp -E 'root_owner=0:0' /dev/pve/vm-101-disk-0' failed: exit code 1 bash: line 182: exit: A problem occured while trying to create container.: numeric argument required```
Author
Owner

@MickLesk commented on GitHub (Dec 3, 2024):

Work fine for me:

image

The error what you post is an proxmox error. it cant be create an new LXC.
There are several possibilities where the problem is:

  1. no sudo rights
  2. hard disk full
  3. the Debian template file is broken (pveam update)
  4. your system is too old? Which Proxmox version?
  5. e2fsprogs is to old: apt update && apt install --only-upgrade e2fsprogs
<!-- gh-comment-id:2513739010 --> @MickLesk commented on GitHub (Dec 3, 2024): Work fine for me: ![image](https://github.com/user-attachments/assets/14706daa-b4c1-4130-8ba3-269c7e025c47) The error what you post is an proxmox error. it cant be create an new LXC. There are several possibilities where the problem is: 1. no sudo rights 2. hard disk full 3. the Debian template file is broken (pveam update) 4. your system is too old? Which Proxmox version? 5. e2fsprogs is to old: apt update && apt install --only-upgrade e2fsprogs
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#95
No description provided.