linuxserver / docker-habridge

GNU General Public License v3.0
16 stars 11 forks source link

Container takes 400% CPU on Raspberry Pi4 (likely due to Alpine bug) #15

Closed thmang82 closed 2 years ago

thmang82 commented 3 years ago

linuxserver.io


Expected Behavior

docker should start the container and software run normally.

Current Behavior

Container takes 400% cpu load on Raspberry PI4

Issue seems to come from a bug in the time handling inside the latest Alpine Linux (see log output) Postgress container e.g. had also issues with this (log time years off and not healing itself, DB not starting)

Going back to linuxserver/habridge:arm32v7-version-v5.3.0 solves the issue. But this is no nice solution to stick to some old version.

Steps to Reproduce

Download the latest image and start it.

Environment

OS: Raspbian CPU architecture: arm32 How docker service was installed: Official Docker install script.

Command used to create docker container (run/create/compose/screenshot)

habridge: image: linuxserver/habridge container_name: habridge restart: always environment:

Docker logs

[cont-init.d] 10-adduser: exited 0. [cont-init.d] 30-config: executing... [cont-init.d] 30-config: exited 0. [cont-init.d] 99-custom-files: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-files: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. OpenJDK Zero VM warning: No monotonic clock was available - timed services may be adversely affected if the time-of-day clock changes 2067-02-05 00:22:32,000 [main] INFO com.bwssystems.HABridge.HABridge - HA Bridge startup sequence...

Log stopes at that point! Container hangs with consuming all the CPU!

github-actions[bot] commented 3 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

aptalca commented 3 years ago

post a full log

thmang82 commented 3 years ago

Full Log? The log is not any longer. Process hangs at 100% If you do not believe me, just start the container ...

Roxedus commented 3 years ago

A full log has our logo on the top.

github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.