Hass.io on Debian 8.5 with docker - can't run homeassistant

Hello,

I’m running hass.io on Debian 8.5 with docker (docker-ce), all installation went fine.
When running hass.io (hassio-start) i’m getting this error:

$ hassio-start
18-04-01 16:41:54 WARNING (MainThread) [hassio.tasks] Watchdog found a problem with Home-Assistant docker!
18-04-01 16:41:54 INFO (SyncWorker_2) [hassio.docker.interface] Clean homeassistant/qemux86-64-homeassistant docker application
18-04-01 16:41:54 ERROR (SyncWorker_2) [hassio.docker] Can’t start homeassistant: 500 Server Error: Internal Server Error ("oci runtime error: container_linux.go:247: starting container process caused “operation not permitted”
")

When running the homeassistant docker container I’m getting this error

$ docker restart homeassistant
Error response from daemon: Cannot restart container homeassistant: oci runtime error: container_linux.go:247: starting container process caused “operation not permitted”

Usually those error messages indicate it’s trying to run a container not designed for your CPU architecture.

What device is this running on?

Linux antlet13 4.10.13-aufs #3 SMP Fri Aug 11 16:57:44 PDT 2017 x86_64 GNU/Linux

i used the install script from

good catch !!

device is:
Linux antlet13 4.10.13-aufs #3 SMP Fri Aug 11 16:57:44 PDT 2017 x86_64 GNU/Linux

I used the hass.io install script from
https://github.com/home-assistant/hassio-build/tree/master/install#install-hassio

upported Machine types
raspberrypi
raspberrypi2
raspberrypi3
raspberrypi3-64
qemuarm
qemuarm-64
qemux86-64
qemux86
intel-nuc

where do I get one for x86_64 ?

technically speaking, qemux86_64 should work, as it does for everyone else that runs hassio on docker on ubuntu/debian.

This is the version of docker I have.
Any idea why do I get these errors ?

this is mu docker images and error

REPOSITORY TAG IMAGE ID CREATED SIZE
homeassistant/home-assistant latest 4074b530a92c 40 hours ago 1.54 GB
homeassistant/qemux86-64-homeassistant 0.66.0 fe981dfbd232 44 hours ago 1.18 GB
homeassistant/qemux86-64-homeassistant latest fe981dfbd232 44 hours ago 1.18 GB
homeassistant/amd64-hassio-supervisor 0.99 bd35b458b882 7 days ago 123 MB
homeassistant/amd64-hassio-supervisor latest bd35b458b882 7 days ago 123 MB
hello-world latest f2a91732366c 4 months ago 1.85 kB
root@localhost:~#
root@localhost:~#
root@localhost:~# hassio-start
18-04-01 20:17:25 WARNING (MainThread) [hassio.tasks] Watchdog found a problem with Home-Assistant docker!
18-04-01 20:17:25 INFO (SyncWorker_4) [hassio.docker.interface] Clean homeassistant/qemux86-64-homeassistant docker application
18-04-01 20:17:26 ERROR (SyncWorker_4) [hassio.docker] Can’t start homeassistant: 500 Server Error: Internal Server Error ("oci runtime error: container_linux.go:247: starting container process caused “operation not permitted”
")