How about sharing your favorite lessons learned moments?
locked by Michael Mrozek♦ Sep 16 '11 at 12:17
This question exists because it has historical significance, but it is not considered a good, on-topic question for this site, so please do not use it as evidence that you can ask similar questions here. This question and its answers are frozen and cannot be changed. More info: FAQ.
|
On a Debian installation back in 1999. 14 floppy disks for the basic installation. I tried to get xfree86 working.
But But it took me nearly a week to find out that the resolution setting (1024x768) didn't work. I had to switch it to 640x480 until the graphics card finally worked (at 1024x768... buuuuuug....). I tried to get the serial port mouse to work on COM1. So I tried to get the mouse to work. Reading a book (back then I had no usable high-speed internet), I tried with
And it didn't work and didn't work.
It took me nearly another week to find out this was because I needed to type the
It was about then when I finally realized what 'case-sensitive' really means. |
||||
|
|
|
A long time ago, I was installing MkLinux on my Mac, and I wanted to replace the file that governed command processing (not the shell, something more basic, don't remember quite what anymore). The instructions said to do |
||||
|
|
As root of course.... |
||||
|
|
|
Mine was Never did that again (and still don't know how to restore such a situation). |
|||||||||
|
|
I mapped the CapsLock to ESC on the entire system. When I did it, the Capslock was on. A reboot removed the permanent state of CapsLock. It was mapped to ESC It wasn't really painful but I felt stupid when I realized what I'd done! |
||||
|
|
|
I don't keep track of errors on my own boxes, but from the last 15 years here are my two work fatalities: 1995: Standard ' 1998: Ran newfs (SunOS) on a production AFS (now OpenAFS) file server instead of the replacement we were standing up. Spent the afternoon and night restoring from tape. |
||||
|
|
|
First one One time, I had defined an alias to help me clean temp files:
and of course one day, when I had forget what the alias was doing I mistyped:
I think I lost a good couple of seconds before I realized what was happening... :( Second one I was working as usual with my Mac laptop and my Ubuntu desktop. When I plugged the external HD of the Mac (HFS+ filesystem) in Ubuntu, I noticed that the owner was So I modified the UID on the mac and launched a big |
||||
|
|
|
Debian Ignored warning about Not sure where installation actually failed, but I was left with one root console on a dial-up line with every single app exploding. Just one running Had a lot of fun of recovering it. Uploaded statically linked |
||||
|
|
|
Somehow managed to unmount /dev and thought I would be screwed forever if I rebooted the machine. Nerve wracking hour ensued trying to figure out if it would be safe to reboot it. It was, nothing bad happened. |
||||
|
|
|
Wanted to make an archive:
Of course, Remember that the archive name follows the |
||||
|
|
|
My favorite is when I was building the new Solaris system for an Oracle database installation. Everything was in place including the high priced oracle consultant right in the middle of the DB optimization work he was doing. I was in the server room checking on another server, when I tripped over the power cord to the server. |
||||
|
|
|
I was once trying to zero out a USB thumbdrive using Needless to say, when tty1 started spitting out ReiserFS errors from my root partition, I had to reinstall... |
||||
|
|
|
Trying to get the Xwindows driver for my Nvidia card working when Fedora initially released the Nouveau driver. I had downloaded the Nvidia source to compile and install myself as I had many times in the past, but this release, I could just not get it to work. There were quite a few steps to find in the Fedora Forums to completely disable the Nouveau driver, and get the Nvidia driver working. Quite painful to say the least. |
||||
|
|
|
Back in the day you had to do erase the first 512 bytes of a partition to properly format FAT drives from Linux. This is done using the
Except the FAT partition was I didn't realize what had happened until after I rebooted. Luckily I was able to recover it by re-installing Lilo, or something. |
||||
|
|
|
Twenty minutes ago, I was painstakingly recreating a complex directory structure from files I had on my other PC. I decided to run On my return I noticed, to my severe dismay, that instead of running
I had absent-mindedly run
|
||||
|
|
|
Many web apps like magento or eZ Publish have a
After doing this a couple of times, it is scientifically proven that you always end up:
Lesson learned: create an alias for this command with an absolute path in it. |
||||
|
|
|
The first time I installed GNU Linux on my desktop, I installed Debian, no help, I only installed the basic system, no GUI. And I was like: "OMFG OMFG WHAT DO I HAVE TO DO NOW?... I will need to go back to Windows" But then I remembered how to install packages (first time in GNU Linux, only a It feels... good experimenting with your computer xD |
||||
|
|
|
1st ex employee: How do I do (something trivial)? |
||||
|
|
|
Installing Debian (with net-install) on a computer and realise after rebooting that I had somehow skipped the part where one is supposed to choose which packages to install. Sure, a non-graphical system with basically only |
||||
|
|
|
I did Our qualified sysadmin wasn't able to recover my |
||||
|
|
|
I wanted to delete a file and its backup copy ( So I wanted to type
and I did
Now I am always checking what the suggested completion is. |
||||
|
|
|
A while ago, I needed to do some extensive configuration on one of my machines, that mostly involved editing bunch of files in |
||||
|
|
|
I was on the phone with a colleague who was out at a customer site. She was working on their systems and I was telling her stroke for stroke what to type, she misheard me when I told her Back when I was "learning as a sysadmin", I was writing my own adduser script (didn't have it on early SysV). A shell error in the script |
||||
|
|
