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

Connecting to WiFi causes error on Raspberry Pi 4 #3616

Open
IgorDancik opened this issue Oct 9, 2024 · 12 comments
Open

Connecting to WiFi causes error on Raspberry Pi 4 #3616

IgorDancik opened this issue Oct 9, 2024 · 12 comments
Labels
board/raspberrypi Raspberry Pi Boards bug

Comments

@IgorDancik
Copy link

Describe the issue you are experiencing

when trying to connect to wifi from HA:

  • all available AP visible
  • selecting any AP + option (automatic, static)
  • produces mesage: home assistant connect wifi Object does not exist at path “/org/freedesktop/NetworkManager/ActiveConnection/6”

What operating system image do you use?

rpi4-64 (Raspberry Pi 4/400 64-bit OS)

What version of Home Assistant Operating System is installed?

13.1

Did the problem occur after upgrading the Operating System?

No

Hardware details

RPi 4
Core2024.10.1
Supervisor2024.10.0
Operating System13.1
Frontend20241002.2

Steps to reproduce the issue

  1. install new HA on LAN
  2. select AP + connect options
  3. HP refuses to connect + produces mesage: home assistant connect wifi Object does not exist at path “/org/freedesktop/NetworkManager/ActiveConnection/6”
    I manage to connect to wifi in previous versions under similar conditions...

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

2024-10-09 05:07:13.478 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-10-09 05:07:13.478 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
2024-10-09 05:07:13.478 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
2024-10-09 05:10:20.142 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
2024-10-09 05:10:21.423 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-10-09 05:23:38.375 INFO (MainThread) [supervisor.host.info] Updating local host information
2024-10-09 05:23:39.004 INFO (MainThread) [supervisor.host.services] Updating service information
2024-10-09 05:23:39.018 INFO (MainThread) [supervisor.host.network] Updating local network information
2024-10-09 05:23:39.225 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
2024-10-09 05:23:39.236 INFO (MainThread) [supervisor.host.manager] Host information reload completed
2024-10-09 05:40:21.737 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-10-09 06:07:13.498 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
2024-10-09 06:07:13.499 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
2024-10-09 06:07:13.499 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2024-10-09 06:07:13.500 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
2024-10-09 06:07:13.504 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2024-10-09 06:07:13.505 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
2024-10-09 06:07:13.665 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
2024-10-09 06:07:13.679 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
2024-10-09 06:07:13.679 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
2024-10-09 06:07:13.680 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
2024-10-09 06:07:13.681 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
2024-10-09 06:07:13.681 INFO (MainThread) [supervisor.resolution.check] System checks complete
2024-10-09 06:07:13.681 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
2024-10-09 06:07:13.845 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-10-09 06:07:13.845 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
2024-10-09 06:07:13.845 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
2024-10-09 06:10:22.060 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-10-09 06:40:22.375 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-10-09 07:07:13.883 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
2024-10-09 07:07:13.884 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
2024-10-09 07:07:13.885 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2024-10-09 07:07:13.885 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
2024-10-09 07:07:13.886 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2024-10-09 07:07:13.888 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
2024-10-09 07:07:14.051 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
2024-10-09 07:07:14.070 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
2024-10-09 07:07:14.071 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
2024-10-09 07:07:14.071 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
2024-10-09 07:07:14.072 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
2024-10-09 07:07:14.072 INFO (MainThread) [supervisor.resolution.check] System checks complete
2024-10-09 07:07:14.073 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
2024-10-09 07:07:14.239 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-10-09 07:07:14.240 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
2024-10-09 07:07:14.240 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
2024-10-09 07:10:20.355 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
2024-10-09 07:10:22.283 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/music-assistant/home-assistant-addon repository
2024-10-09 07:10:22.288 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/esphome/home-assistant-addon repository
2024-10-09 07:10:22.295 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/hassio-addons/repository repository
2024-10-09 07:10:22.299 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/home-assistant/addons repository
2024-10-09 07:10:22.688 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-10-09 07:10:24.545 INFO (MainThread) [supervisor.store] Loading add-ons from store: 80 all - 0 new - 0 remove
2024-10-09 07:10:24.545 INFO (MainThread) [supervisor.store] Loading add-ons from store: 80 all - 0 new - 0 remove
2024-10-09 07:30:19.253 INFO (MainThread) [supervisor.host.info] Updating local host information
2024-10-09 07:30:19.865 INFO (MainThread) [supervisor.host.services] Updating service information
2024-10-09 07:30:19.879 INFO (MainThread) [supervisor.host.network] Updating local network information
2024-10-09 07:30:20.085 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
2024-10-09 07:30:20.097 INFO (MainThread) [supervisor.host.manager] Host information reload completed
2024-10-09 07:40:23.010 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-10-09 08:07:14.279 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
2024-10-09 08:07:14.280 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
2024-10-09 08:07:14.281 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2024-10-09 08:07:14.281 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
2024-10-09 08:07:14.285 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2024-10-09 08:07:14.286 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
2024-10-09 08:07:14.453 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
2024-10-09 08:07:14.473 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
2024-10-09 08:07:14.474 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
2024-10-09 08:07:14.474 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
2024-10-09 08:07:14.475 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
2024-10-09 08:07:14.475 INFO (MainThread) [supervisor.resolution.check] System checks complete
2024-10-09 08:07:14.475 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
2024-10-09 08:07:14.642 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-10-09 08:07:14.643 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
2024-10-09 08:07:14.643 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
2024-10-09 08:10:23.321 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-10-09 08:40:23.635 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-10-09 09:07:14.667 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
2024-10-09 09:07:14.667 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
2024-10-09 09:07:14.668 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2024-10-09 09:07:14.669 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
2024-10-09 09:07:14.672 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2024-10-09 09:07:14.674 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
2024-10-09 09:07:14.836 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
2024-10-09 09:07:14.854 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
2024-10-09 09:07:14.855 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
2024-10-09 09:07:14.855 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
2024-10-09 09:07:14.856 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
2024-10-09 09:07:14.857 INFO (MainThread) [supervisor.resolution.check] System checks complete
2024-10-09 09:07:14.857 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
2024-10-09 09:07:15.022 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-10-09 09:07:15.023 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
2024-10-09 09:07:15.023 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
2024-10-09 09:10:22.272 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
2024-10-09 09:10:23.956 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-10-09 09:37:00.101 INFO (MainThread) [supervisor.host.info] Updating local host information
2024-10-09 09:37:00.724 INFO (MainThread) [supervisor.host.services] Updating service information
2024-10-09 09:37:00.737 INFO (MainThread) [supervisor.host.network] Updating local network information
2024-10-09 09:37:00.951 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
2024-10-09 09:37:00.961 INFO (MainThread) [supervisor.host.manager] Host information reload completed
2024-10-09 09:40:24.280 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token

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

