So I was thinking about bloopers I've made or have seen made in a *nix systems and was wondering what others think the worst blooper they made was? I couldn't find a similar question already asked but I can't believe this isn't a copy question but then again may users are so perfect the idea of a blooper is impossible. Fire away.
|
7
|
|
|
|
|
|
Eager to fork() for the first time and having difficulty with a fork() tutorial, I incrementally commented out lines of error checking until, finally, the fork() call was executed. Inside a loop. With no error checking. When my connection slowed to a crawl and then dropped, I assumed it was a networking problem. I tried again on another machine, one that happened to be the primary authentication server for our campus network. This time, my connection slowed and dropped and other people in the lab began having problems. Understanding dawned and my body slacked a moment. Pulling myself together, I reported to my guru who insisted on a pompous walk to the campus network operations centre where the sysadmin, having already cut his lunch short, was duly chastised for allowing fork bombs to occur in the first place. Humiliated and honoured in the same act, I grew a little older that day. |
|||
|
|
managed to type kill 9 3456 , to get rid of a stuck process of ours. I meant kill -9 3456 I don't know which procees had pid 9 on SunOS but apparently it was important - so was the services running on that box unfortunately. |
|||
|
|
|
|
This was many years ago, and the first time I ever tried Linux. :) I'd installed Red Hat 9, but I was a bit annoyed that I had to sudo to access a number of files (keep in mind, first time, experimenting, whatnot). Eventually, I wanted to change that. So, I switched to root, went to /, and did a chmod -R 0777 *. That didn't go so well - though strictly speaking, the operation itself succeeded. Turns out, however, that a lot of things - including the X server - won't start if the permissions are wonky. Even getting to a shell was a bit of a problem. Fortunately, I hadn't really done much with the install, so it was just a matter of reinstalling. I've learnt my lesson since then. |
|||
|
|
|
|
In college for a final project, I did
the day before my project was due. Spent the whole night re-writing the code. Funny thing is I think the code turned out better than what was deleted. This is exactly why they should have used source control for assignments! or I should have been using it myself :) |
|||
|
|
|
|
I had my desktop filled with terminal windows, some local and some remote ssh connections, logged in as root in most of them, and with '#' as prompt in most of them. I had to reboot my box, so I grabbed a terminal and typed reboot. When it said 'Connection to somehost closed by remote host' I realized I hadn't booted my own machine, but our company's authentication server for some thousands of dialup customers. It was an old Solaris box that used about 15 minutes to boot... |
|||
|
|
|
|
In my attempt to remove old log files, I created a cron job: "find . -mtime 30 | xargs rm" Forgot the "cd " first and it started removing EVERY file on the system that was older than 30 days since cron starts at /. |
|||
|
|
|
|
I had a python script in a directory that created log files. I needed to delete these log files:
Oops I meant:
I pressed on the SHIFT a little bit too slightly. So I deleted everything in that directory: the log files and the python script. I didn't wanted to recreate it from scratch so I had to grep the directory to retrieve it based on some strings I remembered in my script. Something like:
|
|||
|
|
|
|
Once, my antispam server detect a BIG amount of mails incommings.. I blocked out in the firewall.. 20 minutes after, my boss tell me: Hey, you are blocking our server!! Ouch.. |
|||
|
|
|
|
Within the second week at my previous internship, I ended up typing the following command (with root privileges, of course) on one of our primary test servers:
Things didn't work so well after that. |
|||
|
|
|
|
Was a long time ago, so I forget the details. Was on Solaris. The disks on Solaris were partitioned in such a way that one of the partitions represented the whole disk (partition c? I forget.) Anyway, one day, somehow I managed to forget this important piece of information, and poking around on a system, I was thinking, hey, what's this huge partition that's not mounted or anything? Hey, I should make a filesystem on it, no sense having disk space go to waste. Uh, hmm... the system seems to be getting a bit sluggish, what's going on... realization of what I've just done dawns... "oh, crap." A coworker once came by, "you'll never believe what I almost did! I was adding a disk to the system, and was about to create a filesystem, and I almost ran newfs on the wrong disk!". "Whew!" He heads back to his office, where he had left the mistyped command, sitting there, waiting for him to backspace over it, or type ctrl-U, and so he sits down and his chair and uh, he hits "enter" a couple of times. Oops. |
|||
|
|
|
|
I'm a Gentoo user. I was uninstalling a package and wanted to remove all traces of it. So I got a list of what files "belong" to the package via a tool called |
|||
|
|
|
|
Deleted a symlink to my |
|||
|
|
|
|
Tried to delete all coredumps in my homedir
|
|||
|
|
|
|
Network administration and IRC pissing contests don't go along that well. During school holiday, two members of the student network's administration team were back home (separately). They both had modem access, and were chatting with one another on IRC. The IRC server was the students' too, hosted on the campus. For some reason, they started comparing bandwidths. The easy way to measure would be to ping flood the other one until either dropped off IRC. That's until the younger one thought it could be a good idea to use the IRC server's better connection. I was physically on the campus at that time, and I got woken up by a phone call from the older one. "Hey, err... would you mind ssh'ing to As it turned out, neither of them was first knocked off the IRC server that night. On the other hand, the IRC server had dropped the whole local network + campus + school off the net. |
|||
|
|
|
|
A variant of the
to terminate all his running processes and logout. It became so much of a habit that he did it while logged in as root on a clients production machine. |
|||
|
|
|
|
I was modifying a network script for an embedded system where I was only able to send one command at a time. It was a painful^Wlearning experience in playing with sed and awk. Since I was unsure the resulting file would be correct I piped all my changes to a temporary file which I downloaded and checked for correctness after all was done. The file contents were all okay so I moved the script to the correct place and rebooted the system. After waiting for what seemed like forever it started to dawn on me that the system was probably not coming back up again so I tried reproducing it locally which is what I should have begun with anyway. Turned out that the script needed the execute flag set and since I just piped changes into a temporary file and then moved it to the appropriate location it did not have the execute flag set. Big oopsie and cost us some money since we had to send out a technician to replace the entire box. At least I learnt never to modify remote systems without trying it locally first. |
|||
|
|
|
|
A friend of mine was in the administration team for the students' network. He was into computers, but a bit new to that thing called "Linux". He was logged in on the server (let's call it Except
Turns out, he knew just enough to be dangerous. The funny part, retrospectively, is that it took long enough for him to get suspicious and think "that's not right". But he didn't know about ^C yet. |
|||
|
|
|
|
A former manager of mine got curious when he saw the strange string It took him 15 minutes to catch the unix system administrators over the phone. It took them 15 minutes to realize they wouldn't telnet/ssh in, even as root. It took some additional 30 minutes for the box to reboot and start accepting users again. Their conversation on the phone was something.
Countless mandays lost. The next week, users had process and memory capping. |
|||
|
|
I had worked for several days on an important project and, tired, I just noticed that the machine had no swap activated. So I 'mkswap /dev/hda1' where hda was the /home partition... |
|||
|
|
|
|
I wrote an automated script to build a bootable flash drive from a source tree on the hard disk. At the end it installs LILO on the drive. One day I somehow screwed it up and it trashed the bootloader on my main hard disk. No problem, I thought, I'd just go and fix it with a livecd after I did the flash drive. So I got in there and saw LILO had stored a backup of the MBR in /boot/. I dd'ed it onto the hard drive and rebooted. That's where I found out that was the MBR from the flash drive. |
|||
|
|
|
|
While testing the security of my IRC bot, I was so eager to see what would happen if I'd push it to the max. Those lines are another user's log:
|
|||
|
|
|
|
I was working with a broken Fedora Core 6 installation and wanted to reinstall a broken package. Unfortunately, one of it's dependencies was libstdc++.so. So, I tried to remove the package that contained that file and in doing so, I wasn't able to run any new commands to reinstall it... |
|||
|
|
|
|
I was trying to delete all of the temporary backup text files in /etc/ such as "blah~". What ended up being typed was:
And of course there was no backup of the /etc folder. Darn space bar! |
|||
|
|
|
|
root: rm /dev/null It really did remove it! |
|||
|
|
|
|
My biggest one has probably been I once had fun with Took down a small ISP once — including my connection to the router — once by breaking OSPF horribly. Managed to get enough static routes in to fix that w/o a drive to the colo. |
|||
|
|
|
|
About 10yrs ago I was on an unused sever at my job, I forget the flavor of *nix, but I wanted to copy some files before I updated something, and made a typo that looked like cp /usr/lib /usr/lib which basically copies the folder over itself, which turn every file into 0 bytes, and because it was an OS folder, instant system death. |
|||
|
|
|
|
Ancient Unix machine where you had to be root to write to a tape. |
|||
|
|
|
|
My first linux install.... I installed on a partition, and then was reading along to where it suggested installing another version of some file having to do with command processing (long ago, can't remember the details). In those days, I had a habit of never typing "mv A B" while logged in as root, after having gotten the source and destination mixed up, so I typed "rm B" automatically, to be followed up with "mv A B". The second command never made it. Fortunately, since I had just installed, I lost nothing but a bit of time reinstalling. I was young and foolish back then. I'm older now, anyway. |
|||
|
|
|
|
This wasn't me, I swear.
|
|||
|
|
|
|
My worst mistake was in writing a script that sets up a bunch of directories based on the input. One of the commands ran this:
The problem is that later on I forgot how many parameters the script took, so I just called it with no parameters without thinking about it. So I ended with this... run as root of course:
Lesson learned: Always test sanitize inputs, and have a default function to print usage! |
|||
|
|
