An error occurred fetching the project authors.
  1. 30 Jan, 2015 1 commit
  2. 22 Jan, 2015 1 commit
  3. 13 Jan, 2015 1 commit
  4. 22 Dec, 2014 3 commits
  5. 05 Dec, 2014 1 commit
  6. 20 Nov, 2014 2 commits
  7. 19 Nov, 2014 1 commit
  8. 18 Nov, 2014 3 commits
  9. 09 Nov, 2014 2 commits
  10. 08 Nov, 2014 3 commits
  11. 24 Oct, 2014 2 commits
  12. 22 Oct, 2014 1 commit
  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. 16 Oct, 2014 1 commit
  15. 09 Oct, 2014 1 commit
  16. 26 Sep, 2014 1 commit
  17. 24 Sep, 2014 1 commit
  18. 11 Sep, 2014 1 commit
  19. 09 Sep, 2014 1 commit
  20. 08 Sep, 2014 1 commit
  21. 03 Sep, 2014 4 commits
  22. 30 Aug, 2014 3 commits
  23. 29 Aug, 2014 1 commit
  24. 28 Aug, 2014 3 commits