What I did was in ssh “hassio host reboot” to reboot the pi.
Then I tried to restart hassio, which didn’t work.
After that I issued “hassio homeassistant update”
This took some time. A restart after the update failed again, so I did another reboot of the host (raspberry pi)
When he pi was back online I could initiate a new ssh-session.
I started my browser again a tried several times to access the home page of hassio, after a couple of minutes it worked .
My version is now 0.55.0 again.
from ssh
hassio supervisor reload
hassio homeassistant update
– will update to 0.55.2
hassio host reboot
– give it a couple of minutes to reload and then try frontend
Thank you! That worked for me running a stuck HASSIO 0.55.1 and upgrading to 0.55.2. I appreciate it
EDIT: More details: I couldn’t log into HASSIO by https, my automations stopped working, and my log file on Samba Share was stuck at 4:30 pm on Oct 16, no matter how many times I rebooted via SSH or reset my router/modem/pi. I used PuTTY to log into HASSIO and check the log file there, to find an error (can’t remember the exact error) that I used to search for this topic. After upgrading using the above instructions, I can log in again, my automations work again and my Samba Share log file is updating again.
Hi Frenck,
thanks for the instructions. After following them, now I get below error:
$ ssh -p 22222 [email protected]
Permission denied (publickey).
Any ideas?
How can I ensure that I my generated private key is used for authentication? what is the command?
PS: Do I need to copy authorized_keys.pub file to the root of SD card as well?
It was already on the root of SD card as shown in the image but didn’t work.
I copied by plugging the sd card to my macbook and just copied via Finder.
Is there any special copy command via terminal that I need use instead of Finder?