“Note, selecting ‘homeassistant-supervised’ instead of ‘./homeassistant-supervised.deb’“Download is performed unsandboxed as root as file”
&
" ‘/root/homeassistant-supervised.deb’ couldn’t be accessed by user ‘_apt’. - pkgAcquire::Run (13: Permission denied)”
…
----->
Okay, now i have three docker containers running, but still get no web available
I have these containers:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
0849914fabb5 ghcr.io/home-assistant/aarch64-hassio-dns:2023.06.2 "/init" 3 minutes ago Up 3 minutes hassio_dns
57614d39e151 ghcr.io/home-assistant/aarch64-hassio-cli:2023.10.0 "/init" 3 minutes ago Up 3 minutes hassio_cli
4b35b4f5d04e ghcr.io/home-assistant/aarch64-hassio-supervisor:latest "/init" 17 minutes ago Up 3 minutes hassio_supervisor
And I tried to use lsof -i:8123 as root, and found that there have no process LISTENING on port 8123.
There is a reason behind the instructions to create an unpriviledged “normal” user after having installed base Debian OS, then to log out as root and continue installing HA as that unpriviledged user prepending “sudo” to each command.
in the log i can see u have rights problem:
CRITICAL (MainThread) [supervisor.hardware.monitor] Not privileged to run udev monitor!
i did’t use this install method.just trying to help.i don’t think the command “omg chmod 777” will work or help.but u can try to install all with sudo and another user account (if sudo is installed.)