Transcript:

Two panel meme.

Top panel: Woman in the front seat of a car screaming at a child in the rear seat. She’s saying “Why can’t you just shutdown?”

Bottom panel: A child screaming “A stop job is running for Session c2 of user … (1:30 / no limit)”

    • [object Object]@lemmy.ca
      link
      fedilink
      arrow-up
      30
      ·
      17 days ago

      Ughh recently had an amd graphics kernel bug which would lock up some /proc file somehow

      You’d go “why are fabs at max” type ps or top and they would freeze. System monitor would freeze.

      “Okay, I’ll just reboot, this is fucked”, and systemd is just there:

      Luckily it’s patched now. Hopefully those hard reboots didn’t damage anything.

      • Kairos@lemmy.today
        link
        fedilink
        arrow-up
        11
        ·
        17 days ago

        Hard reboots don’t damage anything but the OS state, and even that has been protected against the last 2 decades.

          • Kairos@lemmy.today
            link
            fedilink
            arrow-up
            7
            arrow-down
            1
            ·
            17 days ago

            Some computer components don’t protect against voltage loss and some OS components aren’t tolerant to sudden shutdown but we’re 99% the way there. Any of the two which don’t have protection at this point are complete garbage.

    • disorderly@lemmy.world
      link
      fedilink
      arrow-up
      25
      ·
      17 days ago

      Why? You can bypass it immediately if it’s a one-off, or go update the unit configuration to have a short timeout if it’s a regular error.

      More likely though, it’s something that should actually be fixed, like a misconfigured fstab. Systemd is rarely the problem here.

          • rhpp@programming.dev
            link
            fedilink
            arrow-up
            2
            ·
            16 days ago

            Unless the culprit is that one process permanently stuck in uninterruptible disk sleep, in which case the timer would just perpetually go up, and pressing 7x Ctrl-Alt-Del as you mentioned will simply shut down systemd and the kernel itself will start complaining (faulty hardware can cause this)