Sep 14

This happened when my AD account was deleted and then re-established using the same username.

 

  1. Login to the affected profile
  2. Run Terminal
    1. run “id -u” to get the new user id
    2. run “id -g” to get the new group id
    3. run “sudo chown -R <the userid found in sub-step 1 above>:<the groupid found in sub-step 1 above> /Users/<username>
    4. run “sudo chown -R <the userid found in sub-step 1 above>:<the groupid found in sub-step 1 above> ~/Library
  3. Reboot
Share
Sep 05

Macbook Air was draining battery while it was supposed to be sleeping.  When I ran a “pmset -g” in terminal it told me “sleep prevented by AddressBookSourceSync”.  I don’t use the Apple Contacts, but I do use google.  So I went into Internet Account settings and removed the google account.

Share