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)”

  • palordrolap@fedia.io
    link
    fedilink
    arrow-up
    6
    ·
    2 hours ago

    This actually got me to go track down the systemd service that has been responsible for being unresponsive and causing a 90-second shutdown delay way more often than it should.

    Do you really want technical details?

    In my case it’s the MPRIS service that’s supposed to provide playback control on media players and related software.

    … and so now it’s disabled to see what, if anything, breaks without it. So far, none of the media apps I regularly use seem to be affected (browsers, a computer emulator, DOSBox, VLC).

    It looks to be Bluetooth-associated based on the package it’s installed with, and I don’t need Bluetooth 99.9%+ of the time, so it might be a while, if ever, before I notice anything wrong.

  • ThunderComplex@lemmy.today
    link
    fedilink
    arrow-up
    39
    ·
    6 hours ago

    Idk if this is a hot take but „no limit“ should straight up not exist. Just set a limit and blow the whole PC up when it takes too long.

  • lazynooblet@lazysoci.al
    link
    fedilink
    English
    arrow-up
    13
    ·
    5 hours ago

    On Windows I get a “some apps are preventing shutdown…”. With a list of apps. The app that is stopping shutdown? It’s called “shutting down”. Wtf

  • rumba@lemmy.zip
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 hours ago

    I have less issues with that than i do shit getting slow at startup. I hunted down a PAM problem (that I didn’t even configure) for a couple of days of my spare time. 5 minutes startup, i could feel my hail/nails growing between power on and Graphical.

    • [object Object]@lemmy.ca
      link
      fedilink
      arrow-up
      13
      ·
      5 hours 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
        3
        ·
        4 hours 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
            3
            ·
            4 hours 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.

          • xthexder@l.sw0.com
            link
            fedilink
            arrow-up
            1
            ·
            3 hours ago

            Apart from static discharge, or a broken power supply, I don’t think there’s anything your computer could do to the SSD to actually break it. Worst case you just need to reformat it.

            (I guess if it writes to it constantly it could wear out, but that’s different than a hard shutdown)

    • Björn@swg-empire.de
      link
      fedilink
      arrow-up
      61
      ·
      7 hours ago

      That’s not really systemd’s fault though. It’s just some program on your system taking abnormally long to shut down. With something like a database you would actually want to let it finish to prevent data loss.

      • corsicanguppy@lemmy.ca
        link
        fedilink
        English
        arrow-up
        5
        ·
        5 hours ago

        That’s not really systemd’s fault though.

        Oh, but it is. Upstart and sysV will both assassinate everything after a point. This bullshit is entirely new, either by Systemd sucking, or Systemd allowing this shit (thus, sucking), where neither thing happened beforehand.

        I admit I rage when it’s starting or stopping and can’t win for all the losing – especially because “startup time” was the the main (unfounded) feature on the banner they waved around.

        I work with sysV and Systemd and shut each down on a. Regular basis, via tooling, for stuff like patching, so it’s often a horse-race to offline. The difference is often negligible, for new machines or established boxes with apps, and the main difference is sometimes Systemd fails its YOU HAD ONE job from time to intermittent time.

        I work in a team where Unix and Linux is ~15 very experienced admins, so don’t fret over the skills and experience question or the scale question.

      • remotelove@lemmy.ca
        link
        fedilink
        arrow-up
        13
        ·
        edit-2
        7 hours ago

        This happens, too. A burst of local brownouts killed an OPNsense firewall of mine once. (The hardware was fine. The data got wrecked.) The firewall would boot, or almost finish booting, and then another brownout would hit. After the third or fourth cycle, the poor thing was toast.

        I should thank the power company for free resilience testing.

              • Err(()).unwrap()@lemmy.worldM
                link
                fedilink
                arrow-up
                1
                ·
                edit-2
                49 minutes ago

                A blackout is just a loss of power. Nothing complicated about it.

                A brownout means that the electric grid (or interconnection), for some reason, can’t supply enough power to satisfy the demand, but protection devices haven’t tripped yet. It can result in momentary power losses, drops in voltage, drops in frequency, or some generators getting desynchronized with the rest of the grid. If reactive loads (like HVAC motors) go offline momentarily, they can cause spikes in power consumption, which can overload circuits and trip safety devices.

                A UPS needs to immediately switch to battery power when there are signs of an imminent power loss. A brownout might cause a consumer-grade UPS to switch on and off repeatedly, which the inverter circuit probably doesn’t like.

                This channel is run by a real civil engineer, he’s released some great videos about the challenges of maintaining an electric grid.

              • sepi@piefed.social
                link
                fedilink
                English
                arrow-up
                2
                ·
                edit-2
                3 hours ago

                If only we could be so lucky. They don’t make Minutemans anymore.

                My house flooded once, had like an inch of water in the living room, and my Minuteman ups was just sitting there beeping cos there was no power.

      • mmmm@sopuli.xyz
        link
        fedilink
        arrow-up
        6
        ·
        6 hours ago

        Not sure about that. When I first installed Gentoo with OpenRC everything went fine, just the boot/shutdown times were a bit slower than with SystemD’s when it didn’t do this shenanigans. But when I started reading about the SystemD hype I decided to try it and it did this at random - and got fed up so went back to OpenRC and never experienced this again. Maybe a misconfiguration on my part or something but I didn’t do something out of what the manual said about how to set it up.

      • Venia Silente@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        5
        ·
        6 hours ago

        If it was really the program’s fault, why doesn’t it happen when I switch to sysvinit? (or maybe openrc, I haven’t tried that one)

        • Björn@swg-empire.de
          link
          fedilink
          arrow-up
          6
          ·
          6 hours ago

          Because you didn’t bother fixing the underlying issue but got lucky.

          Or these other inits are more brutal in their shutdown procedure, but I doubt that.

    • disorderly@lemmy.world
      link
      fedilink
      arrow-up
      22
      ·
      7 hours 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.

  • cannedtuna@lemmy.world
    link
    fedilink
    English
    arrow-up
    19
    ·
    edit-2
    6 hours ago

    Transcript:

    Top: A woman in a parked car screaming at a child in the back seat

    Caption: Why can’t you just SHUTDOWN ?

    Bottom: a child buckled in the back seat screaming back

    Caption: ᵢₘgfₗᵢₚA.cSₒtₘop job is running for Session c2 of user … (1:30/no limit)

  • Venia Silente@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    6
    ·
    6 hours ago

    That can hit any time, not just in shutdown. At bootup, when suspending, etc. This message and the wait time is so bad. Systemd basically implemented Windows Update waitouts on Linux! It’s incredible!

    Switching from systemd to sysvinit solved that pretty nicely.

    • chris@l.roofo.cc
      link
      fedilink
      arrow-up
      3
      ·
      5 hours ago

      You didn’t solve the problem. You only ignored it. Systemd does exactly what it’s instructed to do. If a program takes longer it waits if it’s instructed to do so. It’s well defined and predictable. Much better than a random assortment of bash scripts. And it’s incredibly customizable. If the defaults don’t fit you, you can easily override them without touching the main unit itself.

    • Aatube@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      5 hours ago

      I don’t think that’s true. Bootup and suspending don’t need stopping things like that.

      Source: I use systemd btw

    • lost_faith@lemmy.ca
      link
      fedilink
      arrow-up
      9
      ·
      7 hours ago

      Used it a few times now, so much better than holding the power button.

      For users that are not aware: alt+print screen then one at a time with a few seconds inbetween press the keys above, switch the O for a B to reboot instead of shutting down

      • otacon239@lemmy.world
        link
        fedilink
        arrow-up
        16
        ·
        7 hours ago

        When I first used this trick, they sent me my black hoodie and green text projector in the mail as a prize.

  • DeLancre@piefed.social
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 hours ago

    For some reason when I use sddm shutdown sometimes just doesn’t work. Using GDM makes display doesn’t work (weird hdmi quirk with bitdepth). So instead I login via TTY and start my session manually. At least then I can shutdown my system. Usually.