2024-10-08 23:10:17.397 NewHA kernel: audit: type=1334 audit(1728429017.391:219): prog-id=56 op=LOAD
2024-10-08 23:10:17.397 NewHA kernel: audit: type=1334 audit(1728429017.391:220): prog-id=57 op=LOAD
2024-10-08 23:10:17.400 NewHA kernel: audit: type=1334 audit(1728429017.395:221): prog-id=58 op=LOAD
2024-10-08 23:10:17.426 NewHA systemd[1]: Starting Hostname Service...
2024-10-08 23:10:17.748 NewHA systemd[1]: Started Hostname Service.
2024-10-08 23:10:17.764 NewHA kernel: audit: type=1334 audit(1728429017.759:222): prog-id=59 op=LOAD
2024-10-08 23:10:17.768 NewHA kernel: audit: type=1334 audit(1728429017.763:223): prog-id=60 op=LOAD
2024-10-08 23:10:17.769 NewHA kernel: audit: type=1334 audit(1728429017.763:224): prog-id=61 op=LOAD
2024-10-08 23:10:17.784 NewHA systemd[1]: Starting Time & Date Service...
2024-10-08 23:10:18.048 NewHA systemd[1]: Started Time & Date Service.
2024-10-08 23:10:47.787 NewHA systemd[1]: systemd-hostnamed.service: Deactivated successfully.
2024-10-08 23:10:49.332 NewHA kernel: audit: type=1334 audit(1728429047.879:225): prog-id=58 op=UNLOAD
2024-10-08 23:10:49.332 NewHA kernel: audit: type=1334 audit(1728429047.879:226): prog-id=57 op=UNLOAD
2024-10-08 23:10:49.332 NewHA kernel: audit: type=1334 audit(1728429047.879:227): prog-id=56 op=UNLOAD
2024-10-08 23:10:49.333 NewHA systemd[1]: systemd-timedated.service: Deactivated successfully.
2024-10-08 23:10:49.336 NewHA kernel: audit: type=1334 audit(1728429049.331:228): prog-id=61 op=UNLOAD
2024-10-08 23:10:49.337 NewHA kernel: audit: type=1334 audit(1728429049.331:229): prog-id=60 op=UNLOAD
2024-10-08 23:10:49.337 NewHA kernel: audit: type=1334 audit(1728429049.331:230): prog-id=59 op=UNLOAD
2024-10-08 23:12:27.421 NewHA systemd-resolved[505]: Grace period over, resuming full feature set (UDP+EDNS0) for DNS server 192.168.0.1.
2024-10-08 23:12:27.456 NewHA systemd-resolved[505]: Grace period over, resuming full feature set (UDP+EDNS0) for DNS server 192.168.0.1.
2024-10-08 23:12:27.456 NewHA systemd-resolved[505]: Using degraded feature set UDP instead of UDP+EDNS0 for DNS server 192.168.0.1.
2024-10-08 23:12:27.456 NewHA systemd-resolved[505]: Using degraded feature set UDP instead of UDP+EDNS0 for DNS server 192.168.0.1.
2024-10-08 23:17:01.062 NewHA systemd[1]: Starting Cleanup of Temporary Directories...
2024-10-08 23:17:01.101 NewHA systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
2024-10-08 23:17:01.102 NewHA systemd[1]: Finished Cleanup of Temporary Directories.
2024-10-09 01:16:57.404 NewHA kernel: audit: type=1334 audit(1728436617.399:231): prog-id=62 op=LOAD
2024-10-09 01:16:57.405 NewHA kernel: audit: type=1334 audit(1728436617.399:232): prog-id=63 op=LOAD
2024-10-09 01:16:57.405 NewHA kernel: audit: type=1334 audit(1728436617.399:233): prog-id=64 op=LOAD
2024-10-09 01:16:57.435 NewHA systemd[1]: Starting Hostname Service...
2024-10-09 01:16:57.704 NewHA systemd[1]: Started Hostname Service.
2024-10-09 01:16:57.718 NewHA kernel: audit: type=1334 audit(1728436617.715:234): prog-id=65 op=LOAD
2024-10-09 01:16:57.718 NewHA kernel: audit: type=1334 audit(1728436617.715:235): prog-id=66 op=LOAD
2024-10-09 01:16:57.719 NewHA kernel: audit: type=1334 audit(1728436617.715:236): prog-id=67 op=LOAD
2024-10-09 01:16:57.744 NewHA systemd[1]: Starting Time & Date Service...
2024-10-09 01:16:57.978 NewHA systemd[1]: Started Time & Date Service.
2024-10-09 01:17:27.744 NewHA systemd[1]: systemd-hostnamed.service: Deactivated successfully.
2024-10-09 01:17:29.472 NewHA kernel: audit: type=1334 audit(1728436647.846:237): prog-id=64 op=UNLOAD
2024-10-09 01:17:29.472 NewHA kernel: audit: type=1334 audit(1728436647.846:238): prog-id=63 op=UNLOAD
2024-10-09 01:17:29.472 NewHA kernel: audit: type=1334 audit(1728436647.846:239): prog-id=62 op=UNLOAD
2024-10-09 01:17:29.473 NewHA systemd[1]: systemd-timedated.service: Deactivated successfully.
2024-10-09 01:17:29.476 NewHA kernel: audit: type=1334 audit(1728436649.470:240): prog-id=67 op=UNLOAD
2024-10-09 01:17:29.477 NewHA kernel: audit: type=1334 audit(1728436649.470:241): prog-id=66 op=UNLOAD
2024-10-09 01:17:29.477 NewHA kernel: audit: type=1334 audit(1728436649.470:242): prog-id=65 op=UNLOAD
2024-10-09 03:23:38.396 NewHA kernel: audit: type=1334 audit(1728444218.390:243): prog-id=68 op=LOAD
2024-10-09 03:23:38.397 NewHA kernel: audit: type=1334 audit(1728444218.390:244): prog-id=69 op=LOAD
2024-10-09 03:23:38.400 NewHA kernel: audit: type=1334 audit(1728444218.394:245): prog-id=70 op=LOAD
2024-10-09 03:23:38.426 NewHA systemd[1]: Starting Hostname Service...
2024-10-09 03:23:38.691 NewHA systemd[1]: Started Hostname Service.

