97 points

Short answer: yes

Long answer: yeeeeeeeeees

permalink
report
reply
34 points
*

Detailed answer: Yankee Echo Sierra

Repetitive answer:

yes
permalink
report
parent
reply
13 points

Answering the question with a counter question

Why do we ask a question whilst already knowing its answer?
permalink
report
parent
reply
9 points

Clicks (bait).

permalink
report
parent
reply
0 points

I like this one

permalink
report
parent
reply
52 points

My household is a Microsoft free environment. There is no place for the royal we in this conversation.

permalink
report
reply
10 points

I can almost say the say thing, but I actually have a small Windows laptop dedicated to some software used for reprogramming the computer in my truck. I’ve never tried to run it under wine, so I might not need the laptop, but I very rarely use it anyway. Everything else in the house, from our android phones and tablets, to the entertainment system running from a raspberry pi, up to our laptops, desktops, and my stack of servers all run linux exclusively. Funny how they all run smoothly for years at a time.

permalink
report
parent
reply
9 points
*

Honestly, if your programming your ECU or something. I wouldn’t risk potentially bricking your car. It is a tool after all, something like how I prefer mikita over Milwaukee but I’ll use it to get the job done if needed.

Edit: ECU software can be a little finicky. Jayztwocents built a PC for his mechanic friend and the application refused to start because it wasn’t an Intel CPU.

permalink
report
parent
reply
8 points

Yeah I think at the time it was a known issue that this software wouldn’t run properly in wine and I just never tried again in the last 14 years. I’m not worried about bricking the ECU, I actually have a spare sitting on the shelf, and even if it did get bad enough that I couldn’t fix it, I could probably take it to the dealer and have them re-flash it for me. Funny thing is, after going the rounds with their service guy trying to get the programming corrected from changing my gear ratio (I ended up giving them a VIN of another vehicle that came with those gears), they weren’t able to change the programming to my own VIN but the truck still ran. No worries, because my software CAN change the VIN, so once I got that squared away it’s been perfectly happy with all the new programming. I have to admit, there’s a satisfaction in telling the dealer THIS is how you fix the problem, and when you’re done with it I’ll fix the rest of the stuff you can’t do.

permalink
report
parent
reply
6 points

If it is a royal we, then you are excluded from the conversation and the amount of Microsoft in your household is irrelevant.

permalink
report
parent
reply
1 point

I thought it was funny,

permalink
report
parent
reply
1 point

Because you are a royal we

permalink
report
parent
reply
36 points

No. If everyone were on Linux and there was a breaking change introduced by a third-party there would be similar problems.

The problem is that critical infrastructure isn’t treated like critical infrastructure. If something you rely on can go down due to a single point of failure, maybe don’t fucking use it?! Have backups, have systems that can replace those systems, have contingency! Slapping Windows on to a small machine and running some shitty Chromium app to work as a cash register is a fucking stupid idea when you consider that it is responsible for your whole income.

The problem was never Windows. It was companies that were too cheap to have contingency, because an event like this was considered extraordinary and not worth investing in.

permalink
report
reply
2 points
*

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.

permalink
report
parent
reply
3 points

That is a wild assumption with two key flaws

  1. Windows in many workplaces has updates locked down too, except in circumstances where critical security or vulnerability patches are pushed through.

  2. The same is true for many servers that run Linux.

As someone that works on tier1 services for arguably the biggest tech company right now, that’s how it works in most of FAANG. Updates are gated, sure, but like with many things there’s a vetting process where some things that look super important and safe just slip through.

In regards to your edit, I guess most cases are different from others, but if your entire business requires you to be able to use a machine 100% of the time then you should have the means to either use a different machine to continue transactions (ideally one with a known state that won’t change, or has been tested in the last few months). If you need to log transactions and process 24-48 hours later do that on something that’s locked down hard, with printed/hard backups if necessary.

Ultimately, risk is always something you factor in. If you don’t care about 48 hours of downtime over several years, it’s not a huge concern. I’d probably argue that many companies lost more money during these days than they would have spent in both money and people-hours training them on a contingency system to use in case of downtime.

permalink
report
parent
reply
0 points
  1. Who determines which security updates are critical? In windows case it’s ultimately Microsoft, if they say this update is critical it will get installed on your machines whether you like it or not.
  2. The update process in Linux needs to be triggered manually, so it’s a big difference. No one external to your company can say “that computer will get this new software NOW”, and that’s the point you’re missing.

In answer to the other dit answer, if all of those machines are windows they were all affected by the update, so having secondary or tertiary machines is pointless because all of them failed at the same time when an external source decided to install new software on all your computers.

permalink
report
parent
reply
3 points

Windows updates don’t happen automatically in an Enterprise environment. They are tested and pushed out once the version is determined to be stable.

permalink
report
parent
reply
1 point

They should be, but I remember reading a lot of people saying that even in enterprise environments Microsoft reserved the right to push security updates that bypassed those rules.

permalink
report
parent
reply
2 points
*

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.

permalink
report
parent
reply
1 point

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

Exactly, and since Windows is similar, therefore…

permalink
report
parent
reply
2 points

