Oletros
(Oletros)
February 23, 2020, 9:20am
1
When I try to update to version 0.105.5 from version 0.103.4 I receive this error:
20-02-23 09:17:15 INFO (MainThread) [hassio.homeassistant] Update Home Assistant to version 0.105.5
20-02-23 09:17:15 INFO (SyncWorker_2) [hassio.docker.interface] Update image homeassistant/raspberrypi3-homeassistant:0.103.4 to homeassistant/raspberrypi3-homeassistant:0.105.5
20-02-23 09:17:15 INFO (SyncWorker_2) [hassio.docker.interface] Pull image homeassistant/raspberrypi3-homeassistant tag 0.105.5.
20-02-23 09:17:16 ERROR (SyncWorker_2) [hassio.docker.interface] Can’t install homeassistant/raspberrypi3-homeassistant:0.105.5 -> 500 Server Error: Internal Server Error (“readlink /mnt/data/docker/overlay2/l: invalid argument”).
20-02-23 09:17:16 WARNING (MainThread) [hassio.homeassistant] Update Home Assistant image fails
How can I fix it?
lfliess
(Lfliess)
February 24, 2020, 8:57pm
2
I’m getting something else
20-02-24 20:28:34 INFO (MainThread) [hassio.auth] Success login from leron
20-02-24 20:37:15 ERROR (SyncWorker_12) [hassio.docker.interface] Can't install homeassistant/raspberrypi3-homeassistant:0.105.5 -> 404 Client Error: Not Found ("no such image: homeassistant/raspberrypi3-homeassistant:0.105.5: No such image: homeassistant/raspberrypi3-homeassistant:0.105.5").
20-02-24 20:37:15 WARNING (MainThread) [hassio.homeassistant] Update Home Assistant image fails
tmjpugh
(Tmjpugh)
February 24, 2020, 9:10pm
3
This is big jump. Did you check breaking changes?
Out of storage space usually cause this error
firstof9
(firstof9)
February 24, 2020, 9:46pm
4
This error can also come from a full disk, check your free space.
firstof9
(firstof9)
February 25, 2020, 1:47am
6
Aye, that looks like plenty of space.
Quote from another thread :
“These 500 error/internal server errors which mention the overlay fs are not the same and are unfortunately best addressed by restoring a snapshot to a newly flashed install as far as I can tell.”
make a snapshot
flash 0.105.5 to your sd card/hdd
restore snapshot.
cogneato
(Cogneato)
February 25, 2020, 4:11pm
7
500 Server Error: Internal Server Error (“readlink /mnt/data/docker/overlay2/l: invalid argument”)
Actually, that specific error is now best addressed by running ha su repair
in the custom cli console (either of the available ssh addons)
2 Likes
fxcoolby
(Fxcoolby)
March 25, 2020, 6:00pm
8
Hello, I have tried this but it says that the command doesn’t exist. It shows list of available sub commands under ha
cogneato
(Cogneato)
March 26, 2020, 7:31pm
9
The custom commands are available through the ssh addon.
fxcoolby
(Fxcoolby)
March 28, 2020, 1:40am
10
I see, I use the SSH in the IDE 9 add-on. Let me try it and I will report back.