Closed jmort66 closed 2 years ago
Hmm I dont see this issue when I run things, But I'll look into it
I have a hunch as to what could cause this. Could you please post the yaml for your configuration?
@cpyarger I was able to duplicate the issue by rebuilding the addon. Most likely caused by changes upstream.
https://developers.home-assistant.io/blog/2022/05/12/s6-overlay-base-images/
S6-Overlay update in Home Assistant is what I believe to be causing this issue. Currently testing a fix.
This fixed the issue for me. Thank you.
Describe the bug 's6-overlay-suexec: fatal: can only run as pid 1' when trying to start Add-on
To Reproduce Steps to reproduce the behavior:
Expected behavior no error
Home Assistant OS Home Assistant OS 8.0 Kernel version 5.15.38 Agent version 1.2.1
Additional context From my research, the config.yaml file should have the following line: init: false
This is supposed to correct this issue as the updated s6-overlay in the newer version of Home Assistant is expecting only a single init call.