1. 24 Jan, 2024 1 commit
  2. 17 Jan, 2024 1 commit
  3. 08 Jan, 2024 2 commits
  4. 05 Jan, 2024 1 commit
  5. 28 Dec, 2023 1 commit
  6. 11 Dec, 2023 1 commit
  7. 02 Dec, 2023 1 commit
  8. 27 Nov, 2023 1 commit
  9. 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
  10. 20 Nov, 2023 1 commit
  11. 17 Nov, 2023 1 commit
  12. 14 Nov, 2023 1 commit
  13. 13 Nov, 2023 1 commit
  14. 06 Nov, 2023 1 commit
  15. 30 Oct, 2023 2 commits
  16. 10 Oct, 2023 1 commit
  17. 22 Sep, 2023 4 commits
  18. 18 Sep, 2023 2 commits
  19. 01 Sep, 2023 1 commit
  20. 29 Aug, 2023 1 commit
  21. 27 Aug, 2023 1 commit
  22. 16 Aug, 2023 3 commits
  23. 07 Aug, 2023 1 commit
  24. 01 Jul, 2023 1 commit
  25. 28 Jun, 2023 1 commit
    • bugclerk's avatar
      Allow sysdataset move if AD faulted (#11600) · bdcc2e0b
      bugclerk authored
      
      This has knock-on effects regarding failover when AD is broken.
      We should ensure that it's always possible to get system dataset
      set up, and in principle if AD join is already broken things
      can't really get worse by moving around the system dataset.
      
      (cherry picked from commit 980a4de5a6d36663dd30b4f8504bb44d13f7c16a)
      Co-authored-by: default avatarAndrew Walker <awalker@ixsystems.com>
      bdcc2e0b
  26. 27 Jun, 2023 3 commits
  27. 23 Jun, 2023 1 commit
  28. 21 Jun, 2023 1 commit
    • mgrimesix's avatar
      NAS-122463 / 13.1 / Remove deprecated proftpd settings (#11562) · 2aeb3a8b
      mgrimesix authored
      * etc_files/local/proftpd.conf:
          Remove MultilineRFC2228 and no_cert_request settings from the proftpd.conf mako file.
      * plugins/ftp.py:
          Add validation check to block user setting no_cert_request.
      * tests/api2/test_200_ftp.py:
          Add simple checks to confirm MultilineRFC2228 not preset and we block setting no_cert_request
      
      No DB or API changes were made.
      2aeb3a8b
  29. 14 Jun, 2023 1 commit
  30. 02 Jun, 2023 1 commit