An error occurred fetching the project authors.
  1. 08 Feb, 2017 3 commits
  2. 10 Aug, 2016 1 commit
  3. 20 May, 2016 1 commit
  4. 24 Sep, 2015 1 commit
  5. 23 Sep, 2015 1 commit
  6. 17 Feb, 2015 2 commits
  7. 10 Feb, 2015 1 commit
  8. 09 Feb, 2015 1 commit
  9. 27 Jan, 2015 1 commit
  10. 26 Jan, 2015 1 commit
  11. 16 Jan, 2015 3 commits
  12. 18 Nov, 2014 2 commits
  13. 21 Oct, 2014 1 commit
    • Tristan Cavelier's avatar
      erp5 stack: fix mariadb host blocking · 6f11404d
      Tristan Cavelier authored
      - Use latest slapos.toolbox (0.41.0)
      - stack/erp5/buildout.cfg add script is-local-tcp-port-opened
      - Change instance-mariadb promise to use is-local-tcp-port-opened
      
      The monitor runs promises every 5 minutes.
      The previous mariadb promise check for listening tcp port by openning
      a socket and closing it, causing mariadb to block the host after a
      defined amount of time.
      
      The new script `is-local-tcp-port-opened` checks for opened tcp port
      on current machine by reading /proc/net/tcp{,6}. No socket is opened.
      Maria should not block hosts anymore.
      6f11404d
  14. 11 Sep, 2014 1 commit
  15. 05 Jun, 2014 1 commit
  16. 24 Apr, 2014 1 commit
  17. 23 Apr, 2014 1 commit
  18. 22 Apr, 2014 1 commit
  19. 07 Apr, 2014 1 commit
  20. 05 Apr, 2014 2 commits
  21. 03 Apr, 2014 1 commit
  22. 20 Mar, 2014 3 commits
  23. 05 Feb, 2014 1 commit
  24. 20 Jan, 2014 1 commit
  25. 17 Sep, 2013 1 commit
  26. 04 Sep, 2013 1 commit
  27. 08 Aug, 2013 1 commit
  28. 19 Jul, 2013 1 commit
  29. 18 Jul, 2013 1 commit
  30. 16 Jul, 2013 2 commits