An error occurred fetching the project authors.
  1. 03 Mar, 2015 2 commits
  2. 17 Feb, 2015 2 commits
  3. 10 Feb, 2015 1 commit
  4. 09 Feb, 2015 1 commit
  5. 27 Jan, 2015 1 commit
  6. 26 Jan, 2015 1 commit
  7. 16 Jan, 2015 3 commits
  8. 18 Nov, 2014 2 commits
  9. 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
  10. 11 Sep, 2014 1 commit
  11. 05 Jun, 2014 1 commit
  12. 24 Apr, 2014 1 commit
  13. 23 Apr, 2014 1 commit
  14. 22 Apr, 2014 1 commit
  15. 07 Apr, 2014 1 commit
  16. 05 Apr, 2014 2 commits
  17. 03 Apr, 2014 1 commit
  18. 20 Mar, 2014 3 commits
  19. 05 Feb, 2014 1 commit
  20. 20 Jan, 2014 1 commit
  21. 17 Sep, 2013 1 commit
  22. 04 Sep, 2013 1 commit
  23. 08 Aug, 2013 1 commit
  24. 19 Jul, 2013 1 commit
  25. 18 Jul, 2013 1 commit
  26. 16 Jul, 2013 7 commits