Archive for the 'OS X' Category

Unbootable Mac

Note to self: When your Macbook is having repeated issues waking from sleep, don’t sleep it in the middle of installing a big piece of software that has a complicated installer… On forcing a reboot the damned thing hung at the ‘Starting Mac OS X’ scroll bar screen, and stayed hung. Looking at the syslog at the console showed the last boot activity was coreservicesd crashing. Uh Oh, time for some panicked googling.

Solution: Boot into single user mode using Command-S, mount the root filesystem rw, then: mv /Library/Caches /foo followed by reboot. Everything seems fine now, just need to restart that installation ;-)

WebDAV b0rkeness

My boss recently was having trouble mounting WebDAV shares on his iBook (running Tiger 10.4.3) - it had been working fine, but just stopped working for no apparent reason, giving a ‘-50′ popup error. Sniffing traffic on the network showed the machine wasn’t sending out any https requests… there were however some messages in the system logs (UNIX core to the rescue!), and to cut a long story short, a quick ‘Repair Permissions’ from disk utility fixed it. Still a bit uneasy about why this happened in the first place though.