1. 21 Oct, 2014 3 commits
    • Tristan Cavelier's avatar
      erp5 stack: fix mariadb host blocking · 402b2607
      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.
      402b2607
    • Cédric de Saint Martin's avatar
    • Tristan Cavelier's avatar
      remove useless comment · 82628eee
      Tristan Cavelier authored
      82628eee
  2. 13 Oct, 2014 1 commit
  3. 03 Oct, 2014 2 commits
  4. 02 Oct, 2014 1 commit
  5. 30 Sep, 2014 2 commits
  6. 29 Sep, 2014 2 commits
  7. 26 Sep, 2014 3 commits
  8. 25 Sep, 2014 3 commits
  9. 24 Sep, 2014 13 commits
  10. 23 Sep, 2014 2 commits
  11. 22 Sep, 2014 1 commit
  12. 19 Sep, 2014 3 commits
  13. 17 Sep, 2014 4 commits