home-assistant / operating-system

:beginner: Home Assistant Operating System
Apache License 2.0
4.76k stars 956 forks source link

I can't login via ssh anymore HA OS 12.2.rc1 #3278

Closed rononline closed 5 months ago

rononline commented 5 months ago

I can't login via ssh anymore:

❯ ssh hassio@homeassistant.local
sudo: unable to allocate pty: Read-only file system
Connection to homeassistant.local closed.

Originally posted by @rononline in https://github.com/home-assistant/operating-system/discussions/3276#discussioncomment-8945694

maddinhome commented 5 months ago

Same here with a custom integration:

Dieser Fehler wurde von einer benutzerdefinierten Integration verursacht

Logger: custom_components.wemportal Quelle: custom_components/wemportal/wemportalapi.py:122 Integration: Weishaupt WEM Portal (Dokumentation, Probleme) Erstmals aufgetreten: 07:42:42 (2 Vorkommnisse) Zuletzt protokolliert: 08:40:12

[Errno 30] Read-only file system

dcmeglio commented 5 months ago

Thought it was just me, having the same issue since upgrading. Port 22222 SSH works, but 22 does not.

Anto79-ops commented 5 months ago

im also getting the same issue [Errno 30] Read-only file system for my InfluxDB integration on 12.2rc1

sairon commented 5 months ago

Thanks for the report, we identified the issue to be a result of change in Docker 25 that was upgraded in HAOS 12.2.rc1. This needs to be handled in Supervisor, where we already have an issue describing it bit more in depth. We plan to release new Supervisor version to the beta channel with a fix ASAP (i.e. it should be fixed in Supervisor >2024.03.1), in the meantime the only workaround is to downgrade to the previous OS version (using ha os update --version 12.1).

github-actions[bot] commented 5 months ago

:wave: @rononline, thanks for reporting an issue!

It looks like this issue is related to Home Assistant Supervisor. Please check the Home Assistant Supervisor repository, the issue might have been reported already. Open a new issue in that repository if you can't find a matching issue.

sairon commented 5 months ago

The issue is fixed in Supervisor 2024.04.0 available on the beta channel now, so it should be safe to upgrade back to 12.2.rc1.