Error Saving Preferences?

I do anything in my MAIL preferences ... then go to close the window and I get this message:

Writing your preferences to disk has failed. Your preferences may not have been saved. The permissions on ~/Library/Preferences may be wrong or your disk may be full.


What gives?
My HD is nowhere near full (another 130GB to go)...
I have run Disk Utility from the Install CD a number of times...

This might be related, but TRANSMIT won't save any new accounts I set nor any that I try and change.
Should I be looking for a virus or what??

thanks

MacBook Pro, iMac intell, Mac OS X (10.5.6)

Posted on Feb 3, 2009 10:34 AM

Reply
25 replies

Feb 7, 2009 2:55 PM in response to Ernie Stamper

Ernie,

Thanks for this advice but the problem is more than just mail.app.

It appears that I cannot make any changes to any preferences. For example I cannot change the desktop pic, or change the icons in the dock, or change the feeds I subscribe to using my news reader. I've checked and it uses a file in the preferences.

I'll troll the logs again and see if I can find something

Feb 7, 2009 6:11 PM in response to Ernie Stamper

Ernie,

Again, I'm in the same boat as Aaron. It's not just MAIL doing this but, in my case, programs like Transmit (I cannot add any new FTp sites), my Downloads folder flyout (will NOT update to show what's in the directory.. instead is just keeps adding and showing duplicated)...

Needless to say I have been contemplating re-installing everything... though that's just me getting frustrated and (sometimes) saying bad things to the computer.

In my case, nothing has changed over the last long while... other than iPhone Apps and Time Machine. But I really cannot pinpoint the date to figure out what changed on a particular time. All I know is that anything going into the preferences folder/directory doesn't seem to be able to be updated??

otto

Feb 8, 2009 1:00 PM in response to ottovancouver

I may have caught my white whale; I'm still checking to make sure it's not just a guppy fish that those dam kids down the road have painted white.

First thing is the ACL's against some of the folders in ~/Library are meant to be there. They are there to stop anyone, including the account holder, from deleting important well known directories. Like the Printers directory. From what I've seen they look like this (when using "ls -leh"):

drwx------+ 196 aaron staff 6.5K 8 Feb 20:44 Preferences
0: group:everyone deny delete


Which is fine, but my ~/Library directory also had this:

drwx------+ 196 aaron staff 6.5K 15 Jan 22:48 Preferences
0: group:everyone deny add file,delete,add_subdirectory,deletechild,writeattr,writeextattr,chown
1: group:everyone deny delete

That's a lot of bad mojo hanging around. So I removed the first entry in the ACL on Preferences using 2 (recently) live chickens and executing the following from ~/Library:

sudo chmod -a# 0 Preferences

The directory listing now looks like this:

drwx------+ 196 aaron staff 6.5K 8 Feb 20:53 Preferences
0: group:everyone deny delete

From this position I could do things that had previously been out of reach:
- Change my desktop picture
- Change mail preferences
- Change subscriptions in New Fire

I don't know why I did not see this ACL entry last time. Nor do I know what is creating it, so I keep an eye on it and see if it returns.

Let me know if this helps anyone.

Aaron

Feb 8, 2009 2:12 PM in response to ottovancouver

Otto, Yes its the terminal and it's not that tricky.

Remember that "~" is a directory is important, its a shortcut for your home directory. so "/Library" is different to "~/Library". You want to work on the later one.

If you see two ACL entries (the lines indented under the directory) then change the chmod command to have the number of the one to delete (mine was zero).

When you run the line that starts with sudo it will ask you to enter a password, this should be your password and it will only work if you are an admin. If your account was the first created on the machine then chances are you are one.

I'll check back incase you get stuck, but I'm London where they make the time so will be in sleepy land soon.

Aaron

Message was edited by: Aaron Morton

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Error Saving Preferences?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.