1. 26 Mar, 2024 3 commits
    • Andrew Walker's avatar
      Address review · 481a21e6
      Andrew Walker authored
      481a21e6
    • Andrew Walker's avatar
      Fix test · e3d7bec7
      Andrew Walker authored
      e3d7bec7
    • Andrew Walker's avatar
      Fix the collectd-daemon RC script · 3d096b6c
      Andrew Walker authored
      There are various combinations of running state for the daemon
      process monitoring the collectd process and the process that it
      is monitoring. In some pathological cases the original script
      could hang for up to 60 seconds on 13.0 and indefinitely in 13.3
      
      This commit addresses the problem by doing the following:
      
      * consolidates the pre-stop and post-stop functions into a single
        stop function
      
      * convert the rc script to use standard rc.subr functions to get pids
      
      * validate that have pids we're trying to wait for
      
      * Send a SIGKILL instead of SIGTERM to daemon process if the monitored
        process has gone away.
      3d096b6c
  2. 22 Mar, 2024 4 commits
  3. 21 Mar, 2024 1 commit
  4. 20 Mar, 2024 2 commits
  5. 19 Mar, 2024 2 commits
  6. 20 Feb, 2024 1 commit
  7. 15 Feb, 2024 1 commit
  8. 06 Feb, 2024 1 commit
  9. 01 Feb, 2024 1 commit
  10. 31 Jan, 2024 1 commit
  11. 29 Jan, 2024 1 commit
  12. 24 Jan, 2024 1 commit
  13. 17 Jan, 2024 1 commit
  14. 08 Jan, 2024 2 commits
  15. 05 Jan, 2024 1 commit
  16. 28 Dec, 2023 1 commit
  17. 11 Dec, 2023 1 commit
  18. 02 Dec, 2023 1 commit
  19. 27 Nov, 2023 1 commit
  20. 22 Nov, 2023 1 commit
    • mgrimesix's avatar
      NAS-125048 / 13.1 / Fix NFS bindip configuration at boot (#12544) · b13f33aa
      mgrimesix authored
      The problem: The NFS bindip cannot be configured if the selected IP address is not functional. This setting is in /etc/rc.conf.freebsd. NFS is started and configured before the network is started. NFS has a post network start event handler that will restrart NFS if bindip is configured in the DB.
      
      However, the NFS bindip setting was blocked at boot during the initial configuration run because the network subsystem had not yet completed startup. This resulted in no NFS bindip configuration.
      
      The fix: In the post network start handler, regenerate rc.conf.freebsd before restarting NFS.
      b13f33aa
  21. 20 Nov, 2023 1 commit
  22. 17 Nov, 2023 1 commit
  23. 14 Nov, 2023 1 commit
  24. 13 Nov, 2023 1 commit
  25. 06 Nov, 2023 1 commit
  26. 30 Oct, 2023 2 commits
  27. 10 Oct, 2023 1 commit
  28. 22 Sep, 2023 4 commits