Have you recently done a permissions fix in disk utility. I know folks that swear this helps, but I have doubts that it really should.
I would expect that doing the following might be more useful but a bit dangerous. In terminal run the following commands. 1. cd /Users/ 2. sudo chown -R <shortname <shortname> The second command will make sure that all of the files in your "Home" directory are owned by you. The <shortname> should be replaced with your Unix user name. In my case it is "joncohn" so the second command would be sudo chown joncohn joncohn Ask you for your password. You need to be very careful with sudo commands as they have full UNIX administrator privileges. Also the sudo command will On Jun 8, 2011, at 10:24 AM, Nickus de Vos wrote: > Yes I am set as a administrator. I also find it very waired it happens > few times per day and not even when trying to save something, just > happens while playing music. > > Christopher-Mark Gilland wrote: >> Huh! That's? weired? >> >> Um? Hmm. Let's see here... >> >> OK, hmm. Have you got your user account on the mac set for you to be the >> administrator? In other words, if your user account isn't set as an >> administrator but instead as a standard account or a parentally controled >> account, then you very likely could get this error very easily. >> >> Chris. >> >> ----- Original Message ----- >> From: "Nickus de Vos" <[email protected]> >> To: "MacVisionaries" <[email protected]> >> Sent: Tuesday, June 07, 2011 6:58 AM >> Subject: Itunes error message >> >> >>> Hi while listening to music I get a error message saying something >>> about a file can't be save you don't have enough atministrative >>> privilages. What's up with this, I'm getting it a few times per day, >>> must I change a setting someware in itunes or something to let it know >>> that I am the administrator of the computer? >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "MacVisionaries" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/macvisionaries?hl=en. >>> > > -- > You received this message because you are subscribed to the Google Groups > "MacVisionaries" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/macvisionaries?hl=en. > -- You received this message because you are subscribed to the Google Groups "MacVisionaries" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/macvisionaries?hl=en.
