Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault in "Terminal & SSH" add-on #3593

Open
bit4man opened this issue May 10, 2024 · 0 comments
Open

Segmentation fault in "Terminal & SSH" add-on #3593

bit4man opened this issue May 10, 2024 · 0 comments

Comments

@bit4man
Copy link

bit4man commented May 10, 2024

Describe the issue you are experiencing

When starting add-on, it fails with:

cont-init: info: running /etc/cont-init.d/ssh.sh /etc/cont-init.d/ssh.sh: line 21: 93 Broken pipe bashio::var.json supervisor_token "${SUPERVISOR_TOKEN}" 94 Segmentation fault | tempio -template /usr/share/tempio/ssh.environment -out /data/.ssh/environment cont-init: info: /etc/cont-init.d/ssh.sh exited 139

The add-on stopped working after adding the matter integration.

What type of installation are you running?

Home Assistant OS

Which operating system are you running on?

Home Assistant Operating System

Which add-on are you reporting an issue with?

Terminal & SSH

What is the version of the add-on?

9.14.0

Steps to reproduce the issue

  1. Configure add-on with ssh key
  2. try to start the addon

...

System Health information

System Information

version core-2024.5.2
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.12.2
os_name Linux
os_version 6.6.28-haos-raspi
arch aarch64
timezone America/New_York
config_dir /config
Home Assistant Cloud
logged_in true
subscription_expiration June 19, 2024 at 20:00
relayer_connected true
relayer_region us-east-1
remote_enabled true
remote_connected true
alexa_enabled true
google_enabled false
remote_server us-east-1-4.ui.nabu.casa
certificate_status ready
instance_id 3abb51f1c8a54b5d970e79eefa66221b
can_reach_cert_server ok
can_reach_cloud_auth ok
can_reach_cloud ok
Home Assistant Supervisor
host_os Home Assistant OS 12.3
update_channel stable
supervisor_version supervisor-2024.05.1
agent_version 1.6.0
docker_version 25.0.5
disk_total 28.5 GB
disk_used 14.8 GB
healthy true
supported true
board rpi4-64
supervisor_api ok
version_api ok
installed_addons File editor (5.8.0), Node-RED (17.0.12), Advanced SSH & Web Terminal (17.2.0), Mosquitto broker (6.4.0), Z-Wave JS (0.5.0), Check Home Assistant configuration (3.11.0), CEC Scanner (3.0), AirCast (4.2.1), Terminal & SSH (9.14.0), ESPHome (2024.4.2), Hey Ada! (1.2.0), Home Panel (2.7.0), Grafana (9.2.2), Matter Server (5.6.0), HassOS SSH port 22222 Configurator (0.9.3)
Dashboards
dashboards 5
resources 1
views 17
mode storage
Recorder
oldest_recorder_run May 1, 2024 at 02:13
current_recorder_run May 9, 2024 at 20:18
estimated_db_size 1753.43 MiB
database_engine sqlite
database_version 3.44.2

Anything in the Supervisor logs that might be useful for us?

2024-05-09 20:32:05.170 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon Terminal & SSH is failed, restarting...
2024-05-09 20:32:05.184 INFO (SyncWorker_5) [supervisor.docker.manager] Cleaning addon_core_ssh application
2024-05-09 20:32:06.320 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-ssh with version 9.14.0
2024-05-09 20:32:10.927 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished name='Task-7437' coro=<Addon.watchdog_container() done, defined at /usr/src/supervisor/supervisor/addons/addon.py:1429> exception=AddonsJobError('Rate limit exceeded, more than 10 calls in 0:30:00')>
Traceback (most recent call last):
  File "/usr/src/supervisor/supervisor/addons/addon.py", line 1443, in watchdog_container
    await self._restart_after_problem(event.state)
  File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 290, in wrapper
    raise on_condition(
supervisor.exceptions.AddonsJobError: Rate limit exceeded, more than 10 calls in 0:30:00

Anything in the add-on logs that might be useful for us?

Nothing that hasn't been added to the issue already.

Additional information

I can SSH to the "terminal & SSH" on port 22 just fine using the key added to the add-on. Only the web-interface is not working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant