After completing the installation, I was unable to access the web interface.
I tried localhost and ip address but no access. After some research, it seems there could be some config problem. I started out testing the install on a test rig and everything worked so I ordered some componets and started the install on a Intel N100 and got the error posted below.
Used the following:
https://wiki.archlinux.org/title/Home_Assistant
Test Rig - Intel I7-14700K which is currently working as far as I know using EndevourOS
Intended Rig - Intel N100 which isn’t working with several attempts using Arch, EndevourOS and Reborn
Thanks for you attention!
[william@CI7-14700KDDR5 ~]$ journalctl -fu home-assistant
Dec 31 10:20:29 CI7-14700KDDR5 systemd[1]: Started Home assistant.
Dec 31 10:20:29 CI7-14700KDDR5 (hass)[2045]: home-assistant.service: Unable to locate executable '/var/lib/hass/.venv/bin/hass': Permission denied
Dec 31 10:20:29 CI7-14700KDDR5 (hass)[2045]: home-assistant.service: Failed at step EXEC spawning /var/lib/hass/.venv/bin/hass: Permission denied
Dec 31 10:20:29 CI7-14700KDDR5 systemd[1]: home-assistant.service: Main process exited, code=exited, status=203/EXEC
Dec 31 10:20:29 CI7-14700KDDR5 systemd[1]: home-assistant.service: Failed with result 'exit-code'.
Dec 31 10:20:29 CI7-14700KDDR5 systemd[1]: home-assistant.service: Consumed 1.440s CPU time, 58.9M memory peak.
Dec 31 10:20:29 CI7-14700KDDR5 systemd[1]: home-assistant.service: Scheduled restart job, restart counter is at 5.
Dec 31 10:20:29 CI7-14700KDDR5 systemd[1]: home-assistant.service: Start request repeated too quickly.
Dec 31 10:20:29 CI7-14700KDDR5 systemd[1]: home-assistant.service: Failed with result 'exit-code'.
Dec 31 10:20:29 CI7-14700KDDR5 systemd[1]: Failed to start Home assistant.
^C
[william@CI7-14700KDDR5 ~]$ systemctl status home-assistant.service
× home-assistant.service - Home assistant
Loaded: loaded (/usr/lib/s
ystemd/system/home-assistant.service; enabled; preset: disabled)
Active: failed (Result: exit-code) since Tue 2024-12-31 10:20:29 EST; 1h 34min ago
Duration: 68ms
Invocation: 3b4c8ce4ac274b8aaabc572ac755cc9d
Process: 1963 ExecStartPre=/usr/bin/python -m venv --upgrade /var/lib/hass/.venv (code=exited, stat
us=0/SUCCESS)
Process: 1991 ExecStartPre=/var/lib/hass/.venv/bin/python -m pip install wheel (code=exited, status
=0/SUCCESS)
Process: 2018 ExecStartPre=/var/lib/hass/.venv/bin/python -m pip install /usr/share/home-assistant/
homeassistant-2024.12.5-py3-none-any.whl (code=exited, status=0/SUCCESS)
Process: 2045 ExecStart=/var/lib/hass/.venv/bin/hass --config /var/lib/hass/ --log-file /var/log/ha
ss/home-assistant.log --log-rotate-days 1 (code=exited, status=203/EXEC)
Main PID: 2045 (code=exited, status=203/EXEC)
Dec 31 10:20:29 CI7-14700KDDR5 systemd[1]: home-assistant.service: Consumed 1.440s CPU time, 58.9M memo
ry peak.
Dec 31 10:20:29 CI7-14700KDDR5 systemd[1]: home-assistant.service: Scheduled restart job, restart count
er is at 5.
Dec 31 10:20:29 CI7-14700KDDR5 systemd[1]: home-assistant.service:
Start request repeated too quickly.