Unix Admin Horror Story Summary (1992)
www-uxsup.csx.cam.ac.uk
Unix Admin Horror Story Summary (1992)
1–10 of 94 posts
Re: Unix Admin Horror Story Summary (1992)
#2Heh ... I wonder how many years forward will people stop knowing what a 3 1/2 and a 5 1/4 disk is
Re: Unix Admin Horror Story Summary (1992)
#3Re: Unix Admin Horror Story Summary (1992)
#4>Well one time I was installing a minimal base system of Linux on a friends PC, so that we would have all the necessary utlitities to bring over the rest of the stuff. His 3 1/2 inch disk was dead, so when had to get the 5 1/4 inch version of the boot/root disk. Too bad that version, having to fit in 1.2M instead of 1.44, didn't have tar Heh ... I wonder how many years forward will people stop knowing what a 3 1/2 an…
Re: Unix Admin Horror Story Summary (1992)
#5I was in a department running on a mix of Wyse green-screen terminals and, later, X terminals, when we got a budget upgrade that would roll out actual individual PCs -- 486s running SCO Open Desktop -- to everyone. (This was not cheap, it cost about £4000 for the hardware per seat, although the software was free because, er, this was back in the day when SCO was a respectable UNIX development house rather than a serial litigation zombie, and we were SCO's techpubs department).
Anyway, the editors, who were techpubs management (and thereby stronger on the management than the tech side of things), got their workstations before anyone else. And one of them thought, "ooh goodie, my very own UNIX system!" And proceeded to do "sudo chown -R me:me /" (substitute their username and group for "me") all over the root filesystem.
It's amazing what breaks when every shared library suddenly belongs to a random user, isn't it?
Re: Unix Admin Horror Story Summary (1992)
#6Back in 1984/5, I had a directory in my homedir called "etc" for of miscellaneous stuff. One day I thought: that's a bad name, I should remove it. I errantly typed "rm -rf /etc". Thankfully I got a "Permission Denied" error. Except, I then did the obvious override, "sudo rm -rf /etc" (1). This was on a VAX 11/780 with about 50 undergrads doing project work on. The command ran for a while and then I heard moans out in the terminal room, as the system crashed. It took us about 3 hours to restore from backup tape.
(1) I used to have to explain what "sudo" was, because this happened before we posted it to USENET, and before it was ubiquitous on systems.
Re: Unix Admin Horror Story Summary (1992)
#7Re: Unix Admin Horror Story Summary (1992)
#8I vaguely thought I posted in this thread back then. Back in 1984/5, I had a directory in my homedir called "etc" for of miscellaneous stuff. One day I thought: that's a bad name, I should remove it. I errantly typed "rm -rf /etc". Thankfully I got a "Permission Denied" error. Except, I then did the obvious override, "sudo rm -rf /etc" (1). This was on a VAX 11/780 with about 50 undergrads doing project work on. The…
Re: Unix Admin Horror Story Summary (1992)
#9Michael Tiemann on "The Worst Job in the World":
http://www.art.net/~hopkins/Don/unix-haters/slowlaris/worst-...
>I have a friend who has to have the worst job in the world: he is a Unix system administrator. But it's worse than that, as I will soon tell. [...]
https://en.wikipedia.org/wiki/Michael_Tiemann
>Michael Tiemann is vice president of open source affairs at Red Hat, Inc., and former President of the Open Source Initiative. [...] He co-founded Cygnus Solutions in 1989. [...] Opensource.com profiled him in 2014, calling him one of "open source's great explainers."
https://news.ycombinator.com/item?id=20006186
http://www.poppyfields.net/filks/00070.html
The Day SunOS Died
"Bye, bye, SunOS 4.1.3!
ATT System V has replaced BSD.
You can cling to the standards of the industry
But only if you pay the right fee --
Only if you pay the right fee . . ."Re: Unix Admin Horror Story Summary (1992)
#10With a hard NFS mount, the mount will hang until the other machine responds.
When we had to power cycle the two servers, they would not come up as they were deadlocked waiting for each other. That was exciting.