An error occurred fetching the project authors.
  1. 11 Dec, 2024 5 commits
  2. 10 Dec, 2024 4 commits
  3. 29 Nov, 2024 1 commit
  4. 26 Nov, 2024 2 commits
  5. 04 Nov, 2024 3 commits
  6. 24 Oct, 2024 1 commit
    • Kirill Smelkov's avatar
      software/simpleran: Fix fluentbit ingestion not to barf on large lines · 8b7b0e92
      Kirill Smelkov authored
      Fluentbit Tail input documentation[1] says that by default maximum buffer
      size is 32K which turned out to be too small in practice because we hit
      a situation where enb.xlog started to have lines with ~ 34K and so
      fluentbit ingestion stopped to work with the following error in
      fluentbit log:
      
          [2024/10/23 20:30:23] [error] [input:tail:tail.0] file=/srv/slapgrid/slappart19/srv/monitor/public/enb.xlog requires a larger buffer size, lines are too long. Skipping file.
      
      -> Fix that by increasing max buffer size to 1M which seems to be high
         enough at least for now.
      
      Maybe it will make sense to configure this as unlimited, but I'm not
      sure if going as unlimited is universally a good idea.
      
      [1] https://docs.fluentbit.io/manual/pipeline/inputs/tail
      
      /cc @lu.xu, @jhuge, @tomo
      /reviewed-by @paul.graydon
      /reviewed-on nexedi/slapos!1672
      8b7b0e92
  7. 09 Oct, 2024 15 commits
  8. 08 Oct, 2024 2 commits
  9. 19 Sep, 2024 1 commit
  10. 18 Sep, 2024 1 commit
  11. 06 Sep, 2024 1 commit
  12. 04 Sep, 2024 1 commit
  13. 11 Jul, 2024 1 commit
  14. 31 May, 2024 1 commit
    • Joanne Hugé's avatar
      software/ors-amarisoft: add support for IMS · 18be4815
      Joanne Hugé authored
      Some phones with Android 12+ disconnects from
      5G networks which don't support IMS. Therefore
      we add minimal IMS support in this commit (even
      though we don't actually need it's features).
      
      Only Amarisoft >= 2024-05-02 support launching
      lteims without root privilege, so if Amarisoft
      version is older IMS is disabled and we inform
      the user so in the connection parameters.
      
      For this to work, SIM cards config needs to be
      modified, impu and impi must be for instance:
      impu: 001010000001312,
      impi: 001010000001312@ims.mnc001.mcc001.3gppnetwork.org
      18be4815
  15. 24 May, 2024 1 commit