Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/home-assistant/core.git. Pull mirroring updated .
  1. Jul 02, 2022
  2. Jun 22, 2022
  3. May 27, 2022
  4. May 23, 2022
  5. Mar 18, 2022
  6. Feb 17, 2022
  7. Feb 07, 2022
  8. Dec 01, 2021
  9. Sep 02, 2021
  10. May 13, 2021
  11. Jan 11, 2021
    • Stefan Agner's avatar
      Increase timeout to avoid killing the core during shutdown (#45029) · 54064b40
      Stefan Agner authored
      Stopping the core goes through several stages, which can take up to
      120s, 60s and 30s respectively. However, if shutdown is taking longer
      than 60s overall, s6 isn't patient and kills the core:
      Jan 10 23:56:58 homeassistant eb034fca9c7d[407]: s6-svwait: fatal: timed out
      Jan 10 23:56:58 homeassistant eb034fca9c7d[407]: [s6-finish] sending all processes the TERM signal.
      Jan 10 23:57:01 homeassistant eb034fca9c7d[407]: [s6-finish] sending all processes the KILL signal and exiting.
      
      This is most of the time not a problem since shutdown is quicker than
      that.
      
      However, increasing the timeout is especialy useful to debug cases when
      an event is hanging, since the core will point it out after its timeout
      elapsed.
      
      Set the timeout to 220s, which is all core timeouts plus 10s grace time.
      54064b40
  12. Aug 26, 2020
  13. Jul 13, 2020
  14. Jul 10, 2020
  15. Apr 10, 2020
  16. Mar 23, 2020
  17. Mar 22, 2020
  18. Aug 20, 2019
    • Pascal Vizeli's avatar
      Docker ADR (#26085) · 97d3f49b
      Pascal Vizeli authored
      * Migrate Docker image to Hass.io / Multiarch
      
      * Fix sudo
      
      * Update CODEOWNERS
      
      * Fix manifest
      
      * Add more logic
      
      * fix handling
      
      * Move dockerfile
      
      * Modify options
      97d3f49b
  19. Aug 15, 2019
  20. Aug 09, 2019
  21. Jul 17, 2019
  22. Jun 25, 2019
  23. Jun 23, 2019
  24. Apr 10, 2019
  25. Feb 15, 2019
  26. Feb 12, 2019
  27. Jan 10, 2019
  28. Nov 05, 2018
  29. Nov 04, 2018
  30. Oct 25, 2018
Loading