An error occurred fetching the project authors.
  1. 06 Oct, 2017 2 commits
  2. 04 Oct, 2017 1 commit
  3. 28 Sep, 2017 1 commit
  4. 18 Aug, 2017 3 commits
  5. 18 Jul, 2017 1 commit
  6. 20 Jun, 2017 3 commits
  7. 13 Jun, 2017 4 commits
  8. 17 May, 2017 1 commit
  9. 16 May, 2017 1 commit
  10. 16 Feb, 2017 1 commit
    • Vincent Pelletier's avatar
      stack.logrotate: Fix support for stopped processes. · b0d0efc2
      Vincent Pelletier authored
      When a process is stopped:
      - it may not have emitted logs since previous rotation: add "missingok"
        As a direct consequence: stop using logrotate recipe.
      - its pid file (if applicable) may be missing: test its non-empty presence
        before calling slapos-kill
      Also, stop using slapos.cookbook:logrotate.
      Update obvious users (cloudooo, neoppod, erp5, monitor, re6stnet).
      b0d0efc2
  11. 08 Feb, 2017 3 commits
  12. 10 Aug, 2016 1 commit
  13. 20 May, 2016 1 commit
  14. 24 Sep, 2015 1 commit
  15. 23 Sep, 2015 1 commit
  16. 17 Feb, 2015 2 commits
  17. 10 Feb, 2015 1 commit
  18. 09 Feb, 2015 1 commit
  19. 27 Jan, 2015 1 commit
  20. 26 Jan, 2015 1 commit
  21. 16 Jan, 2015 3 commits
  22. 18 Nov, 2014 2 commits
  23. 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
  24. 11 Sep, 2014 1 commit
  25. 05 Jun, 2014 1 commit
  26. 24 Apr, 2014 1 commit