home-assistant / operating-system

:beginner: Home Assistant Operating System
Apache License 2.0
5.01k stars 981 forks source link

HAOS 11.0 Fresh Install - HACS memory crash cycle within seconds #2862

Closed ascoarchitect closed 9 months ago

ascoarchitect commented 1 year ago

Describe the issue you are experiencing

I've installed a fresh copy of HAOS on a generic-x86-64 device which has previously run HAOS and HACS successfully without issue on a previous version. Having installed HACS using the standard terminal approach I've noticed that I get a significant memory leak issue with only one add-on installed (ThinQ). Even when I remove this add-on from HAOS, the memory leak cycle remains (yes, after reboot also). The leak occurs so quickly that it's barely enough time to open a browser window to get into HACS to disable. I ran top from the terminal, and it's clearly showing a python3 crash every 30-45 seconds and the memory spikes almost immediately after the HACS add-on starts.

Having temporarily removed HACS from the add-ons, everything has returned to normal holding at 9-10% RAM usage.

What operating system image do you use?

generic-x86-64 (Generic UEFI capable x86-64 systems)

What version of Home Assistant Operating System is installed?

11.0

Did you upgrade the Operating System.

Yes

Steps to reproduce the issue

  1. Install HACS
  2. Install ThinQ add-on
  3. Open top on the terminal
  4. Remove ThinQ add-on
  5. Reboot
  6. Open top on the terminal to verify still memory leaking

Anything in the Supervisor logs that might be useful for us?

23-10-24 21:35:07 INFO (SyncWorker_1) [supervisor.docker.manager] Starting homeassistant
23-10-24 21:35:08 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
23-10-24 21:35:10 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
23-10-24 21:35:10 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
23-10-24 21:35:11 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
23-10-24 21:35:11 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/esphome/home-assistant-addon repository
23-10-24 21:35:11 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/hassio-addons/repository repository
23-10-24 21:35:11 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/home-assistant/addons repository
23-10-24 21:35:12 INFO (MainThread) [supervisor.store] Loading add-ons from store: 72 all - 0 new - 0 remove
23-10-24 21:35:12 INFO (MainThread) [supervisor.store] Loading add-ons from store: 72 all - 0 new - 0 remove
23-10-24 21:35:28 INFO (MainThread) [supervisor.homeassistant.core] Detect a running Home Assistant instance
23-10-24 21:36:13 WARNING (MainThread) [supervisor.homeassistant.websocket] Connection is closed
23-10-24 21:36:18 WARNING (MainThread) [supervisor.homeassistant.core] Watchdog found Home Assistant failed, restarting...
23-10-24 21:36:18 INFO (SyncWorker_5) [supervisor.docker.manager] Starting homeassistant
23-10-24 21:36:18 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
23-10-24 21:36:20 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
23-10-24 21:36:20 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
23-10-24 21:36:21 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
23-10-24 21:36:21 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/esphome/home-assistant-addon repository
23-10-24 21:36:21 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/hassio-addons/repository repository
23-10-24 21:36:21 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/home-assistant/addons repository
23-10-24 21:36:22 INFO (MainThread) [supervisor.store] Loading add-ons from store: 72 all - 0 new - 0 remove
23-10-24 21:36:22 INFO (MainThread) [supervisor.store] Loading add-ons from store: 72 all - 0 new - 0 remove
23-10-24 21:36:38 INFO (MainThread) [supervisor.homeassistant.core] Detect a running Home Assistant instance
23-10-24 21:37:25 WARNING (MainThread) [supervisor.homeassistant.websocket] Connection is closed
23-10-24 21:37:30 WARNING (MainThread) [supervisor.homeassistant.core] Watchdog found Home Assistant failed, restarting...
23-10-24 21:37:30 INFO (SyncWorker_2) [supervisor.docker.manager] Starting homeassistant
23-10-24 21:37:30 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
23-10-24 21:37:32 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
23-10-24 21:37:33 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
23-10-24 21:37:34 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
23-10-24 21:37:34 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/esphome/home-assistant-addon repository
23-10-24 21:37:34 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/hassio-addons/repository repository
23-10-24 21:37:34 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/home-assistant/addons repository
23-10-24 21:37:35 INFO (MainThread) [supervisor.store] Loading add-ons from store: 72 all - 0 new - 0 remove
23-10-24 21:37:35 INFO (MainThread) [supervisor.store] Loading add-ons from store: 72 all - 0 new - 0 remove
23-10-24 21:37:38 WARNING (MainThread) [supervisor.misc.tasks] Watchdog miss API response from Home Assistant

