adamoutler / HassOSConfigurator

A set of Add-Ons to configure HassOS For various platforms and development purposes.
180 stars 43 forks source link

ssh configurator: Read-only file system problem #34

Closed viseshrp closed 11 months ago

viseshrp commented 11 months ago

Hello @adamoutler ,

Thank you for the port 22222 configurator. I finally got it working by following this thread here https://community.home-assistant.io/t/add-on-hassos-ssh-port-22222-configurator/264109/291 I installed the Add-on, checked the logs and the ssh keys seemed to be installed correctly. I then did ssh root@192.168.68.88 -p22222 and got in. I am, however, unable to write anything.

image
adamoutler commented 11 months ago

Did you disable protection mode?

On Wed, Sep 27, 2023, 19:04 Visesh Rajendraprasad @.***> wrote:

Hello @adamoutler https://github.com/adamoutler ,

Thank you for the port 22222 configurator. I finally got it working by following this thread here https://community.home-assistant.io/t/add-on-hassos-ssh-port-22222-configurator/264109/291 I installed the Add-on, checked the logs and the ssh keys seemed to be installed correctly. I then did ssh @.*** -p22222 and got in. I am, however, unable to write anything.

touch /etc/docker/check.json

touch: /etc/docker/check.json: Read-only file system

— Reply to this email directly, view it on GitHub https://github.com/adamoutler/HassOSConfigurator/issues/34, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEA4L6LWBVPCKQ3LWGWS3LX4SWJBANCNFSM6AAAAAA5KCMWBA . You are receiving this because you were mentioned.Message ID: @.***>

viseshrp commented 11 months ago

Yes

Did you disable protection mode? On Wed, Sep 27, 2023, 19:04 Visesh Rajendraprasad @.> wrote: Hello @adamoutler https://github.com/adamoutler , Thank you for the port 22222 configurator. I finally got it working by following this thread here https://community.home-assistant.io/t/add-on-hassos-ssh-port-22222-configurator/264109/291 I installed the Add-on, checked the logs and the ssh keys seemed to be installed correctly. I then did ssh @. -p22222 and got in. I am, however, unable to write anything. # touch /etc/docker/check.json touch: /etc/docker/check.json: Read-only file system — Reply to this email directly, view it on GitHub <#34>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEA4L6LWBVPCKQ3LWGWS3LX4SWJBANCNFSM6AAAAAA5KCMWBA . You are receiving this because you were mentioned.Message ID: @.***>

viseshrp commented 11 months ago

@adamoutler

image
adamoutler commented 11 months ago

You have some general system troubleshooting to do. Ask in the forums.

viseshrp commented 11 months ago

What sort of general troubleshooting? Can you attempt to at least help a little bit before prematurely closing issues and dismissing problems? My hass installation and file system are fine. There are zero other issues. I can edit files via other addons like file editor.