System information

Additional information

No response

@IgorDancik IgorDancik added the bug label Oct 9, 2024
@agners agners changed the title Wifi setup Connecting to WiFi causes error on Raspberry Pi 4 Oct 9, 2024
@agners agners added the board/raspberrypi Raspberry Pi Boards label Oct 9, 2024
@agners
Copy link
Member

agners commented Oct 9, 2024

When is the error appearing exactly, when you press Save?

In a quick test on a Raspberry Pi 4 here, setting WiFi configuration did work. Maybe it is something specific with your WiFi? What security mode are you using? What WiFi version and channel are you using?

@IgorDancik
Copy link
Author

IgorDancik commented Oct 9, 2024 via email

@patricksadowski
Copy link

patricksadowski commented Oct 11, 2024

Same for me. Yesterday I tried to setup a new Home Assistant instance using the Web UI also on rpi4-64. Each retry increases the number in the message:

/org/freedesktop/NetworkManager/ActiveConnection/6
/org/freedesktop/NetworkManager/ActiveConnection/7
/org/freedesktop/NetworkManager/ActiveConnection/8
...

Luckily, I had a backup to restore.

@hystrix1
Copy link

Same problem for me on a Pi4. I previously had HA on a Pi3 working with wifi ok.

@IgorDancik
Copy link
Author

