On Dec 7, 2005, at 7:28 AM, Brad Schonhorst wrote:
We have all 10.4.2 clients/servers so I think it is definitely a
Tiger issue. I can clean it up temporarily by deleting the
contents of a users Library/Fonts, Library/FontCollections and most
importantly the Library/Preferences/ByHost folder. It seems a
user experiencing the issue can log into another computer and not
have the font trouble. Also, a different user can log into a
machine giving someone else font problems and not have any issues.
As someone else mentioned in another thread today, the key is most
likely the font caches in /Library/Caches/com.apple.ATS.
I run computer labs in which all users log in as 'student' (user ID
1025). So all users get a clean system, a logoutHook is used to
refresh /Users/student. Many users do graphic design work, so they're
installing fonts. If the logoutHook doesn't also delete /Library/
Caches/com.apple.ATS/1025, fonts go to hell. I believe this is the
only accommodation towards font issues I've made, and I've heard no
complaints since I rolled out 10.4 over 2 months ago.
If you have a true multi-user setup, it might be good to just delete
the entire com.apple.ATS folder with a logoutHook. If you want to be
more fine-grained, only deleting for that user, I think putting the
following in your logoutHook would do it: rm -Rf /Library/Caches/
com.apple.ATS/`id -u $1`
Matt
===================================================================================
CONFIDENTIALITY NOTICE: This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to which they are addressed. If you are not the intended recipient, you may not review, copy or distribute this message. If you have received this email in error, please notify the sender immediately and delete the original message. Neither the sender nor the company for which he or she works accepts any liability for any damage caused by any virus transmitted by this email.
===================================================================================
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macos-x-server mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/macos-x-server/email@hidden