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. |
|||
|
|
Anyone who answers something other than |
||||||||||||
|
|
|
Instead of running
on a Debian box, I ran
... whilst I was connected over SSH. It meant a swift drive into the data centre was in order! |
|||
|
|
First, accidentally creating a file in my home dir with the name "-f". Which made it a bitch to remove cause -f is a flag. So I figured I would do some thing like this while in my home directory:
And just say no to all the ones I wanted to keep. Unfortunately, -f overrides -i ... bye bye home dir:(. One correct solution is to use --:
Oh well, lesson learned. |
|||
|
|
My answer does not involve rm in any way: tar cvzf /dev/hda |
||||
|
|
|
I was cleaning out a local directory, so:
No problem, except that it left those little .xxx resource files, so:
which apparently follows .. and heads up the directory tree (oops) ... and of course I had root privilege |
|||
|
|
The TAB completion got me. I wanted to source |
|||
|
|
I edited the And doubly unfortunately, I was logged in remotely via ssh. Of course my ssh session immediately terminated. I had to call our system administrator, who was already driving home for the day. He turned around, drove to our data center and fixed it at the console.
|
||||
|
|
|
Ancient Unix machine where you had to be root to write to a tape. |
|||
|
|
|
|
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. |
|||
|
|
Rebooting without updating LILO. No boot disks or internet handy to figure out how to fix it... Not quite up to rm -rf / |
||||
|
|
|
Not on the scale compared to When I was learning *nix, I was bouncing between at least three very different OSes and used my habitual name for a quick and dirty test I spent I don't know how long trying to figure out why my little |
||||
|
|
|
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! |
|||
|
|
|
|
I once used
on an older Unix machine with the intention of killing all instances of |
|||
|
|
I ran wuftp on my first Slackware install. Result = rooted :(. Fortunately the idiot who rooted me setup an IRC bot and decided to store the log file in my only user directory. It only took me a week to notice the 8 GB file sitting on a whopping 20GB drive. They were nice enough to include their IRC handle and origin IP addy in the log file. |
|||
|
|
|
|
I once had to update an important shared library - libgcc, I believe it was. I went about it in the most brilliant way possible - I compiled the new library, then cd'd to the directory where the old libgcc was (yes, the one being currently used). I then did "cp newlibgcc oldlibgcc". What's this? Oh right, I have to be root to overwrite a file! "sudo su", then "cp newlibgcc oldlibgcc" Instantly locked up my box, as you can imagine. |
|||
|
|
|
|
A long time ago, and someone else hit the return key, but...the net result was ' Fortunately, it was a new machine. Fortunately, they had a backup. So, it wasn't a complete disaster. But... Needed to install some software. Needed a user created temporarily. Used menu system to create user. Since user was temporary, gave user home directory of '
It takes a while for everything to grind to a halt, but /etc and /unix and /bin are very early on the list of removed files and directories. Recovered system from backups. Created temporary user with real home directory, not " |
|||
|
|
|
|
I did:
(deleted all files in the current directory) instead of:
(delete all temporary files created by my editor) before committing changes to the repository. |
|||
|
|
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. |
|||
|
|
|
|
mkfs on the wrong partition. |
|||
|
|
so I have to admit I've seen a guy do a chown on a server box as root to a mostly unused account that effectively read
this mostly only brought things on the server to a halt until it was cleaned up but as part of those who felt the effects I feel it may be one of those really big mistakes. |
|||
|
|
|
|
I left a space in a mv command, and ended up moving / to /home/username . On a production mail server. In the middle of the business week. |
|||
|
|
|
|
In OS X, I wanted to move my /users folder to an external hard drive. So I naively moved the folder over, then created a symlink on the original drive pointing to the new location. Everything from iTunes to my Word Processor went haywire. I'm still not really sure why it didn't work. |
||||
|
|
|
One of our sysadmins once did
at root, logged in as root (!). Fortunately, not rm -rf. So all the symbolic links disappeared, including (from memory) /bin. Which made finding /bin/sh a bit difficult when logging on. So no logons. Then the user logged out as root (but was still logged in as the user. This was significant, although, not, I think, essential) I used to use this as an interview question: how do you recover from this situation? (We did, eventually, one of the other sysadmins sorted it) Solaris, in about 1992/3, if it makes any difference. |
|||
|
|
My biggest involved root permissions and cdrecord, back in 1997. Root was required to get real-time scheduling which was definitely required on a Pentium 166 burning CDs. The cdrecord command did not accept /dev/hdc as a valid destination. Instead you had to use direct SCSI addressing, something like (7,0,0) as I recall. And that was the end of the NT installation on that machine, which was on the second hard drive, which made the CD-R the third device. Luckily Linux survived. |
|||
|
|
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:
|
|||
|
|
|
|
On a Debian box, I was having trouble with a wonky package, and I needed to forcibly remove it. But I must have been tired, and accidentally removed dpkg instead of the other package. "No problem" I thought, "I'll just re-add it" Nope. On a Debian box where there is no package manager, it's sortof a "chicken and egg" scenario needing to get the package manager again. :) Thankfully, I still had SSH access to the box (it was being remotely managed), and I was able to back up the system before doing a complete reinstall. |
|||
|
|
Backing up some files with tar, then blowing away the filesystem those files were on. I hadn't tested the backup, and found out when I went to restore the backup that it didn't work. I suppose this could apply to any OS, though. |
|||
|
|
|
|
Meh, not a huge mistake, but a pretty new one when i first started, i had been Trying out Ubuntu and had it dual booting, back then i didn't understand how the MBR worked though so... well you can see what happened. "Well time to get rid of Ubuntu, i will just use the gparted live cd to delete the partition and give it back to windows!" needless to say, i had to find a way to reinstall the windows bootloader when GRUB started crying to me :) |
|||
|
|
rm -r'd a dir I didn't mean to, moved libc on a live system and watched it panic(), screwed the bootloader, symlinked something to /bin/sh which was linked to /usr/lib stuff (and I wondered why init cries: /usr not mounted after init/rc). And many more I dont remember. Unix gives rope for sure. :-) |
|||
|
|
