tykarol / hassio-addons

Rsync Backups add-on for Home Assistant
4 stars 8 forks source link

Fresh install error, addon doesn't start #3

Open Perkinje opened 2 years ago

Perkinje commented 2 years ago

Fresh install of this add-on using Home Assistant OS core-2022.7.6

The add-on doesn't start and no config options available. HA core logs show

Logger: homeassistant.components.hassio
Source: components/hassio/websocket_api.py:122
Integration: Home Assistant Supervisor (documentation, issues)
First occurred: 11:52:35 AM (4 occurrences)
Last logged: 12:02:34 PM

Failed to to call /addons/2caa1d32_rsync_backups/stats - Container addon_2caa1d32_rsync_backups is not running

and the add-on logs show

 s6-overlay-suexec: fatal: can only run as pid 1 

I've tried rebuilding the add-on but doesn't change the behavior. Any help is appreciated.

amx3000 commented 1 year ago

Just got same issue on HAOS core-2022.11.1

Found this article: https://community.home-assistant.io/t/s6-overlay-suexec-fatal-can-only-run-as-pid-1/426969

When I added parameter "init": "false" in config.json file the add-on has started with no errors.