this post was submitted on 03 Aug 2024
197 points (93.8% liked)

Linux

48256 readers
909 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Nibodhika@lemmy.world 2 points 3 months ago* (last edited 3 months ago) (12 children)

Nope, that's not how it works on Linux, even if someone introduced the most heinous breaking change people would just not update until things were fixed, in fact the update is unlikely to do that because things are tested before being pushed. If someone were using latest of everything by having something like a Gentoo system with everything building from git maybe that person would be affected and he would have to rollback to an earlier version and keep going for a total downtime of 1h tops, and that is if someone was using the most stupid way possible in production.

The main reason why this will NEVER happen to a server running Linux is that updates are not automatic, i.e. they get triggered manually, so if there's an issue upstream you don't update, and if you encounter you rollback. The issue is not that Windows had a broken update, that can happen and it's fine, the issue is when the OS forcefully installs that update and breaks your system without you doing anything.

And yeah, I know what I'm talking about, I worked as a software architect for a large website for a few years and now I work as a software engineer for the servers of one of the largest online games.

Edit: re-reading your post, I would like to ask you how would you build this critical infrastructure with Windows? Because independently of how you answer it you would have been affected by this.

[–] MangoPenguin@lemmy.blahaj.zone 2 points 3 months ago* (last edited 3 months ago) (2 children)

the issue is when the OS forcefully installs that update and breaks your system without you doing anything.

The crowdstrike update was pushed out by their own software I thought, not the windows update system?

Plus crowdstrike has caused similar issues with Linux systems before, so the solution is to just not use crowdstrike and similar solutions on any OS.

The issue is not that Windows had a broken update, that can happen and it’s fine, the issue is when the OS forcefully installs that update and breaks your system without you doing anything.

I would have thought most businesses with windows would do staged rollouts.

[–] Nibodhika@lemmy.world 1 points 3 months ago (1 children)

the solution is to just not use crowdstrike and similar solutions on any OS.

Exactly, and since Windows is similar, therefore...

[–] MangoPenguin@lemmy.blahaj.zone 1 points 3 months ago

I'm not sure what you mean?

load more comments (9 replies)