23-10-24 21:38:13 ERROR (MainThread) [supervisor.homeassistant.api] Error on call http://172.30.32.1:8123/api/core/state: [Errno 104] Connection reset by peer
23-10-24 21:38:17 WARNING (MainThread) [supervisor.homeassistant.core] Watchdog found Home Assistant failed, restarting...
23-10-24 21:38:17 ERROR (MainThread) [supervisor.homeassistant.core] Watchdog restart of Home Assistant failed!
23-10-24 21:38:18 ERROR (MainThread) [supervisor.homeassistant.core] Home Assistant has crashed!
23-10-24 21:38:18 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning homeassistant application
23-10-24 21:38:18 INFO (MainThread) [supervisor.homeassistant.module] Update pulse/client.config: /data/tmp/homeassistant_pulse
23-10-24 21:38:18 INFO (MainThread) [supervisor.docker.homeassistant] Starting Home Assistant ghcr.io/home-assistant/generic-x86-64-homeassistant with version 2023.10.5
23-10-24 21:38:18 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
23-10-24 21:38:21 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
23-10-24 21:38:21 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
23-10-24 21:38:22 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
23-10-24 21:38:22 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/esphome/home-assistant-addon repository
23-10-24 21:38:22 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/hassio-addons/repository repository
23-10-24 21:38:22 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/home-assistant/addons repository
23-10-24 21:38:23 INFO (MainThread) [supervisor.store] Loading add-ons from store: 72 all - 0 new - 0 remove
23-10-24 21:38:23 INFO (MainThread) [supervisor.store] Loading add-ons from store: 72 all - 0 new - 0 remove
23-10-24 21:38:39 INFO (MainThread) [supervisor.homeassistant.core] Detect a running Home Assistant instance
23-10-24 21:39:14 WARNING (MainThread) [supervisor.homeassistant.websocket] Connection is closed
23-10-24 21:39:19 WARNING (MainThread) [supervisor.homeassistant.core] Watchdog found Home Assistant failed, restarting...
23-10-24 21:39:19 INFO (SyncWorker_4) [supervisor.docker.manager] Starting homeassistant
23-10-24 21:39:19 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
23-10-24 21:39:21 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
23-10-24 21:39:22 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
23-10-24 21:39:23 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
23-10-24 21:39:23 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/esphome/home-assistant-addon repository
23-10-24 21:39:23 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/hassio-addons/repository repository
23-10-24 21:39:23 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/home-assistant/addons repository
23-10-24 21:39:24 INFO (MainThread) [supervisor.store] Loading add-ons from store: 72 all - 0 new - 0 remove
23-10-24 21:39:24 INFO (MainThread) [supervisor.store] Loading add-ons from store: 72 all - 0 new - 0 remove
23-10-24 21:40:08 ERROR (MainThread) [supervisor.homeassistant.api] Error on call http://172.30.32.1:8123/api/core/state: 
23-10-24 21:40:08 ERROR (MainThread) [supervisor.misc.tasks] Watchdog found a problem with Home Assistant API!
23-10-24 21:40:08 ERROR (MainThread) [supervisor.misc.tasks] Home Assistant watchdog reanimation failed!
23-10-24 21:40:10 ERROR (MainThread) [supervisor.homeassistant.api] Error on call http://172.30.32.1:8123/api/core/state: 
23-10-24 21:40:16 WARNING (MainThread) [supervisor.homeassistant.core] Watchdog found Home Assistant failed, restarting...
23-10-24 21:40:16 ERROR (MainThread) [supervisor.homeassistant.core] Watchdog restart of Home Assistant failed!
23-10-24 21:40:20 ERROR (MainThread) [supervisor.homeassistant.core] Home Assistant has crashed!
23-10-24 21:40:20 INFO (SyncWorker_6) [supervisor.docker.manager] Cleaning homeassistant application
23-10-24 21:40:20 INFO (MainThread) [supervisor.homeassistant.module] Update pulse/client.config: /data/tmp/homeassistant_pulse
23-10-24 21:40:20 INFO (MainThread) [supervisor.docker.homeassistant] Starting Home Assistant ghcr.io/home-assistant/generic-x86-64-homeassistant with version 2023.10.5
23-10-24 21:40:20 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
23-10-24 21:40:23 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
23-10-24 21:40:23 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
23-10-24 21:40:24 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
23-10-24 21:40:24 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/esphome/home-assistant-addon repository
23-10-24 21:40:24 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/hassio-addons/repository repository
23-10-24 21:40:24 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/home-assistant/addons repository
23-10-24 21:40:25 INFO (MainThread) [supervisor.store] Loading add-ons from store: 72 all - 0 new - 0 remove
23-10-24 21:40:25 INFO (MainThread) [supervisor.store] Loading add-ons from store: 72 all - 0 new - 0 remove
23-10-24 21:40:41 INFO (MainThread) [supervisor.homeassistant.core] Detect a running Home Assistant instance
23-10-24 21:42:24 INFO (SyncWorker_1) [supervisor.docker.manager] Restarting homeassistant
23-10-24 21:42:33 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
23-10-24 21:42:34 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
23-10-24 21:42:34 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
23-10-24 21:42:35 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
23-10-24 21:42:35 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/esphome/home-assistant-addon repository
23-10-24 21:42:35 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/hassio-addons/repository repository
23-10-24 21:42:35 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/home-assistant/addons repository
23-10-24 21:42:35 INFO (MainThread) [supervisor.store] Loading add-ons from store: 72 all - 0 new - 0 remove
23-10-24 21:42:35 INFO (MainThread) [supervisor.store] Loading add-ons from store: 72 all - 0 new - 0 remove
23-10-24 21:42:48 INFO (MainThread) [supervisor.homeassistant.core] Detect a running Home Assistant instance

