this post was submitted on 19 Jul 2024
92 points (96.9% liked)

Technology

34415 readers
599 users here now

This is the official technology community of Lemmy.ml for all news related to creation and use of technology, and to facilitate civil, meaningful discussion around it.


Ask in DM before posting product reviews or ads. All such posts otherwise are subject to removal.


Rules:

1: All Lemmy rules apply

2: Do not post low effort posts

3: NEVER post naziped*gore stuff

4: Always post article URLs or their archived version URLs as sources, NOT screenshots. Help the blind users.

5: personal rants of Big Tech CEOs like Elon Musk are unwelcome (does not include posts about their companies affecting wide range of people)

6: no advertisement posts unless verified as legitimate and non-exploitative/non-consumerist

7: crypto related posts, unless essential, are disallowed

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 month ago (4 children)

Maybe a stupid question but why would not reaching an online service (?) blue screen your computer?

[–] [email protected] 8 points 1 month ago

It's the other way around. All those PCs are bluescreening at boot. So that prevents fixing the system remotely and on a large scale. Now poor IT guys have to fix evey single one by hand.

[–] [email protected] 3 points 1 month ago

It has a privileged service running locally - csagent.sys - that was crashing causing the BSOD.

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

Missing data in the boot sequence if that data is stored as a cloud init or a key is needed for auth during boot. So if you're running thin clients and rely on something like Ansible, but now the thin client can't get to the service it can't boot, so critical error.

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

I guess if the code acted as if it got a valid response without checking it could get into a very weird state. Or the code just fails hard.

At the driver level it's very easy to kill things.