The problem is somewhere in Linux and Network manager - I suppose

@JohannesHilgert
Copy link

JohannesHilgert commented Oct 12, 2024

Same Problem for me (RPI4, HA 2024.10.1) two days ago, so I am now still using LAN connection as workaround.

I had a similar Installation prior to HA 2024.10 3 weeks ago, which had no major issues configuring wifi.

UPDATE: Issue still exists with version HA 2024.10.2:

Bildschirmfoto 2024-10-12 um 12 50 06 Bildschirmfoto 2024-10-12 um 12 50 51

@Chi-Yu
Copy link

Chi-Yu commented Oct 12, 2024

I just got myself a brand new Raspberry Pi 4 to finally try and get into Home Assistant, and the first thing I encounter is a somewhat abysmal user interface for configuring WiFi which spews these unprocessed internal error messages into my face.

It took me a while to find the correct GitHub repository and this issue. I now realize that there is a "Bug reports" link hidden in the "About" section which isn't easy to find and it doesn't even point at this repository in particular.

The first thing I found using my preferred search engine was the "Home Assistant Community" where WiFi issues seem to be dealt with in a very condescending manner of telling you how WiFi is unreliable and making you look like an idiot for not using a cable connection in the first place.

I'm well aware that this is somewhat off-topic, but I hope the people voluntarily working on this project are aware that this isn't the type of pleasant user experience that is going to convince people to switch over from proprietary solutions to something like HA OS.

At least give an error message that tells the average user what to do now and keep the confusing technical details to the logs or a report function.

Do anything but a modal with a cryptic error message and an OK button. Please.

@nightfox1e
Copy link

Describe the issue you are experiencing

when trying to connect to wifi from HA:

* all available AP visible

* selecting any AP + option (automatic, static)

* produces mesage: home assistant connect wifi Object does not exist at path “/org/freedesktop/NetworkManager/ActiveConnection/6”

What operating system image do you use?

rpi4-64 (Raspberry Pi 4/400 64-bit OS)

What version of Home Assistant Operating System is installed?

13.1

Did the problem occur after upgrading the Operating System?

No

Hardware details

RPi 4 Core2024.10.1 Supervisor2024.10.0 Operating System13.1 Frontend20241002.2

Steps to reproduce the issue

1. install new HA on LAN

2. select AP + connect options

3. HP refuses to connect + produces mesage: home assistant connect wifi Object does not exist at path “/org/freedesktop/NetworkManager/ActiveConnection/6”
   I manage to connect to wifi in previous versions under similar conditions...

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