Anything in the Host logs that might be useful for us?

Oct 24 20:40:11 homeassistant kernel: [   2072]     0  2072     1520        0    45056      127             0 udevadm
Oct 24 20:40:11 homeassistant kernel: [   2089]     0  2089   367371       86   221184      756          -998 containerd-shim
Oct 24 20:40:11 homeassistant kernel: [   2110]     0  2110       52        2    28672        4           200 s6-svscan
Oct 24 20:40:11 homeassistant kernel: [   2134]     0  2134       53        2    28672        3           200 s6-supervise
Oct 24 20:40:11 homeassistant kernel: [   2136]     0  2136       50        0    24576        2           200 s6-linux-init-s
Oct 24 20:40:11 homeassistant kernel: [   2143]     0  2143       53        2    28672        3           200 s6-supervise
Oct 24 20:40:11 homeassistant kernel: [   2144]     0  2144       53        2    28672        4           200 s6-supervise
Oct 24 20:40:11 homeassistant kernel: [   2145]     0  2145       53        2    28672        3           200 s6-supervise
Oct 24 20:40:11 homeassistant kernel: [   2153]     0  2153       47        0    24576        2           200 s6-ipcserverd
Oct 24 20:40:11 homeassistant kernel: [   2181]     0  2181   367419      213   217088      655          -998 containerd-shim
Oct 24 20:40:11 homeassistant kernel: [   2204]     0  2204       52        1    28672        5           200 s6-svscan
Oct 24 20:40:11 homeassistant kernel: [   2228]     0  2228       53        1    28672        3           200 s6-supervise
Oct 24 20:40:11 homeassistant kernel: [   2232]     0  2232       50        0    24576        2           200 s6-linux-init-s
Oct 24 20:40:11 homeassistant kernel: [   2240]     0  2240       53        1    28672        4           200 s6-supervise
Oct 24 20:40:11 homeassistant kernel: [   2241]     0  2241       53        1    28672        4           200 s6-supervise
Oct 24 20:40:11 homeassistant kernel: [   2249]     0  2249       47        0    24576        3           200 s6-ipcserverd
Oct 24 20:40:11 homeassistant kernel: [   2282]     0  2282   367355      522   225280      444          -998 containerd-shim
Oct 24 20:40:11 homeassistant kernel: [   2310]     0  2310       52        2    28672        5           200 s6-svscan
Oct 24 20:40:11 homeassistant kernel: [   2372]     0  2372       53        2    28672        4           200 s6-supervise
Oct 24 20:40:11 homeassistant kernel: [   2374]     0  2374       50        0    28672        3           200 s6-linux-init-s
Oct 24 20:40:11 homeassistant kernel: [   2386]     0  2386       53        2    24576        3           200 s6-supervise
Oct 24 20:40:11 homeassistant kernel: [   2387]     0  2387       53        2    24576        3           200 s6-supervise
Oct 24 20:40:11 homeassistant kernel: [   2388]     0  2388       53        2    28672        4           200 s6-supervise
Oct 24 20:40:11 homeassistant kernel: [   2399]     0  2399       47        0    24576        2           200 s6-ipcserverd
Oct 24 20:40:11 homeassistant kernel: [   2533]     0  2533   100276      760   278528    13134           200 matter-server
Oct 24 20:40:11 homeassistant kernel: [   2608]     0  2608       53        1    28672        5           200 s6-supervise
Oct 24 20:40:11 homeassistant kernel: [   2610]     0  2610       53        1    28672        5           200 s6-supervise
Oct 24 20:40:11 homeassistant kernel: [   2611]     0  2611     6305      148    90112      416           200 nmbd
Oct 24 20:40:11 homeassistant kernel: [   2612]     0  2612     8706        0   110592      593           200 smbd
Oct 24 20:40:11 homeassistant kernel: [   2955]     0  2955   180375        0  1581056     6486           200 node
Oct 24 20:40:11 homeassistant kernel: [   3037]     0  3037   164059      760  1642496     5944           200 node
Oct 24 20:40:11 homeassistant kernel: [   3231]     0  3231     8283       14   106496      580           200 smbd-notifyd
Oct 24 20:40:11 homeassistant kernel: [   3232]     0  3232     8281        0   102400      596           200 cleanupd
Oct 24 20:40:11 homeassistant kernel: [   3755]     0  3755     1003        1    49152       35             0 hassos-cli
Oct 24 20:40:11 homeassistant kernel: [   3766]     0  3766   349944      516   221184      819             0 docker
Oct 24 20:40:11 homeassistant kernel: [   3785]     0  3785      591        0    45056       62             0 cli.sh
Oct 24 20:40:11 homeassistant kernel: [   3796]     0  3796      469        0    36864      110             0 rlwrap
Oct 24 20:40:11 homeassistant kernel: [   3797]     0  3797      402        0    40960       11             0 cat
Oct 24 20:40:11 homeassistant kernel: [   3798]     0  3798     1096        2    45056       74             0 login
Oct 24 20:40:11 homeassistant kernel: [   3799]     0  3799     1003        3    49152       39             0 sh
Oct 24 20:40:11 homeassistant kernel: [   4685]     0  4685     1266      335    49152       35             0 top
Oct 24 20:40:11 homeassistant kernel: [   5159]     0  5159      400        0    40960       12          -300 sleep
Oct 24 20:40:11 homeassistant kernel: [   5699]     0  5699   367355        0   225280      959          -998 containerd-shim
Oct 24 20:40:11 homeassistant kernel: [   5719]     0  5719       52        5    28672        0          -300 s6-svscan
Oct 24 20:40:11 homeassistant kernel: [   5740]     0  5740       53        5    28672        0          -300 s6-supervise
Oct 24 20:40:11 homeassistant kernel: [   5742]     0  5742       50        1    24576        0          -300 s6-linux-init-s
Oct 24 20:40:11 homeassistant kernel: [   5749]     0  5749       53        6    28672        0          -300 s6-supervise
Oct 24 20:40:11 homeassistant kernel: [   5750]     0  5750       53        4    28672        0          -300 s6-supervise
Oct 24 20:40:11 homeassistant kernel: [   5758]     0  5758       47        1    24576        0          -300 s6-ipcserverd
Oct 24 20:40:11 homeassistant kernel: [   5789]     0  5789       53        6    28672        0          -300 s6-supervise
Oct 24 20:40:11 homeassistant kernel: [   5791]     0  5791  2789043  1568029 18358272   592914          -300 python3
Oct 24 20:40:11 homeassistant kernel: oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=/,mems_allowed=0,global_oom,task_memcg=/system.slice/docker-47f5b32c0ed04d8fd857fb548bddf15c17e5cbd4c8db9654f0f054f18dbc6ab5.scope,task=python3,pid=5791,uid=0
Oct 24 20:40:11 homeassistant kernel: Out of memory: Killed process 5791 (python3) total-vm:11156172kB, anon-rss:6269872kB, file-rss:2244kB, shmem-rss:0kB, UID:0 pgtables:17928kB oom_score_adj:-300
Oct 24 20:40:11 homeassistant kernel: Purging GPU memory, 0 pages freed, 0 pages still pinned, 1 pages left available.
Oct 24 20:40:11 homeassistant systemd[1]: docker-47f5b32c0ed04d8fd857fb548bddf15c17e5cbd4c8db9654f0f054f18dbc6ab5.scope: A process of this unit has been killed by the OOM killer.
Oct 24 20:40:16 homeassistant systemd[1]: docker-47f5b32c0ed04d8fd857fb548bddf15c17e5cbd4c8db9654f0f054f18dbc6ab5.scope: Deactivated successfully.
Oct 24 20:40:16 homeassistant systemd[1]: docker-47f5b32c0ed04d8fd857fb548bddf15c17e5cbd4c8db9654f0f054f18dbc6ab5.scope: Consumed 43.184s CPU time.
Oct 24 20:40:16 homeassistant kernel: kauditd_printk_skb: 2 callbacks suppressed
Oct 24 20:40:16 homeassistant kernel: audit: type=1334 audit(1698180016.750:267): prog-id=83 op=UNLOAD
Oct 24 20:40:16 homeassistant dockerd[547]: time="2023-10-24T20:40:16.770539902Z" level=info msg="ignoring event" container=47f5b32c0ed04d8fd857fb548bddf15c17e5cbd4c8db9654f0f054f18dbc6ab5 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Oct 24 20:40:16 homeassistant systemd[1]: var-lib-docker-overlay2-d04f266ee400befe00a04d1a0db67a1b607891469d08f28de73ba992ddcb4127-merged.mount: Deactivated successfully.
Oct 24 20:40:16 homeassistant systemd[1]: mnt-data-docker-overlay2-d04f266ee400befe00a04d1a0db67a1b607891469d08f28de73ba992ddcb4127-merged.mount: Deactivated successfully.
Oct 24 20:40:20 homeassistant systemd[1]: var-lib-docker-overlay2-95494d3d9da211dd0f5c3dc2ce89e6a537c5e187876fb4a95c75801d29957ed1\x2dinit-merged.mount: Deactivated successfully.
Oct 24 20:40:20 homeassistant systemd[1]: mnt-data-docker-overlay2-95494d3d9da211dd0f5c3dc2ce89e6a537c5e187876fb4a95c75801d29957ed1\x2dinit-merged.mount: Deactivated successfully.
Oct 24 20:40:20 homeassistant systemd[1]: Started libcontainer container d8a0a7339e0c23576b9b7c2a184ef271ced9704a1c8bd137ff751e6db36fca6a.
Oct 24 20:40:20 homeassistant kernel: audit: type=1334 audit(1698180020.820:268): prog-id=84 op=LOAD
Oct 24 20:40:20 homeassistant kernel: audit: type=1300 audit(1698180020.820:268): arch=c000003e syscall=321 success=yes exit=15 a0=5 a1=c00018d7f8 a2=78 a3=0 items=0 ppid=6148 pid=6158 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
Oct 24 20:40:20 homeassistant kernel: audit: type=1327 audit(1698180020.820:268): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F64386130613733333965306332333537366239623763326131
Oct 24 20:40:20 homeassistant kernel: audit: type=1334 audit(1698180020.820:269): prog-id=85 op=LOAD
Oct 24 20:40:20 homeassistant kernel: audit: type=1300 audit(1698180020.820:269): arch=c000003e syscall=321 success=yes exit=17 a0=5 a1=c00018d590 a2=78 a3=0 items=0 ppid=6148 pid=6158 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
Oct 24 20:40:20 homeassistant kernel: audit: type=1327 audit(1698180020.820:269): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F64386130613733333965306332333537366239623763326131
Oct 24 20:40:20 homeassistant kernel: audit: type=1334 audit(1698180020.820:270): prog-id=85 op=UNLOAD
Oct 24 20:40:20 homeassistant kernel: audit: type=1334 audit(1698180020.820:271): prog-id=84 op=UNLOAD
Oct 24 20:40:20 homeassistant kernel: audit: type=1334 audit(1698180020.820:272): prog-id=86 op=LOAD
Oct 24 20:42:32 homeassistant systemd[1]: docker-d8a0a7339e0c23576b9b7c2a184ef271ced9704a1c8bd137ff751e6db36fca6a.scope: Deactivated successfully.
Oct 24 20:42:32 homeassistant systemd[1]: docker-d8a0a7339e0c23576b9b7c2a184ef271ced9704a1c8bd137ff751e6db36fca6a.scope: Consumed 12.848s CPU time.
Oct 24 20:42:32 homeassistant dockerd[547]: time="2023-10-24T20:42:32.967006973Z" level=info msg="ignoring event" container=d8a0a7339e0c23576b9b7c2a184ef271ced9704a1c8bd137ff751e6db36fca6a module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Oct 24 20:42:33 homeassistant systemd[1]: Started libcontainer container d8a0a7339e0c23576b9b7c2a184ef271ced9704a1c8bd137ff751e6db36fca6a.
Oct 24 20:42:33 homeassistant kernel: kauditd_printk_skb: 2 callbacks suppressed
Oct 24 20:42:33 homeassistant kernel: audit: type=1334 audit(1698180153.064:273): prog-id=87 op=LOAD
Oct 24 20:42:33 homeassistant kernel: audit: type=1300 audit(1698180153.064:273): arch=c000003e syscall=321 success=yes exit=15 a0=5 a1=c00018d7f8 a2=78 a3=0 items=0 ppid=6643 pid=6652 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
Oct 24 20:42:33 homeassistant kernel: audit: type=1327 audit(1698180153.064:273): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F64386130613733333965306332333537366239623763326131
Oct 24 20:42:33 homeassistant kernel: audit: type=1334 audit(1698180153.065:274): prog-id=88 op=LOAD
Oct 24 20:42:33 homeassistant kernel: audit: type=1300 audit(1698180153.065:274): arch=c000003e syscall=321 success=yes exit=17 a0=5 a1=c00018d590 a2=78 a3=0 items=0 ppid=6643 pid=6652 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
Oct 24 20:42:33 homeassistant kernel: audit: type=1327 audit(1698180153.065:274): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F64386130613733333965306332333537366239623763326131
Oct 24 20:42:33 homeassistant kernel: audit: type=1334 audit(1698180153.065:275): prog-id=88 op=UNLOAD
Oct 24 20:42:33 homeassistant kernel: audit: type=1334 audit(1698180153.065:276): prog-id=87 op=UNLOAD
Oct 24 20:42:33 homeassistant kernel: audit: type=1334 audit(1698180153.065:277): prog-id=89 op=LOAD
Oct 24 20:42:33 homeassistant kernel: audit: type=1300 audit(1698180153.065:277): arch=c000003e syscall=321 success=yes exit=15 a0=5 a1=c00018da50 a2=78 a3=0 items=0 ppid=6643 pid=6652 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="runc" exe="/usr/bin/runc" subj=unconfined key=(null)
Oct 24 20:42:39 homeassistant dockerd[547]: time="2023-10-24T20:42:39.179791798Z" level=error msg="[resolver] failed to query DNS server: 188.172.144.120:53, query: ;github.com.\tIN\t AAAA" error="read udp 172.30.232.2:57138->188.172.144.120:53: i/o timeout"
Oct 24 20:44:21 homeassistant kernel: kauditd_printk_skb: 1 callbacks suppressed
Oct 24 20:44:21 homeassistant kernel: audit: type=1334 audit(1698180261.814:278): prog-id=86 op=UNLOAD
Oct 24 20:47:59 homeassistant systemd[1]: Starting Cleanup of Temporary Directories...
Oct 24 20:47:59 homeassistant systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
Oct 24 20:47:59 homeassistant systemd[1]: Finished Cleanup of Temporary Directories.
Oct 24 20:47:59 homeassistant systemd[1]: run-credentials-systemd\x2dtmpfiles\x2dclean.service.mount: Deactivated successfully.
Oct 24 20:52:29 homeassistant kernel: audit: type=1334 audit(1698180749.323:279): prog-id=90 op=LOAD
Oct 24 20:52:29 homeassistant systemd-timesyncd[1198]: Network configuration changed, trying to establish connection.
Oct 24 20:52:29 homeassistant systemd-timesyncd[1198]: Contacted time server 192.168.4.1:123 (192.168.4.1).
Oct 24 20:52:29 homeassistant systemd[1]: Started Journal Gateway Service.
Oct 24 20:52:29 homeassistant systemd-journal-gatewayd[7568]: microhttpd: MHD_OPTION_EXTERNAL_LOGGER is not the first option specified for the daemon. Some messages may be printed by the standard MHD logger.

