Well, not a noob, more like an idiot 😂 EDIT: Yes, on the same drive as my Home folder, etc. And yes, technically they’re snapshots, not backups.

  • xilophor@lemmy.world
    link
    fedilink
    English
    arrow-up
    67
    ·
    edit-2
    3 days ago

    500 GiB syslog

    I’ve been in a similar situation

    edit: For context, there was a bug with the graphics driver that was putting out an error every frame, at 200+ fps… needless to say, I could actively see the log growing in size

    • MangoPenguin@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      8
      arrow-down
      1
      ·
      3 days ago

      This is what confuses me about Linux defaults, why would it let them grow that large?

      We can tune logging settings to resonable values for the max size and everything, it just doesn’t come that way for some reason.

      • faerbit@sh.itjust.works
        link
        fedilink
        arrow-up
        17
        ·
        3 days ago

        If you don’t use archaic technologies it actually does. systemd-journald is limited to max(10% FS size, 4GB) per default.

      • Chrobin@discuss.tchncs.de
        link
        fedilink
        arrow-up
        11
        arrow-down
        1
        ·
        3 days ago

        Well, Linux is also made for servers and super computers, and just imagine it refusing to keep logs because the file’s too large

          • Chrobin@discuss.tchncs.de
            link
            fedilink
            arrow-up
            7
            ·
            3 days ago

            But I think it’s better for it to fail from expected behavior vs unexpected behavior. Your storage being full is very transparent and expected, but that a file reaches max size and starts cutting off is unexpected and would surprise a lot of people.

            I myself use supercomputers and the log files can get into a lot of GB, and I would hate it if it just cut off at some point.

    • rumba@lemmy.zip
      link
      fedilink
      English
      arrow-up
      5
      ·
      3 days ago

      Mmmm somebody need some log rotate in their life.

      Oh my production s***'s on point but all the Dave and QA s*** I need at least one failure before I get around to doing law rotate. I guess I should spend the time to make the ansible job.