#issues setting up hassio on latest core
1 messages · Page 1 of 1 (latest)
CC @waxen sleet
Yeah my installation works fine but core stuff didn't load:
My config is "default_config:" so nothing strange in configuration.yaml
Also no weird networking setup afaik
Hm, this is definitly fallout from https://github.com/home-assistant/core/pull/164413
Proposed change
Replace all references to internal HassIO handler with aiohasupervisor in hassio/coordinator.
One potentially significant result of this is the removal of addons field from supervis...
Looking into it.
@steep haven hm, can you share ha network info? It seems that one of the interfaces has no connection profile at all, which should not happen in typical use cases.
I used webterminal addon which I cannot access now, need to hookup keyboard and monitor, can do that tonight
Hm, I see 🙈 Yeah the way I was able to reproduce here was by removing NetworkManager profiles of VLANs manually, but not sure if there is another case where the current behavior might be unintended on Supervisor side.
This avoid the crash for Supervisor client library: https://github.com/home-assistant-libs/python-supervisor-client/pull/285
Could being on an old OS version have to do with this?
I'm stuck on an old dev version of OS, some upgrade slot issue (migrating away from OS soon so never bothered reinstalling)
(not so old that the supervisor ever complained about it though, so < 2 major versions then?)
(of course also need os access to know exactly what version)
Ah yeah there was an upstream Linux kernel bug which hit us on dev channel:
HAOS version
16.0.dev20250528(only on dev channel) is not able to update to newer OS versions due to a kernel bug. If you have a system on dev channel, you might be affected. Simply boot into the other boot slot usingha os boot other, then update to the latest dev version to get out of the situation.
It's 15.3.dev20250519
It's the wifi interface
Which I don't use but didn't disable in bios
Ah interesting. Ok, thanks for the info. Yeah I guess it has no valid layer 2 config (SSID/password) so no IP configuration got generated by NM, leading to null for these entries.