2024-10-09 05:07:13.478 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-10-09 05:07:13.478 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
2024-10-09 05:07:13.478 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
2024-10-09 05:10:20.142 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
2024-10-09 05:10:21.423 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-10-09 05:23:38.375 INFO (MainThread) [supervisor.host.info] Updating local host information
2024-10-09 05:23:39.004 INFO (MainThread) [supervisor.host.services] Updating service information
2024-10-09 05:23:39.018 INFO (MainThread) [supervisor.host.network] Updating local network information
2024-10-09 05:23:39.225 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
2024-10-09 05:23:39.236 INFO (MainThread) [supervisor.host.manager] Host information reload completed
2024-10-09 05:40:21.737 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-10-09 06:07:13.498 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
2024-10-09 06:07:13.499 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
2024-10-09 06:07:13.499 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2024-10-09 06:07:13.500 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
2024-10-09 06:07:13.504 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2024-10-09 06:07:13.505 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
2024-10-09 06:07:13.665 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
2024-10-09 06:07:13.679 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
2024-10-09 06:07:13.679 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
2024-10-09 06:07:13.680 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
2024-10-09 06:07:13.681 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
2024-10-09 06:07:13.681 INFO (MainThread) [supervisor.resolution.check] System checks complete
2024-10-09 06:07:13.681 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
2024-10-09 06:07:13.845 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-10-09 06:07:13.845 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
2024-10-09 06:07:13.845 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
2024-10-09 06:10:22.060 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-10-09 06:40:22.375 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-10-09 07:07:13.883 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
2024-10-09 07:07:13.884 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
2024-10-09 07:07:13.885 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2024-10-09 07:07:13.885 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
2024-10-09 07:07:13.886 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2024-10-09 07:07:13.888 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
2024-10-09 07:07:14.051 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
2024-10-09 07:07:14.070 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
2024-10-09 07:07:14.071 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
2024-10-09 07:07:14.071 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
2024-10-09 07:07:14.072 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
2024-10-09 07:07:14.072 INFO (MainThread) [supervisor.resolution.check] System checks complete
2024-10-09 07:07:14.073 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
2024-10-09 07:07:14.239 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-10-09 07:07:14.240 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
2024-10-09 07:07:14.240 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
2024-10-09 07:10:20.355 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
2024-10-09 07:10:22.283 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/music-assistant/home-assistant-addon repository
2024-10-09 07:10:22.288 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/esphome/home-assistant-addon repository
2024-10-09 07:10:22.295 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/hassio-addons/repository repository
2024-10-09 07:10:22.299 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/home-assistant/addons repository
2024-10-09 07:10:22.688 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-10-09 07:10:24.545 INFO (MainThread) [supervisor.store] Loading add-ons from store: 80 all - 0 new - 0 remove
2024-10-09 07:10:24.545 INFO (MainThread) [supervisor.store] Loading add-ons from store: 80 all - 0 new - 0 remove
2024-10-09 07:30:19.253 INFO (MainThread) [supervisor.host.info] Updating local host information
2024-10-09 07:30:19.865 INFO (MainThread) [supervisor.host.services] Updating service information
2024-10-09 07:30:19.879 INFO (MainThread) [supervisor.host.network] Updating local network information
2024-10-09 07:30:20.085 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
2024-10-09 07:30:20.097 INFO (MainThread) [supervisor.host.manager] Host information reload completed
2024-10-09 07:40:23.010 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-10-09 08:07:14.279 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
2024-10-09 08:07:14.280 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
2024-10-09 08:07:14.281 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2024-10-09 08:07:14.281 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
2024-10-09 08:07:14.285 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2024-10-09 08:07:14.286 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
2024-10-09 08:07:14.453 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
2024-10-09 08:07:14.473 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
2024-10-09 08:07:14.474 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
2024-10-09 08:07:14.474 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
2024-10-09 08:07:14.475 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
2024-10-09 08:07:14.475 INFO (MainThread) [supervisor.resolution.check] System checks complete
2024-10-09 08:07:14.475 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
2024-10-09 08:07:14.642 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-10-09 08:07:14.643 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
2024-10-09 08:07:14.643 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
2024-10-09 08:10:23.321 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-10-09 08:40:23.635 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-10-09 09:07:14.667 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
2024-10-09 09:07:14.667 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
2024-10-09 09:07:14.668 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2024-10-09 09:07:14.669 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
2024-10-09 09:07:14.672 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2024-10-09 09:07:14.674 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
2024-10-09 09:07:14.836 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
2024-10-09 09:07:14.854 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
2024-10-09 09:07:14.855 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
2024-10-09 09:07:14.855 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
2024-10-09 09:07:14.856 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
2024-10-09 09:07:14.857 INFO (MainThread) [supervisor.resolution.check] System checks complete
2024-10-09 09:07:14.857 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
2024-10-09 09:07:15.022 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-10-09 09:07:15.023 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
2024-10-09 09:07:15.023 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
2024-10-09 09:10:22.272 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
2024-10-09 09:10:23.956 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-10-09 09:37:00.101 INFO (MainThread) [supervisor.host.info] Updating local host information
2024-10-09 09:37:00.724 INFO (MainThread) [supervisor.host.services] Updating service information
2024-10-09 09:37:00.737 INFO (MainThread) [supervisor.host.network] Updating local network information
2024-10-09 09:37:00.951 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
2024-10-09 09:37:00.961 INFO (MainThread) [supervisor.host.manager] Host information reload completed
2024-10-09 09:40:24.280 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token

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

