Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Support
  3. After Ubuntu 22/24 Upgrade syslog getting spammed and grows way to much clogging up the diskspace

After Ubuntu 22/24 Upgrade syslog getting spammed and grows way to much clogging up the diskspace

Scheduled Pinned Locked Moved Solved Support
syslog
15 Posts 8 Posters 607 Views 8 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • BrutalBirdieB Offline
    BrutalBirdieB Offline
    BrutalBirdie
    Partner
    wrote on last edited by
    #6

    Quickfix for users who need it NOW:

    # get patch file, apply and remove and restart cloudron-syslog.service
    cd /home/yellowtent/box
    wget https://git.cloudron.io/platform/box/-/commit/063b1024616706971d4a1f9c50b5032727640120.diff
    git apply 063b1024616706971d4a1f9c50b5032727640120.diff
    rm -v 063b1024616706971d4a1f9c50b5032727640120.diff
    systemctl restart cloudron-syslog.service
    

    Like my work? Consider donating a drink. Cheers!

    B 1 Reply Last reply
    5
    • BrutalBirdieB Offline
      BrutalBirdieB Offline
      BrutalBirdie
      Partner
      wrote on last edited by
      #7

      Extra analysis.
      Did this issue really just come up after the upgrade to 22/24?

      System Upgrade timers:

      2025-02-19 14:33:55	
      Linux version 6.8.0-53-generic (buildd@lcy02-amd64-046) (x86_64-linux-gnu-gcc-13 (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0, GNU ld (GNU Binutils for Ubuntu) 2.42) #55-Ubuntu SMP PREEMPT_DYNAMIC Fri Jan 17 15:37:52 UTC 2025
      
      2025-02-19 12:33:55	
      Linux version 5.15.0-131-generic (buildd@lcy02-amd64-057) (gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025
      
      2025-02-19 00:33:55	
      Linux version 5.4.0-205-generic (buildd@lcy02-amd64-055) (gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.2)) #225-Ubuntu SMP Fri Jan 10 22:23:35 UTC 2025
      

      317cc732-dca2-4b64-a71f-7724cd861fa7-image.png
      View of the whole month of February 2025.

      Zoom to 2025-02-17:
      63aafc17-2eb7-4361-9f55-80e7991030cc-image.png

      Yep, this looks very conclusive to me. This issue is only apparent in Ubuntu 22/24 with the non-fixed syslog.js

      Like my work? Consider donating a drink. Cheers!

      1 Reply Last reply
      3
      • J Offline
        J Offline
        jdeighton
        wrote on last edited by
        #8

        Applied this fix tonight and it worked for me to quiet the errors in the syslog file - thanks for finding and sharing the solution.

        1 Reply Last reply
        2
        • S Offline
          S Offline
          sozialinfo
          wrote on last edited by
          #9

          We're currently seeing this issue on v8.3.1 (Ubuntu 24.04.1 LTS)

          @girish thank you for fixing this! When will this fix be rolled out?

          @BrutalBirdie thanks for the quick fix! We applied it and it worked perfectly. ๐Ÿ‘

          1 Reply Last reply
          3
          • J Offline
            J Offline
            joseph
            Staff
            wrote on last edited by
            #10

            @sozialinfo patch will only be part of cloudron 9 (no ETA, but in coming month)

            1 Reply Last reply
            1
            • BrutalBirdieB BrutalBirdie referenced this topic on
            • T Offline
              T Offline
              tobiasb
              wrote on last edited by
              #11

              I would like to see this bugfix already in 8.3.x. Please <3.

              1 Reply Last reply
              1
              • necrevistonnezrN Offline
                necrevistonnezrN Offline
                necrevistonnezr
                wrote on last edited by
                #12

                The patch described in https://forum.cloudron.io/topic/13361/after-ubuntu-22-24-upgrade-syslog-getting-spammed-and-grows-way-to-much-clogging-up-the-diskspace/11# Is not available anymore (Error 500)

                BrutalBirdieB 1 Reply Last reply
                0
                • necrevistonnezrN necrevistonnezr

                  The patch described in https://forum.cloudron.io/topic/13361/after-ubuntu-22-24-upgrade-syslog-getting-spammed-and-grows-way-to-much-clogging-up-the-diskspace/11# Is not available anymore (Error 500)

                  BrutalBirdieB Offline
                  BrutalBirdieB Offline
                  BrutalBirdie
                  Partner
                  wrote on last edited by BrutalBirdie
                  #13

                  @necrevistonnezr That is because https://git.cloudron.io/ is currently throwing err 500. ๐Ÿ˜ฌ


                  Has been resolved, is now all good again.

                  Like my work? Consider donating a drink. Cheers!

                  1 Reply Last reply
                  2
                  • T Offline
                    T Offline
                    tobiasb
                    wrote last edited by
                    #14

                    Fyi: The fix was not part of 8.3.2. Now we need patch it again. ๐Ÿ˜ž

                    1 Reply Last reply
                    0
                    • BrutalBirdieB BrutalBirdie

                      Quickfix for users who need it NOW:

                      # get patch file, apply and remove and restart cloudron-syslog.service
                      cd /home/yellowtent/box
                      wget https://git.cloudron.io/platform/box/-/commit/063b1024616706971d4a1f9c50b5032727640120.diff
                      git apply 063b1024616706971d4a1f9c50b5032727640120.diff
                      rm -v 063b1024616706971d4a1f9c50b5032727640120.diff
                      systemctl restart cloudron-syslog.service
                      
                      B Offline
                      B Offline
                      bscabl
                      wrote last edited by
                      #15

                      @BrutalBirdie this is great, solved the issue for me!

                      1 Reply Last reply
                      2
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Bookmarks
                      • Search