this post was submitted on 23 Sep 2024
768 points (95.6% liked)

linuxmemes

21009 readers
1173 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
    768
    submitted 3 weeks ago* (last edited 3 weeks ago) by [email protected] to c/[email protected]
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] [email protected] 2 points 3 weeks ago (1 children)

    Cool ! The default should smarter than bork by default.

    [–] [email protected] 5 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

    Its a 'failsafe' , like if part of the system depends on that drive mounting then if it fails then don't continue. Not the expected default, but probably made sense at some point. Like if brakes are broken don't allow starting truck, type failsafe.

    [–] [email protected] 4 points 3 weeks ago (3 children)

    Yea like the default is smart? How is it supposed to know if that's critical or not at that point? The alternative is for it to silently fail and wait for something else to break instead of failing gracefully? I feel like I'm growing more and more petty and matching the language of systemd haters but like just think about it for a few minutes????

    [–] [email protected] 1 points 3 weeks ago* (last edited 3 weeks ago)

    Edit: just saw your other comment, so this may not apply to you now....Not that the default is smart, but the default has been set to fail a boot if parts are missing. Imagine a rocket launch system check, is temperature system online, no, fail and abort. While as users -- for convenience--we want the system to boot even though a drive went offline, that may not be best default for induatrial applications. Or where another system relylies on first one to be up and coherent. So we have to use the nofail option, to contine the boot on missing drive.

    [–] [email protected] 2 points 3 weeks ago

    The system failed for no good reason, failing is exactly what it should never ever do. If it had just continued, everything would have been fine.

    [–] [email protected] 2 points 3 weeks ago (1 children)

    the default is smart

    Looking at the systems that are supported, it makes the greatest sense to have the safest failure mode as default. If fault tolerance is available, that can be handled in the entry but, it makes sense but to assume. Having that capability built into the default adds more complexity and reduces support for systems that are not tolerant of a missing mount.

    [–] [email protected] 3 points 3 weeks ago

    Sorry if it looked otherwise, I was agreeing to BCsven. I agree with you