reupload because i mixed up sigterm and sigkill like a dumb fuck

  • lbfgs@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    1 hour ago

    I had a systemd bug delay shutdown for 2 mins every time for a very long time on Debian. Never managed to fix it, Fedora did not have the same issue fortunately.

  • jason@discuss.online
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 hour ago

    The first time I shutdown a Linux computer, I thought I broke something it happened so fast.

  • Aniki@feddit.org
    link
    fedilink
    arrow-up
    5
    ·
    2 hours ago

    also true for boot (not from suspended state), in my experience.

    windows: wait, let me display the windows logo for 10 seconds, then show a spinny circle, then show the lock screen, then when you try to enter your password, it loads your user profile for another 5 minutes before it shows your desktop icons

    linux: click the power button -> 1.5 seconds later i see the lock screen. enter password and it’s just there.

  • Evotech@lemmy.world
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    4 hours ago

    Reboot

    Windows: save all your woooork. What apps you had open? How would I know?

    Linux: it’s all saved in ram, don’t worry. It’ll be like you never rebooted

  • hansolo@lemmy.today
    link
    fedilink
    arrow-up
    1
    ·
    2 hours ago

    “By the time you hear the sudo pop, the reboot shall be inside you done”

    -Kendrick Lamar Linux

  • Wispy2891@lemmy.world
    link
    fedilink
    arrow-up
    33
    ·
    9 hours ago

    Reverse meme when it’s time to install the updates.

    Windows in that case is “I MUST REBOOT IMMEDIATELY PREPARE TO LOSE ALL UNSAVED DATA IN 3. 2. 1…”

    • Trail@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      3 hours ago

      Not quite. I will RESUME FROM THIS FUCKING “MODERN SLEEP” shit, even though you the user want to turn this shit right off, do it without any warning watsoever, close all your fucking windows and good luck if you have lost work or not.

    • Buddahriffic@lemmy.world
      link
      fedilink
      arrow-up
      11
      ·
      5 hours ago

      When I switched to win 10, I actually gave them more money to get the pro version for access to the group policy editor so I could control updates and never have to deal with my PC telling me it’s time to restart on its own. Because I was stupid.

      When it came time to switch to Win 11, I did the much more sensible thing and installed Fedora instead. I started with cinnamon and even though I ended up disliking it also, it was still way better than the windows experience.

  • Get_Off_My_WLAN@fedia.io
    link
    fedilink
    arrow-up
    12
    ·
    10 hours ago

    I had to update a Windows 11 work laptop after not touching it for nearly a year. I click ‘shut down’ from the start menu and nothing happens. What? Try it again. Nothing again.

    I have to hold down the power button before the screen shows a “slide to shut down” screen now. How did Microslop fuck up the ‘shut down’ so badly.

    • chiliedogg@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      4 hours ago

      I love how the design is so bad now we’re missing the days when shutting down the computer required the “Start” button.

  • eighty@aussie.zone
    link
    fedilink
    English
    arrow-up
    9
    ·
    9 hours ago

    It’s tragic the level of immediate relief I feel every time I shutdown on Linux after years on Windows.

  • psx_crab@lemmy.zip
    link
    fedilink
    English
    arrow-up
    22
    ·
    11 hours ago

    “YOU CAN’T SHUT DOWN YET, STEAM STILL RUNNING” -Win10, literally every time.

    The fuck?

    • Sylvartas@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      13
      ·
      10 hours ago

      I’ve had it yell at me because it couldn’t close some dialog window that explorer opened because I was trying to shut it down

      • RustyNova@lemmy.world
        link
        fedilink
        arrow-up
        11
        ·
        10 hours ago

        That’s because it first send sigterm, then sigkill. Then it gives up and let the kernel handle it…

        Happens on my BTRFS disk’s unmount. If the kernel is currently busy handling some heavy btrfs command (like a 4tb scrub), systemd cannot stop it with sigkill.

        So when it eventually gives up, you also need to wait for the kernel to finally stop the operation and actually disconnect the disk.

        • RustyNova@lemmy.world
          link
          fedilink
          arrow-up
          8
          ·
          10 hours ago

          In those cases there’s an easy solution.

          Step 1: sigh

          Step 2: press the power button 5 or 10 seconds while contemplating why you decided to do a quick restart instead of keeping the session and do something actually productive

          • KubeRoot@discuss.tchncs.de
            link
            fedilink
            English
            arrow-up
            1
            ·
            5 hours ago

            I recommend starting with SysRq+E before that, there’s a chance it gets whatever the shutdown was waiting for. And if that fails… REISUB my beloved.