TimeMachine and the curse of Version1

Apple OSX

minutes after raving about the current Spotlight install TimeMachine throws a fit. It is actually pretty stupid. From my syslog:


Apr 29 08:40:09 99-204-104-71 /System/Library/CoreServices/backupd[3731]: Starting standard backup
Apr 29 08:40:09 99-204-104-71 /System/Library/CoreServices/backupd[3731]: Backing up to: /Volumes/300GB/Backups.backupdb
Apr 29 08:40:18 99-204-104-71 /System/Library/CoreServices/backupd[3731]: No pre-backup thinning needed: 58.48 GB requested (including padding), 184.42 GB available
Apr 29 08:40:18 99-204-104-71 mds[33]: (/Volumes/300GB/.Spotlight-V100/Store-V1/Stores/8564E2D8-9D41-40A3-8681-0D515BC688F3)(Error) IndexCI in ContentIndexAddOids:Caught mach exception. Fun Fun Fun.
Apr 29 08:41:18 99-204-104-71 login[3737]: USER_PROCESS: 3737 ttys001
Apr 29 08:41:51 99-204-104-71 mds[33]: (/Volumes/300GB/.Spotlight-V100/Store-V1/Stores/8564E2D8-9D41-40A3-8681-0D515BC688F3)(Error) IndexGeneral in notify_lowspace:low space for device 234881029 (/Vol
umes/300GB/.Spotlight-V100/Store-V1/Stores/8564E2D8-9D41-40A3-8681-0D515BC688F3)
Apr 29 08:41:51 99-204-104-71 mds[33]: (Error) Volume: LOW DISK SPACE device:234881029

Apr 29 09:29:18 99-204-104-71 /System/Library/CoreServices/backupd[3731]: Error: Flushing index to disk returned an error: -916
Apr 29 09:29:18 99-204-104-71 /System/Library/CoreServices/backupd[3731]: Copied 27544 files (48.3 GB) from volume 232.
Apr 29 09:29:26 99-204-104-71 /System/Library/CoreServices/backupd[3731]: No pre-backup thinning needed: 471.6 MB requested (including padding), 135.99 GB available
Apr 29 09:29:26 99-204-104-71 /System/Library/CoreServices/backupd[3731]: Waiting for index to be ready (915 > 0)
...
Apr 29 09:35:41 99-204-104-71 /System/Library/CoreServices/backupd[3731]: Waiting for index to be ready (915 > 0)

last line looping forever, so I stopped it and got:


Apr 29 09:46:08 99-204-104-71 /System/Library/CoreServices/backupd[3731]: Copied 0 files (0 bytes) from volume 232.
Apr 29 09:46:08 99-204-104-71 /System/Library/CoreServices/backupd[3731]: Backup canceled.

spotlight to find purchased music

Apple OSX

A while back people sold music with DRM. Don’t ask. It turns out that it is terribly easy to find these files:


mdfind kMDItemContentType == com.apple.protected-mpeg-4-audio

in a terminal window will list all purchased music. Apple did with Spotlight what Microsoft was known for in the 90s: Releasing a great concept. Hardly working / usable in it’s first Version, but then getting it right in the later updates. Spotlight is actually quiet useful under OS X 10.5.

golden dragon

misc

no backup will get you

confessions of a pixel pusher technology

Douglas the movie No idea what it was. Looks like allot of work is gone. That can happen.

Digital is binary:

Your data either can be 100% safe. Safer than anything before. Ever.

Or it goes away. Completely. Nothing left.

The real world operates only in matters like life and death on such a binary pattern. Otherwise there is often stuff left. Something to be saved, recovered. Not so in digital.

Google App Engine Error: Over Quota

internet technology

After reading a couple of intro pages I suddenly get this error message at 7:20 am Pacific:

App Engine Error

Over Quota
This Google App Engine application is temporarily over its serving quota. Please try again later.

I have not even created an application yet. Actually I am glad I did not: I would have blamed myself for this. Probably would have panicked, thinking that my application would have caused all sorts of trouble.

I wonder how many applications will be built based on this offering. It is tempting to have all those resources. But being 100% depending on one vendor is a strange feeling. No matter what the legal stuff says, you always are depending on Google. Who else would be able to build a competing infrastructure?