Apr
29
2009
Okay it didn’t really almost die but I was a little worried when it wouldn’t start up. It all started when I was logging off of WoW and the app just hung there. I force quit and went about doing things. Next time I tried to start WoW…it wouldn’t start. So after a couple tries I restarted the iMac. That’s where things got bad. The gray screen popped up like normal and the little loading circle deal was spinning but after about 3 minutes (instead of the 10 seconds like normal) it just kept spinning. I let it sit for a good 5 minutes thinking maybe it was doing something special. That’s when the hard drive got quiet and I thought “Aww WTF?!” I held the power button to turn it off and then tried turning it on again. Nothing.
Now I’ve fixed many computers, more than I can count, so my troubleshooting skills started to kick in. Problem is, I’ve never had any problems with Macs. So I grabbed the OSX install CD from my MacBook and popped it in, booted, and ran Disk Utility. After verifying the disk and then repairing just for safe measure I restart the computer again. No go. Next I tried to reset the PRAM which cleans out the RAM. Nothing. I let it sit there for a good 10 minutesĀ with no luck. My last shot was to boot with verbose mode on and check out what exactly is happening.
I’ve never watched what exactly happens during boot but I assumed most of what was going on was normal. After a few seconds it got to a line that kept repeating. Over and over and over. The line went something like this:
com.apple.launchd[1] (com.apple.mDNSResponder[16]): posix_spawnp(“/usr/sbin/mDNSResponder”, …): No such file or directory
Odd right? That’s what I thought. So after a quick Google search I learned something new.
When you set up sharing over a network in OSX it changes the permissions for Everyone to your drives and usually shares your entire hard drive. Well when you delete the share for your hard drive it resets the permissions. Which is what I did a few days before. When you reboot you start running into problems because the system can’t write to important files. Luckily the fix is pretty easy.
The solution:
- Boot into single-user mode (boot while holding down CMD-S)
- Follow the on-screen instructions to mount the file system as read-write (a fsck command followed by a mount command)
- Type the following: “chmod o+r /” followed by “chmod o+x /“
- Type “exit” to leave single user mode and complete the boot sequence.
Hopefully you Mac users out there who are reading this save it or write this down because you never know when you might need it. My iMac is now running again and hopefully it doesn’t try to play anymore games.
1 comment | tags: Mac, mdnsresponder, networking, OSX, permissions, safe mode, sharing, verbose, won't boot | posted in Apple
Apr
2
2009
One of my most favorite games has made it’s way onto the iPhone. Wolfenstein 3D. I spent many hours playing this game as a child and have probably beat every episode more than once. If you’re not familiar with the game, you play William “B.J.” Blazkowicz (quite the last name), an Allied spy sent to infiltrate a Nazi fortress to find the plans for Operation Eisenfaust. Somehow you got caught and then managed to escape imprisonment but still have to fight your way out.

iPhone Wolfenstein 3D
If you even remotely like games and you’ve never experienced Wolfenstein 3D, I recommend you download it for your iPhone pronto!
Also theres an Easter Egg hidden in the iPhone version. If you tap the screen with four fingers the developer console will pop up allowing you to enter cheats.

Wolfenstein 3D Developer Console
You can enter in the following cheats:
- god — Turns on god mode so you won’t be able to die
- give all — Gives you all the keys to unlock every door, the highest level gun (chain gun), and full ammo
Enjoy!
2 comments | tags: apps, iPhone, wolfenstein | posted in Apple, iPhone
Apr
1
2009
Here’s my new desktop for April. I found an awesome grungy Portugal flag and decided to change most of my icons to black. Enjoy.

Desktop of the Month: April
And of course…the original.
no comments | tags: april, desktop, dotm, OSX | posted in Computers, General
Mar
4
2009
Sorry for ignoring you blog. I’ve been busy playing way too much WoW and I can’t really think of anything new to write. Anyways here’s my desktop for March. Nothing really fancy but I kind of like it. I need to figure out how to change those menu fonts. Enjoy.

Desktop of the Month: March
You can download the original here.
no comments | tags: desktop, march, OSX | posted in Apple, Computers, General
Feb
10
2009
A long long time ago in a galaxy that we’re currently in, a friend named Brandon started telling me about SVN. He went on with a short explaination of what it is and what it’s for. I never really thought about it until recently when I’ve decided to take on an e-commerce project at work. The project was to take an existing domain and turn it into a full fledged e-commerce store using Magento. After installing Magento and playing around, editing a TON of files and getting lost in the mix I started to wonder if there was a better way of managing this site.
Then I remembered SVN. SVN is an open source version control system that’s quickly taking the place of CVS. Some of the features include keeping versions of different files (kind of like Time Machine), user locks if more than one person is editing a file, comparing different versions and of vourse keeping track of changes. I spent almost a week, maybe longer, trying to find all the information I can about it. How to set it up, how it works, all the basic concepts and I even read (Okay skimmed through) the SVN book. Instantly I thought “Yeah okay. I can set this up.” Boy was I wrong. Continue reading
no comments | tags: apache, centos, php, plesk, svn, web development | posted in Computers