this post was submitted on 09 Aug 2023
138 points (91.1% liked)

linuxmemes

21173 readers
151 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • Please report posts and comments that break these rules!

    founded 1 year ago
    MODERATORS
     
    all 29 comments
    sorted by: hot top controversial new old
    [–] mortrek@lemmy.ml 23 points 1 year ago (1 children)

    You're forgetting the 10 minutes of mandatory Windows updates.

    [–] u202307011927@feddit.de 6 points 1 year ago* (last edited 1 year ago)
    [–] db2@sopuli.xyz 22 points 1 year ago (2 children)

    Windows is doing stuff behind that splash screen too though

    [–] CameronDev@programming.dev 44 points 1 year ago (1 children)

    And arch does the exact same thing as Ubuntu :/ not sure what they are trying to say with this one.

    [–] bali10050@lemmy.world -1 points 1 year ago (1 children)

    Mine just kills the power. Faster than manually unplugging the pc

    [–] CameronDev@programming.dev 0 points 1 year ago (1 children)

    Did you configure it that way? I'm fairly sure the default is to safely shutdown via systemd. How do disk caches get flushed, are you setup to never cache in memory, or do you just lose data?

    [–] bali10050@lemmy.world -1 points 1 year ago (1 children)

    I don't know what I did but it does that anyway, and I think it's cool. I like to use my pc in the very very not recommended way so I'm not 100% sure if it's normal behavior, but it did that on multiple installs so it probably is

    [–] MinusPi@pawb.social 1 points 1 year ago

    It's not. A normal Arch install shuts down the exact same way as Ubuntu.

    [–] freeman@lemmy.pub 19 points 1 year ago

    It is. Just never says what’s hung.

    Frankly It’s more like

    Windows - “shut down please. No it’s fine, I’ll wait. Indefinately is fine”

    Linux “ shut down please. You have 30 seconds or I’ll shut you down myself”

    [–] flossdaily@lemmy.world 16 points 1 year ago (1 children)

    I remember going from MS-DOS to Windows and being really annoyed that I couldn't see the loading log.

    Same with Android phones in the beginning when they were still the scrappy underdog. I wanted to see machinery at work!

    [–] janus2@lemmy.dbzer0.com 12 points 1 year ago

    I would rather watch console output I don't understand scrolling by too fast to read than some dumb spinning dots >:[

    [–] YonatanAvhar@programming.dev 16 points 1 year ago (2 children)

    A stop job is running for Simple Desktop Display Manager

    [–] dorumon@lemmy.world 2 points 1 year ago

    I think you can configure systemd to force shutdown such things in like 2 seconds which is the only way I can shut down my Thinkpad running Debian 12.

    [–] majlitech@lemmy.world 1 points 1 year ago
    [–] mvirts@lemmy.world 14 points 1 year ago (1 children)

    Wait you guys don't sudo echo o > /proc/sysrq-trigger?

    [–] SteveTech@programming.dev 28 points 1 year ago (3 children)

    I think you'd have to do echo o | sudo tee /proc/sysrq-trigger, otherwise sudo only works for the echo, not the write.

    [–] outdated_belated@lemmy.sdf.org 13 points 1 year ago (1 children)

    Holy shit the reason for tee never really clicked until I saw this post. I’d used it in pasted commands, but it had always seemed superfluous.

    [–] clumsyninza@lemmy.world 4 points 1 year ago* (last edited 1 year ago) (1 children)
    [–] SteveTech@programming.dev 13 points 1 year ago

    It writes to a file like >, and echos it back at the same time; in this case the latter isn't needed (we're just using it to write with sudo), but it's good to know.

    [–] mvirts@lemmy.world 7 points 1 year ago

    Ah I guess I just use sudo bash a lot 😅

    [–] GuyNoIRQ@infosec.pub 6 points 1 year ago

    echo c | sudo tee /proc/sysrq-trigger 🫣

    [–] backhdlp@lemmy.blahaj.zone 5 points 1 year ago (1 children)

    I don't get it, shutting down looks like the Ubuntu one to me.

    [–] sorrowl@lemmy.blahaj.zone 2 points 1 year ago (3 children)

    There's a kernel option to disable the text and it's on by default on Arch, but not on Ubuntu.

    [–] GamingChairModel@lemmy.world 4 points 1 year ago

    it's on by default on Arch

    I don't think there is a default in Arch. You have to choose your own bootloader, and the documentation just lays out the options on what kernel parameters to pass. For systemd-boot, the Arch documentation gives example configurations that don't include the "quiet" parameter.

    [–] backhdlp@lemmy.blahaj.zone 1 points 1 year ago

    It's not on by default.

    [–] Tranus@programming.dev 1 points 1 year ago

    I'm not sure that's right. I just installed arch a few days ago, and I see that text during startup and shutdown. I didn't change any kernel options. Also, I've never seen that stuff with ubuntu, just a big ubuntu logo.

    [–] SaltyIceteaMaker@lemmy.ml 1 points 1 year ago

    I get stuck on a black screen about every 10 or so reboots/shutdowns

    [–] ninsix@lemmy.world 1 points 1 year ago

    Correction: first image: Windows update second image: Arch Linux third image: Void Linux