The problem wasn’t with an update Microsoft pushed out. It was due to an update by crowdstrike which iirc ignored all settings for staged rollout (or there were no settings at all for that)

It’s not like anyone outside Crowdstrike chooses to have these updates installed. It happened automatically with no way of stopping it.

permalink
report
parent
reply
2 points

Yes, this specific problem wasn’t caused by Microsoft, but it was caused by the forced automatic update policy that crowdstrike has, which is the same behavior Windows has. So while this time it wasn’t Microsoft, next time it could be. And while you can prevent this from happening on your Linux box by choosing software that doesn’t do this, it’s impossible to prevent it on a Windows box because the OS itself does it.

permalink
report
parent
reply
2 points

I mean this is sort of like what the new NIS2 Regulations tries to achieve. Make critical infrastructure producers and maintainers aware and force them to treat their infrastructure accordingly.

permalink
report
parent
reply
30 points
*

It’s nice that major news outlets are saying what we nerds have been screaming for the past two decades. Microsoft only shares a small portion of the blame for the recent outage (they could have built their OS better so software vendors don’t feel the need to use kernel modules, but the rest is on CrowdStrike) but we are too depenent on them.

permalink
report
reply
9 points

Not to change the subject, but your italicized “are” made me realize that Lemmy uses a different font for italic content (see the letter A). There’s another message down below deleted by creator which has the same style. I know, it’s a weird thing to notice, but there was a blog I saw this week mentioning that scammers are using websites with a (I think?) Cyrillic ‘a’ that looks just like the italic one here to fool people into thinking they’re visiting a legitimate site, so that little discrepancy stood out to me today. At least now I know I’m paying attention! 😆

permalink
report
parent
reply
1 point

Interesting. I’m not sure that’s a Lemmy thing per se, maybe specific to your client, or some extension or something altering CSS?

I just checked in my browser’s inspector, and the italicized text’s <em> tag has the same calculated font setting as the main comment’s <div> tag.

FWIW, I’m using Firefox with my instance’s default Lemmy web UI.

permalink
report
parent
reply
2 points

The closest thing I have is Ghostery, which is just an inspector. I don’t use any extensions to modify the code of a page, so yeah I’m not sure either. I also use Firefox, just checked this at work and I’m seeing the same results. And the dev tools here agree with your findings – both normal and <em> text are using the same font. The only thing I can think of is that the font itself (on my Linux computers) have a different “A” for the two styles. Ah well, not something I care enough to dig in to further, I just thought it was odd to see that discrepancy.

permalink
report
parent
reply
28 points

Imho. We are too laissez faire about our dependence on computers.

Currently doing disaster planning for compliance. What I really want to put in the docs is “If power or internet goes down we are just fucked. No planning needed. “

permalink
report
reply
8 points

I mean disaster planning is about finding ways to mitigate things like power or internet going down to minimize or eliminate their impact. That said, accepting the risk of downtime because alternatives are too expensive is a perfectly valid decision as long as it’s an intentional one.

permalink
report
parent
reply
3 points

It depends on the industry. Some industries have very critical systems that can’t go down period.

permalink
report
parent
reply
3 points

Yeah, in which case you wouldn’t accept the downtime and would drop the cash on redundant systems.

permalink
report
parent
reply
3 points

The more nines you add the more exponential growth you see in cost. This is because you end with lots of idling hardware.

permalink
report
parent
reply
2 points

Too cheap to buy UPS, generators and redundant fiber or something?

permalink
report
parent
reply
4 points

We are a small medical practice. It would cost approx $15k in batteries to give us about 3 operating hours. Not economically viable.

But do you think something like an airport would have enough diesel capacity to contiune operating in a power out?

permalink
report
parent
reply
5 points

UPS should only be sized enough for the generator power to spin up.

permalink
report
parent
reply
5 points

If you are taking about human lives it could be important. Many hospitals spends a significant amount to make sure there isn’t any downtime.

permalink
report
parent
reply
2 points

Hospitals and airports typically have their own backup generators, yeah. Not entirely sure how long they’re prepared to operate off-grid.

permalink
report
parent
reply
1 point

Also currently trying to get NIS2/27001 compliant before the October deadline hits? ^^

permalink
report
parent
reply
1 point

What would you suggest to solve this?

permalink
report
parent
reply
2 points
*

Much, much more care should have being taken by all parties.

Microsoft should not have given kernel access to crowdstrike. Crowdstrike should not have being able to push a killing update.

Edit: Hindsight is 20 20

permalink
report
parent
reply
2 points

I don’t think a OS should ever be LESS open about what a user can do. It should be on the user to do their due diligence and have high availability systems setup.

Only reason Linux wasn’t affected as much was luck. this could just as easily have happened to Linux systems if the broken update targetted Linux.

We (this community especially) criticize windows for not being more open like Linux, and all of a sudden we’re saying it should’ve been more like Apple?

permalink
report
parent
reply

Linux

!linux@lemmy.ml

Create post

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

  • Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
  • No misinformation
  • No NSFW content
  • No hate speech, bigotry, etc

Related Communities

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

Community stats

  • 6.4K

    Monthly active users

  • 4K

    Posts

  • 55K

    Comments