This issue arises when Apple Software Restore is used from the command line in Terminal or run from the restore tab in Disk Utility in Snow Leopard. According to "winddog" there are two ways to fix the issue:
- Run Disk Utility from the 10.6 install disc: this insures that all caches are in sync.
- In Terminal, do this:
rm -rf /Volumes/some_drive/private/var/folders/*
This removes the font caches from the users' accounts.
What you've described and similar problems usually stem from cloning a volume while you're started up from it, or not properly preparing your master volume before you create your deployable disk image.So, you can avoid this completely if you start up from another volume and prepare the master volume before you create the disk image with Disk Utility or hdiutil.
Preparing the master image involves removing system caches in /System/Library and /Library, and temporary folders in /var/folders and /tmp.
So, this isn't an asr problem at all. ASR is simply copying the blocks or files of items on a HFS-type volume. Check out the Apple Developer site for more information about asr.
Be sure to check us out on Twitter and the CNET Mac forums.
Do you have questions, issues, or stories you would like to see on MacFixIt? Email Us.