Applescript to Require Password in System Preferences

Hi everyone,
I have been trying to do something quite simple with Applescript to no avail:
I need a script that
1)Opens System Preferences
2)Chooses the Security Pane
3)Goes to the General Tab
4)If the "Require password" is checked, uncheck it
5)If the "Require password" box is unchecked, check it.
Does anyone know how to do it? It will save me a ton of time, since I do not want to have my computer locked when I am at home, but I do want to have it locked when I am out.
Also, if anybody could point me to a tutorial for system preferences applescript, that would be great. The dictionary on the applescript editor does not help that much
Thank you all in advance!
Maria

If you like, AppleScript forum is here:
http://discussions.apple.com/forum.jspa?forumID=724

Similar Messages

  • Mavericks won't let me type my password in system preferences

    After installing Mavericks (from Mountain Lion), I opened system preferences, clicked "Users and Groups", and clicked the lock to make changes in the usual way. I have Admin status of course, the computer is my own 2009 MB Pro.
    The "... type your password to allow this" dialog appears. I click in the password field to type my password. A cursor appears there for a fraction of a second, then disappears, and I cannot type anything into the password field - it will not accept any input at all.
    Basically this locks me out of all of my system preferences that require passwords.
    This likes to me like a serious bug. Has anyone else had this problem? Any workarounds?

    The setting to enable assistive devices has moved in Mavericks to the following location:
    that setting has moved locations in OS X 10.9. Instead, please go to System Preferences -> Security & Privacy -> Privacy -> Accessibility

  • ICloud Account Keeps Asking for Password in System Preferences

    I am extremely frustrated with iCloud. I'm on Lion 10.7.3.
    Two main issues:
    System Preferences, iCal, and Contacts keeps asking for my iCloud account password over and over again. It will not retain the password whne I type it in. I know the password is correct because when I type it in everytime the services update and retain the password until I log out and log back in.
    I tried to delete the iCloud account and set it up again to see if that would fix the issue, but I cannot delete the account. In System Preferences I have tried to delete the account using the minus sybmol at the bottom and have tried the "Sign Out" method. The account disappears until I restart System Preferences. I tried deleting the account and rebooting, but it is still there.
    Any ideas? I would love to know if there is a way to override all this in Terminal.

    Your iCloud password is incorrect?
    Are you using third party apps?
    Try the suggestion un this article.
    http://support.apple.com/kb/HT6186
    Best.

  • Svrmgrl: connect internal requires password after system crash

    Please help.
    I'm running Oracle 7.3.4 on SunSolaris 2.6.
    It seems we had a system crash.
    Message when I try to restart the database
    with the runscirpt (rtc2.d....)
    "Database "SID" possibly left running when system went down (system crash?).
    Notify Database Administrator.
    Kennwort:
    Kennwort:
    SVRMGR> ORA-01031: insufficient privileges
    SVRMGR> ORA-01031: insufficient privileges
    SVRMGR>"
    also when I attemting:
    svrmgrl connect internal
    I'm prompted for a password (Kennwort).
    I don't know the password.
    I tried it as root and oracle user.
    Any suggestions or help?
    Thank you.
    null

    In the password file I set the password of the os
    user oracle which owns installation.The Password for the password file is supposed to be the SYS password and not OS User oracle which owns installation.
    I do not think the Oracle OS user password change is the problem. When you alter SYS password using the alter user command, it should change the password file automatically.
    Try
    SVRMGR> connect sys/sys_password as see whether it works. If it does not, then check other issues.

  • How to change a password for an OpenLDAP user, which fails when using Lion's System Preferences?

    The Problem
    Users are unable to change their password using System Preferences -> Users & Groups on a Mac that is connected to an LDAP server (specifically, OpenLDAP).
    This error appears to be a result of OS X 10.7.4 now sending the username of the user rather than their full DN (e.g. it's sending bobsmith, notuid=bobsmith,ou=Users,dc=companyname,dc=com).
    (a bug report for this issue has been filed with Apple and can be seen on OpenRader @http://openradar.appspot.com/11768796)
    Steps to Reproduce:
    Try to change the password using the System Preferences -> Users & Groups prefpane on Lion. It fails with the following error message:
    The password for the account “bobsmith” was not changed. Your system administrator may not allow you to change your password or there was some other problem with your password. Contact your system administrator for help.
    Expected Results:
    The password should be changed.
    Actual Results:
    The error appears, and on the LDAP server, an error like the following is logged:
    Jun 28 08:42:21 ldap3 slapd[7810]: conn=10518785 op=2 RESULT oid= err=21 text=Invalid DN
    This error appears to be a result of OS X 10.7.4 now sending the username of the user rather than their full DN (e.g. it's sending bobsmith, notuid=bobsmith,ou=Users,dc=companyname,dc=com)
    Notes: This was encountered by someone else over at the AFP548.com forums who ended up patching their LDAP server to resolve the issue. This shouldn't require patching LDAP to resolve, however. Lion needs to (at least have an option to) send the full DN of a user requesting to change their password, not the short username:
    Text from above forum link (in case it is taken down):
    So, I’ve got this OpenLDAP server with network home directories at home that all of my Mac machines authenticate to. Everybody can bounce around to whatever Mac is available. It works great.
    Anyway, with Snow Leopard, I was able to change user passwords via System Preferences. However, that got broken when I upgraded to Lion (amongst other things). Both Snow Leopard and Lion send exop’s to the ldap server, but for whatever reason, the id is screwed up in Lion (or at least, it’s screwed up on the two machines at home I tested this with). Instead of sending the user’s DN, e.g. “uid=user,cn=users,ou=something,dc=somewhere,dc=com”, the ldap server is only sent the uid, e.g. “user”. The ldap server is expecting a DN here, so naturally, it fails with the error “Invalid DN”.
    Bummer.
    So, to work around that, I had to patch OpenLDAP (version 2.4.26 in this case). Now, when my server can’t resolve the id it’s given during a password change, it will look at the bind DN, and if the id string is contained within the bind DN string, it will just use the bind DN as the entry to change. I figured this would still allow me to manually specify password changes via an admin account while still giving users the ability to change their own passwords without having to point them at a webpage (lame).
    I should point out that all my accounts have the uid as part of the DN… I guess if you were doing some kind of crazy SASL mappings, this might not work for you…
    Anyway, here’s the patch in case anyone else is interested… If it works for you, great. If not, oh well.
    -- passwd.c 2011-06-30 11:13:36.000000000 -0400 +++ passwd.lion_compatability.c 2012-02-13 22:48:54.213214617 -0500 @@ -18,4 +18,5 @@  #include +#include  #include @@ -59,4 +60,5 @@ int freenewpw = 0; struct berval dn = BER_BVNULL, ndn = BER_BVNULL; +   ber_int_t err;  assert( ber_bvcmp( &slap_EXOP_MODIFY_PASSWD, &op->ore_reqoid ) == 0 ); @@ -102,11 +104,8 @@  if ( !BER_BVISEMPTY( &id ) ) { -       rs->sr_err = dnPrettyNormal( NULL, &id, &dn, &ndn, op->o_tmpmemctx ); -       id.bv_val[id.bv_len] = idNul; -       if ( rs->sr_err != LDAP_SUCCESS ) { -           rs->sr_text = "Invalid DN"; -           rc = rs->sr_err; -           goto error_return; -       } +       err = dnPrettyNormal( NULL, &id, &dn, &ndn, op->o_tmpmemctx ); +   } + +   if ( !BER_BVISEMPTY( &id ) && (err == LDAP_SUCCESS) ) { op->o_req_dn = dn; op->o_req_ndn = ndn; @@ -116,4 +115,16 @@ ber_dupbv_x( &dn, &op->o_dn, op->o_tmpmemctx ); ber_dupbv_x( &ndn, &op->o_ndn, op->o_tmpmemctx ); +       if ( !BER_BVISEMPTY( &id ) ) { +           /* See if the id matches the bind dn */ +           if ( strstr( dn.bv_val, id.bv_val ) == NULL ) +           { +               rs->sr_err = err; /* From dnPrettyNormal */ +               rs->sr_text = "Invalid DN"; +               rc = rs->sr_err; +               goto error_return; +           } +           Statslog( LDAP_DEBUG_STATS, "%s Invalid id (%s) specified; using bind DN (%s)\n", +                   op->o_log_prefix, id.bv_val, dn.bv_val, 0, 0 ); +       } op->o_req_dn = dn; op->o_req_ndn = ndn; @@ -123,4 +134,8 @@ }  +   if ( !BER_BVISEMPTY( &id ) ) { +       id.bv_val[id.bv_len] = idNul; +   } + if( op->o_bd == NULL ) { if ( qpw->rs_old.bv_val != NULL ) { "
    UPDATE (still not working, though)
    I tried to change my password with dscl too, like so:
    $ dscl -u bobsmith -p /LDAPv3/ldap -passwd /Users/bobsmith
    ...and this generated the following after I input my current password and a new one:
    Password: New Password: passwd: DS error: eNotYetImplemented DS Error: -14988 (eNotYetImplemented)
    On my OpenLDAP server, it generated:
    Jul  3 11:47:51 ldap slapd[7810]: conn=12282745 fd=1633 ACCEPT from IP=10.0.1.3:64485 (IP=0.0.0.0:636) Jul  3 11:47:51 ldap slapd[7810]: conn=12282745 fd=1633 closed (TLS negotiation failure) Jul  3 11:47:51 ldap slapd[7810]: conn=12282746 fd=1633 ACCEPT from IP=10.0.1.3:64486 (IP=0.0.0.0:636) Jul  3 11:47:51 ldap slapd[7810]: conn=12282746 fd=1633 TLS established tls_ssf=256 ssf=256 Jul  3 11:47:51 ldap slapd[7810]: conn=12282746 op=0 SRCH base="" scope=0 deref=0 filter="(objectClass=*)" Jul  3 11:47:51 ldap slapd[7810]: conn=12282746 op=0 SRCH attr=supportedSASLMechanisms defaultNamingContext namingContexts schemaNamingContext Jul  3 11:47:51 ldap slapd[7810]: conn=12282746 op=0 SEARCH RESULT tag=101 err=0 nentries=1 text= Jul  3 11:47:51 ldap slapd[7810]: conn=12282746 op=1 BIND dn="uid=bobsmith,ou=Users,dc=mycompany,dc=com" method=128 Jul  3 11:47:51 ldap slapd[7810]: conn=12282746 op=1 BIND dn="uid=bobsmith,ou=Users,dc=mycompany,dc=com" mech=SIMPLE ssf=0 Jul  3 11:47:51 ldap slapd[7810]: conn=12282746 op=1 RESULT tag=97 err=0 text= Jul  3 11:47:56 ldap slapd[7810]: conn=12282746 op=2 SRCH base="ou=Users,dc=mycompany,dc=com" scope=2 deref=0 filter="(&(|(objectClass=posixAccount)(objectClass=inetOrgPerson)(objectClass=shadowAccount))(|(uid=bobsmith)(cn=bobsmith)))" Jul  3 11:47:56 ldap slapd[7810]: conn=12282746 op=2 SEARCH RESULT tag=101 err=0 nentries=1 text= Jul  3 11:47:56 ldap slapd[7810]: conn=12282746 op=3 SRCH base="ou=Users,dc=mycompany,dc=com" scope=2 deref=0 filter="(&(|(objectClass=posixAccount)(objectClass=inetOrgPerson)(objectClass=shadowAccount))(|(uid=bobsmith)(cn=bobsmith)))" Jul  3 11:47:56 ldap slapd[7810]: conn=12282746 op=3 SEARCH RESULT tag=101 err=0 nentries=1 text= Jul  3 11:47:56 ldap slapd[7810]: conn=12282746 op=4 SRCH base="ou=Users,dc=mycompany,dc=com" scope=2 deref=0 filter="(&(|(objectClass=posixAccount)(objectClass=inetOrgPerson)(objectClass=shadowAccount))(|(uid=bobsmith)(cn=bobsmith)))" Jul  3 11:47:56 ldap slapd[7810]: conn=12282746 op=4 SRCH attr=objectClass apple-generateduid uid uidNumber userPassword cn Jul  3 11:47:56 ldap slapd[7810]: conn=12282746 op=4 SEARCH RESULT tag=101 err=0 nentries=1 text= Jul  3 11:47:56 ldap slapd[7810]: conn=12282746 op=5 EXT oid=1.3.6.1.4.1.4203.1.11.1 Jul  3 11:47:56 ldap slapd[7810]: conn=12282746 op=5 PASSMOD old Jul  3 11:47:56 ldap slapd[7810]: conn=12282746 op=5 RESULT oid= err=53 text=old password value is empty Jul  3 11:47:56 ldap slapd[7810]: conn=12282746 op=6 UNBIND Jul  3 11:47:56 ldap slapd[7810]: conn=12282746 fd=1633 closed
    If I run the same dscl command from a Snow Leopard machine, it works without an error:
    $ dscl -u bobsmith -p /LDAPv3/myldapserver.com -passwd /Users/bobsmith Password: New Password:
    It generates these logs on the server
    Jul  3 12:03:29 ldap slapd[7810]: conn=12293658 fd=1283 ACCEPT from IP=10.0.1.2:51013 (IP=0.0.0.0:636) Jul  3 12:03:29 ldap slapd[7810]: conn=12293658 fd=1283 TLS established tls_ssf=256 ssf=256 Jul  3 12:03:29 ldap slapd[7810]: conn=12293658 op=0 SRCH base="" scope=0 deref=0 filter="(objectClass=*)" Jul  3 12:03:29 ldap slapd[7810]: conn=12293658 op=0 SRCH attr=supportedSASLMechanisms namingContexts dnsHostName krbName Jul  3 12:03:29 ldap slapd[7810]: conn=12293658 op=0 SEARCH RESULT tag=101 err=0 nentries=1 text= Jul  3 12:03:29 ldap slapd[7810]: conn=12293658 op=1 UNBIND Jul  3 12:03:29 ldap slapd[7810]: conn=12293658 fd=1283 closed Jul  3 12:03:29 ldap slapd[7810]: conn=12293659 fd=1283 ACCEPT from IP=10.0.1.2:51014 (IP=0.0.0.0:636) Jul  3 12:03:29 ldap slapd[7810]: conn=12293659 fd=1283 TLS established tls_ssf=256 ssf=256 Jul  3 12:03:29 ldap slapd[7810]: conn=12293659 op=0 SRCH base="" scope=0 deref=0 filter="(objectClass=*)" Jul  3 12:03:29 ldap slapd[7810]: conn=12293659 op=0 SRCH attr=supportedSASLMechanisms namingContexts dnsHostName krbName Jul  3 12:03:29 ldap slapd[7810]: conn=12293659 op=0 SEARCH RESULT tag=101 err=0 nentries=1 text= Jul  3 12:03:29 ldap slapd[7810]: conn=12293659 op=1 BIND dn="uid=bobsmith,ou=Users,dc=mycompany,dc=com" method=128 Jul  3 12:03:29 ldap slapd[7810]: conn=12293659 op=1 BIND dn="uid=bobsmith,ou=Users,dc=mycompany,dc=com" mech=SIMPLE ssf=0 Jul  3 12:03:29 ldap slapd[7810]: conn=12293659 op=1 RESULT tag=97 err=0 text= Jul  3 12:03:31 ldap slapd[7810]: conn=12293659 op=2 SRCH base="ou=Users,dc=mycompany,dc=com" scope=2 deref=0 filter="(&(|(objectClass=posixAccount)(objectClass=inetOrgPerson)(objectClass=shadowAccount))(|(uid=bobsmith)(cn=bobsmith)))" Jul  3 12:03:31 ldap slapd[7810]: conn=12293659 op=2 SRCH attr=uid cn Jul  3 12:03:31 ldap slapd[7810]: conn=12293659 op=2 SEARCH RESULT tag=101 err=0 nentries=1 text= Jul  3 12:03:31 ldap slapd[7810]: conn=12293659 op=3 SRCH base="ou=Users,dc=mycompany,dc=com" scope=2 deref=0 filter="(&(|(objectClass=posixAccount)(objectClass=inetOrgPerson)(objectClass=shadowAccount))(|(uid=bobsmith)(cn=bobsmith)))" Jul  3 12:03:31 ldap slapd[7810]: conn=12293659 op=3 SRCH attr=uid cn Jul  3 12:03:31 ldap slapd[7810]: conn=12293659 op=3 SEARCH RESULT tag=101 err=0 nentries=1 text= Jul  3 12:03:31 ldap slapd[7810]: conn=12293659 op=4 SRCH base="ou=Users,dc=mycompany,dc=com" scope=2 deref=0 filter="(&(|(objectClass=posixAccount)(objectClass=inetOrgPerson)(objectClass=shadowAccount))(|(uid=bobsmith)(cn=bobsmith)))" Jul  3 12:03:31 ldap slapd[7810]: conn=12293659 op=4 SEARCH RESULT tag=101 err=0 nentries=1 text= Jul  3 12:03:31 ldap slapd[7810]: conn=12293659 op=5 EXT oid=1.3.6.1.4.1.4203.1.11.1 Jul  3 12:03:31 ldap slapd[7810]: conn=12293659 op=5 PASSMOD id="uid=bobsmith,ou=Users,dc=mycompany,dc=com" new Jul  3 12:03:31 ldap slapd[7810]: conn=12293659 op=5 RESULT oid= err=0 text= Jul  3 12:03:31 ldap slapd[7810]: conn=12293659 op=6 SRCH base="ou=Users,dc=mycompany,dc=com" scope=2 deref=0 filter="(&(|(objectClass=posixAccount)(objectClass=inetOrgPerson)(objectClass=shadowAccount))(|(uid=bobsmith)(cn=bobsmith)))" Jul  3 12:03:31 ldap slapd[7810]: conn=12293659 op=6 SEARCH RESULT tag=101 err=0 nentries=1 text= Jul  3 12:03:32 ldap slapd[7810]: conn=12293659 op=7 UNBIND Jul  3 12:03:32 ldap slapd[7810]: conn=12293659 fd=1283 closed

    Hi Koen,
    I tried to test this, but for me its working sorry(!). Here are the details of what I did in case that helps you diagnose....
    # add the 2 test users
    ldapadd -h $my_ldaphost -p $my_ldapport -D $my_adminuid -w $my_adminpwd <<EOF
    dn: cn=TEST_A, cn=Users, dc=myco,dc=com
    sn: TEST_A
    mail: [email protected]
    objectclass: inetorgperson
    objectclass: orcluser
    objectclass: orcluserv2
    objectclass: organizationalperson
    objectclass: person
    objectclass: top
    uid: TEST_A
    cn: TEST_A
    dn: cn=TEST_B, cn=Users, dc=myco,dc=com
    sn: TEST_B
    mail: [email protected]
    objectclass: inetorgperson
    objectclass: orcluser
    objectclass: orcluserv2
    objectclass: organizationalperson
    objectclass: person
    objectclass: top
    cn: TEST_B
    uid: TEST_B
    EOF
    # reset the passwords
    sqlplus /nolog <<EOF
    conn orasso/${orclpasswordattribute}@${my_sid}
    set serveroutput on
    exec wwsso_oid_integration.reset_passwd(p_user => 'TEST_A', p_subscriber_nickname => null, p_newpwd => 'password1');
    exec wwsso_oid_integration.reset_passwd(p_user => 'TEST_B', p_subscriber_nickname => null, p_newpwd => 'password1');
    exit
    EOF
    [oracle@myhost bin]$ ldapbind -D cn=TEST_A,cn=Users,dc=myco,dc=com -w password1
    bind successful
    [oracle@myhost bin]$ ldapbind -D cn=TEST_B,cn=Users,dc=myco,dc=com -w password1
    bind successful

  • TS3988 I am using mountain lion.  iCloud works fine with my iMac iPads and iPhone with one annoying exception.  I cannot use the systems preferences on my iMac because I cannot log in.  When entering my apple id and password I get a window saying "You can

    I cannot log into systems preferences for icloud on my imac.  icloud works on all devices including the imac, but I get the window "You can't sign in at this time" when using system preferences on the imac.  I am using mountain lion, but it didn't work on lion either.  Help

    You may wish to try the following:
    1. Sign out of your account
    (If you are unable to do this because System Preferences has frozen, Force Quit System Preferences and try again)
    2. When prompted, opt to delete, contacts, calendars etc from your Mac.
    (You are only deleting this data from your Mac, not from iCloud, the data will be reinstated when you log back in. If you need to check that the data is in iCloud before deleting it go to iCloud.com and check each section for data)
    3. Having logged out, check that the iCloud accounts along with their data have disappeared from the Mail, Address Book and iCal Applications.
    (If necessary, delete the iCloud accounts from each of these application separately from each Applications Preferences)
    4. At this point it may be worth trying to log into iCloud from the System Preferences iCloud settings again, if this works, all well and good, if it doesn't continue to step 5.
    5. Open your User Library folder in the Finder. (When in the Finder, go to the Go menu, hold down the option key (alt) and choose Library when it appears in the Go menu)
    6. Navigate to Library > Application Support > iCloud and drag the iCloud folder to your desktop. (This action only copies the folder and will provide you with a back up)
    7. Select the iCloud folder again in Library > Application Support and drag it to the trash, enter your administrators password when prompted.
    8. Restart your computer.
    9. You should now be able to enter your ID and Password in system Preferences > iCloud and log into your account. Check the services you wish to use and once you are satisfied it's working as it should, trashh the iCloud folder you copied to your desktop earlier.

  • Password System Preferences

    How do I remove my password for System Preferences?  I can use my administrator password to open my Mac but this password is not accepted to unlock when I want to change System Preferences. An important reason why I want to change is that Date and Time preferences were changed without my input - believe it or not but my EST was changed to PST and I am not able to correct the time zone!

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    Click the Clear Display icon in the toolbar. Then take the action that isn't working the way you expect. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name or email address, may appear in the log. Anonymize before posting.

  • My System preferences panel quits when I select ICloud

    Process:         System Preferences [28237]
    Path:            /Applications/System Preferences.app/Contents/MacOS/System Preferences
    Identifier:      com.apple.systempreferences
    Version:         11.0 (11.0)
    Build Info:      SystemPrefsApp-214009000000000~2
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [281]
    Date/Time:       2012-07-18 20:48:19.892 -0700
    OS Version:      Mac OS X 10.7.4 (11E53)
    Report Version:  9
    Interval Since Last Report:          510644 sec
    Crashes Since Last Report:           -37
    Per-App Interval Since Last Report:  11076 sec
    Per-App Crashes Since Last Report:   -8
    Anonymous UUID:                      6E750541-74EC-4C0E-AE42-4FCA20996595
    Crashed Thread:  4  Dispatch queue: Garbage Collection Work Queue
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 000000010fe87000-000000010feaa000 [  140K] r-x/rwx SM=COW  /Applications/System Preferences.app/Contents/MacOS/System Preferences
    Application Specific Information:
    com.apple.preferences.icloud v.1.0 (iCloud)
    objc[28237]: garbage collection is ON
    MailAccount
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libauto.dylib                           0x0000000112ee3d11 Auto::Admin::find_allocation_no_lock(unsigned long) + 337
    1   libauto.dylib                           0x0000000112ee26fe Auto::Admin::thread_cache_allocate(Auto::Thread&, unsigned long&, unsigned long, bool, bool&) + 302
    2   libauto.dylib                           0x0000000112ee744a Auto::Zone::block_allocate(Auto::Thread&, unsigned long, unsigned long, bool, bool) + 570
    3   libauto.dylib                           0x0000000112ed4f98 auto_zone_allocate_object + 296
    4   com.apple.CoreFoundation                0x00000001105e2cb0 _CFRuntimeCreateInstance + 400
    5   com.apple.CoreFoundation                0x00000001105e30f8 CFStringCreateMutable + 136
    6   com.apple.CoreFoundation                0x00000001105fd56b _convertToURLRepresentation + 283
    7   com.apple.CoreFoundation                0x00000001106f4e57 _CFURLInit + 119
    8   com.apple.CoreFoundation                0x00000001105f5f82 CFURLCreateWithFileSystemPathRelativeToBase + 1058
    9   com.apple.MessageFramework              0x000000011c84f327 -[NSFileManager(NSFileManagerAdditions) destinationOfAliasAtPath:] + 37
    10  com.apple.MessageFramework              0x000000011c84f2f4 -[Defaults baseMailDirectory] + 84
    11  com.apple.MessageFramework              0x000000011c8575f6 -[MailAccount(Internal) _setPath:] + 149
    12  com.apple.MessageFramework              0x000000011c856a02 -[MailAccount initWithAccountInfo:] + 722
    13  com.apple.MessageFramework              0x000000011c855d8b +[Account readAccountsUsingDefaultsKey:forceReadFromMailPreferences:] + 776
    14  com.apple.MessageFramework              0x000000011c9da183 +[MailAccount accountFromMailWithUniqueId:] + 216
    15  com.apple.mail.iaplugin                 0x0000000122a22dab 0x122a1f000 + 15787
    16  com.apple.mail.iaplugin                 0x0000000122a22e2f 0x122a1f000 + 15919
    17  com.apple.placeholder.iaplugin          0x000000012250dc2c 0x122507000 + 27692
    18  com.apple.placeholder.iaplugin          0x000000012250dd9b 0x122507000 + 28059
    19  com.apple.placeholder.iaplugin          0x000000012250d735 0x122507000 + 26421
    20  com.apple.placeholder.iaplugin          0x000000012250cf90 0x122507000 + 24464
    21  com.apple.preferences.icloud            0x00000001230e2456 0x1230e0000 + 9302
    22  com.apple.preferences.icloud            0x00000001230e2be8 0x1230e0000 + 11240
    23  com.apple.preferences.icloud            0x00000001230e4208 0x1230e0000 + 16904
    24  com.apple.frameworks.preferencepanes          0x000000011036ba42 -[NSPreferencePane loadMainView] + 216
    25  com.apple.frameworks.preferencepanes          0x000000011036c954 -[NSPrefPaneBundle instantiatePrefPaneObject] + 438
    26  com.apple.systempreferences             0x000000010fe8f6fc 0x10fe87000 + 34556
    27  com.apple.systempreferences             0x000000010fe8ed32 0x10fe87000 + 32050
    28  com.apple.Foundation                    0x000000011090f186 __NSFireDelayedPerform + 392
    29  com.apple.CoreFoundation                0x0000000110637934 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    30  com.apple.CoreFoundation                0x0000000110637486 __CFRunLoopDoTimer + 534
    31  com.apple.CoreFoundation                0x0000000110617e11 __CFRunLoopRun + 1617
    32  com.apple.CoreFoundation                0x0000000110617486 CFRunLoopRunSpecific + 230
    33  com.apple.HIToolbox                     0x00000001127fa4d3 RunCurrentEventLoopInMode + 277
    34  com.apple.HIToolbox                     0x00000001128016d3 ReceiveNextEventCommon + 181
    35  com.apple.HIToolbox                     0x000000011280160e BlockUntilNextEventMatchingListInMode + 62
    36  com.apple.AppKit                        0x0000000110e0ae31 _DPSNextEvent + 659
    37  com.apple.AppKit                        0x0000000110e0a735 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    38  com.apple.AppKit                        0x0000000110e07071 -[NSApplication run] + 470
    39  com.apple.AppKit                        0x0000000111083244 NSApplicationMain + 867
    40  com.apple.systempreferences             0x000000010fe88b30 0x10fe87000 + 6960
    Thread 1:: Dispatch queue: com.apple.root.default-priority
    0   com.apple.CoreFoundation                0x00000001105ee22c __CFTypeCollectionRetain + 252
    1   com.apple.CoreFoundation                0x00000001105ed6bd __CFDictionaryStandardRetainValue + 61
    2   com.apple.CoreFoundation                0x00000001105ed51a __CFBasicHashAddValue + 1146
    3   com.apple.CoreFoundation                0x00000001105ec42c CFDictionarySetValue + 252
    4   com.apple.CoreFoundation                0x00000001106406d2 -[__NSPlaceholderDictionary initWithObjects:forKeys:count:] + 946
    5   com.apple.CoreFoundation                0x0000000110662645 -[NSDictionary initWithDictionary:copyItems:] + 837
    6   com.apple.CoreFoundation                0x0000000110664f94 -[NSDictionary initWithDictionary:] + 20
    7   com.apple.MessageFramework              0x000000011c85718c -[Account _setAccountInfo:] + 59
    8   com.apple.MessageFramework              0x000000011c85712f -[MailAccount _setAccountInfo:] + 433
    9   com.apple.MessageFramework              0x000000011c856f72 -[Account initWithAccountInfo:] + 130
    10  com.apple.MessageFramework              0x000000011c85687f -[MailAccount initWithAccountInfo:] + 335
    11  com.apple.MessageFramework              0x000000011c855d8b +[Account readAccountsUsingDefaultsKey:forceReadFromMailPreferences:] + 776
    12  com.apple.MessageFramework              0x000000011c9da183 +[MailAccount accountFromMailWithUniqueId:] + 216
    13  com.apple.mail.iaplugin                 0x0000000122a22dab 0x122a1f000 + 15787
    14  com.apple.mail.iaplugin                 0x0000000122a22e2f 0x122a1f000 + 15919
    15  com.apple.preferences.internetaccounts          0x000000011c1fc096 0x11c1e1000 + 110742
    16  libdispatch.dylib                       0x0000000113a27a86 _dispatch_call_block_and_release + 18
    17  libdispatch.dylib                       0x0000000113a28965 _dispatch_worker_thread2 + 255
    18  libsystem_c.dylib                       0x0000000113afc3da _pthread_wqthread + 316
    19  libsystem_c.dylib                       0x0000000113afdb85 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x0000000113c487e6 kevent + 10
    1   libdispatch.dylib                       0x0000000113a2978a _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x0000000113a2831a _dispatch_mgr_thread + 54
    Thread 3:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x0000000113c47df2 __select + 10
    1   com.apple.CoreFoundation                0x0000000110660c8b __CFSocketManager + 1355
    2   libsystem_c.dylib                       0x0000000113afa8bf _pthread_start + 335
    3   libsystem_c.dylib                       0x0000000113afdb75 thread_start + 13
    Thread 4 Crashed:: Dispatch queue: Garbage Collection Work Queue
    0   libauto.dylib                           0x0000000112eda96c void Auto::sieve_base::sieve_base_pointer<set_write_barrier_value_sieve>(Auto::Zone* , void const*, set_write_barrier_value_sieve&) + 412
    1   libauto.dylib                           0x0000000112ed47f7 auto_zone_set_write_barrier + 39
    2   libobjc.A.dylib                         0x00000001104f0441 objc_assign_strongCast_gc + 31
    3   com.apple.CoreFoundation                0x000000011065e426 _CFXNotificationRemoveObservers + 998
    4   com.apple.Foundation                    0x000000011091c899 -[NSNotificationCenter removeObserver:name:object:] + 228
    5   com.apple.MessageFramework              0x000000011c9df118 -[MailAccount finalize] + 51
    6   libobjc.A.dylib                         0x00000001104f157c finalizeOneObject + 53
    7   libauto.dylib                           0x0000000112eea07e Auto::foreach_block_do(auto_zone_cursor*, void (*)(void*, void*), void*) + 94
    8   libobjc.A.dylib                         0x00000001104f14ac batchFinalize + 53
    9   libobjc.A.dylib                         0x00000001104f15fb batchFinalizeOnTwoThreads + 91
    10  libauto.dylib                           0x0000000112eea019 Auto::Zone::invalidate_garbage(unsigned long, void**) + 73
    11  libauto.dylib                           0x0000000112ed77db auto_collect_internal(Auto::Zone*, unsigned int) + 459
    12  libauto.dylib                           0x0000000112ed321a __auto_zone_collect_block_invoke_0 + 74
    13  libdispatch.dylib                       0x0000000113a27a86 _dispatch_call_block_and_release + 18
    14  libdispatch.dylib                       0x0000000113a292d6 _dispatch_queue_drain + 264
    15  libdispatch.dylib                       0x0000000113a29132 _dispatch_queue_invoke + 54
    16  libdispatch.dylib                       0x0000000113a2892c _dispatch_worker_thread2 + 198
    17  libsystem_c.dylib                       0x0000000113afc3da _pthread_wqthread + 316
    18  libsystem_c.dylib                       0x0000000113afdb85 start_wqthread + 13
    Thread 4 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00000001231729e0  rcx: 0x00000001231729e8  rdx: 0x00000001231729e0
      rdi: 0x000000011803d000  rsi: 0xfffffffffffffffc  rbp: 0x00000001231729d0  rsp: 0x0000000123172970
       r8: 0x000000011803d250   r9: 0x0000000000000000  r10: 0x0000000000000014  r11: 0x00000001107f3640
      r12: 0x0000000000000000  r13: 0x0000000000000000  r14: 0xfffffffffffffffc  r15: 0x0000000622840080
      rip: 0x0000000112eda96c  rfl: 0x0000000000010286  cr2: 0x0000000000000000
    Logical CPU: 1
    Binary Images:
           0x10fe87000 -        0x10fea9fff  com.apple.systempreferences (11.0 - 11.0) <586F487B-3019-32FC-9BCD-44A604A7178C> /Applications/System Preferences.app/Contents/MacOS/System Preferences
           0x10fec0000 -        0x10fec0fff  com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
           0x10fec5000 -        0x10fec5fff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
           0x10fecc000 -        0x1101b5ff7  com.apple.security (7.0 - 55148.1) <E9C46204-1336-3D90-BC67-5162FC7079D2> /System/Library/Frameworks/Security.framework/Versions/A/Security
           0x1102d1000 -        0x110339ff7  com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <DFD8F4DE-3B45-3A2E-9CBE-FD8D5DD30923> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
           0x110368000 -        0x110384fff  com.apple.frameworks.preferencepanes (15.0 - 15.0) <A1ABA9DB-2C8A-3C96-976A-21E63194F7B2> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
           0x1103a3000 -        0x110445fff  com.apple.securityfoundation (5.0 - 55116) <A9311EF6-B7F7-3DA5-84E8-21BC9B2C3C69> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
           0x11049a000 -        0x1104c7fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <095FDD3C-3961-3865-A59B-A5B0A4B8B923> /usr/lib/libSystem.B.dylib
           0x1104dc000 -        0x1105c0e5f  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
           0x1105df000 -        0x1107b3ff7  com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
           0x110900000 -        0x110900fff  com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
           0x110903000 -        0x110c1cfff  com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
           0x110e02000 -        0x111a08ff7  com.apple.AppKit (6.7.3 - 1138.47) <CAF5783F-F80B-30E7-929F-BBA6D96C5C44> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
           0x112093000 -        0x1122bdfe7  com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
           0x1123ae000 -        0x1123d2fff  com.apple.RemoteViewServices (1.4 - 44.1) <EA3837DF-A3A3-37FF-AE11-D50048D5F21A> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
           0x1123f4000 -        0x11254dfff  com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <0AD8197C-1BA9-30CD-98F1-4CA2C6559BA8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
           0x1125ce000 -        0x1125ceffd +cl_kernels (??? - ???) <3BEDFFD1-D0C9-45EC-AA42-3021628FE5C5> cl_kernels
           0x1125d2000 -        0x1125d2fff  com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
           0x1125d8000 -        0x112648fff  com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
           0x112684000 -        0x11279dfff  com.apple.DesktopServices (1.6.3 - 1.6.3) <20812ECE-CACC-3D44-8108-025EF6B45C14> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
           0x1127f8000 -        0x112b24ff7  com.apple.HIToolbox (1.9 - ???) <B7D2A06B-7BE5-3355-BF7D-8139100B9B97> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
           0x112c6e000 -        0x112e0dff7  com.apple.QuartzCore (1.7 - 270.4) <97E20A5F-652B-3E85-8C46-DCB777248ECD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
           0x112eb5000 -        0x112eb8ff7  libCoreFSCache.dylib (??? - ???) <70D5EB80-24F5-3837-9302-EBD4CFCE5CBA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
           0x112ebc000 -        0x112ec7ff7  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
           0x112ed2000 -        0x112f20fff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
           0x112f38000 -        0x112f39ff3 +cl_kernels (??? - ???) <04B799A8-BFB8-443A-B8E8-C0374ACB5E3D> cl_kernels
           0x112f3d000 -        0x11313ffff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib
           0x1131d4000 -        0x1132d6fff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib
           0x113306000 -        0x113318ff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
           0x11331d000 -        0x11331dfff  com.apple.quartzframework (1.5 - 1.5) <21FCC91F-C7B9-304F-8C9C-04F3924F4AE3> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
           0x113322000 -        0x11338bfff  com.apple.coreui (1.2.2 - 165.10) <F427BF39-3E01-3DC6-A63D-BFC50FE6C72E> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
           0x1133ca000 -        0x1133d0fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
           0x1133db000 -        0x1133dcfff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
           0x1133e7000 -        0x1133fefff  com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
           0x11340f000 -        0x11347aff7  com.apple.framework.IOKit (2.0 - ???) <6C604894-7F61-3130-8499-20791D14577F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
           0x1134a7000 -        0x1134a8fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
           0x1134ae000 -        0x1134d6fff  com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
           0x1134f3000 -        0x1134f5fff  com.apple.IMServicePlugInSupport (7.0 - 900) <387F51ED-7F30-3C5B-9253-6D7F605C43ED> /System/Library/Frameworks/IMServicePlugIn.framework/Versions/A/Frameworks/IMSe rvicePlugInSupport.framework/Versions/A/IMServicePlugInSupport
           0x1134fa000 -        0x113516ff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
           0x113520000 -        0x113520fff  com.apple.AOSMigrate (1.0 - 1) <7D22554E-EDAE-3B37-AC47-96B0797F1781> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
           0x113525000 -        0x113535ff7  com.apple.opengl (1.7.7 - 1.7.7) <0CA11278-746C-353A-923B-BCC0047190C3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
           0x11353d000 -        0x11353dff7  com.apple.SafariDAVNotifier (1.1.1 - 1) <B5C97F14-A170-3289-8D48-ABCF4934D6FB> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
           0x113541000 -        0x1136a8fff  com.apple.CFNetwork (520.4.3 - 520.4.3) <31D7A595-375E-341A-8E97-21E73CC62E4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
           0x11374e000 -        0x11379aff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
           0x1137c4000 -        0x1137d7ff7  libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib
           0x1137e1000 -        0x113857fff  libc++.1.dylib (28.1.0 - compatibility 1.0.0) <DA22E4D6-7F20-3BEA-9B89-2FBA735C2EE1> /usr/lib/libc++.1.dylib
           0x1138b2000 -        0x1138b2ff5 +cl_kernels (??? - ???) <592614F6-229A-43AF-9848-176B22CCBFEF> cl_kernels
           0x1138b4000 -        0x113927fff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
           0x113989000 -        0x113994ff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
           0x11399d000 -        0x11399efff  libodfde.dylib (??? - ???) <87836EDD-1474-3926-916A-A7AE8CA65079> /usr/lib/libodfde.dylib
           0x1139a4000 -        0x1139a9fff  libcache.dylib (47.0.0 - compatibility 1.0.0) <B7757E2E-5A7D-362E-AB71-785FE79E1527> /usr/lib/system/libcache.dylib
           0x1139b1000 -        0x1139f3ff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <A5B9778E-11C3-3F61-B740-1F2114E967FB> /usr/lib/system/libcommonCrypto.dylib
           0x113a01000 -        0x113a02fff  libwebsharing.dylib (??? - ???) <279415F4-2FAD-3D68-BE9A-691D03389662> /usr/lib/libwebsharing.dylib
           0x113a06000 -        0x113a0bfff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
           0x113a14000 -        0x113a1bfff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib
           0x113a26000 -        0x113a34fff  libdispatch.dylib (187.9.0 - compatibility 1.0.0) <1D5BE322-A9B9-3BCE-8FAC-076FB07CF54A> /usr/lib/system/libdispatch.dylib
           0x113a45000 -        0x113a47fff  apop.so (??? - ???) <B40CE86C-1757-3261-848C-F166F3D513EA> /usr/lib/sasl2/apop.so
           0x113a4b000 -        0x113a4cfff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
           0x113a51000 -        0x113a55fff  libdyld.dylib (195.5.0 - compatibility 1.0.0) <F1903B7A-D3FF-3390-909A-B24E09BAD1A5> /usr/lib/system/libdyld.dylib
           0x113a5f000 -        0x113a5ffff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
           0x113a68000 -        0x113a72ff7  liblaunch.dylib (392.38.0 - compatibility 1.0.0) <6ECB7F19-B384-32C1-8652-2463C1CF4815> /usr/lib/system/liblaunch.dylib
           0x113a79000 -        0x113a7affc +cl_kernels (??? - ???) <14574928-0B82-464A-89FA-41AB0BD2B547> cl_kernels
           0x113a7d000 -        0x113a83fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <D86F63EC-D2BD-32E0-8955-08B5EAFAD2CC> /usr/lib/system/libmacho.dylib
           0x113a88000 -        0x113a8cfff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
           0x113a8f000 -        0x113a8fffd +cl_kernels (??? - ???) <F62E5879-B3D6-47F2-816C-2E5AAAD2B0EA> cl_kernels
           0x113a93000 -        0x113a95fff  libquarantine.dylib (36.6.0 - compatibility 1.0.0) <0EBF714B-4B69-3E1F-9A7D-6BBC2AACB310> /usr/lib/system/libquarantine.dylib
           0x113a9a000 -        0x113a9bff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
           0x113aa0000 -        0x113aa0ff1 +cl_kernels (??? - ???) <EC72FB1C-9F92-4E4C-89AB-0D7312CB9196> cl_kernels
           0x113aa5000 -        0x113aa6ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
           0x113aac000 -        0x113b89fef  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
           0x113bcd000 -        0x113bd5fff  libsystem_dnssd.dylib (??? - ???) <D9BB1F87-A42B-3CBC-9DC2-FC07FCEF0016> /usr/lib/system/libsystem_dnssd.dylib
           0x113bde000 -        0x113c19fff  libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
           0x113c31000 -        0x113c51fff  libsystem_kernel.dylib (1699.26.8 - compatibility 1.0.0) <1DDC0B0F-DB2A-34D6-895D-E5B2B5618946> /usr/lib/system/libsystem_kernel.dylib
           0x113c61000 -        0x113c66ff7  libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
           0x113c70000 -        0x113c79ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
           0x113c80000 -        0x113c82fff  libanonymous.2.so (??? - ???) <99136B94-8BE0-3563-9E2A-9C826971B6E9> /usr/lib/sasl2/libanonymous.2.so
           0x113c87000 -        0x113c88ff7  libsystem_sandbox.dylib (??? - ???) <96D38E74-F18F-3CCB-A20B-E8E3ADC4E166> /usr/lib/system/libsystem_sandbox.dylib
           0x113c8e000 -        0x113c8ffff  libunc.dylib (24.0.0 - compatibility 1.0.0) <C67B3B14-866C-314F-87FF-8025BEC2CAAC> /usr/lib/system/libunc.dylib
           0x113c95000 -        0x113c9bff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
           0x113ca5000 -        0x113cc2fff  libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
           0x113cd6000 -        0x113ce8ff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
           0x113cf8000 -        0x113dfffe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
           0x113e15000 -        0x113e1afff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
           0x113e23000 -        0x113e32ff7  libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
           0x113e3b000 -        0x113e48ff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib
           0x113e4e000 -        0x11416afff  com.apple.CoreServices.CarbonCore (960.24 - 960.24) <6F99A26B-788F-37B9-860F-508906EC06D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
           0x1141e5000 -        0x114268fef  com.apple.Metadata (10.7.0 - 627.32) <38735923-2EB5-3133-BE36-BDD65A7E47DB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
           0x1142c5000 -        0x1143a9fff  com.apple.CoreServices.OSServices (478.46 - 478.46) <70BEE269-8F4D-3FDC-B1AD-A591C0CB37E5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
           0x114422000 -        0x114424fff  login.so (??? - ???) <48CD069F-68F5-32C4-BFAC-AC0EFB7B9489> /usr/lib/sasl2/login.so
           0x114428000 -        0x1144c2ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
           0x114507000 -        0x114546fff  com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
           0x114565000 -        0x114606ff7  com.apple.LaunchServices (480.33 - 480.33) <45EF2044-3396-3910-9B5B-C8F7777D5F56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
           0x114651000 -        0x114681ff7  com.apple.DictionaryServices (1.2.1 - 158.2) <3FC86118-7553-38F7-8916-B329D2E94476> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
           0x11469f000 -        0x1146a1fff  libplain.2.so (??? - ???) <C98A873A-4373-3E3A-8257-D9BB5F857C85> /usr/lib/sasl2/libplain.2.so
           0x1146a6000 -        0x1146adfff  com.apple.NetFS (4.0 - 4.0) <B9F41443-679A-31AD-B0EB-36557DAF782B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
           0x1146b6000 -        0x1146c4ff7  libkxld.dylib (??? - ???) <C2FC894F-3716-32C3-967E-6AD5E2697045> /usr/lib/system/libkxld.dylib
           0x1146cf000 -        0x1146ddfff  com.apple.NetAuth (1.0 - 3.0) <F384FFFD-70F6-3B1C-A886-F5B446E456E7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
           0x1146ec000 -        0x1147f8fff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
           0x114861000 -        0x114863fff  com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
           0x114868000 -        0x11487ffff  com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
           0x11489e000 -        0x1148c9ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib
           0x1148d6000 -        0x1148fcfff  com.apple.framework.familycontrols (3.0 - 300) <93828BC1-3D83-3A93-99A5-F0E7951AFC6C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
           0x114918000 -        0x1149bdfff  com.apple.ink.framework (1.4 - 110) <F93B76B3-E57C-3805-B20D-03717A3F91DD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
           0x1149f2000 -        0x11538fc9f  com.apple.CoreGraphics (1.600.0 - ???) <1DB9C92C-DFA8-36ED-B513-998134462148> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
           0x11549b000 -        0x11557aff7  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <FFA7532B-336A-3F0B-9AB9-2A35B56ED887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
           0x1155c4000 -        0x1155c6fff  smb_nt.so (??? - ???) <C6D59817-4DB8-34F9-BD71-2FDDA857CBA8> /usr/lib/sasl2/smb_nt.so
           0x1155ca000 -        0x11567dff7  com.apple.CoreText (220.20.0 - ???) <0E979362-15E4-3955-BF54-B5961361D1CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
           0x1156d4000 -        0x115758ff7  com.apple.ApplicationServices.ATS (317.11.0 - ???) <082DEAFE-8A93-3AF2-B4E5-30012E725929> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
           0x115786000 -        0x11584dff7  com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
           0x115892000 -        0x1158eeff7  com.apple.HIServices (1.21 - ???) <9645CFA8-63BE-3A0D-A636-56D9827E6C8C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
           0x115923000 -        0x115937ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
           0x115945000 -        0x1159c0ff7  com.apple.print.framework.PrintCore (7.1 - 366.3) <C5F39A82-0E77-3AD6-906A-20DD2EE8D374> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
           0x1159f8000 -        0x115a39fff  com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
           0x115a52000 -        0x115a67fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
           0x115a7f000 -        0x115a85fff  IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
           0x115a8e000 -        0x115a8efff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
           0x115a98000 -        0x115ac1fff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
           0x115ad0000 -        0x115b28fff  libTIFF.dylib (??? - ???) <A0FF68DE-2935-30E7-B61C-4D9D70E14AD0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
           0x115b3a000 -        0x115b5afff  libPng.dylib (??? - ???) <F4D84592-C450-3076-88E9-8E6517C7EF33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
           0x115b67000 -        0x115b6cfff  libGIF.dylib (??? - ???) <8763F67F-A881-30B6-B20E-D395B4D9FD58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
           0x115b73000 -        0x115c80fff  libJP2.dylib (??? - ???) <5BE8CFA7-00C2-3BDE-BC20-5FF6DC18B415> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
           0x115cb3000 -        0x115cb6fff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
           0x115cba000 -        0x115cbcfff  com.apple.AddressBook.LocalSourceBundle (1.4 - 1090) <49934ACE-D2F0-3D5D-ABE2-D26C62E4D796> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
           0x115cc1000 -        0x115df7fff  com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
           0x115e1a000 -        0x115e1afff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
           0x115e20000 -        0x115e80fff  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
           0x115e8e000 -        0x115f24ff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
           0x115f35000 -        0x116362fff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
           0x1163c6000 -        0x1169aafff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
           0x1169ef000 -        0x116af4fff  libFontParser.dylib (??? - ???) <759645F2-8CB1-358C-AF41-BA3797CD0F60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
           0x116b51000 -        0x116ba5fff  libFontRegistry.dylib (??? - ???) <822DD341-C735-36C9-9521-E8E98807D09D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
           0x116bcf000 -        0x116c0fff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <5328C0AB-F169-3786-A3EC-9E82E960CAAF> /usr/lib/libcups.2.dylib
           0x116c24000 -        0x116c48fff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
           0x116c65000 -        0x116c98ff7  com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
           0x116cb7000 -        0x116cd6fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
           0x116ce1000 -        0x116dd6fff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
           0x116de5000 -        0x116e6aff7  com.apple.Heimdal (2.2 - 2.0) <FF0BD9A4-6FB0-31E3-ABFB-563FBBEC45FC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
           0x116e93000 -        0x116e98fff  com.apple.OpenDirectory (10.7 - 146) <91A87249-6A2F-3F89-A8DE-0E95C0B54A3A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
           0x116ea4000 -        0x116eaffff  com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
           0x116eb9000 -        0x116ee2fff  com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
           0x116eff000 -        0x117172fff  com.apple.CoreImage (7.98 - 1.0.1) <73485E4E-1407-3913-AB3C-B54986A3E01C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
           0x11725f000 -        0x1172b3ff7  com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
           0x1172d9000 -        0x11732bff7  libGLU.dylib (??? - ???) <E2EF0336-3A5F-3532-AEB0-6CCF04851B72> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
           0x11733e000 -        0x117344fff  libGFXShared.dylib (??? - ???) <8A61FA67-EB3C-319D-AE3C-64936FB26BAC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
           0x11734f000 -        0x117365fff  libGL.dylib (??? - ???) <6A473BF9-4D35-34C6-9F8B-86B68091A9AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
           0x117379000 -        0x1173b8ff7  libGLImage.dylib (??? - ???) <49BB4404-68F1-3839-A5C9-983405B59F52> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
           0x1173c4000 -        0x1173c6fff  libCVMSPluginSupport.dylib (??? - ???) <1C73D331-6F6C-3872-A011-1C41FBF49F2A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
           0x1173d1000 -        0x1173d4fff  libCoreVMClient.dylib (??? - ???) <934D0D11-C34F-3C06-A352-21BB8FFE9774> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
           0x1173dc000 -        0x117409ff7  com.apple.opencl (1.50.69 - 1.50.69) <57939F7D-3626-30E2-883D-8A7CCB3F8763> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
           0x117419000 -        0x1178e0fff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
           0x117d09000 -        0x117d09fff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
           0x117d13000 -        0x117d1aff7  com.apple.CommerceCore (1.0 - 17) <AA783B87-48D4-3CA6-8FF6-0316396022F4> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
           0x117d29000 -        0x117d9ffff  com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
           0x117de5000 -        0x117e47ff7  com.apple.Symbolication (1.3 - 91) <B072970E-9EC1-3495-A1FA-D344C6E74A13> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
           0x117e8c000 -        0x117ec6fe7  com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
           0x117ee0000 -        0x117ee0fff  com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
           0x117eea000 -        0x117f1ffff  com.apple.securityinterface (5.0 - 55022.4) <09EC371E-0B6E-3849-A6C9-F8E9DB17BBCD> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
           0x117f50000 -        0x117f54ff7  com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
           0x117f62000 -        0x117f65fff  com.apple.help (1.3.2 - 42) <AB67588E-7227-3993-927F-C9E6DAC507FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
           0x117f6c000 -        0x117f82ff7  com.apple.ImageCapture (7.0.1 - 7.0.1) <BF4EC1CC-C998-3529-A69F-765774C66A6F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
           0x117f9c000 -        0x117fb9ff7  com.apple.openscripting (1.3.3 - ???) <BDCCCBA9-F440-30BD-8378-FAB5AF685A5D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
           0x117fcd000 -        0x117fcfff7  com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
           0x117fd8000 -        0x117fdbff7  com.apple.securityhi (4.0 - 1) <B37B8946-BBD4-36C1-ABC6-18EDBC573F03> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
           0x119b99000 -        0x119ba6fff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <528BAA66-C38C-3093-84B5-92A7832CE7BC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
           0x119bf8000 -        0x119c23ff7  com.apple.CoreServicesInternal (113.17 - 113.17) <B1DF81C3-9C23-3BAE-9DE8-21EAFEEB97B8> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesIn ternal
           0x119c3d000 -        0x119c41fff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <2B1215A0-1B43-39C3-B4F4-392D71D08FFA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
           0x119c48000 -        0x119c4efef  libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <303313AD-2D57-37A5-922B-3194C5DCD007> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
           0x119cf8000 -        0x119d3cff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <22B2A10A-34B5-3787-88C9-B2722FE79504> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
           0x119d4d000 -        0x119d5fff7  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
           0x11a46b000 -        0x11a974ff7  com.apple.RawCamera.bundle (3.14.0 - 646) <75A96BFC-1832-808B-F430-C4C9379C5A98> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
           0x11b376000 -        0x11b470ff7  com.apple.DiskImagesFramework (10.7.4 - 331.6) <C7860B00-E1CF-3851-9A3B-9F145B7F498F> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
           0x11b4cd000 -        0x11b5abfff  com.apple.DiscRecording (6.0.4 - 6040.4.1) <E6D5835F-EE3C-3814-A2EE-6962B5570EF1> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
           0x11b60b000 -        0x11b651fff  libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <2C442396-1006-3765-92D2-60869D4641CE> /usr/lib/libcurl.4.dylib
           0x11b660000 -        0x11b6a4ff7  com.apple.MediaKit (12 - 602) <0C2CBEDA-412F-3DDF-9C74-44114E5E0DB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
           0x11b6b7000 -        0x11b6f0fe7  libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib
           0x11b707000 -        0x11b742fff  com.apple.LDAPFramework (3.2 - 120.2) <A2675243-9122-308D-A5C8-9C1C4FE7639D> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
           0x11b750000 -        0x11b7e3ff7  unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <5FB796A4-1AD0-3B4D-AA83-F8A46E039224> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
           0x11c1e1000 -        0x11c20dff7  com.apple.preferences.internetaccounts (1.1 - 2) <21CF2351-3A47-3343-BC1C-2C04D510CB00> /System/Library/PreferencePanes/InternetAccounts.prefPane/Contents/MacOS/Intern etAccounts
           0x11c227000 -        0x11c2b4ff7  com.apple.imcore (7.0 - 900) <E4E8E633-39D4-343C-99D8-018EA6A670F7> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
           0x11c2eb000 -        0x11c312fff  com.apple.framework.internetaccounts (1.2 - 3) <483427CA-8140-355D-B668-78F5A5F1A1D6> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
           0x11c337000 -        0x11c65bfff  com.apple.AddressBook.framework (6.1.2 - 1090) <65FE6A36-F3F8-37FE-8B88-50F20F278779> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
           0x11c84b000 -        0x11cba5ff7  com.apple.MessageFramework (5.2 - 1278) <36138A1B-7760-3E6D-A496-06DCF535F562> /System/Library/Frameworks/Message.framework/Versions/B/Message
           0x11cd5b000 -        0x11cd61fff  com.apple.phonenumbers (1.0 - 47) <0398EEEE-DBA1-36B6-AE0E-AABBDC17AF4F> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
           0x11cd66000 -        0x11cdb6fff  com.apple.imfoundation (7.0 - 900) <F3CB80AA-D7A2-3534-BE47-04B8D18EA6BD> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/Frameworks/IMFoun dation.framework/Versions/A/IMFoundation
           0x11cdee000 -        0x11cdf5ff7  com.apple.marco (7.0 - 900) <8312C3DD-BEDC-363A-B04A-A68A668D80B3> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
           0x11cdfb000 -        0x11ce07fff  com.apple.DirectoryService.Framework (10.7 - 146) <BB0240B0-69F7-38FA-A8D8-9C0079F8613F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
           0x11ce10000 -        0x11cefafff  com.apple.backup.framework (1.3.3 - 1.3.3) <6C49FBCF-D6AF-3351-BBBF-A98A622CA517> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
           0x11cf71000 -        0x11d1dfff7  com.apple.QuartzComposer (5.0 - 236.7) <D556126B-3D67-3E37-82E0-D06532DE0C89> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
           0x11d337000 -        0x11d3caff7  com.apple.PDFKit (2.6.3 - 2.6.3) <49BF9CDC-E902-3CAC-9C04-3302545907D5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
           0x11d427000 -        0x11d454fff  com.apple.quartzfilters (1.7.0 - 1.7.0) <ED846829-EBF1-3E2F-9EA6-D8743E5A4784> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
           0x11d483000 -        0x11d6f8ff7  com.apple.imageKit (2.1.2 - 1.0) <5BAA52A9-F359-31E4-8109-74EBCEB626B4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
           0x11d875000 -        0x11d975fff  com.apple.QuickLookUIFramework (3.2 - 500.16) <0BACF8C4-5A7B-31EE-B4AA-3CCF8615C9A8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
           0x11da1f000 -        0x11dd41fe7  com.apple.JavaScriptCore (7534.56 - 7534.56.6) <675725F8-37C4-3B80-ADB0-7B6AE908A908> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
           0x11ddd1000 -        0x11df5bfff  com.apple.QTKit (7.7.1 - 2330) <4B5363D4-4854-342F-8B95-DE6559075B46> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
           0x11e05e000 -        0x11e061fff  com.apple.AppleSystemInfo (1.0 - 1) <598ADC13-C994-3579-A885-0D6658DDD564> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
           0x11e067000 -        0x11e484ff7  com.apple.SceneKit (125.3 - 125.4) <12AD6DBE-F3A3-34D6-BA01-B211BEAFD48F> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
           0x11e658000 -        0x11e69fff7  com.apple.CoreMedia (1.0 - 705.78) <F6EA2328-FD3E-3057-80C7-C9845837F863> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
           0x11e6c1000 -        0x11ea6afef  com.apple.MediaToolbox (1.0 - 705.78) <A4DF8258-0CB9-3244-BF12-3AD02B1952B0> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
           0x11eade000 -        0x11ef11ff7  com.apple.VideoToolbox (1.0 - 705.78) <7F115540-88CF-3087-951A-7073F7D58F4D> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
           0x11ef9e000 -        0x11efb8fff  com.apple.CoreMediaAuthoring (2.0 - 891) <C7A92C52-AD9F-3CF1-86D5-C0714118935C> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
           0x11efcf000 -        0x11f020ff7  com.apple.CoreMediaIO (212.0 - 3199.1.1) <D8C364AF-A1E8-3215-ABF5-188B50A80B18> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
           0x11f045000 -        0x11f7d9fef  com.apple.CoreAUC (6.16.11 - 6.16.11) <3D40FEA5-AFE7-3752-A52E-D0F80304320A> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
           0x11f7f5000 -        0x11f848fff  com.apple.AppleVAFramework (5.0.14 - 5.0.14) <E3FE9B47-2276-3316-B2D2-85784AD2D9B3> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
           0x11f852000 -        0x11f94fff7  com.apple.avfoundation (2.0 - 180.40) <ED3DCB15-7E88-34FD-9E56-4ECAD10A6E7E> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
           0x11fa07000 -        0x11fa32fff  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
           0x11fa37000 -        0x11fac9ff7  com.apple.CorePDF (3.1 - 3.1) <F81F99A9-7FF6-3A6A-92C7-78C76BA35777> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
           0x11fb17000 -        0x11fb74ff7  com.apple.QuickLookFramework (3.2 - 500.16) <46017A4B-9E2B-329C-A8D9-2C11DE6C1A47> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
           0x11fbac000 -        0x11fbb7ff7  com.apple.DisplayServicesFW (2.5.4 - 323.3) <5E7F7A88-9313-3C31-87BD-80F3361DA338> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
           0x11fbc3000 -        0x11fc1dff7  com.apple.ImageCaptureCore (3.0.3 - 3.0.3) <12C722EE-3A13-3937-ABDF-EDC922F4C299> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
           0x11fc5b000 -        0x11fcd1fff  com.apple.ISSupport (1.9.8 - 56) <2CEE7E6B-D841-36D8-BC9F-081B33F6E501> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
           0x11fd1f000 -        0x11fd5ffff  libtidy.A.dylib (??? - ???) <E500CDB9-C010-3B1A-B995-774EE64F39BE> /usr/lib/libtidy.A.dylib
           0x11fd6f000 -        0x11fdadfff  com.apple.bom (11.0 - 183) <841FA160-A37A-368D-B14E-27AA9DD1AEDA> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
           0x11fdbe000 -        0x11fdccff7  com.apple.AppleFSCompression (37 - 1.0) <88C436E8-38AE-3D96-A8C8-2D1805CC47B7> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
           0x11fdd6000 -        0x11ffd8fe7  com.apple.AOSKit (1.02 - 91) <78F90BCC-414B-38E0-908D-A17906CF31FF> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
           0x11fff2000 -        0x12021dff7  com.apple.CalendarStore (5.0.3 - 1204.1) <E0EBA66F-E7A2-3974-8ED1-D26561A211B8> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
           0x120353000 -        0x1203b4fff  com.apple.ExchangeWebServices (2.1 - 125) <63CEE24A-FF2B-3787-ABFB-B60E24A859CE> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
           0x120443000 -        0x12046efff  com.apple.speech.LatentSemanticMappingFramework (2.8.10 - 2.8.10) <09D59AFB-6CCD-37E1-8A41-8C45217E7612> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
           0x120480000 -        0x120582ff7  com.apple.PubSub (1.0.5 - 65.28) <0D52431F-D0B3-3175-85FF-8213615A4526> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
           0x1205ef000 -        0x120779ff7  com.apple.WebKit (7534.56 - 7534.56.5) <BC22A17F-A32F-3D9B-926F-091A47C4B315> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
           0x12085e000 -        0x120869fff  com.apple.dotMacLegacy (3.3 - 267) <A7CC6E73-82CD-3057-9A83-894FA0CD7E6C> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
           0x120875000 -        0x1209e1ff7  com.apple.syncservices (6.3 - 673.6) <7EF110B9-0ECB-3856-88C2-2F341A68854A> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
           0x120a9b000 -        0x120b0ffff  com.apple.WhitePagesFramework (10.7.0 - 141.0) <6585161A-628F-3467-82A4-ECBF1FE7184D> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
           0x120b4c000 -        0x120b59fff  com.apple.CrashReporterSupport (10.7.4 - 352) <9C16B49C-CF02-38F9-A7CD-969C140D3961> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
           0x120b68000 -        0x120bbbfff  com.apple.iCalendar (5.0.1 - 120) <6478E426-80D9-369D-8123-D64F9848D22B> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
           0x120bec000 -        0x120bf7fff  com.apple.NSServerNotificationCenter (4.1 - 4.1) <504CB664-D9F6-3CEE-A108-38DE002972C4> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
           0x120c04000 -        0x120c6aff7  com.apple.coredav (1.0.1 - 164.1) <D3770C5D-6863-3DDF-AF64-7882024BF0F9> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
           0x120cbf000 -        0x120cf7fff  com.apple.CalDAV (1.0.1 - 93) <0CEB3B4A-4ABF-3EBC-922A-5D076DC601B4> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
           0x120d31000 -        0x120d3efff  com.apple.KerberosHelper (3.0 - 1.0) <5223379A-8854-36CF-B15C-44E0107EEE4C> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
           0x120d49000 -        0x120d68ff7  com.apple.DotMacSyncManager (6.1 - 488.6) <7F06D1AA-89C9-37A5-8243-89AB06E2DA2D> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
           0x120d7e000 -        0x120d92fff  com.apple.syncservices.syncservicesui (6.3 - 673.6) <E5398AB7-971A-3386-99C5-788D5D0FF3D9> /System/Library/Priv

    No guarantees, what you might like to try the following:
    1. Sign out of your account
    (If you are unable to do this because System Preferences has frozen, Force Quit System Preferences and try again)
    2. When prompted, opt to delete, contacts, calendars etc from your Mac.
    (You are only deleting this data from your Mac, not from iCloud, the data will be reinstated when you log back in. If you need to check that the data is in iCloud before deleting it go to iCloud.com and check each section for data)
    3. Having logged out, check that the iCloud accounts along with their data have disappeared from the Mail, Address Book and iCal Applications.
    (If necessary, delete the iCloud accounts from each of these application separately from each Applications Preferences)
    4. At this point it may be worth trying to log into iCloud from the System Preferences iCloud settings again, if this works, all well and good, if it doesn't continue to step 5.
    5. Open your User Library folder in the Finder. (When in the Finder, go to the Go menu, hold down the option key (alt) and choose Library when it appears in the Go menu)
    6. Navigate to Library > Application Support > iCloud and drag the iCloud folder to your desktop. (This action only copies the folder and will provide you with a back up)
    7. Select the iCloud folder again in Library > Application Support and drag it to the trash, enter your administrators password when prompted.
    8. Restart your computer.
    9. You should now be able to enter your ID and Password in system Preferences > iCloud and log into your account. Check the services you wish to use and once you are satisfied it's working as it should, trashh the iCloud folder you copied to your desktop earlier.

  • Users unable to change password via system pref's 10.4.10

    I am running 1 OD Master and 3 OD Replica's, all servers running 10.4.10, clients running 10.2.8, 10.39 and 10.4.10. All network users can log in with no problems at all, however if a user needs to change their password in System Preferences in 10.4.10, they are unable to do so. The old password field keeps saying "incorrect password" though the password is indeed correct. I have no problems changing any users password on the 10.2.8 and 10.3.9 machines using System Preferences. Any ideas??

    I'm working through a problem right now where my users were having problems changing their passwords. I'm using network user accounts. I had a password policy configured on the server where users were allowed to change their passwords, and the password had to be changed every 90 days.
    Well, the time came when it was time to change the passwords and users were prompted to do so and did. However, afterwards they started receiving Kerberos password prompts, and it wouldn't take their new password. Restarting didn't help either. If I reset the password on the server, the user could login and things would be fine until they tried to change the password in Sys Prefs : Accounts and the problem would repeat itself.
    So far, the solution seems to be disabling the password policies in the Open Directory service in Server Admin. I'm going back on-site tomorrow to see what I can find out. You might want to give that a shot.

  • Cannot log into iCloud via system preferences on MAC

    I am trying to enter my icloud password on my mac and it seems to just be thinking.  If i enter the incorrect one it tells me that I've entered the wrong one.  Not sure what is going on.  I even went as far as changing my password, I then updated it on my iphone, it was accepted, I went to icloud on the web and was able to log in but once again when I try on the mac it just contines to think.  Suggestions??
    Thank you in advance!

    You might try the following, you may be able to skip the first few steps depending where you are up to with your troubleshooting.
    1. Sign out of your account
    (If you are unable to do this because System Preferences has frozen, Force Quit System Preferences and try again)
    2. When prompted, opt to delete, contacts, calendars etc from your Mac.
    (You are only deleting this data from your Mac, not from iCloud, the data will be reinstated when you log back in. If you need to check that the data is in iCloud before deleting it go to iCloud.com and check each section for data)
    3. Having logged out, check that the iCloud accounts along with their data have disappeared from the Mail, Address Book and iCal Applications.
    (If necessary, delete the iCloud accounts from each of these application separately from each Applications Preferences)
    4. At this point it may be worth trying to log into iCloud from the System Preferences iCloud settings again, if this works, all well and good, if it doesn't continue to step 5.
    5. Open your User Library folder in the Finder. (When in the Finder, go to the Go menu, hold down the option key (alt) and choose Library when it appears in the Go menu)
    6. Navigate to Library > Application Support > iCloud and drag the iCloud folder to your desktop. (This action only copies the folder and will provide you with a back up)
    7. Select the iCloud folder again in Library > Application Support and drag it to the trash, enter your administrators password when prompted.
    8. Restart your computer.
    9. You should now be able to enter your ID and Password in system Preferences > iCloud and log into your account. Check the services you wish to use and once you are satisfied it's working as it should, trash the iCloud folder you copied to your desktop earlier.

  • System preferences disappeared

    My son's Imac has mysteriously lost its ability to open System preferences. I tried some of the solutions suggested in previous posts(trashing some preferences, etc) but without success . When I asked my son (age 11) if he did anything to cause this, he said he changed some passwords. Of course, I can't access his passwords without System preferences. What should I do ?

    Jay ...a few other tips
    System Preference Quits/Crashes/Lost a Preference Pane
    (~ means your home directory)
    Preferences folder corrupted
    It has been reported that DiskWarrior has solved the problem in some cases
    If you have trouble opening any system preferences. try this....
    • Try logging on to OS X using another admin account. If the same problem exists, it is a system level problem..Try repairing permissions (from Disk Utility). Then log out out/login or restart and test the system preference again.
    Corrupt Preferences......Quit System Preferences if it is open.
    • Candidates for trashing of files......
    ~/Library/Preferences/com.apple.ATS.plist
    ~/Library/Preferences/com.apple.BezelServices.plist
    ~/Library/Preferences/com.apple.desktop.plist
    ~/Library/Preferences/com.apple.systempreferences.plist
    ~/Library/Preferences/ByHost/com.apple.(title of item).xxx.plist
    where - xxx is an alphanumeric string
    ~/Library/Caches/com.apple.preferencepanes. cache
    (3) Empty the Trash.
    (4) Log out/Log in or restart. If this did not help, go to ~/Library and drag the folder Preferences to the desktop. Restart and see if this solved the problem
    • If it still doesn't work, try deleting the contents of all the cache folders on your mac:.... or use ONYX....
    /library/caches,
    /system/library/caches,
    ~/library/caches within their home folders.
    You may need to log in as root to accomplish this. Then reboot and test.
    Next step... ....
    - Quit System Preferences, if it is open.
       - Navigate to ~/Library ..... drag the "Preferences" folder to the desktop.
       - Restart and test your applications.
       - If this works, delete the old preferences folder. (You'll have to go through some of your System Preferences and apps to set the preferences back to how you like them).
    Navigate to ~/Library/Fonts ....... drag this folder to the desktop.
       - Restart and test your applications.
       - If they work start adding the fonts back few at a time.
    ( A likely suspect is Time RO, also if you do not use Classic you can trash the classic fonts.)
    • If that doesn't help, try disconnecting all peripheral devices except for monitor, keyboard, and mouse, and resetting the PRAM, then test before reconnecting any peripherals.
    george

  • Installing apps requiring password

    Hi!
    I'm relatively new to the Mac world, and I got a free printer with my Mac around Christmas time. I set everything up on my Mac, and a few days later I wanted to install my printer. However, when it asked me for administrator name and password, I was stumped. To set my computer up, I used my name, and the same password I have for everything. When I entered this info in, it said it was the wrong username and password.
    I have tried using all different combinations of root, user, system administrator, my name, my common username, my password, even leaving it blank...nothing works! I have even gone as far as reinstalling Leopard (which came on my computer) b/c that was what the website said to do. Please, is there any way to retrieve this information? Any help is greatly appreciated!!!
    ~Elizabeth

    FYI, when you install software next time, *do not* change the user name. Just use the user name in the window, and then type in the password you used during OSX setup. However, since you've already tried entering the wrong user name you'll have to correct it.
    If you need to know your user name and password, open System Preferences, select Accounts. At least one of the listed accounts should have "admin" written under the name in gray. The user name you need to use during those authentication windows is simply the "Name" and the password is the one you remember.
    Hopefully that'll work for you, because resetting your account password really isn't necessary.

  • System Preferences hangs on adding Google account

    I am running OS X Yosemite 10.10.3 – the problem I am about to describe started to occur just after installing the latest software update – on a MacBook Pro (Retina, 15-inch, Mid 2014). All of my applications are up to date; Mail is version 8.2 and System Preferences is version 14.0 if that can matter.
    After installing the latest Yosemite update and restarting, I started to see a notification asking me to enter my Google account password in System Preferences. I clicked yes, and was brought to Internet Accounts and presented with a pop-up dialog looking like this:
    The spinning animation never stopped – I waited at least five minutes. I also included Mail, in which this pop-up also appears when trying to configure certain email preferences.
    This was fine, although the notification, which continued to reappear occasionally, was somewhat annoying. However, then I decided to remove my Google account from Internet Accounts and re-add it. I then realized, having removed the account, that I am shown the same non-functional pop-up dialog when I try to add a Google account. (Adding iCloud accounts appears to work fine.) Consequently, I cannot access any Google services on my Mac anymore. (Everything works fine when using mail.google.com, calendar.google.com, etc.)
    As I mentioned previously, the dialog also appears when selecting Add Account in Mail.
    Unfortunately, I had no backup within the last few minutes to which I could revert in order to restore my Google account.
    I assume that the problem is caused by some change in Apple's protocol for interfacing with email in the last Yosemite update, as everything works exactly as expected on my second Macbook Pro, which is running all of the same software except that I have not installed the latest software update. (To be precise, this includes iTunes 12.1.2, OS X Update 10.10.3, and OS X Yosemite Recovery Update 1.0.)
    What can I do?

    The problem appears to have been fixed. Trying to add a Google Account now displays this (different) pop-up dialog:
    Since I originally had this problem, I have installed recent updates including the OS X Yosemite 10.10.3 Supplemental Update, Keynote 6.5.3, Pages 5.5.3, Numbers 3.5.3, and Xcode 6.3.1. Google accounts appear to work fine in all applications I tested now.

  • System preference freezes when i select icloud or mail accounts.

    i migrated from mobile me to icloud and now the system preference freezes when i select icloud or mail accounts. The resources are 100% utilized. I also updated the software. Am using Lion OS X
    Any Help , i need to get out of this.

    No guarantees, what you might like to try the following:
    1. Sign out of your account
    (If you are unable to do this because System Preferences has frozen, Force Quit System Preferences and try again)
    2. When prompted, opt to delete, contacts, calendars etc from your Mac.
    (You are only deleting this data from your Mac, not from iCloud, the data will be reinstated when you log back in. If you need to check that the data is in iCloud before deleting it go to iCloud.com and check each section for data)
    3. Having logged out, check that the iCloud accounts along with their data have disappeared from the Mail, Address Book and iCal Applications.
    (If necessary, delete the iCloud accounts from each of these application separately from each Applications Preferences)
    4. At this point it may be worth trying to log into iCloud from the System Preferences iCloud settings again, if this works, all well and good, if it doesn't continue to step 5.
    5. Open your User Library folder in the Finder. (When in the Finder, go to the Go menu, hold down the option key (alt) and choose Library when it appears in the Go menu)
    6. Navigate to Library > Application Support > iCloud and drag the iCloud folder to your desktop. (This action only copies the folder and will provide you with a back up)
    7. Select the iCloud folder again in Library > Application Support and drag it to the trash, enter your administrators password when prompted.
    8. Restart your computer.
    9. You should now be able to enter your ID and Password in system Preferences > iCloud and log into your account. Check the services you wish to use and once you are satisfied it's working as it should, trashh the iCloud folder you copied to your desktop earlier.

  • Popup message: "Google password required, enter your password for .."  Internet account window in system preferences won't open.  How do I fix?

    Google accounts are suddenly offline.  Popup: "Google Password Required, Enter your password for ... in Internet Accounts."  continues to System Preferences/Internet Accounts.  Account window won't open.  I just get the grey circling system-working-on-it icon.  Suggestions.

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    Click the Clear Display icon in the toolbar. Then try to open the preference pane. Select any lines that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name or email address, may appear in the log. Anonymize before posting.

Maybe you are looking for

  • What the difference and use between   of  TABLES and SY-REPID?

    Hi, Experts, I have came accross 2 cases that i can't able understand EX1: TABLES: VBAP   - >( Here also Appplication Server(AS) creates Wrokarea of Structure VBAP but, by  data: v_vbeln like vbap-vbeln.    double clicking on variable v_vbeln AS taki

  • How do I Add Google's Universal Analytics to a Muse site

    I'm trying to add Google's new Universal Analytics code (.js code) to my muse site. I've added the js code into the Master page that every page uses but that doesn't seem to work. I've also tried adding it individually to each page (removing it from

  • Multiple PR's generating for same material after MRP

    Hi Guru's, As per my business scenario, i am creating project with WBSE, Activities and BOM. By using the reference points, i am transferring the BOM to Project, then executing MRP run. But after MRP run i found that multiple PR's generated for the s

  • Can I publish a book  I made in iphoto on iweb?

    the option is grayed out. please help

  • Check one box to check multiple boxes

    I have created a javascript so that one checkbox will check multiple boxes. if  (this.rawValue==1){button1.rawValue =1}; if  (this.rawValue==0){button1.rawValue =0}; The problem is that I have about 15 of these "Check all" checkboxes to create and ar