Malheureusement, je ne peux pas les ré activer sur mon installation.
Voici ce que j’ai récupéré en SSH lors du plantage de ce matin. Mon observer me dit toujours que tout va bien…
Sauf si quelqu’un a une idée magique, je pense que ce WE ça va être :
- réinstallation d’une instance HA from scratch
- import petit à petit des différents modules / automatisations / … pour que tout remarche proprement
Merci à tous en tout cas
➜ ~ ha core logs
File "/usr/local/lib/python3.13/asyncio/selector_events.py", line 178, in _accept_connection
File "/usr/local/lib/python3.13/socket.py", line 295, in accept
OSError: [Errno 24] No file descriptors available
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.13/asyncio/base_events.py", line 1933, in call_exception_handler
File "/usr/src/homeassistant/homeassistant/runner.py", line 251, in _async_loop_exception_handler
File "/usr/local/lib/python3.13/asyncio/unix_events.py", line 70, in close
File "/usr/local/lib/python3.13/asyncio/selector_events.py", line 101, in close
RuntimeError: Cannot close a running event loop
2026-01-23 06:52:54.159 ERROR (MainThread) [homeassistant] Error doing job: socket.accept() out of system resource (task: None)
Traceback (most recent call last):
File "/usr/local/lib/python3.13/asyncio/selector_events.py", line 178, in _accept_connection
File "/usr/local/lib/python3.13/socket.py", line 295, in accept
OSError: [Errno 24] No file descriptors available
2026-01-23 06:52:54.160 ERROR (MainThread) [homeassistant] Fatal error '[Errno 24] No file descriptors available' raised in event loop, shutting it down
2026-01-23 06:52:54.160 ERROR (MainThread) [asyncio] Unhandled error in exception handler
context: {'message': 'socket.accept() out of system resource', 'exception': OSError(24, 'No file descriptors available'), 'socket': <asyncio.TransportSocket fd=11, family=2, type=1, proto=6, laddr=('0.0.0.0', 8123)>}
Traceback (most recent call last):
File "/usr/local/lib/python3.13/asyncio/selector_events.py", line 178, in _accept_connection
File "/usr/local/lib/python3.13/socket.py", line 295, in accept
OSError: [Errno 24] No file descriptors available
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.13/asyncio/base_events.py", line 1933, in call_exception_handler
File "/usr/src/homeassistant/homeassistant/runner.py", line 251, in _async_loop_exception_handler
File "/usr/local/lib/python3.13/asyncio/unix_events.py", line 70, in close
File "/usr/local/lib/python3.13/asyncio/selector_events.py", line 101, in close
RuntimeError: Cannot close a running event loop
2026-01-23 06:52:54.162 ERROR (MainThread) [homeassistant] Error doing job: socket.accept() out of system resource (task: None)
Traceback (most recent call last):
File "/usr/local/lib/python3.13/asyncio/selector_events.py", line 178, in _accept_connection
File "/usr/local/lib/python3.13/socket.py", line 295, in accept
OSError: [Errno 24] No file descriptors available
2026-01-23 06:52:54.162 ERROR (MainThread) [homeassistant] Fatal error '[Errno 24] No file descriptors available' raised in event loop, shutting it down
2026-01-23 06:52:54.162 ERROR (MainThread) [asyncio] Unhandled error in exception handler
context: {'message': 'socket.accept() out of system resource', 'exception': OSError(24, 'No file descriptors available'), 'socket': <asyncio.TransportSocket fd=11, family=2, type=1, proto=6, laddr=('0.0.0.0', 8123)>}
Traceback (most recent call last):
File "/usr/local/lib/python3.13/asyncio/selector_events.py", line 178, in _accept_connection
File "/usr/local/lib/python3.13/socket.py", line 295, in accept
OSError: [Errno 24] No file descriptors available
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.13/asyncio/base_events.py", line 1933, in call_exception_handler
File "/usr/src/homeassistant/homeassistant/runner.py", line 251, in _async_loop_exception_handler
File "/usr/local/lib/python3.13/asyncio/unix_events.py", line 70, in close
File "/usr/local/lib/python3.13/asyncio/selector_events.py", line 101, in close
RuntimeError: Cannot close a running event loop
2026-01-23 06:52:54.163 ERROR (MainThread) [homeassistant] Error doing job: socket.accept() out of system resource (task: None)
Traceback (most recent call last):
File "/usr/local/lib/python3.13/asyncio/selector_events.py", line 178, in _accept_connection
File "/usr/local/lib/python3.13/socket.py", line 295, in accept
OSError: [Errno 24] No file descriptors available
2026-01-23 06:52:54.163 ERROR (MainThread) [homeassistant] Fatal error '[Errno 24] No file descriptors available' raised in event loop, shutting it down
2026-01-23 06:52:54.163 ERROR (MainThread) [asyncio] Unhandled error in exception handler
context: {'message': 'socket.accept() out of system resource', 'exception': OSError(24, 'No file descriptors available'), 'socket': <asyncio.TransportSocket fd=11, family=2, type=1, proto=6, laddr=('0.0.0.0', 8123)>}
Traceback (most recent call last):
File "/usr/local/lib/python3.13/asyncio/selector_events.py", line 178, in _accept_connection
File "/usr/local/lib/python3.13/socket.py", line 295, in accept
OSError: [Errno 24] No file descriptors available
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.13/asyncio/base_events.py", line 1933, in call_exception_handler
File "/usr/src/homeassistant/homeassistant/runner.py", line 251, in _async_loop_exception_handler
File "/usr/local/lib/python3.13/asyncio/unix_events.py", line 70, in close
File "/usr/local/lib/python3.13/asyncio/selector_events.py", line 101, in close
RuntimeError: Cannot close a running event loop
2026-01-23 06:52:54.211 ERROR (MainThread) [root] Uncaught exception
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/usr/src/homeassistant/homeassistant/__main__.py", line 229, in <module>
sys.exit(main())
~~~~^^
File "/usr/src/homeassistant/homeassistant/__main__.py", line 215, in main
exit_code = runner.run(runtime_conf)
File "/usr/src/homeassistant/homeassistant/runner.py", line 289, in run
return loop.run_until_complete(setup_and_run_hass(runtime_config))
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/asyncio/base_events.py", line 723, in run_until_complete
raise RuntimeError('Event loop stopped before Future completed.')
RuntimeError: Event loop stopped before Future completed.
[05:53:34] INFO: Home Assistant Core finish process exit code 1
[05:53:34] INFO: Home Assistant Core service shutdown
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
➜ ~