[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] udev.sh: executing...
[13:31:03] INFO: Update udev information
[cont-init.d] udev.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
2021-02-07 13:31:18 ERROR (MainThread) [homeassistant.config] Package zigbee2mqtt setup failed. Integration input_number Integration 'input_number' not found. (See /config/packages/zigbee2mqtt.yaml:1).
2021-02-07 13:31:18 ERROR (MainThread) [homeassistant.config] Package zigbee2mqtt setup failed. Integration input_text Integration 'input_text' not found. (See /config/packages/zigbee2mqtt.yaml:1).
2021-02-07 13:31:18 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2021-02-07 13:31:18 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for remote_homeassistant which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2021-02-07 13:31:18 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for alarmo which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2021-02-07 13:31:18 ERROR (MainThread) [homeassistant.loader] Unable to resolve dependencies for logbook: we are unable to resolve (sub)dependency person
2021-02-07 13:31:18 ERROR (MainThread) [homeassistant.loader] Unable to resolve dependencies for alarmo: we are unable to resolve (sub)dependency person
2021-02-07 13:31:18 ERROR (MainThread) [homeassistant.loader] Unable to resolve dependencies for hacs: we are unable to resolve (sub)dependency person
2021-02-07 13:31:18 ERROR (MainThread) [homeassistant.loader] Unable to resolve dependencies for default_config: we are unable to resolve (sub)dependency person
2021-02-07 13:31:18 ERROR (MainThread) [root] Uncaught exception
Traceback (most recent call last):
File "/usr/local/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/local/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/usr/src/homeassistant/homeassistant/__main__.py", line 320, in <module>
sys.exit(main())
File "/usr/src/homeassistant/homeassistant/__main__.py", line 312, in main
exit_code = runner.run(runtime_conf)
File "/usr/src/homeassistant/homeassistant/runner.py", line 117, in run
return asyncio.run(setup_and_run_hass(runtime_config))
File "/usr/local/lib/python3.8/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/local/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
return future.result()
File "/usr/src/homeassistant/homeassistant/runner.py", line 106, in setup_and_run_hass
hass = await bootstrap.async_setup_hass(runtime_config)
File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 122, in async_setup_hass
await async_from_config_dict(config_dict, hass) is not None
File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 234, in async_from_config_dict
await _async_set_up_integrations(hass, config)
File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 464, in _async_set_up_integrations
for dep in itg.all_dependencies:
File "/usr/src/homeassistant/homeassistant/loader.py", line 373, in all_dependencies
raise RuntimeError("Dependencies not resolved!")
RuntimeError: Dependencies not resolved!
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.
After experiencing this error, I rebooted the host, and the front end won’t come back up?! I can SSH in and see the above in the ha core logs command.
Any ideas?!
Thank you!!!
Did another reboot got this:
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] udev.sh: executing...
[15:26:56] INFO: Update udev information
[cont-init.d] udev.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
~ $ ha core logs
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] udev.sh: executing...
[15:26:56] INFO: Update udev information
[cont-init.d] udev.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
2021-02-07 15:27:10 ERROR (MainThread) [homeassistant.config] Package zigbee2mqtt setup failed. Integration input_number Integration 'input_number' not found. (See /config/packages/zigbee2mqtt.yaml:1).
2021-02-07 15:27:10 ERROR (MainThread) [homeassistant.config] Package zigbee2mqtt setup failed. Integration input_text Integration 'input_text' not found. (See /config/packages/zigbee2mqtt.yaml:1).
2021-02-07 15:27:11 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for alarmo which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2021-02-07 15:27:11 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2021-02-07 15:27:11 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for remote_homeassistant which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2021-02-07 15:27:11 ERROR (MainThread) [homeassistant.loader] Unable to resolve dependencies for logbook: we are unable to resolve (sub)dependency person
2021-02-07 15:27:11 ERROR (MainThread) [homeassistant.loader] Unable to resolve dependencies for alarmo: we are unable to resolve (sub)dependency person
2021-02-07 15:27:11 ERROR (MainThread) [homeassistant.loader] Unable to resolve dependencies for hacs: we are unable to resolve (sub)dependency person
2021-02-07 15:27:11 ERROR (MainThread) [homeassistant.loader] Unable to resolve dependencies for default_config: we are unable to resolve (sub)dependency person
2021-02-07 15:27:11 ERROR (MainThread) [root] Uncaught exception
Traceback (most recent call last):
File "/usr/local/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/local/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/usr/src/homeassistant/homeassistant/__main__.py", line 320, in <module>
sys.exit(main())
File "/usr/src/homeassistant/homeassistant/__main__.py", line 312, in main
exit_code = runner.run(runtime_conf)
File "/usr/src/homeassistant/homeassistant/runner.py", line 117, in run
return asyncio.run(setup_and_run_hass(runtime_config))
File "/usr/local/lib/python3.8/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/local/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
return future.result()
File "/usr/src/homeassistant/homeassistant/runner.py", line 106, in setup_and_run_hass
hass = await bootstrap.async_setup_hass(runtime_config)
File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 122, in async_setup_hass
await async_from_config_dict(config_dict, hass) is not None
File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 234, in async_from_config_dict
await _async_set_up_integrations(hass, config)
File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 464, in _async_set_up_integrations
for dep in itg.all_dependencies:
File "/usr/src/homeassistant/homeassistant/loader.py", line 373, in all_dependencies
raise RuntimeError("Dependencies not resolved!")
RuntimeError: Dependencies not resolved!
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.
I have recent snapshots and restoring them isn’t working either. I’m guessing the supervisor is borked and the snapshots don’t contain the files to repair the underlying problem? I am running ‘ha su repair
’ and so far it’s just saying ‘processing’. No sign of any other activity. Anyone know if I’m on the right track?!
Thanks