HMIPServer crashes/hangs during startup after upgrading container from raspberrymatic #3577
-
Describe the issue you are experiencingI switched the image of my Raspberrymatic's docker container from Describe the behavior you expectedMy expectation was that the change of image would be as smooth as an Raspberrymatic updates, with everything working as before - or even better. Steps to reproduce the issue
What is the version this bug report is based on?3.85.7.20260131 Which base platform are you running?rpi3 (RaspberryPi3, ARM64/aarch64) Which HomeMatic/homematicIP radio module are you using?RPI-RF-MOD Anything in the logs that might be useful for us?The container seems to hang at the step that'd start ccu | Starting udevd: OK
ccu | Identifying host system: Raspberry Pi 3 Model B Rev 1.2 (oci), OK
ccu | Initializing RTC Clock: rx8130, OK
ccu | Running sysctl: OK
ccu | Checking for UserFS Resize: not required
ccu | Checking for Factory Reset: not required
ccu | Checking for Backup Restore: not required
ccu | Running seedrng: OK
ccu | Initializing System: OK
ccu | Setup ca-certificates: OK
ccu | Starting logging: OK
ccu | Init onboard LEDs: init, OK
ccu | Starting network: eth0: link up, fixed, firewall, inet up, 10.0.8.2, OK
ccu | Identifying Homematic RF-Hardware: ....HmRF: RPI-RF-MOD/GPIO@3f201000.serial, HmIP: RPI-RF-MOD/GPIO@3f201000.serial, OK
ccu | Updating Homematic RF-Hardware: RPI-RF-MOD: 4.4.22, not necessary, OK
ccu | Starting hs485dLoader: disabled
ccu | Starting xinetd: OK
ccu | Starting eq3configd: OK
ccu | Starting lighttpd: OK
ccu | Starting ser2net: disabled
ccu | Starting ssdpd: OK
ccu | Starting sshd: OK
ccu | Starting NUT services: disabled
ccu | Initializing Third-Party Addons: OK
ccu | Starting LGWFirmwareUpdate: not required
ccu | Setting LAN Gateway keys: not required
ccu | Starting hs485d: disabled
ccu | Starting multimacd: ...OK
ccu | Starting rfd: ..OKPeeking into the container, I find the following error in I also tried updating Switching back to I also verified that … and also made double-sure by uninstalling and reinstalling it via: dkms uninstall pivccu/1.0.85 -k $(uname -r)
dkms install pivccu/1.0.85 -k $(uname -r)… followed by a reboot. But the result was exactly the same. Additional informationNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Please make sure to update your pivccu kernel module dependencies to 1.0.88 and this issue should vanish. See: #3498 |
Beta Was this translation helpful? Give feedback.
-
|
Thanks, updating Thanks for your help and all your work. |
Beta Was this translation helpful? Give feedback.
Please make sure to update your pivccu kernel module dependencies to 1.0.88 and this issue should vanish.
See: #3498