2024-10-08 23:10:17.397 NewHA kernel: audit: type=1334 audit(1728429017.391:219): prog-id=56 op=LOAD
2024-10-08 23:10:17.397 NewHA kernel: audit: type=1334 audit(1728429017.391:220): prog-id=57 op=LOAD
2024-10-08 23:10:17.400 NewHA kernel: audit: type=1334 audit(1728429017.395:221): prog-id=58 op=LOAD
2024-10-08 23:10:17.426 NewHA systemd[1]: Starting Hostname Service...
2024-10-08 23:10:17.748 NewHA systemd[1]: Started Hostname Service.
2024-10-08 23:10:17.764 NewHA kernel: audit: type=1334 audit(1728429017.759:222): prog-id=59 op=LOAD
2024-10-08 23:10:17.768 NewHA kernel: audit: type=1334 audit(1728429017.763:223): prog-id=60 op=LOAD
2024-10-08 23:10:17.769 NewHA kernel: audit: type=1334 audit(1728429017.763:224): prog-id=61 op=LOAD
2024-10-08 23:10:17.784 NewHA systemd[1]: Starting Time & Date Service...
2024-10-08 23:10:18.048 NewHA systemd[1]: Started Time & Date Service.
2024-10-08 23:10:47.787 NewHA systemd[1]: systemd-hostnamed.service: Deactivated successfully.
2024-10-08 23:10:49.332 NewHA kernel: audit: type=1334 audit(1728429047.879:225): prog-id=58 op=UNLOAD
2024-10-08 23:10:49.332 NewHA kernel: audit: type=1334 audit(1728429047.879:226): prog-id=57 op=UNLOAD
2024-10-08 23:10:49.332 NewHA kernel: audit: type=1334 audit(1728429047.879:227): prog-id=56 op=UNLOAD
2024-10-08 23:10:49.333 NewHA systemd[1]: systemd-timedated.service: Deactivated successfully.
2024-10-08 23:10:49.336 NewHA kernel: audit: type=1334 audit(1728429049.331:228): prog-id=61 op=UNLOAD
2024-10-08 23:10:49.337 NewHA kernel: audit: type=1334 audit(1728429049.331:229): prog-id=60 op=UNLOAD
2024-10-08 23:10:49.337 NewHA kernel: audit: type=1334 audit(1728429049.331:230): prog-id=59 op=UNLOAD
2024-10-08 23:12:27.421 NewHA systemd-resolved[505]: Grace period over, resuming full feature set (UDP+EDNS0) for DNS server 192.168.0.1.
2024-10-08 23:12:27.456 NewHA systemd-resolved[505]: Grace period over, resuming full feature set (UDP+EDNS0) for DNS server 192.168.0.1.
2024-10-08 23:12:27.456 NewHA systemd-resolved[505]: Using degraded feature set UDP instead of UDP+EDNS0 for DNS server 192.168.0.1.
2024-10-08 23:12:27.456 NewHA systemd-resolved[505]: Using degraded feature set UDP instead of UDP+EDNS0 for DNS server 192.168.0.1.
2024-10-08 23:17:01.062 NewHA systemd[1]: Starting Cleanup of Temporary Directories...
2024-10-08 23:17:01.101 NewHA systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
2024-10-08 23:17:01.102 NewHA systemd[1]: Finished Cleanup of Temporary Directories.
2024-10-09 01:16:57.404 NewHA kernel: audit: type=1334 audit(1728436617.399:231): prog-id=62 op=LOAD
2024-10-09 01:16:57.405 NewHA kernel: audit: type=1334 audit(1728436617.399:232): prog-id=63 op=LOAD
2024-10-09 01:16:57.405 NewHA kernel: audit: type=1334 audit(1728436617.399:233): prog-id=64 op=LOAD
2024-10-09 01:16:57.435 NewHA systemd[1]: Starting Hostname Service...
2024-10-09 01:16:57.704 NewHA systemd[1]: Started Hostname Service.
2024-10-09 01:16:57.718 NewHA kernel: audit: type=1334 audit(1728436617.715:234): prog-id=65 op=LOAD
2024-10-09 01:16:57.718 NewHA kernel: audit: type=1334 audit(1728436617.715:235): prog-id=66 op=LOAD
2024-10-09 01:16:57.719 NewHA kernel: audit: type=1334 audit(1728436617.715:236): prog-id=67 op=LOAD
2024-10-09 01:16:57.744 NewHA systemd[1]: Starting Time & Date Service...
2024-10-09 01:16:57.978 NewHA systemd[1]: Started Time & Date Service.
2024-10-09 01:17:27.744 NewHA systemd[1]: systemd-hostnamed.service: Deactivated successfully.
2024-10-09 01:17:29.472 NewHA kernel: audit: type=1334 audit(1728436647.846:237): prog-id=64 op=UNLOAD
2024-10-09 01:17:29.472 NewHA kernel: audit: type=1334 audit(1728436647.846:238): prog-id=63 op=UNLOAD
2024-10-09 01:17:29.472 NewHA kernel: audit: type=1334 audit(1728436647.846:239): prog-id=62 op=UNLOAD
2024-10-09 01:17:29.473 NewHA systemd[1]: systemd-timedated.service: Deactivated successfully.
2024-10-09 01:17:29.476 NewHA kernel: audit: type=1334 audit(1728436649.470:240): prog-id=67 op=UNLOAD
2024-10-09 01:17:29.477 NewHA kernel: audit: type=1334 audit(1728436649.470:241): prog-id=66 op=UNLOAD
2024-10-09 01:17:29.477 NewHA kernel: audit: type=1334 audit(1728436649.470:242): prog-id=65 op=UNLOAD
2024-10-09 03:23:38.396 NewHA kernel: audit: type=1334 audit(1728444218.390:243): prog-id=68 op=LOAD
2024-10-09 03:23:38.397 NewHA kernel: audit: type=1334 audit(1728444218.390:244): prog-id=69 op=LOAD
2024-10-09 03:23:38.400 NewHA kernel: audit: type=1334 audit(1728444218.394:245): prog-id=70 op=LOAD
2024-10-09 03:23:38.426 NewHA systemd[1]: Starting Hostname Service...
2024-10-09 03:23:38.691 NewHA systemd[1]: Started Hostname Service.

System information

Additional information

No response

try to install HAOS normally, on your SD-card or USB stick.

@Chi-Yu
Copy link

Chi-Yu commented Oct 12, 2024

try to install HAOS normally, on your SD-card or USB stick.

I installed HA OS onto an SD-card using Raspberry Pi Imager as described in the official documentation and ran into this same issue. This is a normal setup, unless it is not, in which case it either shouldn't be in the official documentation or marked as not officially supported.

Can we skip the not helpful "user must have done something wrong" comments and get to actually fixing the problem?

@IgorDancik
Copy link
Author

Well, my installation was not my first, could not be more "normal" - following manual, using official images documentation....
BUT Bug is 3 days old so I hope it will be addressed soon... :-(

@fiskbil
Copy link

fiskbil commented Oct 12, 2024

This bug does not seem to be Raspberry Pi specific, I'm seeing the same error message running 2024.10.2 on x86-64.

@rp2019433
Copy link

Same problem here running HA on x86-64 architecture.

Core 2024.10.2
Supervisor 2024.10.0
Operating System 13.1

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
board/raspberrypi Raspberry Pi Boards bug
Projects
None yet
Development

No branches or pull requests

9 participants