Hi,
I cannot figure this one out… sorry, need some help. For weeks I have been unable my Hass.io 0.82 to a more recent version. 0.83.1 did not work, nor the latest 0.84.6. I tried from the UI and from the CLI with ‘hassio ha update’.
This is what I see in the logs:
18-12-23 11:15:20 INFO (MainThread) [hassio.homeassistant] Update Home Assistant to version 0.84.6
18-12-23 11:15:20 INFO (SyncWorker_4) [hassio.docker.interface] Update Docker 0.82.0 with homeassistant/raspberrypi3-homeassistant:0.84.6
18-12-23 11:15:20 INFO (SyncWorker_4) [hassio.docker.interface] Pull image homeassistant/raspberrypi3-homeassistant tag 0.84.6.
18-12-23 11:18:19 ERROR (SyncWorker_4) [hassio.docker.interface] Can’t install homeassistant/raspberrypi3-homeassistant:0.84.6 → 500 Server Error: Internal Server Error (“readlink /var/lib/docker/overlay2/l: invalid argument”).
18-12-23 11:18:19 WARNING (MainThread) [hassio.homeassistant] Home Assistant is already running!
18-12-23 11:18:19 INFO (MainThread) [hassio.homeassistant] Successful run Home Assistant 0.84.6
18-12-23 11:20:28 INFO (MainThread) [hassio.homeassistant] Updated Home Assistant API token
18-12-23 11:55:28 INFO (MainThread) [hassio.homeassistant] Updated Home Assistant API token
18-12-23 12:30:28 INFO (MainThread) [hassio.homeassistant] Updated Home Assistant API token
18-12-23 13:05:28 INFO (MainThread) [hassio.homeassistant] Updated Home Assistant API token
18-12-23 13:40:28 INFO (MainThread) [hassio.homeassistant] Updated Home Assistant API token
18-12-23 14:10:28 INFO (MainThread) [hassio.homeassistant] Updated Home Assistant API token
18-12-23 14:45:28 INFO (MainThread) [hassio.homeassistant] Updated Home Assistant API token
18-12-23 15:20:28 INFO (MainThread) [hassio.homeassistant] Updated Home Assistant API token
18-12-23 15:55:28 INFO (MainThread) [hassio.homeassistant] Updated Home Assistant API token
18-12-23 16:15:09 INFO (MainThread) [hassio.updater] Fetch update data from https://s3.amazonaws.com/hassio-version/stable.json
18-12-23 16:15:09 INFO (MainThread) [hassio.addons.git] Update add-on GitHub - home-assistant/addons: ➕ Docker add-ons for Home Assistant repository
18-12-23 16:15:09 INFO (MainThread) [hassio.addons.git] Update add-on GitHub - hassio-addons/repository: Home Assistant Community Add-ons repository
18-12-23 16:15:11 INFO (MainThread) [hassio.addons] Load add-ons: 47 all - 0 new - 0 remove
18-12-23 16:30:28 INFO (MainThread) [hassio.homeassistant] Updated Home Assistant API token
18-12-23 17:05:28 INFO (MainThread) [hassio.homeassistant] Updated Home Assistant API token
18-12-23 17:29:03 INFO (MainThread) [hassio.api.security] /homeassistant/update access from core_ssh
18-12-23 17:29:03 INFO (MainThread) [hassio.homeassistant] Update Home Assistant to version 0.84.6
18-12-23 17:29:03 INFO (SyncWorker_15) [hassio.docker.interface] Update Docker 0.82.0 with homeassistant/raspberrypi3-homeassistant:0.84.6
18-12-23 17:29:03 INFO (SyncWorker_15) [hassio.docker.interface] Pull image homeassistant/raspberrypi3-homeassistant tag 0.84.6.
18-12-23 17:29:04 ERROR (SyncWorker_15) [hassio.docker.interface] Can’t install homeassistant/raspberrypi3-homeassistant:0.84.6 → 500 Server Error: Internal Server Error (“readlink /var/lib/docker/overlay2/l: invalid argument”).
18-12-23 17:29:04 WARNING (MainThread) [hassio.homeassistant] Home Assistant is already running!
18-12-23 17:29:04 INFO (MainThread) [hassio.homeassistant] Successful run Home Assistant 0.84.6
18-12-23 17:29:22 INFO (MainThread) [hassio.api.security] /homeassistant/logs access from core_ssh
On the CLI I get:
DEBUG [CmdHomeassistant]: action->‘update’, endpoint=‘update’, serverOverride->‘’, GET->‘false’, options->‘’, rawjson->‘false’, filter->‘’
DEBUG [ExecCommand]: basepath->‘homeassistant’, endpoint->‘update’, serverOverride->‘’, get->‘false’, Options->‘’, Filter->‘’, RawJSON->‘false’
DEBUG [GenerateURI]: basepath->‘homeassistant’, endpoint->‘update’, serverOverride->‘’
DEBUG [RestCall]: url->‘http://hassio/homeassistant/update’, GET->‘false’, payload->‘’
DEBUG [RestCall]: ResponseBody->‘{“result”: “error”, “message”: “Unknown Error, see logs”}’
ERROR
Unknown Error, see logs
I cannot find anything related here. Any ideas?