27
TobyAsE
6y

Today I broke our testing server.
I accidentally (don't even ask, I'm stupid) renamed the /lib folder and nothing worked anymore. Not a single bash-command. I had to shutdown the server and reboot it with a recovery-cd to rename the folder again. Luckily it all runs in a vSphere so I didn't even had to stand up from my desk.

Comments
  • 1
    I have done the same except I renamed glibc so I could try with my version of the file which I knew was working.
    We were working on a physical machine so we ended up mounting the disk to another machine and move the old version back again.
  • 1
    Umm use some best practices, avoid using sudo as much as you can!
  • 2
    I deployed untested dev code to production the other day then found there was no current prod branch of code.
  • 3
    I once applied the staging database dump on production. The good thing is we don't have any users.
Add Comment