this post was submitted on 05 Sep 2024
902 points (99.0% liked)

Programmer Humor

19166 readers
562 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 1 week ago

ERROR Insert Coin

[–] [email protected] 43 points 1 week ago (1 children)

When you make a potentially system breaking change and forgot to make a snapshot of the VM beforehand...

[–] [email protected] 15 points 1 week ago (1 children)

There's always backups... Right?

.... Right?

[–] [email protected] 17 points 1 week ago (2 children)

oh there is. from 3 years ago, and some

[–] [email protected] 7 points 1 week ago

Someone set up a script to automatically create daily backups to tape. Unfortunately, it's still the first tape that was put in there 3.5 years ago, every backup since that one filled up failed. It might as well have failed silently because everyone who received the email with the error message filtered them to a folder they generally ignored.

[–] [email protected] 4 points 1 week ago

And no one ever tried to restore it.

Happened to me as well, after a year I learned incremental DB backups were wrongly offset by GMT diff, so we were losing hours every time. Fun.

Luckily we never needed them.

And now we have Postgres with WAL archiving and I sleep so much better.

[–] [email protected] 23 points 1 week ago

Tbh there is nothing more taxing on my mental health than doing maintenance on our production servers.

[–] [email protected] 45 points 1 week ago (2 children)

Never update, never reboot. Clearly the safest method. Tried and true.

[–] [email protected] 14 points 1 week ago

Found the debian user!

[–] [email protected] 13 points 1 week ago

Never touch a running system
Until you have a inviting hole in your system

Nevertheless, I'm panicking every time I update my sever infrastructure...

[–] [email protected] 34 points 1 week ago (5 children)

this week i sudo shutdown now our main service right at the end of the workday because i tought it was a local terminal.

not a bright move.

[–] [email protected] 7 points 1 week ago

I was making after hours config changes on a pair of mostly-but-not-entirely redundant Cisco L3 switches which basically controlled the entire network at that location. While updating the running configs I mixed up which ssh session was which switch and accidentally gave both switches the same IP address, and before I noticed the error I copied the running config to the startup config.

Due to other limitations and the fact that these changes were to fix DNS issues (and therefore I couldn't rely on DNS to save me) I ended up keeping sshing in by IP until I got the right switch and trying to make the change before my session died due to dropped packets from the mucked up network situation I had created. That easily added a couple of hours of cleanup to the maintainence I was doing

[–] [email protected] 38 points 1 week ago (1 children)

There's a package called molly-guard which will check to see if you are connected via ssh when you try to shut it down. If you are, it will ask you for the hostname of the system to make sure you're shutting down the right one.

Very usefull program to just throw onto servers.

[–] [email protected] 13 points 1 week ago (1 children)

nice. got it installed to test it out

[–] [email protected] 11 points 1 week ago

We got the Trojan in, let's move move move!

[–] [email protected] 5 points 1 week ago (1 children)

Best thing I did was change my shell prompt so I can easily tell when it isn't my machine

[–] [email protected] 6 points 1 week ago* (last edited 1 week ago) (2 children)

you mean the user@machine:$ thing? how do you have yours?

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

Correct!
I put a little Home icon on mine using NerdFonts.
If you are using ZSH or Fish you can do much more

[–] [email protected] 4 points 1 week ago

Change the color too

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

Happens to everyone

Just having a multitude of terminals open with a mix of test environment and (just for comparison) an open connection to the production servers...

We were at a fair/exhibition once and on the first day people working on an actual customer project asked us, if they could compare with our code.
Obviously they flashed the wrong PLC and we were stuck dead at the first hours of the exhibition.
I still think that this place was cursed, as we also had to do multiple re-soldering of some connections of our robot and the sherry on top was the system flash dying - where I had fucked up, because I just finished everything late at night and didn't made a complete backup of everything.
But it seems, if luck runs out, you lose on all fronts.

At least I was able to restore everything in 20mins. Which must be some kind of record.
But I was shaking so much from the stress, that I couldn't efficiently type anymore and was lucky to have a colleague to just calmly enter what I told him to and with that we're able to get the show case up and running again.

Well, at least the beer afterwards tasted like the liquid of the gods

[–] [email protected] 9 points 1 week ago (1 children)

Oops.

Since you're using sudo, I suggest setting different passwords on production, remote, and personal systems. That way, you'll get a password error before a tired/distracted command executes in the wrong terminal.

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

i have different passwords but i type them so naturally it didnt even register.

"wrong password."

"oh, i'm on the server, here's the right password:"

"no wait"

[–] [email protected] 5 points 1 week ago* (last edited 1 week ago) (1 children)

That's why you connect an arduino to the motherboards reset pin and load it with a program where it resets the system if it doesn't receive an ACK signal over the usb connection every 10 minutes.

Eventually though the networking and apache stops working after around 150 days so you also have to make a script that resets the system after 30 minutes of not having network.

[–] [email protected] 4 points 1 week ago

Plot twist, reboot takes 11 minutes and you didn't test for it

[–] [email protected] 7 points 1 week ago (1 children)

Dell PowerEdge R620, I'm talking to you.

[–] [email protected] 4 points 1 week ago

When someone previously told a vrtx vm not to auto boot after power up and none of the remote access is working either... Both undocumented as well, of course. And your tired AF tech is statically configuring the wrong IP range on their laptop to manu because it's been a long shutdown day and are also unfamiliar with the system in general (me). Good times, I figured it out though, but lots of sweating and swearing.

[–] [email protected] 4 points 1 week ago

Ubuntu server just asked me if I want to upgrade to V24, I don't know when I'll take time to do that :p

load more comments
view more: next ›