Home > A truly epic FUBAR

A truly epic FUBAR

July 22, 2009Mike2 comments
This is absolutely beautiful. Someone should make a YouTube video of it set to some dramatic classical or operatic music like they use in comedies sometimes to highlight extreme screwups.

So here's the summary.

  • Company copies a horrible testing script around to many projects
  • Company knows that the script SSHs into every server remotely related to the development teams.
  • Company is blissfully unaware that, among other things it has a command in it like rm -rf $var1/$var2 (imagine what might happen in a typical scripting language if $var1 and $var2 are undefined (yeah...))
  • Company learns the hard way why you never let a script like that run as root on a server which is using SAMBA to connect to most of the company's shared Windows volumes.
Categories: Tags: ,
  1. July 22, 2009 at 18:16 | #1

    And I thought blowing away a season of recorded TV via that "interesting" interpolation behavior (renaming all the files to ${season}x${episode}.avi where those vars sometimes weren't set) was bad...

  2. July 30, 2009 at 10:49 | #1

    Testing 1 2 3 4