Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When upgrading anything higher than 12.2 Bluetooth stops working #3546

Open
ovflowd opened this issue Aug 20, 2024 · 7 comments
Open

When upgrading anything higher than 12.2 Bluetooth stops working #3546

ovflowd opened this issue Aug 20, 2024 · 7 comments
Labels

Comments

@ovflowd
Copy link

ovflowd commented Aug 20, 2024

Describe the issue you are experiencing

When upgrading to any version greater than 12.2 for ha os, Home Assistant will report that no Bluetooth Adapters were found. Downgrading with ha os 12.2 fixes the issue.

What operating system image do you use?

rpi5-64 (Raspberry Pi 5 64-bit OS)

What version of Home Assistant Operating System is installed?

12.2

Did the problem occur after upgrading the Operating System?

Yes

Hardware details

Nothing plugged in or modified on Raspberry Pi

Steps to reproduce the issue

  1. Upgrade HA OS

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

/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp1_1.py:57: SyntaxWarning: invalid escape sequence '\w'
  _STRING = "\w\.\-,\(\)@\#"
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_2.py:52: SyntaxWarning: invalid escape sequence '\d'
  _VALUE_PATTERN = "^([\d\w\._\-~%]+)$"
/usr/local/lib/python3.12/site-packages/cpe/cpe2_3_fs.py:97: SyntaxWarning: invalid escape sequence '\:'
  _parts_pattern = "^cpe:2.3:{0}\:{1}\:{2}\:{3}\:{4}\:{5}\:{6}\:{7}\:{8}\:{9}\:{10}$".format(

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

Nope

System information

System Information (HA OS 12.2)

version core-2024.8.2
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.12.4
os_name Linux
os_version 6.1.73-haos-raspi
arch aarch64
timezone Europe/Berlin
config_dir /config
Home Assistant Community Store
GitHub API ok
GitHub Content ok
GitHub Web ok
GitHub API Calls Remaining 4998
Installed Version 1.34.0
Stage running
Available Repositories 1389
Downloaded Repositories 5
HACS Data ok
Home Assistant Cloud
logged_in true
subscription_expiration 6 September 2024 at 02:00
relayer_connected true
relayer_region eu-central-1
remote_enabled true
remote_connected true
alexa_enabled false
google_enabled true
remote_server eu-central-1-19.ui.nabu.casa
certificate_status ready
instance_id *****
can_reach_cert_server ok
can_reach_cloud_auth ok
can_reach_cloud ok
Home Assistant Supervisor
host_os Home Assistant OS 12.2
update_channel stable
supervisor_version supervisor-2024.08.0
agent_version 1.6.0
docker_version 25.0.5
disk_total 57.8 GB
disk_used 9.3 GB
healthy true
supported true
host_connectivity true
supervisor_connectivity true
ntp_synchronized true
virtualization
board rpi5-64
supervisor_api ok
version_api ok
installed_addons Terminal & SSH (9.14.0), File editor (5.8.0), Mosquitto broker (6.4.1), Matter Server (6.4.1)
Dashboards
dashboards 2
resources 1
views 3
mode storage
Recorder
oldest_recorder_run 11 August 2024 at 16:43
current_recorder_run 20 August 2024 at 13:55
estimated_db_size 318.94 MiB
database_engine sqlite
database_version 3.45.3

System Information (HA OS 13.0)

version core-2024.8.2
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.12.4
os_name Linux
os_version 6.6.31-haos-raspi
arch aarch64
timezone Europe/Berlin
config_dir /config
Home Assistant Community Store
GitHub API ok
GitHub Content ok
GitHub Web ok
GitHub API Calls Remaining 4998
Installed Version 1.34.0
Stage running
Available Repositories 1389
Downloaded Repositories 5
HACS Data ok
Home Assistant Cloud
logged_in true
subscription_expiration 6 September 2024 at 02:00
relayer_connected true
relayer_region eu-central-1
remote_enabled true
remote_connected true
alexa_enabled false
google_enabled true
remote_server eu-central-1-19.ui.nabu.casa
certificate_status ready
instance_id a87c99d630414ddaa77e9c4c38c8b34a
can_reach_cert_server ok
can_reach_cloud_auth ok
can_reach_cloud ok
Home Assistant Supervisor
host_os Home Assistant OS 13.0
update_channel stable
supervisor_version supervisor-2024.08.0
agent_version 1.6.0
docker_version 26.1.4
disk_total 57.8 GB
disk_used 9.3 GB
healthy true
supported true
host_connectivity true
supervisor_connectivity true
ntp_synchronized true
virtualization
board rpi5-64
supervisor_api ok
version_api ok
installed_addons Terminal & SSH (9.14.0), File editor (5.8.0), Mosquitto broker (6.4.1), Matter Server (6.4.1)
Dashboards
dashboards 2
resources 1
views 3
mode storage
Recorder
oldest_recorder_run 11 August 2024 at 16:43
current_recorder_run 20 August 2024 at 14:06
estimated_db_size 318.94 MiB
database_engine sqlite
database_version 3.45.3

Additional information

Integration Error

image

Integration Error Logs

https://gist.github.com/ovflowd/fdafa097ef9bcda56f26af6a383dbcc1

@ovflowd ovflowd added the bug label Aug 20, 2024
@sairon
Copy link
Member

sairon commented Aug 21, 2024

It is probably some intermittent issue. Try unplugging the RPi for a while and cold-booting it. Once booted to OS 13, please share the host logs (ideally obtained with ha host logs -n1000 -b0 to get all events since the boot).

@sairon sairon added board/raspberrypi Raspberry Pi Boards bluetooth labels Aug 21, 2024
@bferrara
Copy link

I had the same Raspberry Pi Bluetooth integration error after updating to 13.1 - the cold-boot suggestion from @sairon worked for me. It was working again after the cold-boot.

@ovflowd

This comment was marked as resolved.

@kebner
Copy link

kebner commented Aug 22, 2024

Relax

@ovflowd
Copy link
Author

ovflowd commented Aug 22, 2024

@kebner, the reasoning behind my ask is people searching for similar issues will be better served with individual threads tailored for their devices.

@ovflowd
Copy link
Author

ovflowd commented Aug 22, 2024

@sairon unfortunately, cold boot did not help, here are the logs after boot:

Logs

2024-08-22 07:17:17.564 homeassistant systemd-timesyncd[575]: System clock time unset or jumped backwards, restored from recorded timestamp: Thu 2024-08-22 07:17:17 UTC
2024-08-22 07:17:17.574 homeassistant systemd-time-wait-sync[574]: adjtime state 5 status 40 time Thu 2024-08-22 07:17:17.564147 UTC
2024-08-22 07:17:17.574 homeassistant systemd-resolved[490]: Clock change detected. Flushing caches.
2024-08-22 07:17:17.574 homeassistant systemd[1]: Started Network Time Synchronization.
2024-08-22 07:17:17.574 homeassistant systemd[1]: Reached target System Time Set.
2024-08-22 07:18:14.913 homeassistant systemd-resolved[490]: Clock change detected. Flushing caches.
2024-08-22 07:18:14.913 homeassistant systemd-time-wait-sync[574]: adjtime state 0 status 2000 time Thu 2024-08-22 07:18:14.913243 UTC
2024-08-22 07:18:14.913 homeassistant systemd-timesyncd[575]: Contacted time server 162.159.200.1:123 (time.cloudflare.com).
2024-08-22 07:18:14.913 homeassistant systemd-timesyncd[575]: Initial clock synchronization to Thu 2024-08-22 07:18:14.913177 UTC.
2024-08-22 07:18:14.914 homeassistant systemd[1]: Finished Wait Until Kernel Time Synchronized.
2024-08-22 07:18:14.915 homeassistant systemd[1]: Reached target System Time Synchronized.
2024-08-22 07:18:14.934 homeassistant systemd[1]: Started Discard unused filesystem blocks once a week.
2024-08-22 07:18:15.005 homeassistant systemd[1]: Started Remove Bluetooth cache entries.
2024-08-22 07:18:15.005 homeassistant systemd[1]: Reached target Timer Units.
2024-08-22 07:18:15.021 homeassistant systemd[1]: Starting HassOS AppArmor...
2024-08-22 07:18:15.052 homeassistant kernel: audit: type=1400 audit(1724311095.041:12): apparmor="STATUS" operation="profile_load" profile="unconfined" name="hassio-supervisor" pid=584 comm="apparmor_parser"
2024-08-22 07:18:15.052 homeassistant kernel: audit: type=1400 audit(1724311095.041:12): apparmor="STATUS" operation="profile_load" profile="unconfined" name="hassio-supervisor///usr/bin/gdbus" pid=584 comm="apparmor_parser"
2024-08-22 07:18:15.052 homeassistant kernel: audit: type=1400 audit(1724311095.041:12): apparmor="STATUS" operation="profile_load" profile="unconfined" name="hassio-supervisor///usr/bin/git" pid=584 comm="apparmor_parser"
2024-08-22 07:18:15.052 homeassistant kernel: audit: type=1300 audit(1724311095.041:12): arch=c00000b7 syscall=64 success=yes exit=39339 a0=6 a1=55700f0e00 a2=99ab a3=1 items=0 ppid=583 pid=584 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/sbin/apparmor_parser" subj=unconfined key=(null)
2024-08-22 07:18:15.052 homeassistant kernel: audit: type=1327 audit(1724311095.041:12): proctitle=61707061726D6F725F706172736572002D72002D57002D4C002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F6361636865002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F68617373696F2D73757065727669736F72
2024-08-22 07:18:15.052 homeassistant systemd[1]: Finished HassOS AppArmor.
2024-08-22 07:18:15.054 homeassistant systemd[1]: Starting Docker Application Container Engine...
2024-08-22 07:18:15.493 homeassistant dockerd[589]: time="2024-08-22T07:18:15.493653142Z" level=info msg="Starting up"
2024-08-22 07:18:15.493 homeassistant dockerd[589]: time="2024-08-22T07:18:15.493720290Z" level=warning msg="Running experimental build"
2024-08-22 07:18:15.600 homeassistant kernel: audit: type=1400 audit(1724311095.593:13): apparmor="STATUS" operation="profile_load" profile="unconfined" name="docker-default" pid=611 comm="apparmor_parser"
2024-08-22 07:18:15.600 homeassistant kernel: audit: type=1300 audit(1724311095.593:13): arch=c00000b7 syscall=64 success=yes exit=8481 a0=4 a1=55a30bff80 a2=2121 a3=1 items=0 ppid=610 pid=611 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/sbin/apparmor_parser" subj=unconfined key=(null)
2024-08-22 07:18:15.600 homeassistant kernel: audit: type=1327 audit(1724311095.593:13): proctitle=61707061726D6F725F706172736572002D4B72002F6D6E742F646174612F646F636B65722F746D702F646F636B65722D64656661756C74313331343930333833
2024-08-22 07:18:15.623 homeassistant dockerd[589]: time="2024-08-22T07:18:15.623748067Z" level=info msg="[graphdriver] trying configured driver: overlay2"
2024-08-22 07:18:15.645 homeassistant systemd[1]: var-lib-docker-overlay2-check\x2doverlayfs\x2dsupport4123265466-merged.mount: Deactivated successfully.
2024-08-22 07:18:15.707 homeassistant systemd[1]: mnt-data-docker-overlay2-check\x2doverlayfs\x2dsupport4123265466-merged.mount: Deactivated successfully.
2024-08-22 07:18:15.741 homeassistant systemd[1]: var-lib-docker-overlay2-metacopy\x2dcheck978497126-merged.mount: Deactivated successfully.
2024-08-22 07:18:15.746 homeassistant systemd[1]: mnt-data-docker-overlay2-metacopy\x2dcheck978497126-merged.mount: Deactivated successfully.
2024-08-22 07:18:16.074 homeassistant dockerd[589]: time="2024-08-22T07:18:16.074816863Z" level=info msg="Loading containers: start."
2024-08-22 07:18:16.180 homeassistant kernel: audit: type=1325 audit(1724311096.173:14): table=nat:2 family=2 entries=2 op=nft_register_chain pid=636 subj=unconfined comm="iptables"
2024-08-22 07:18:16.268 homeassistant kernel: Initializing XFRM netlink socket
2024-08-22 07:18:16.277 homeassistant NetworkManager[493]: <info>  [1724311096.2771] manager: (hassio): new Bridge device (/org/freedesktop/NetworkManager/Devices/3)
2024-08-22 07:18:16.351 homeassistant NetworkManager[493]: <info>  [1724311096.3510] manager: (docker0): new Bridge device (/org/freedesktop/NetworkManager/Devices/4)
2024-08-22 07:18:16.496 homeassistant kernel: hwmon hwmon3: Undervoltage detected!
2024-08-22 07:18:16.744 homeassistant kernel: hassio: port 1(vethd5e3064) entered blocking state
2024-08-22 07:18:16.744 homeassistant kernel: hassio: port 1(vethd5e3064) entered disabled state
2024-08-22 07:18:16.744 homeassistant kernel: vethd5e3064: entered allmulticast mode
2024-08-22 07:18:16.744 homeassistant kernel: vethd5e3064: entered promiscuous mode
2024-08-22 07:18:16.744 homeassistant kernel: hassio: port 1(vethd5e3064) entered blocking state
2024-08-22 07:18:16.745 homeassistant kernel: hassio: port 1(vethd5e3064) entered forwarding state
2024-08-22 07:18:16.745 homeassistant kernel: hassio: port 1(vethd5e3064) entered disabled state
2024-08-22 07:18:16.748 homeassistant NetworkManager[493]: <info>  [1724311096.7467] manager: (vetheef3a97): new Veth device (/org/freedesktop/NetworkManager/Devices/5)
2024-08-22 07:18:16.749 homeassistant NetworkManager[493]: <info>  [1724311096.7489] manager: (vethd5e3064): new Veth device (/org/freedesktop/NetworkManager/Devices/6)
2024-08-22 07:18:16.836 homeassistant systemd[1]: var-lib-docker-tmp-moby\x2ddetect\x2drro2807613651.mount: Deactivated successfully.
2024-08-22 07:18:16.837 homeassistant systemd[1]: mnt-data-docker-tmp-moby\x2ddetect\x2drro2807613651.mount: Deactivated successfully.
2024-08-22 07:18:16.969 homeassistant systemd-timesyncd[575]: Network configuration changed, trying to establish connection.
2024-08-22 07:18:16.984 homeassistant systemd-timesyncd[575]: Contacted time server 162.159.200.1:123 (time.cloudflare.com).
2024-08-22 07:18:16.988 homeassistant systemd[1]: Started libcontainer container bcb891a8095bb9da3391166b57c8d495a1184fd591c65120cdf0356f0b5e97a3.
2024-08-22 07:18:17.120 homeassistant kernel: eth0: renamed from vetheef3a97
2024-08-22 07:18:17.142 homeassistant NetworkManager[493]: <info>  [1724311097.1428] device (vethd5e3064): carrier: link connected
2024-08-22 07:18:17.143 homeassistant NetworkManager[493]: <info>  [1724311097.1430] device (hassio): carrier: link connected
2024-08-22 07:18:17.144 homeassistant kernel: hassio: port 1(vethd5e3064) entered blocking state
2024-08-22 07:18:17.144 homeassistant kernel: hassio: port 1(vethd5e3064) entered forwarding state
2024-08-22 07:18:17.195 homeassistant dockerd[589]: time="2024-08-22T07:18:17.195264091Z" level=info msg="Loading containers: done."
2024-08-22 07:18:17.383 homeassistant dockerd[589]: time="2024-08-22T07:18:17.383836429Z" level=info msg="Docker daemon" commit=buildroot containerd-snapshotter=false storage-driver=overlay2 version=26.1.4
2024-08-22 07:18:17.384 homeassistant dockerd[589]: time="2024-08-22T07:18:17.384662683Z" level=info msg="Daemon has completed initialization"
2024-08-22 07:18:17.451 homeassistant dockerd[589]: time="2024-08-22T07:18:17.451315688Z" level=info msg="API listen on /run/docker.sock"
2024-08-22 07:18:17.451 homeassistant systemd[1]: Started Docker Application Container Engine.
2024-08-22 07:18:17.476 homeassistant systemd[1]: Starting HassOS supervisor...
2024-08-22 07:18:17.692 homeassistant systemd[1]: Started HassOS supervisor.
2024-08-22 07:18:17.695 homeassistant systemd[1]: Started Home Assistant CLI.
2024-08-22 07:18:17.696 homeassistant systemd[1]: Reached target Login Prompts.
2024-08-22 07:18:17.696 homeassistant systemd[1]: Reached target Multi-User System.
2024-08-22 07:18:17.696 homeassistant systemd[1]: Startup finished in 822ms (kernel) + 13.886s (userspace) = 14.708s.
2024-08-22 07:18:17.750 homeassistant hassos-supervisor[936]: [INFO] Starting the Supervisor...
2024-08-22 07:18:17.802 homeassistant kernel: docker0: port 1(vethade4ceb) entered blocking state
2024-08-22 07:18:17.802 homeassistant kernel: docker0: port 1(vethade4ceb) entered disabled state
2024-08-22 07:18:17.802 homeassistant kernel: vethade4ceb: entered allmulticast mode
2024-08-22 07:18:17.802 homeassistant kernel: vethade4ceb: entered promiscuous mode
2024-08-22 07:18:17.802 homeassistant kernel: docker0: port 1(vethade4ceb) entered blocking state
2024-08-22 07:18:17.803 homeassistant kernel: docker0: port 1(vethade4ceb) entered forwarding state
2024-08-22 07:18:17.803 homeassistant kernel: docker0: port 1(vethade4ceb) entered disabled state
2024-08-22 07:18:17.803 homeassistant NetworkManager[493]: <info>  [1724311097.8003] manager: (veth3a9796b): new Veth device (/org/freedesktop/NetworkManager/Devices/7)
2024-08-22 07:18:17.803 homeassistant NetworkManager[493]: <info>  [1724311097.8021] manager: (vethade4ceb): new Veth device (/org/freedesktop/NetworkManager/Devices/8)
2024-08-22 07:18:17.843 homeassistant NetworkManager[493]: <info>  [1724311097.8429] manager: (veth2bd2cc6): new Veth device (/org/freedesktop/NetworkManager/Devices/9)
2024-08-22 07:18:17.844 homeassistant kernel: hassio: port 2(vetha27860e) entered blocking state
2024-08-22 07:18:17.845 homeassistant kernel: hassio: port 2(vetha27860e) entered disabled state
2024-08-22 07:18:17.845 homeassistant kernel: vetha27860e: entered allmulticast mode
2024-08-22 07:18:17.845 homeassistant kernel: vetha27860e: entered promiscuous mode
2024-08-22 07:18:17.845 homeassistant kernel: hassio: port 2(vetha27860e) entered blocking state
2024-08-22 07:18:17.845 homeassistant kernel: hassio: port 2(vetha27860e) entered forwarding state
2024-08-22 07:18:17.845 homeassistant NetworkManager[493]: <info>  [1724311097.8444] manager: (vetha27860e): new Veth device (/org/freedesktop/NetworkManager/Devices/10)
2024-08-22 07:18:17.980 homeassistant systemd[1]: Started libcontainer container a10063f8028d8b9dbd54c3f35ada46200d771a3d1e80aeab2512648f522c4330.
2024-08-22 07:18:18.088 homeassistant kernel: eth0: renamed from veth3a9796b
2024-08-22 07:18:18.114 homeassistant NetworkManager[493]: <info>  [1724311098.1144] device (vethade4ceb): carrier: link connected
2024-08-22 07:18:18.114 homeassistant NetworkManager[493]: <info>  [1724311098.1146] device (docker0): carrier: link connected
2024-08-22 07:18:18.116 homeassistant kernel: hassio: port 2(vetha27860e) entered disabled state
2024-08-22 07:18:18.116 homeassistant kernel: docker0: port 1(vethade4ceb) entered blocking state
2024-08-22 07:18:18.116 homeassistant kernel: docker0: port 1(vethade4ceb) entered forwarding state
2024-08-22 07:18:18.172 homeassistant kernel: eth1: renamed from veth2bd2cc6
2024-08-22 07:18:18.202 homeassistant NetworkManager[493]: <info>  [1724311098.2024] device (vetha27860e): carrier: link connected
2024-08-22 07:18:18.204 homeassistant kernel: hassio: port 2(vetha27860e) entered blocking state
2024-08-22 07:18:18.204 homeassistant kernel: hassio: port 2(vetha27860e) entered forwarding state
2024-08-22 07:18:18.248 homeassistant hassos-supervisor[964]: hassio_supervisor
2024-08-22 07:18:20.532 homeassistant kernel: hwmon hwmon3: Voltage normalised
2024-08-22 07:18:22.024 homeassistant kernel: kauditd_printk_skb: 297 callbacks suppressed
2024-08-22 07:18:22.024 homeassistant kernel: audit: type=1334 audit(1724311102.016:114): prog-id=23 op=LOAD
2024-08-22 07:18:22.024 homeassistant kernel: audit: type=1334 audit(1724311102.016:115): prog-id=24 op=LOAD
2024-08-22 07:18:22.024 homeassistant kernel: audit: type=1334 audit(1724311102.016:116): prog-id=25 op=LOAD
2024-08-22 07:18:22.049 homeassistant systemd[1]: Starting Time & Date Service...
2024-08-22 07:18:22.108 homeassistant systemd[1]: Started Time & Date Service.
2024-08-22 07:18:22.153 homeassistant NetworkManager[493]: <info>  [1724311102.1531] audit: op="connection-update" uuid="36e9c8a6-cb67-3f82-9d71-90c2c549fb04" name="Supervisor end0" args="connection.timestamp" pid=1111 uid=0 result="success"
2024-08-22 07:18:22.154 homeassistant NetworkManager[493]: <info>  [1724311102.1544] device (end0): state change: activated -> deactivating (reason 'new-activation', sys-iface-state: 'managed')
2024-08-22 07:18:22.154 homeassistant NetworkManager[493]: <info>  [1724311102.1546] manager: NetworkManager state is now DISCONNECTING
2024-08-22 07:18:22.155 homeassistant NetworkManager[493]: <info>  [1724311102.1557] device (end0): disconnecting for new activation request.
2024-08-22 07:18:22.155 homeassistant NetworkManager[493]: <info>  [1724311102.1557] audit: op="connection-activate" uuid="36e9c8a6-cb67-3f82-9d71-90c2c549fb04" name="Supervisor end0" pid=1111 uid=0 result="success"
2024-08-22 07:18:22.166 homeassistant NetworkManager[493]: <info>  [1724311102.1660] device (end0): state change: deactivating -> disconnected (reason 'new-activation', sys-iface-state: 'managed')
2024-08-22 07:18:22.192 homeassistant NetworkManager[493]: <info>  [1724311102.1925] dhcp4 (end0): canceled DHCP transaction
2024-08-22 07:18:22.192 homeassistant NetworkManager[493]: <info>  [1724311102.1926] dhcp4 (end0): activation: beginning transaction (timeout in 45 seconds)
2024-08-22 07:18:22.192 homeassistant NetworkManager[493]: <info>  [1724311102.1926] dhcp4 (end0): state changed no lease
2024-08-22 07:18:22.194 homeassistant systemd-resolved[490]: end0: Bus client set default route setting: no
2024-08-22 07:18:22.195 homeassistant systemd-resolved[490]: end0: Bus client reset DNS server list.
2024-08-22 07:18:22.241 homeassistant NetworkManager[493]: <info>  [1724311102.2411] manager: NetworkManager state is now DISCONNECTED
2024-08-22 07:18:22.241 homeassistant NetworkManager[493]: <info>  [1724311102.2414] device (end0): Activation: starting connection 'Supervisor end0' (36e9c8a6-cb67-3f82-9d71-90c2c549fb04)
2024-08-22 07:18:22.243 homeassistant NetworkManager[493]: <info>  [1724311102.2430] device (end0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
2024-08-22 07:18:22.243 homeassistant NetworkManager[493]: <info>  [1724311102.2433] manager: NetworkManager state is now CONNECTING
2024-08-22 07:18:22.243 homeassistant NetworkManager[493]: <info>  [1724311102.2435] device (end0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
2024-08-22 07:18:22.244 homeassistant NetworkManager[493]: <info>  [1724311102.2447] device (end0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
2024-08-22 07:18:22.245 homeassistant NetworkManager[493]: <info>  [1724311102.2451] dhcp4 (end0): activation: beginning transaction (timeout in 45 seconds)
2024-08-22 07:18:22.250 homeassistant NetworkManager[493]: <info>  [1724311102.2504] dhcp4 (end0): state changed new lease, address=10.1.1.77
2024-08-22 07:18:22.250 homeassistant NetworkManager[493]: <info>  [1724311102.2509] policy: set 'Supervisor end0' (end0) as default for IPv4 routing and DNS
2024-08-22 07:18:22.253 homeassistant systemd-resolved[490]: end0: Bus client set default route setting: yes
2024-08-22 07:18:22.254 homeassistant systemd-resolved[490]: end0: Bus client set DNS server list to: 10.1.1.1
2024-08-22 07:18:22.261 homeassistant NetworkManager[493]: <info>  [1724311102.2610] device (end0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
2024-08-22 07:18:22.262 homeassistant NetworkManager[493]: <info>  [1724311102.2627] device (end0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
2024-08-22 07:18:22.263 homeassistant NetworkManager[493]: <info>  [1724311102.2631] device (end0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
2024-08-22 07:18:22.263 homeassistant NetworkManager[493]: <info>  [1724311102.2637] manager: NetworkManager state is now CONNECTED_SITE
2024-08-22 07:18:22.264 homeassistant NetworkManager[493]: <info>  [1724311102.2641] device (end0): Activation: successful, device activated.
2024-08-22 07:18:22.295 homeassistant os-agent[299]: INFO: 2024/08/22 07:18:22 apparmor.go:45: Load AppArmor profile '/mnt/data/supervisor/apparmor/hassio-supervisor'.
2024-08-22 07:18:22.300 homeassistant os-agent[299]: INFO: 2024/08/22 07:18:22 apparmor.go:53: Load profile '/mnt/data/supervisor/apparmor/hassio-supervisor':
2024-08-22 07:18:22.300 homeassistant kernel: audit: type=1400 audit(1724311102.292:117): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="hassio-supervisor" pid=1202 comm="apparmor_parser"
2024-08-22 07:18:22.300 homeassistant kernel: audit: type=1400 audit(1724311102.292:117): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="hassio-supervisor///usr/bin/gdbus" pid=1202 comm="apparmor_parser"
2024-08-22 07:18:22.300 homeassistant kernel: audit: type=1400 audit(1724311102.292:117): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="hassio-supervisor///usr/bin/git" pid=1202 comm="apparmor_parser"
2024-08-22 07:18:22.300 homeassistant kernel: audit: type=1300 audit(1724311102.292:117): arch=c00000b7 syscall=64 success=yes exit=39339 a0=6 a1=5595e8ee00 a2=99ab a3=1 items=0 ppid=1201 pid=1202 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/sbin/apparmor_parser" subj=unconfined key=(null)
2024-08-22 07:18:22.300 homeassistant kernel: audit: type=1327 audit(1724311102.292:117): proctitle=61707061726D6F725F706172736572002D2D7265706C616365002D2D77726974652D6361636865002D2D63616368652D6C6F63002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F6361636865002F6D6E742F646174612F73757065727669736F722F61707061726D6F722F68617373696F2D737570
2024-08-22 07:18:22.323 homeassistant NetworkManager[493]: <info>  [1724311102.3227] manager: NetworkManager state is now CONNECTED_GLOBAL
2024-08-22 07:18:22.514 homeassistant systemd[1]: var-lib-docker-overlay2-acdab9a159023eaf87271dd6cf468165f08bcfb1810e6980e100497652cb2663\x2dinit-merged.mount: Deactivated successfully.
2024-08-22 07:18:22.514 homeassistant systemd[1]: mnt-data-docker-overlay2-acdab9a159023eaf87271dd6cf468165f08bcfb1810e6980e100497652cb2663\x2dinit-merged.mount: Deactivated successfully.
2024-08-22 07:18:23.085 homeassistant kernel: hassio: port 3(veth4b91c5d) entered blocking state
2024-08-22 07:18:23.085 homeassistant kernel: hassio: port 3(veth4b91c5d) entered disabled state
2024-08-22 07:18:23.085 homeassistant kernel: veth4b91c5d: entered allmulticast mode
2024-08-22 07:18:23.085 homeassistant kernel: veth4b91c5d: entered promiscuous mode
2024-08-22 07:18:23.085 homeassistant kernel: audit: type=1700 audit(1724311103.072:118): dev=veth4b91c5d prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
2024-08-22 07:18:23.085 homeassistant kernel: audit: type=1300 audit(1724311103.072:118): arch=c00000b7 syscall=206 success=yes exit=40 a0=d a1=4000b9df50 a2=28 a3=0 items=0 ppid=1 pid=589 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj=unconfined key=(null)
2024-08-22 07:18:23.085 homeassistant NetworkManager[493]: <info>  [1724311103.0819] manager: (vethb6ce5c4): new Veth device (/org/freedesktop/NetworkManager/Devices/11)
2024-08-22 07:18:23.085 homeassistant NetworkManager[493]: <info>  [1724311103.0832] manager: (veth4b91c5d): new Veth device (/org/freedesktop/NetworkManager/Devices/12)
2024-08-22 07:18:23.208 homeassistant systemd[1]: Started libcontainer container b738e1648fb5020af438eb46eb947cf1840ba54769d13f4ffe4f597a15c2f59a.
2024-08-22 07:18:23.316 homeassistant kernel: eth0: renamed from vethb6ce5c4
2024-08-22 07:18:23.351 homeassistant NetworkManager[493]: <info>  [1724311103.3515] device (veth4b91c5d): carrier: link connected
2024-08-22 07:18:23.352 homeassistant kernel: hassio: port 3(veth4b91c5d) entered blocking state
2024-08-22 07:18:23.352 homeassistant kernel: hassio: port 3(veth4b91c5d) entered forwarding state
2024-08-22 07:18:23.552 homeassistant systemd[1]: var-lib-docker-overlay2-cb42d5a2931ae229c75d136d8eac206120e4640ed368f493dda7369fbc2a74ff\x2dinit-merged.mount: Deactivated successfully.
2024-08-22 07:18:23.552 homeassistant systemd[1]: mnt-data-docker-overlay2-cb42d5a2931ae229c75d136d8eac206120e4640ed368f493dda7369fbc2a74ff\x2dinit-merged.mount: Deactivated successfully.
2024-08-22 07:18:23.859 homeassistant NetworkManager[493]: <info>  [1724311103.8583] manager: (veth944c4cb): new Veth device (/org/freedesktop/NetworkManager/Devices/13)
2024-08-22 07:18:23.861 homeassistant kernel: hassio: port 4(vethdaa5bc1) entered blocking state
2024-08-22 07:18:23.861 homeassistant kernel: hassio: port 4(vethdaa5bc1) entered disabled state
2024-08-22 07:18:23.861 homeassistant kernel: vethdaa5bc1: entered allmulticast mode
2024-08-22 07:18:23.861 homeassistant kernel: vethdaa5bc1: entered promiscuous mode
2024-08-22 07:18:23.861 homeassistant kernel: hassio: port 4(vethdaa5bc1) entered blocking state
2024-08-22 07:18:23.861 homeassistant kernel: hassio: port 4(vethdaa5bc1) entered forwarding state
2024-08-22 07:18:23.861 homeassistant NetworkManager[493]: <info>  [1724311103.8604] manager: (vethdaa5bc1): new Veth device (/org/freedesktop/NetworkManager/Devices/14)
2024-08-22 07:18:24.028 homeassistant systemd[1]: Started libcontainer container 6b97dc85ca55fe10b6de9dd8d76a979d40bde0ccebf66a958616bd01e93dd5e8.
2024-08-22 07:18:24.088 homeassistant kernel: hassio: port 4(vethdaa5bc1) entered disabled state
2024-08-22 07:18:24.144 homeassistant kernel: eth0: renamed from veth944c4cb
2024-08-22 07:18:24.162 homeassistant NetworkManager[493]: <info>  [1724311104.1621] device (vethdaa5bc1): carrier: link connected
2024-08-22 07:18:24.164 homeassistant kernel: hassio: port 4(vethdaa5bc1) entered blocking state
2024-08-22 07:18:24.164 homeassistant kernel: hassio: port 4(vethdaa5bc1) entered forwarding state
2024-08-22 07:18:24.560 homeassistant kernel: hwmon hwmon3: Undervoltage detected!
2024-08-22 07:18:24.722 homeassistant kernel: hassio: port 5(veth6ce0658) entered blocking state
2024-08-22 07:18:24.722 homeassistant kernel: hassio: port 5(veth6ce0658) entered disabled state
2024-08-22 07:18:24.722 homeassistant kernel: veth6ce0658: entered allmulticast mode
2024-08-22 07:18:24.722 homeassistant kernel: veth6ce0658: entered promiscuous mode
2024-08-22 07:18:24.722 homeassistant kernel: hassio: port 5(veth6ce0658) entered blocking state
2024-08-22 07:18:24.722 homeassistant kernel: hassio: port 5(veth6ce0658) entered forwarding state
2024-08-22 07:18:24.722 homeassistant NetworkManager[493]: <info>  [1724311104.7124] manager: (veth46d5926): new Veth device (/org/freedesktop/NetworkManager/Devices/15)
2024-08-22 07:18:24.722 homeassistant NetworkManager[493]: <info>  [1724311104.7155] manager: (veth6ce0658): new Veth device (/org/freedesktop/NetworkManager/Devices/16)
2024-08-22 07:18:24.872 homeassistant systemd[1]: Started libcontainer container 78932f101a0a388db205f3b7361ad9798f38059193aeaadde58994359a51abce.
2024-08-22 07:18:24.984 homeassistant kernel: eth0: renamed from veth46d5926
2024-08-22 07:18:25.011 homeassistant NetworkManager[493]: <info>  [1724311105.0108] device (veth6ce0658): carrier: link connected
2024-08-22 07:18:25.740 homeassistant systemd[1]: Started libcontainer container 0296a64705298e1675707cdf5167f60fa096b0c03a9da38cc02de88b6dda3af3.
2024-08-22 07:18:25.953 homeassistant rauc[1719]: tryboot get-state A
2024-08-22 07:18:25.956 homeassistant rauc[1719]: returning good
2024-08-22 07:18:25.958 homeassistant rauc[1724]: tryboot get-state B
2024-08-22 07:18:25.959 homeassistant rauc[1724]: returning good
2024-08-22 07:18:28.591 homeassistant kernel: hwmon hwmon3: Voltage normalised
2024-08-22 07:18:29.918 homeassistant os-agent[299]: INFO: 2024/08/22 07:18:29 main.go:95: Diagnostics is now true
2024-08-22 07:18:29.924 homeassistant rauc[2122]: tryboot set-state A good
2024-08-22 07:18:29.931 homeassistant rauc[2125]: tryboot get-state A
2024-08-22 07:18:29.931 homeassistant rauc[2125]: returning good
2024-08-22 07:18:29.933 homeassistant rauc[2126]: tryboot get-state B
2024-08-22 07:18:29.933 homeassistant rauc[2126]: returning good
2024-08-22 07:18:30.020 homeassistant systemd[1]: var-lib-docker-overlay2-dfcfdb1d3d10183fe3fa9b904ff5ac00148068bcffb9cf37383a8dd302bb2704\x2dinit-merged.mount: Deactivated successfully.
2024-08-22 07:18:30.020 homeassistant systemd[1]: mnt-data-docker-overlay2-dfcfdb1d3d10183fe3fa9b904ff5ac00148068bcffb9cf37383a8dd302bb2704\x2dinit-merged.mount: Deactivated successfully.
2024-08-22 07:18:30.361 homeassistant kernel: hassio: port 6(veth2127c4d) entered blocking state
2024-08-22 07:18:30.361 homeassistant kernel: hassio: port 6(veth2127c4d) entered disabled state
2024-08-22 07:18:30.361 homeassistant kernel: veth2127c4d: entered allmulticast mode
2024-08-22 07:18:30.361 homeassistant kernel: veth2127c4d: entered promiscuous mode
2024-08-22 07:18:30.361 homeassistant kernel: kauditd_printk_skb: 143 callbacks suppressed
2024-08-22 07:18:30.361 homeassistant kernel: audit: type=1700 audit(1724311110.356:169): dev=veth2127c4d prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
2024-08-22 07:18:30.361 homeassistant kernel: audit: type=1300 audit(1724311110.356:169): arch=c00000b7 syscall=206 success=yes exit=40 a0=d a1=40014ea0f0 a2=28 a3=0 items=0 ppid=1 pid=589 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj=unconfined key=(null)
2024-08-22 07:18:30.361 homeassistant kernel: audit: type=1327 audit(1724311110.356:169): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D636F6E7461696E6572643D2F72756E2F636F6E7461696E6572642F636F6E7461696E6572642E736F636B
2024-08-22 07:18:30.361 homeassistant NetworkManager[493]: <info>  [1724311110.3604] manager: (vetheb92ae1): new Veth device (/org/freedesktop/NetworkManager/Devices/17)
2024-08-22 07:18:30.363 homeassistant NetworkManager[493]: <info>  [1724311110.3620] manager: (veth2127c4d): new Veth device (/org/freedesktop/NetworkManager/Devices/18)
2024-08-22 07:18:30.412 homeassistant kernel: audit: type=1325 audit(1724311110.408:170): table=nat:72 family=2 entries=1 op=nft_register_rule pid=2140 subj=unconfined comm="iptables"
2024-08-22 07:18:30.412 homeassistant kernel: audit: type=1300 audit(1724311110.408:170): arch=c00000b7 syscall=211 success=yes exit=508 a0=3 a1=7fd0f18ce8 a2=0 a3=1 items=0 ppid=589 pid=2140 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-nft-multi" subj=unconfined key=(null)
2024-08-22 07:18:30.412 homeassistant kernel: audit: type=1327 audit(1724311110.408:170): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4100444F434B4552002D7000746370002D6400302F30002D2D64706F72740038383834002D6A00444E4154002D2D746F2D64657374696E6174696F6E003137322E33302E33332E303A383838340000002D690068617373696F
2024-08-22 07:18:30.416 homeassistant kernel: audit: type=1325 audit(1724311110.412:171): table=filter:73 family=2 entries=1 op=nft_register_rule pid=2142 subj=unconfined comm="iptables"
2024-08-22 07:18:30.416 homeassistant kernel: audit: type=1300 audit(1724311110.412:171): arch=c00000b7 syscall=211 success=yes exit=648 a0=3 a1=7fc7d25bb8 a2=0 a3=1 items=0 ppid=589 pid=2142 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-nft-multi" subj=unconfined key=(null)
2024-08-22 07:18:30.416 homeassistant kernel: audit: type=1327 audit(1724311110.412:171): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D740066696C746572002D4100444F434B45520000002D690068617373696F002D6F0068617373696F002D7000746370002D64003137322E33302E33332E30002D2D64706F72740038383834002D6A00414343455054
2024-08-22 07:18:30.416 homeassistant kernel: audit: type=1325 audit(1724311110.412:172): table=nat:74 family=2 entries=1 op=nft_register_rule pid=2144 subj=unconfined comm="iptables"
2024-08-22 07:18:30.552 homeassistant systemd[1]: Started libcontainer container 45af54028f0e1a90d30f129580bd2cf2bc02664d04fc871471f66983f760bde0.
2024-08-22 07:18:30.612 homeassistant kernel: hwmon hwmon3: Undervoltage detected!
2024-08-22 07:18:30.747 homeassistant kernel: eth0: renamed from vetheb92ae1
2024-08-22 07:18:30.747 homeassistant kernel: hassio: port 6(veth2127c4d) entered blocking state
2024-08-22 07:18:30.747 homeassistant kernel: hassio: port 6(veth2127c4d) entered forwarding state
2024-08-22 07:18:30.748 homeassistant NetworkManager[493]: <info>  [1724311110.7148] device (veth2127c4d): carrier: link connected
2024-08-22 07:18:32.334 homeassistant systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
2024-08-22 07:18:32.624 homeassistant kernel: hwmon hwmon3: Voltage normalised
2024-08-22 07:18:35.881 homeassistant systemd[1]: var-lib-docker-overlay2-50b397a21ea6188b920c28ce4e183b47b8a4d64a7d3b974d800c3b1d5a45d6b7\x2dinit-merged.mount: Deactivated successfully.
2024-08-22 07:18:35.881 homeassistant systemd[1]: mnt-data-docker-overlay2-50b397a21ea6188b920c28ce4e183b47b8a4d64a7d3b974d800c3b1d5a45d6b7\x2dinit-merged.mount: Deactivated successfully.
2024-08-22 07:18:37.536 homeassistant kernel: hassio: port 7(vetha4b17a6) entered blocking state
2024-08-22 07:18:37.536 homeassistant kernel: hassio: port 7(vetha4b17a6) entered disabled state
2024-08-22 07:18:37.536 homeassistant kernel: vetha4b17a6: entered allmulticast mode
2024-08-22 07:18:37.536 homeassistant kernel: vetha4b17a6: entered promiscuous mode
2024-08-22 07:18:37.536 homeassistant kernel: kauditd_printk_skb: 69 callbacks suppressed
2024-08-22 07:18:37.536 homeassistant kernel: audit: type=1700 audit(1724311117.531:196): dev=vetha4b17a6 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
2024-08-22 07:18:37.537 homeassistant kernel: audit: type=1300 audit(1724311117.531:196): arch=c00000b7 syscall=206 success=yes exit=40 a0=d a1=40014eb110 a2=28 a3=0 items=0 ppid=1 pid=589 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj=unconfined key=(null)
2024-08-22 07:18:37.537 homeassistant kernel: audit: type=1327 audit(1724311117.531:196): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D636F6E7461696E6572643D2F72756E2F636F6E7461696E6572642F636F6E7461696E6572642E736F636B
2024-08-22 07:18:37.537 homeassistant NetworkManager[493]: <info>  [1724311117.5369] manager: (veth06dd39f): new Veth device (/org/freedesktop/NetworkManager/Devices/19)
2024-08-22 07:18:37.539 homeassistant NetworkManager[493]: <info>  [1724311117.5383] manager: (vetha4b17a6): new Veth device (/org/freedesktop/NetworkManager/Devices/20)
2024-08-22 07:18:37.672 homeassistant kernel: audit: type=1325 audit(1724311117.667:197): table=nat:84 family=2 entries=1 op=nft_register_rule pid=2580 subj=unconfined comm="iptables"
2024-08-22 07:18:37.672 homeassistant kernel: audit: type=1300 audit(1724311117.667:197): arch=c00000b7 syscall=211 success=yes exit=508 a0=3 a1=7ffddf0c88 a2=0 a3=1 items=0 ppid=589 pid=2580 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-nft-multi" subj=unconfined key=(null)
2024-08-22 07:18:37.672 homeassistant kernel: audit: type=1327 audit(1724311117.667:197): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D74006E6174002D4100444F434B4552002D7000746370002D6400302F30002D2D64706F7274003232002D6A00444E4154002D2D746F2D64657374696E6174696F6E003137322E33302E33332E313A32320000002D690068617373696F
2024-08-22 07:18:37.676 homeassistant kernel: audit: type=1325 audit(1724311117.671:198): table=filter:85 family=2 entries=1 op=nft_register_rule pid=2582 subj=unconfined comm="iptables"
2024-08-22 07:18:37.676 homeassistant kernel: audit: type=1300 audit(1724311117.671:198): arch=c00000b7 syscall=211 success=yes exit=648 a0=3 a1=7fcf0e67d8 a2=0 a3=1 items=0 ppid=589 pid=2582 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-nft-multi" subj=unconfined key=(null)
2024-08-22 07:18:37.676 homeassistant kernel: audit: type=1327 audit(1724311117.671:198): proctitle=2F7573722F7362696E2F69707461626C6573002D2D77616974002D740066696C746572002D4100444F434B45520000002D690068617373696F002D6F0068617373696F002D7000746370002D64003137322E33302E33332E31002D2D64706F7274003232002D6A00414343455054
2024-08-22 07:18:37.679 homeassistant kernel: audit: type=1325 audit(1724311117.675:199): table=nat:86 family=2 entries=1 op=nft_register_rule pid=2584 subj=unconfined comm="iptables"
2024-08-22 07:18:37.844 homeassistant systemd[1]: Started libcontainer container e3311ee42ebda691aa14ba204551f74eb7623c95bd450f03ccc3ce5faec242b5.
2024-08-22 07:18:37.956 homeassistant kernel: eth0: renamed from veth06dd39f
2024-08-22 07:18:37.987 homeassistant NetworkManager[493]: <info>  [1724311117.9872] device (vetha4b17a6): carrier: link connected
2024-08-22 07:18:37.988 homeassistant kernel: hassio: port 7(vetha4b17a6) entered blocking state
2024-08-22 07:18:37.988 homeassistant kernel: hassio: port 7(vetha4b17a6) entered forwarding state
2024-08-22 07:18:38.646 homeassistant systemd[1]: var-lib-docker-overlay2-cab8fc7e5d13bd1d8175af48c281888b465cf5592d6b406ae2840e6aafa3a7fc\x2dinit-merged.mount: Deactivated successfully.
2024-08-22 07:18:38.646 homeassistant systemd[1]: mnt-data-docker-overlay2-cab8fc7e5d13bd1d8175af48c281888b465cf5592d6b406ae2840e6aafa3a7fc\x2dinit-merged.mount: Deactivated successfully.
2024-08-22 07:18:39.673 homeassistant systemd[1]: Started libcontainer container ddf214fb93133e64a8cd564b87747343c80060efcf5f6644c5ed72dfa0598b6f.
2024-08-22 07:18:45.097 homeassistant systemd[1]: Started libcontainer container 88c62c74f40f20fd026073bbc6d32bcb34d5eb276cd5de3a2cd14c636e7557da.
2024-08-22 07:18:45.116 homeassistant kernel: kauditd_printk_skb: 58 callbacks suppressed
2024-08-22 07:18:45.116 homeassistant kernel: audit: type=1334 audit(1724311125.111:220): prog-id=54 op=LOAD
2024-08-22 07:18:45.116 homeassistant kernel: audit: type=1300 audit(1724311125.111:220): arch=c00000b7 syscall=280 success=yes exit=15 a0=5 a1=400016b840 a2=78 a3=0 items=0 ppid=3148 pid=3157 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)
2024-08-22 07:18:45.116 homeassistant kernel: audit: type=1327 audit(1724311125.111:220): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F38386336326337346634306632306664303236303733626263
2024-08-22 07:18:45.116 homeassistant kernel: audit: type=1334 audit(1724311125.111:221): prog-id=55 op=LOAD
2024-08-22 07:18:45.116 homeassistant kernel: audit: type=1300 audit(1724311125.111:221): arch=c00000b7 syscall=280 success=yes exit=17 a0=5 a1=400016b5d0 a2=78 a3=0 items=0 ppid=3148 pid=3157 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)
2024-08-22 07:18:45.116 homeassistant kernel: audit: type=1327 audit(1724311125.111:221): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F38386336326337346634306632306664303236303733626263
2024-08-22 07:18:45.116 homeassistant kernel: audit: type=1334 audit(1724311125.111:222): prog-id=55 op=UNLOAD
2024-08-22 07:18:45.116 homeassistant kernel: audit: type=1300 audit(1724311125.111:222): arch=c00000b7 syscall=57 success=yes exit=0 a0=11 a1=0 a2=0 a3=0 items=0 ppid=3148 pid=3157 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)
2024-08-22 07:18:45.116 homeassistant kernel: audit: type=1327 audit(1724311125.111:222): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F38386336326337346634306632306664303236303733626263
2024-08-22 07:18:45.116 homeassistant kernel: audit: type=1334 audit(1724311125.111:223): prog-id=54 op=UNLOAD
2024-08-22 07:18:50.416 homeassistant kernel: kauditd_printk_skb: 5 callbacks suppressed
2024-08-22 07:18:50.416 homeassistant kernel: audit: type=1334 audit(1724311130.411:225): prog-id=57 op=LOAD
2024-08-22 07:18:50.419 homeassistant systemd-timesyncd[575]: Network configuration changed, trying to establish connection.
2024-08-22 07:18:50.446 homeassistant systemd-timesyncd[575]: Contacted time server 162.159.200.1:123 (time.cloudflare.com).
2024-08-22 07:18:50.446 homeassistant systemd[1]: Started Journal Gateway Service.
2024-08-22 07:18:52.047 homeassistant systemd[1]: systemd-hostnamed.service: Deactivated successfully.
2024-08-22 07:18:52.142 homeassistant systemd[1]: systemd-timedated.service: Deactivated successfully.
2024-08-22 07:18:52.152 homeassistant kernel: audit: type=1334 audit(1724311132.147:226): prog-id=14 op=UNLOAD
2024-08-22 07:18:52.152 homeassistant kernel: audit: type=1334 audit(1724311132.147:227): prog-id=13 op=UNLOAD
2024-08-22 07:18:52.152 homeassistant kernel: audit: type=1334 audit(1724311132.147:228): prog-id=12 op=UNLOAD
2024-08-22 07:18:52.160 homeassistant kernel: audit: type=1334 audit(1724311132.155:229): prog-id=25 op=UNLOAD
2024-08-22 07:18:52.160 homeassistant kernel: audit: type=1334 audit(1724311132.155:230): prog-id=24 op=UNLOAD
2024-08-22 07:18:52.160 homeassistant kernel: audit: type=1334 audit(1724311132.155:231): prog-id=23 op=UNLOAD
2024-08-22 07:19:16.973 homeassistant kernel: hwmon hwmon3: Undervoltage detected!
2024-08-22 07:19:20.335 homeassistant systemd[1]: var-lib-docker-overlay2-48eb5ca21033aa6ac9d9381b3d3c2509c5d4634f6354888071d21b60da8781c3\x2dinit-merged.mount: Deactivated successfully.
2024-08-22 07:19:20.335 homeassistant systemd[1]: mnt-data-docker-overlay2-48eb5ca21033aa6ac9d9381b3d3c2509c5d4634f6354888071d21b60da8781c3\x2dinit-merged.mount: Deactivated successfully.
2024-08-22 07:19:20.584 homeassistant kernel: hassio: port 8(veth1bc3571) entered blocking state
2024-08-22 07:19:20.584 homeassistant kernel: hassio: port 8(veth1bc3571) entered disabled state
2024-08-22 07:19:20.584 homeassistant kernel: veth1bc3571: entered allmulticast mode
2024-08-22 07:19:20.584 homeassistant kernel: veth1bc3571: entered promiscuous mode
2024-08-22 07:19:20.584 homeassistant kernel: audit: type=1700 audit(1724311160.578:232): dev=veth1bc3571 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
2024-08-22 07:19:20.584 homeassistant kernel: audit: type=1300 audit(1724311160.578:232): arch=c00000b7 syscall=206 success=yes exit=40 a0=d a1=4000d2fb30 a2=28 a3=0 items=0 ppid=1 pid=589 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="dockerd" exe="/usr/bin/dockerd" subj=unconfined key=(null)
2024-08-22 07:19:20.584 homeassistant kernel: audit: type=1327 audit(1724311160.578:232): proctitle=2F7573722F62696E2F646F636B657264002D480066643A2F2F002D2D636F6E7461696E6572643D2F72756E2F636F6E7461696E6572642F636F6E7461696E6572642E736F636B
2024-08-22 07:19:20.588 homeassistant NetworkManager[493]: <info>  [1724311160.5862] manager: (vethfd37703): new Veth device (/org/freedesktop/NetworkManager/Devices/21)
2024-08-22 07:19:20.588 homeassistant NetworkManager[493]: <info>  [1724311160.5875] manager: (veth1bc3571): new Veth device (/org/freedesktop/NetworkManager/Devices/22)
2024-08-22 07:19:20.704 homeassistant systemd[1]: Started libcontainer container f9f520b499b201d39f30cb3c8a544d0f1d99ba3a42a2308c43889d03959ecf13.
2024-08-22 07:19:20.720 homeassistant kernel: audit: type=1334 audit(1724311160.714:233): prog-id=58 op=LOAD
2024-08-22 07:19:20.720 homeassistant kernel: audit: type=1334 audit(1724311160.714:234): prog-id=59 op=LOAD
2024-08-22 07:19:20.720 homeassistant kernel: audit: type=1300 audit(1724311160.714:234): arch=c00000b7 syscall=280 success=yes exit=16 a0=5 a1=400011d840 a2=78 a3=0 items=0 ppid=3353 pid=3362 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)
2024-08-22 07:19:20.720 homeassistant kernel: audit: type=1327 audit(1724311160.714:234): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F66396635323062343939623230316433396633306362336338
2024-08-22 07:19:20.720 homeassistant kernel: audit: type=1334 audit(1724311160.714:235): prog-id=60 op=LOAD
2024-08-22 07:19:20.720 homeassistant kernel: audit: type=1300 audit(1724311160.714:235): arch=c00000b7 syscall=280 success=yes exit=18 a0=5 a1=400011d5d0 a2=78 a3=0 items=0 ppid=3353 pid=3362 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)
2024-08-22 07:19:20.720 homeassistant kernel: audit: type=1327 audit(1724311160.714:235): proctitle=72756E63002D2D726F6F74002F7661722F72756E2F646F636B65722F72756E74696D652D72756E632F6D6F6279002D2D6C6F67002F72756E2F636F6E7461696E6572642F696F2E636F6E7461696E6572642E72756E74696D652E76322E7461736B2F6D6F62792F66396635323062343939623230316433396633306362336338
2024-08-22 07:19:20.860 homeassistant kernel: eth0: renamed from vethfd37703
2024-08-22 07:19:20.878 homeassistant NetworkManager[493]: <info>  [1724311160.8781] device (veth1bc3571): carrier: link connected
2024-08-22 07:19:20.880 homeassistant kernel: hassio: port 8(veth1bc3571) entered blocking state
2024-08-22 07:19:20.880 homeassistant kernel: hassio: port 8(veth1bc3571) entered forwarding state
2024-08-22 07:19:23.024 homeassistant kernel: hwmon hwmon3: Voltage normalised

@hiagocosta
Copy link

i'm facing the same error on my beelink GK Mini with HAOS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants