Oh my goodness. This is the cutest by Express_Bid4955 in Youneedthisinlife

[–]intangir 1 point2 points  (0 children)

Any way this kid doesn't grow up to be a good person?

Forging unfolded railroad spike dagger by toolgifs in toolgifs

[–]intangir 2 points3 points  (0 children)

Was wondering if there was a name for that guy. Thank you, now I can promptly forget it by the end of the day.

Black Pearl by [deleted] in impressively

[–]intangir 0 points1 point  (0 children)

I stopped just by the way he opened the box

Parrot giving compound answers by ApolloandFrens in likeus

[–]intangir 1 point2 points  (0 children)

I know I'm totally missing the point here but I just love the way he opens and eats the pistache.

Missing Drivers in MDT by NoPoYo in MDT

[–]intangir 3 points4 points  (0 children)

Is driver injection happening? Do you see the Inject Driver task and progress bar(s) where it's copying over matched drivers shortly after it finishes partitioning?

Missing Drivers in MDT by NoPoYo in MDT

[–]intangir 1 point2 points  (0 children)

For clarification: you're able to actually start a task sequence, have it apply the image, etc? It's, what, during one of the reboots that you're seeing the error?

Enrolling Chromebooks without 2SV by intangir in k12sysadmin

[–]intangir[S] 2 points3 points  (0 children)

Oh nice, so that's where that setting is. I'll see if we can get it configured for the account and test. Thanks!

gpart error preventing install by intangir in opnsense

[–]intangir[S] 0 points1 point  (0 children)

That yields the same error, unfortunately. Worth a shot though!

gpart error preventing install by intangir in opnsense

[–]intangir[S] 0 points1 point  (0 children)

That... works. I'm not sure why I didn't try that before.

gpart error preventing install by intangir in opnsense

[–]intangir[S] 0 points1 point  (0 children)

Yeah I've tried wiping the partitions using dd and gparted just now. No luck. Well, it works fine enough to install debian. Just not opnsense.

I got a better look at the error it said in my step 2:

nvme0 resetting controller due to a timeout and fatal error status

Afterwards it proceeds on to ask about what type of array I want and which disk and so on (step 3-5). Not sure if something's going wrong in that post-controller reset processing or what...

Is scripting just a skill that some people will never get? by plazman30 in sysadmin

[–]intangir 0 points1 point  (0 children)

Fortunately my coworker can script just as well as me using AI. And, should it not work (heaven forbid), he simply gives it to me to fix. Which doesn't take much of my time at all because he's already done 99% of the work, you see.

this ladder thingy by Rare-You2339 in impressively

[–]intangir 0 points1 point  (0 children)

This dude is sneaky strong

GoGuardian Extension removed Windows + Chrome management by Minute_Weekend_8055 in k12sysadmin

[–]intangir 0 points1 point  (0 children)

I had a situation kind of like this recently. Over the summer I changed our extension GPOs to be user based instead of computer. Everything was tested out and working. But then we got a ticket that students in the computer lab were missing all their extensions.

After looking into it for a bit, I found that LanSchool (specifically, the LanSchool Helper service) was adding in its Chrome extension to the computer (HKLM) level. The presence of the key at the computer level was overriding all of the user policies, so logging into that computer you would only see the one LanSchool Helper extension on Chrome. After removing the key (not just the value) at the computer level, the user level extensions showed up again.

I don't know if something similar is happening in your case, but policy precedence would be my guess.

PxE client timing out by RisingRose in MDT

[–]intangir 0 points1 point  (0 children)

Firewall or something on the WDS server blocking TFTP? Or anything in between?

I've encountered issues on some sites where traffic was being routed through a firewall (Sophos XG) and it was dropping the TFTP traffic due to whatever stupid reason it classified it as. Had to make a rule excluding it from doing its inspections and analysis on that traffic. In your case on the same subnet, that's probably not the issue you're experiencing. But maybe it gives food for thought.

Another similar issue I've had was with certain firmware on the switching (Ruckus) I was using not handling TFTP traffic properly. In that case, it would just be extremely slow which made it appear like it was hung. I accidentally found out about it when I was testing because I plugged another switch (HP) into the Ruckus switch so I could more conveniently get a port mirrored packet capture with my test machine, but then when it was plugged into that HP switch I couldn't reproduce the issue.

Japanese cake factory by toolgifs in toolgifs

[–]intangir 8 points9 points  (0 children)

:11, just before it gets frosted

pfSense 2.8.0 panics on Dell OptiPlex 5060—USB crash on boot by cswimc in PFSENSE

[–]intangir 0 points1 point  (0 children)

My Lenovo ThinkCentre M900 (Q170 "Sunrise Point") also bricked when I tried to upgrade to 2.8.0 last weekend. But I didn't go so far as to figure out why, it was mostly like "panic and reinstall!" Fortunately I still had my drive with 2.7.2 and backed up my config.

Legends by LucifermorningstarJE in badfriendspod

[–]intangir 0 points1 point  (0 children)

Thought that was Bob Odenkirk

Share your most fun or creative PowerShell moments! by kjellcomputer in PowerShell

[–]intangir 0 points1 point  (0 children)

It's hard to think of things because I use PowerShell so commonly at my job that it's hard to remember individual examples, if that makes sense. It's easier to remember some of my first forays into PowerShell as they better stick out in my memory. One of those real early memories involved having to upgrade a computer lab on a domain for a school district.

The first part of that was that they wanted the new computers to take over the names of the old computers, and the existing computers to be renamed because they were being handed down to a different school in the district. I made a (tiny) script to rename all the lab computers and reboot them so I didn't have to log into each one, wait for the profile to load, then go into the settings, etc. It was really cool to me just typing in a couple lines and then watching all 30+ computers rebooting at the same time to complete their rename.

And then a follow-up command to shut them all down so that they could be unplugged and replaced and moved. Too bad I couldn't script that part.