108

*QA chick tries to run software
*software doesn't start / throws an exception
*she does chmod 777 *
*still doesn't work
*blames developer

SHE DOES A FUCKING CHMOD 777 ON EVERY FUCKING FILE AND FOLDER LIKE THIS IS SOME BLACK MAGIC FUCK

Comments
  • 3
    @Alice when u ls the whole server glows green omfg
  • 1
    Yeah I used to do that..(black magic)
  • 4
    Personally when things stop working my favorite black magic is the classic rm -rf /, isn't it such a lifesaver?
  • 7
    “rm -rf /“ is not enough, you should use “rm -rf /*” or “rm -rf / —no-preserve-root” instead ;)
  • 2
    @falkebo You're right! I must be behind the times 😛
  • 2
    @falkebo hope she is not on devrant and dosen't see this. otherwise we are doomed.. thank you guys.. :D
  • 6
    In her mind: CHMOD == poof...
  • 4
    I mean, as QA your supposed to blame the developer, and chmod 777 maybe worked for her in the past (for her specific setup it might even be necessary to give correct file permission, 777 is easy and fast and insecure... Which for a closed off QA testing isn't a problem)
  • 1
    At least she can use `chmod` and somehow tries to handle the problem...
  • 2
    @Ignisor there a fine line between trying and making it worse.

    Perhaps they should try to figure out what the problem is before doing anything....
  • 2
    @incognito she is supposed to be able to configure and start the software. most of these errors came from a configurational cause which has nothing to do with the developer. every configurational error was logged nicely, she did this everytime without opening a logfile and looking for the actual problem.
  • 1
    chmod -R 777
    the fix for everything.
  • 1
    @falkebo dd if=/dev/zero of=/dev/sda bs=4M status=progress
  • 0
    @vortexman100 thats the way to go :D
Add Comment