Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Fixing a broken Keychain after a Retrospect restore' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Fixing a broken Keychain after a Retrospect restore
Authored by: mikek on Apr 30, '03 05:06:30PM

Below is an email I got from Dantz tech support this morning. Coincidence? You make the call. Either way, it looks like it will be in their FAQ asap, and they'll probably have a fix for it soon.
----
Re: Keychain issue

It looks like the problem has been found:

Apple let us know that they were able to explain rather quickly that the
keychain problem is a known issue that occurs if /var/tmp is removed
from the system. The workaround is to recreate this directory by hand
with the proper permissions:

sudo mkdir /private/var/tmp
sudo chmod 1777 /private/var/tmp

Note that the contents of the directory don't need to be recreated, just
the directory itself.



[ Reply to This | # ]