System information

System Information

version core-2023.10.5
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.11.5
os_name Linux
os_version 6.1.56
arch x86_64
timezone Europe/London
config_dir /config
Home Assistant Cloud logged_in | true -- | -- subscription_expiration | 24 November 2023 at 00:00 relayer_connected | true relayer_region | eu-central-1 remote_enabled | true remote_connected | true alexa_enabled | true google_enabled | true remote_server | eu-central-1-12.ui.nabu.casa certificate_status | ready can_reach_cert_server | ok can_reach_cloud_auth | ok can_reach_cloud | ok
Home Assistant Supervisor host_os | Home Assistant OS 11.0 -- | -- update_channel | stable supervisor_version | supervisor-2023.10.0 agent_version | 1.6.0 docker_version | 24.0.6 disk_total | 109.3 GB disk_used | 6.7 GB healthy | true supported | true board | generic-x86-64 supervisor_api | ok version_api | ok installed_addons | Matter Server (4.9.0), Samba share (10.0.2), Studio Code Server (5.13.0), CEC Scanner (3.0)
Dashboards dashboards | 1 -- | -- resources | 0 mode | auto-gen
Recorder oldest_recorder_run | 24 October 2023 at 17:21 -- | -- current_recorder_run | 24 October 2023 at 21:42 estimated_db_size | 1.41 MiB database_engine | sqlite database_version | 3.41.2

Additional information

No response

agners commented 1 year ago

To me it seems unlikely that this is an issue caused by Home Assistant OS. Do you suspect that the new Home Assistant OS release 11.0 is at fault?

If so, you can try ha os update --version 10.5 to downgrade and see if that resolves it for you.

Otherwise I think you should report this to the HACS developers.

github-actions[bot] commented 9 months ago

There hasn't been any activity on this issue recently. To keep our backlog manageable we have to clean old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant OS version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.