Restarting the hassio/homeassitant docker container didn’t work but supervisor did.
I was able to see the correct route setup after that and hassio GUI also came well.
Now i ran into other errors after restoring my hassio backup from raspi here on NAS broke the hassio and frontend no more assessible. May be some other problems.
I thought restoring the hassio backup should work without any issue.
Restart the Synology package reinits the route (route add -net 172.30.32.0/23 gw 172.30.32.1), don’t manage the Docker containers via the Synology Docker package as there are magics that needs to be set.
What does the logfile say? You probably need to modify the ip-addresses.
not sure what went wrong. tried uninstalling the package and reinstalling… i see below logs of supervisor after new install but no hassio gui and neither homeassistant docker container anymore …
.io setup
19-07-04 15:36:09 INFO (MainThread) [__main__] Setup HassIO
19-07-04 15:36:09 INFO (SyncWorker_0) [hassio.docker.supervisor] Attach to Supervisor homeassistant/amd64-hassio-supervisor with version 167
19-07-04 15:36:09 INFO (SyncWorker_0) [hassio.docker.supervisor] Connect Supervisor to Hass.io Network
19-07-04 15:36:11 INFO (MainThread) [hassio.utils.gdbus] Introspect org.freedesktop.systemd1 on /org/freedesktop/systemd1
19-07-04 15:36:11 ERROR (MainThread) [hassio.utils.gdbus] DBus return error: b'Error: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.systemd1 was not provided by any .service files\n'
19-07-04 15:36:11 WARNING (MainThread) [hassio.dbus.systemd] Can't connect to systemd
19-07-04 15:36:11 INFO (MainThread) [hassio.utils.gdbus] Introspect org.freedesktop.hostname1 on /org/freedesktop/hostname1
19-07-04 15:36:11 ERROR (MainThread) [hassio.utils.gdbus] DBus return error: b'Error: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.hostname1 was not provided by any .service files\n'
19-07-04 15:36:11 WARNING (MainThread) [hassio.dbus.hostname] Can't connect to hostname
19-07-04 15:36:11 INFO (MainThread) [hassio.utils.gdbus] Introspect de.pengutronix.rauc on /
19-07-04 15:36:11 ERROR (MainThread) [hassio.utils.gdbus] DBus return error: b'Error: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name de.pengutronix.rauc was not provided by any .service files\n'
19-07-04 15:36:11 WARNING (MainThread) [hassio.dbus.rauc] Can't connect to rauc
19-07-04 15:36:11 INFO (MainThread) [hassio.host.apparmor] Load AppArmor Profiles: set()
19-07-04 15:36:11 INFO (MainThread) [hassio.host.apparmor] AppArmor is not enabled on host
19-07-04 15:36:11 INFO (SyncWorker_1) [hassio.docker.interface] Attach to homeassistant/qemux86-64-homeassistant with version 0.95.4
19-07-04 15:36:11 INFO (MainThread) [hassio.store.git] Load add-on /data/addons/git/a0d7b954 repository
19-07-04 15:36:11 INFO (MainThread) [hassio.store.git] Load add-on /data/addons/core repository
19-07-04 15:36:11 INFO (MainThread) [hassio.store] Load add-ons from store: 59 all - 59 new - 0 remove
19-07-04 15:36:11 INFO (MainThread) [hassio.addons] Found 2 installed add-ons
19-07-04 15:36:11 INFO (SyncWorker_2) [hassio.docker.interface] Attach to homeassistant/amd64-addon-configurator with version 3.4
19-07-04 15:36:11 INFO (SyncWorker_3) [hassio.docker.interface] Attach to homeassistant/amd64-addon-mosquitto with version 4.3
19-07-04 15:36:11 INFO (MainThread) [hassio.updater] Fetch update data from https://s3.amazonaws.com/hassio-version/stable.json
19-07-04 15:36:12 INFO (MainThread) [hassio.snapshots] Found 1 snapshot files
19-07-04 15:36:12 INFO (MainThread) [hassio.discovery] Load 0 messages
19-07-04 15:36:12 INFO (MainThread) [hassio.ingress] Load 0 ingress session
19-07-04 15:36:12 INFO (MainThread) [__main__] Run Hass.io
19-07-04 15:36:12 INFO (MainThread) [hassio.misc.dns] Start DNS port forwarding for host add-ons
19-07-04 15:36:12 INFO (MainThread) [hassio.api] Start API on 172.30.32.2
19-07-04 15:36:12 INFO (MainThread) [hassio.addons] Phase 'initialize' start 0 add-ons
19-07-04 15:36:12 INFO (MainThread) [hassio.core] Hass.io reboot detected
19-07-04 15:36:12 INFO (MainThread) [hassio.tasks] All core tasks are scheduled
19-07-04 15:36:12 INFO (MainThread) [hassio.core] Hass.io is up and running
btw, how can i change the port for hassio in this setup? reason is that my existing setup is using default 8123 and i dont want to change it until everything is setup on NAS using ssl and everything. i would want to expose hassio on other port something like 9123 so that i can setup separate ssl on different domain on this setup to ensure everything is working.
Hi all.
Problem here too on a synology DS1010+ (DSM 5.2) intel atom x64 and 3GB of RAM.
Docker is working with other container. So i stopped them all.
I created /volume1/hass.io shared folder and disabled the user home service (and lost the cloud sync by the way).
I installed the latest package 20190701-alpha and it went well.
When i start it, a container of hassio_supervisor is created and try to start then stop, then start, then stop,…
in the docker log of the synology:
‘’’
Jul 4 18:05:01 synology docker[18768]: ERRO[2023696] Handler for POST /containers/create returned error: Invalid --security-opt: “apparmor=unconfined”
Jul 4 18:05:01 synology docker[18768]: ERRO[2023696] HTTP Error: statusCode=500 Invalid --security-opt: “apparmor=unconfined”
Jul 4 18:05:01 synology docker[30196]: FATA[0000] Error response from daemon: Invalid --security-opt: “apparmor=unconfined”
Jul 4 18:05:02 synology docker[18768]: ERRO[2023697] Handler for GET /containers/{name:.*}/json returned error: no such id: homeassistant/amd64-hassio-supervisor
Jul 4 18:05:02 synology docker[18768]: ERRO[2023697] HTTP Error: statusCode=404 no such id: homeassistant/amd64-hassio-supervisor
Jul 4 18:05:03 synology docker[18768]: WARN[2023698] Your kernel does not support OOM notifications: There is no path for “memory” in state
Jul 4 18:05:08 synology docker[18768]: ERRO[2023703] Handler for POST /containers/create returned error: Invalid --security-opt: “apparmor=unconfined”
Jul 4 18:05:08 synology docker[18768]: ERRO[2023703] HTTP Error: statusCode=500 Invalid --security-opt: “apparmor=unconfined”
Jul 4 18:05:08 synology docker[30707]: FATA[0000] Error response from daemon: Invalid --security-opt: “apparmor=unconfined”
‘’’
Not really sure thet this docker can handle hass.io.
having the same issue i am sure i am doing something wrong but i created a folder and when i installed the package directed the installer there. ran it and HA is up and running fine (seemingly) but when i go into that folder it’s empty.
got it working just had my permissions messed up on the folder originally and had to reinstall the package
cool i will report back with how it is working