1. 18 Aug, 2023 1 commit
    • Yusei Tahara's avatar
      cli/slapgrid: Create slapgrid object after checking pidfile. · 8e6500e2
      Yusei Tahara authored
      Slapgrid object makes a connection to master node immediately,
      thus if you create a slapgrid object without checking pidfile and if
      master node responds very slowly, you may get tons of stucked slapgrid
      processes by cron and system may become unusable.
      8e6500e2
  2. 16 Aug, 2023 5 commits
  3. 15 Aug, 2023 2 commits
  4. 14 Aug, 2023 6 commits
  5. 10 Aug, 2023 17 commits
  6. 08 Aug, 2023 3 commits
  7. 07 Aug, 2023 1 commit
  8. 27 Jul, 2023 3 commits
  9. 26 Jul, 2023 2 commits
    • Thomas Gambier's avatar
      slapos/testing: ignore version-use of llvm-lld in check_software · e0ab992f
      Thomas Gambier authored
      	linux-vdso.so.1 (0x00007ffca2156000)
      	foo.so => not found
      e0ab992f
    • Thomas Gambier's avatar
      slapos/testing: ignore ssh-keysign in check_software · e9d3ddd5
      Thomas Gambier authored
      ssh-keysign is not readable by everyone so we cannot do "ldd" on it:
      
      $ ls -al /opt/slapgrid/shared/openssh/f79ee5e4e4573183783541f2ad9133e8/libexec/
      total 1332
      dr-xr-x--- 2 slapsoft slapsoft     90 Jul 12 22:10 .
      dr-xr-x--- 7 slapsoft slapsoft    131 Jul 12 22:10 ..
      -r-xr-xr-x 1 slapsoft slapsoft 145560 Jul 12 22:10 sftp-server
      -r-x--x--x 1 slapsoft slapsoft 506208 Jul 12 22:10 ssh-keysign
      -r-xr-xr-x 1 slapsoft slapsoft 366736 Jul 12 22:10 ssh-pkcs11-helper
      -r-xr-xr-x 1 slapsoft slapsoft 338064 Jul 12 22:10 ssh-sk-helper
      e9d3ddd5