Chances if Microsoft or Crowdstrike will be held liable for financial losses caused by this outage?
CrowdStrike Update: Windows Bluescreen and Boot Loops
221–230 of 1001 posts
Re: CrowdStrike Update: Windows Bluescreen and Boot Loops
#222Re: CrowdStrike Update: Windows Bluescreen and Boot Loops
#223Re: CrowdStrike Update: Windows Bluescreen and Boot Loops
#224Re: CrowdStrike Update: Windows Bluescreen and Boot Loops
#225https://old.reddit.com/r/wallstreetbets/comments/1e6ms9z/cro...
Re: CrowdStrike Update: Windows Bluescreen and Boot Loops
#226Re: CrowdStrike Update: Windows Bluescreen and Boot Loops
#227Can someone explain what Crowdstrike actually is? Reading Wikipedia it seems to be some sort of anti-virus software?
Re: CrowdStrike Update: Windows Bluescreen and Boot Loops
#228i've seen photos of the bsod from an affected machine, the error code is `PAGE_FAULT_IN_NONPAGED_AREA`. here's some helpful takeaways from this incident: 1) mistakes in kernel-level drivers can and will crash the entire os 2) do not write kernel-level drivers 3) do not write kernel-level drivers 4) do not write kernel-level drivers 5) if you really need a kernel-level driver, do not write it in a memory unsafe langua…
And we are not crashing and dying every day?
Sure, Rust is the way to go. it just took Rust 18 years to mature to that level.
Also, quite frankly, if your unwrap() makes your program terminate because an array out of bounds isn't that exactly the same thing ? (program terminates)
But IMHO if we are hopping along a minefield at this moment every second of every day, well... If this is the worst case scenario, yeah it's not that worse after all.
Re: CrowdStrike Update: Windows Bluescreen and Boot Loops
#229Workaround steps: https://www.reddit.com/r/crowdstrike/comments/1e6vmkf/commen...
> Workaround Steps:
> Boot Windows into Safe Mode or the Windows Recovery Environment
> Navigate to the C:\Windows\System32\drivers\CrowdStrike directory
> Locate the file matching “C-00000291*.sys”, and delete it.
> Boot the host normally.
Re: CrowdStrike Update: Windows Bluescreen and Boot Loops
#230i've seen photos of the bsod from an affected machine, the error code is `PAGE_FAULT_IN_NONPAGED_AREA`. here's some helpful takeaways from this incident: 1) mistakes in kernel-level drivers can and will crash the entire os 2) do not write kernel-level drivers 3) do not write kernel-level drivers 4) do not write kernel-level drivers 5) if you really need a kernel-level driver, do not write it in a memory unsafe langua…
Just imagine that there's a proprietary firewall that everyone uses on their production servers. No kernel-level drivers necessary. A broken update causes the firewall to blindly reject any kind of incoming or outgoing request.
Easier to rollback because the system didn't break? Not really, you can't even get into the system anymore without physical access. The chaos would be just as bad.
A firewall is an easy example, but it can be any kind of application. A broken update can effectively bring the system down.