OS X Server.app 4 Completely Breaks PostgreSQL

There a new flavor of brokenness with Server.app 4's PostgreSQL -- it doesn't even exist as a serveradmin service!
Does anyone know how to tell serveradmin to start/stop PostgreSQL?
I've been able to migrate my old data and get a running PostgreSQL server with these commands:
su -
mv /Library/Server/PostgreSQL/Data  /Library/Server/PostgreSQL/DataOld
rm -fr /Library/Server/PostgreSQL/Data
mkdir -p /Library/Server/PostgreSQL/Data
chown -R _postgres:_postgres /Library/Server/PostgreSQL/Data
chmod 700 /Library/Server/PostgreSQL/Data
sudo -u _postgres /Applications/Server.app/Contents/ServerRoot/usr/bin/initdb /Library/Server/PostgreSQL/Data -E utf8 --lc-ctype=C
# assume migration put old pg data in /Library/Server/PostgreSQL/Data-9.2
sudo -u _postgres /Applications/Server.app/Contents/ServerRoot/usr/bin/pg_upgrade -b /Applications/Server.app/Contents/ServerRoot/usr/libexec/postgresql9.2 -B /Applications/Server.app/Contents/ServerRoot/usr/bin -d /Library/Server/PostgreSQL/Data-9.2 -D /Library/Server/PostgreSQL/Data
# Server.app 4 doesn't include the postgres launch plist!
# assume your previous <= Mavericks backup is in /Volumes/Backup
cp /Volumes/Backup/Applications/Server.app/Contents/ServerRoot/System/Library/Laun chDaemons/org.postgresql.postgres.plist /Applications/Server.app/Contents/ServerRoot/System/Library/LaunchDaemons/
launchctl load -w /Applications/Server.app/Contents/ServerRoot/System/Library/LaunchDaemons/org.p ostgresql.postgres.plist
lsof -i ':5432'
nmap -p 5432 localhost
See here and here for background on how to fix postgres in Server.app 3.1.2.
Now the problem is that postgres launches don't persist over reboots, and that serveradmin doesn't control postgres. The commands
sudo serveradmin start postgres
sudo serveradmin start expialidocious
both return the same error because neither are serveradmin-managed services.
How does one get serveradmin start postgres to work?

There is no longer any provision for starting a PostgreSQL process other than the ones reserved for built-in services. Create a launch daemon with content such as the following:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<dict>
     <key>Label</key>
     <string>org.postgresql.postgres</string>
     <key>UserName</key>
     <string>_postgres</string>
     <key>GroupName</key>
     <string>_postgres</string>
     <key>ProgramArguments</key>
     <array>
          <string>/Applications/Server.app/Contents/ServerRoot/usr/bin/postgres</string>
          <string>--apple-configuration</string>
          <string>/Library/Server/PostgreSQL/Config/org.postgresql.postgres.plist</string>
     </array>
     <key>KeepAlive</key>
     <dict>
          <key>PathState</key>
          <dict>
               <key>/Library/Server/PostgreSQL/Data</key>
               <true/>
          </dict>
     </dict>
     <key>StandardErrorPath</key>
     <string>/Library/Logs/PostgreSQL/PostgreSQL.log</string>
     <key>StandardOutPath</key>
     <string>/Library/Logs/PostgreSQL/PostgreSQL.log</string>
</dict>
</plist>
<plist version="1.0">
Also create these directories and files, owned by _postgres:_postgres:
/Library/Logs/PostgreSQL
/Library/Server/PostgreSQL
/Library/Server/PostgreSQL/Backup
/Library/Server/PostgreSQL/Config
/Library/Server/PostgreSQL/Config/org.postgresql.postgres.plist
/Library/Server/PostgreSQL/Data
Finally, initialize the database with a suitable invocation of initdb(1).
For more details, see the PostgreSQL documentation. You may find it easier to use a packaged third-party distribution independent of the built-in one.

Similar Messages

  • Which services in the Server app use PostgreSQL?

    I want to use Postgres.app for PostgreSQL and move my databases currently on the Apple installed instance.  The documentation states that it works best if there is only one active instance of PostgreSQL.
    I currently use the latest version of the Mavericks Server app for DNS and Websites (for now).  I know that at one time Websites was using PostgreSQL.  I would like to know if I can turn of postgres and still use the DNS service.  I think I can figure out how to host my one website in Apache.
    For future projects I would like to know which services in the Server app use PostgreSQL.

    Look at the WiFi selection in System Information and it will tell you.

  • Webmail is turned off. You can turn it on by using the Server app on the server.

    Not sure why this suddenly happened. Nothing has really changed on this server. The web IS on (hence receiving the message above) and I have "Enable PHP web applications" checked. Mail is routing fine. Just not sure why the webmail suddenly quit working. I ran the "/System/Library/ServerSetup/CommonExtras/PostgreSQLExtras/WebmailServerSetup.s h" and it completed but no luck. Is there a script to reset just the webmail?

    So, I've done some more digging. Thank you Apple, for thoughtfully providing documentation on your included software!  All you told me was that to enable webmail I had to check one box in the Server App.
    Sigh.
    Okay, rant off.  It's pretty obvious from the log entries I posted that both a user and a database are missing from postgres.  After some searching I found an INSTALL document, that says this:
    * PostgreSQL
    To use Roundcube with PostgreSQL support you have to follow these
    simple steps, which have to be done as the postgres system user (or
    which ever is the database superuser):
    $ createuser roundcube
    $ createdb -O roundcube -E UNICODE roundcubemail
    $ psql roundcubemail
    roundcubemail =# ALTER USER roundcube WITH PASSWORD 'the_new_password';
    roundcubemail =# \c - roundcube
    roundcubemail => \i SQL/postgres.initial.sql
    All this has been tested with PostgreSQL 8.x and 7.4.x. Older
    versions don't have a -O option for the createdb, so if you are
    using that version you'll have to change ownership of the DB later.
    Okay, good...except it doesn't tell me how to get to the $ prompt for entering the first set of commands.  On a hunch I tried just typing "postgres" at the command prompt and got this:
    postgres does not know where to find the server configuration file.
    You must specify the --config-file or -D invocation option or set the PGDATA environment variable.
    I Googled that whole section as my search item and about the only relevant thing I got was info on how to set one's environment variables--which I already know how to do. What I don't know is where this variable is supposed to point.
    Okay, I'm at my limit, I've run out of fingers to hold on various bullet points. Is there some clear, concise how-to on setting all this up that doesn't assume I already know half this stuff?

  • Server.app: Users button ( + / -) are disabled of a replica server

    Hi everybody,
    After upgrade the server to 10.9.5 and server app 3.2.1 version, it has been crashing during the importation of users into server app using a text file. At the beginning everything was ok with a text file where there were only one user, but when I tried to do the same thing with all users file, the progress bar was freeze and just after reopen server app the buttons + and - were disabled. We have 1 master than 5 replicas servers working with the same OS X and server app version and this particular issue is only here. There is a similar postBug: Manage +/- buttons "Users" and "Users' Groups" disabled in server.app  but this issue coming back again after the first importation (It doesn't matter if you are using a text file with 5, 20 o 100 users).
    Moreover, if I set it up as a master, everything is right so I was wondering if this new server app version cause this issue or if it is related to mavericks itself because we upgraded all servers two month ago.
    I'll appreciate every clue,
    Thanks

    This is a copy from Slapconfig.log. This start creating a replica and finish when it is destroyed. Between 21:39:39 ans 22:20:49 the server app crashed and nothing is reported with this service, after that, I destroyed the replica. The only problem that I see, is in times of each register, the real time was already 16:00 aprox. but It show 21:33 aprox, I don't now why and the others files are correct in time.
    2014-09-24 21:33:29 +0000 slapconfig -createreplica
    2014-09-24 21:33:30 +0000 1 Creating computer record for replica
    2014-09-24 21:38:38 +0000 command: /usr/sbin/slapconfig -delkeychain /LDAPv3/127.0.0.1 server_replica.domain.ca$
    2014-09-24 21:38:38 +0000 slapconfig -delkeychain
    2014-09-24 21:38:39 +0000 Added computer password to keychain
    2014-09-24 21:38:39 +0000 Adding ldap and host service principals
    2014-09-24 21:38:41 +0000 2 Creating ldap replicator user
    2014-09-24 21:38:41 +0000 _ldap_replicator exists from previous replica - migrating
    2014-09-24 21:38:41 +0000 ServerID for this replica 37
    2014-09-24 21:38:43 +0000 command: /usr/bin/sntp -s time.apple.com.
    2014-09-24 21:38:44 +0000 3 Updating local replica configuration
    2014-09-24 21:38:44 +0000 4 Gathering replication data from the master
    2014-09-24 21:38:44 +0000 5 Copying master database to new replica
    2014-09-24 21:38:44 +0000 Removed directory at path /var/db/openldap/openldap-data.
    2014-09-24 21:38:55 +0000 Starting LDAP server (slapd)
    2014-09-24 21:38:58 +0000 slapd started
    2014-09-24 21:38:58 +0000 Stopping LDAP server (slapd)
    2014-09-24 21:39:02 +0000 command: /usr/sbin/slaptest -f /etc/openldap/slapd.conf -F /etc/openldap/slapd.d
    2014-09-24 21:39:02 +0000 command: /usr/sbin/slapadd -c -w -l /var/db/openldap/openldap-data/backup.ldif
    2014-09-24 21:39:08 +0000 command: /usr/sbin/slapadd -c -w -b cn=authdata -l /var/db/openldap/authdata/authdata.ldif
    2014-09-24 21:39:09 +0000
    2014-09-24 21:39:09 +0000 542339fc slapd is running in import mode - only use if importing large data
      542339fd bdb_monitor_db_open: monitoring disabled; configure monitor database to enable
    2014-09-24 21:39:09 +0000 6 Starting new replica
    2014-09-24 21:39:09 +0000 Starting LDAP server (slapd)
    2014-09-24 21:39:09 +0000 slapd started
    2014-09-24 21:39:09 +0000 command: /usr/bin/ldapmodify -c -x -H ldapi://%2Fvar%2Frun%2Fldapi
    2014-09-24 21:39:09 +0000 command: /usr/bin/ldapsearch -x -LLL -H ldapi://%2Fvar%2Frun%2Fldapi -b cn=config -s base olcServerID
    2014-09-24 21:39:09 +0000 command: /usr/bin/ldapmodify -c -x -H ldapi://%2Fvar%2Frun%2Fldapi
    2014-09-24 21:39:09 +0000 Starting password server
    2014-09-24 21:39:15 +0000 7 Enabling local Kerberos server
    2014-09-24 21:39:15 +0000 Configuring Kerberos server, realm is servermaster.domain.CA
    2014-09-24 21:39:15 +0000 command: /usr/sbin/sso_util configure -x -k -r servermaster.domain.CA -f /LDAPv3/ldapi://%2Fvar%2Frun%2Fldapi -a diradmin -p **** -v 1 all
    2014-09-24 21:39:17 +0000 command: /usr/bin/ldapmodify -c -x -H ldapi://%2Fvar%2Frun%2Fldapi
    2014-09-24 21:39:17 +0000 Stopping LDAP server (slapd)
    2014-09-24 21:39:18 +0000 Starting LDAP server (slapd)
    2014-09-24 21:39:18 +0000 slapd started
    2014-09-24 21:39:19 +0000 8 Enabling syncprov overlay on the replica
    2014-09-24 21:39:19 +0000 command: /usr/bin/ldapsearch -x -LLL -H ldapi://%2Fvar%2Frun%2Fldapi -b cn=config objectClass=olcSyncProvConfig dn
    2014-09-24 21:39:19 +0000 command: /usr/bin/ldapmodify -c -x -H ldapi://%2Fvar%2Frun%2Fldapi
    2014-09-24 21:39:19 +0000 adding new entry "olcOverlay=syncprov,olcDatabase={1}bdb,cn=config"
    2014-09-24 21:39:19 +0000 command: /usr/bin/ldapmodify -c -x -H ldapi://%2Fvar%2Frun%2Fldapi
    2014-09-24 21:39:19 +0000 adding new entry "olcOverlay=syncprov,olcDatabase={2}bdb,cn=config"
    2014-09-24 21:39:19 +0000 9 Adding replica to master
    2014-09-24 21:39:19 +0000 Configuring multimaster for (server_replica.domain.ca) with ServerID (37)
    2014-09-24 21:39:19 +0000 Remote server (servermaster.domain.ca) ID: 1
    2014-09-24 21:39:19 +0000 command: /usr/bin/ldapsearch -x -LLL -H ldapi://%2Fvar%2Frun%2Fldapi -b dc=servermaster,dc=domain,dc=ca uid=_ldap_replicator dn
    2014-09-24 21:39:19 +0000 command: /usr/bin/ldapsearch -x -LLL -H ldapi://%2Fvar%2Frun%2Fldapi -b cn=config -s base olcServerID
    2014-09-24 21:39:19 +0000 command: /usr/bin/ldapsearch -x -LLL -H ldapi://%2Fvar%2Frun%2Fldapi -b cn=config objectClass=olcSyncProvConfig dn
    2014-09-24 21:39:20 +0000 default realm: servermaster.domain.CA
    2014-09-24 21:39:20 +0000 Configuring multimaster
    2014-09-24 21:39:20 +0000 command: /usr/bin/ldapsearch -x -LLL -H ldapi://%2Fvar%2Frun%2Fldapi -b cn=config -s base olcServerID
    2014-09-24 21:39:20 +0000 command: /usr/bin/ldapmodify -c -x -H ldapi://%2Fvar%2Frun%2Fldapi
    2014-09-24 21:39:20 +0000 modifying entry "cn=config"
      modifying entry "olcDatabase={1}bdb,cn=config"
      modifying entry "olcDatabase={1}bdb,cn=config"
      modifying entry "olcDatabase={2}bdb,cn=config"
      modifying entry "olcDatabase={2}bdb,cn=config"
    2014-09-24 21:39:20 +0000 Stopping LDAP server (slapd)
    2014-09-24 21:39:21 +0000 Starting LDAP server (slapd)
    2014-09-24 21:39:21 +0000 slapd started
    2014-09-24 21:39:21 +0000 Updating ldapreplicas on servermaster.domain.ca as diradmin
    2014-09-24 21:39:21 +0000 Updating ldapreplicas record
    2014-09-24 21:39:22 +0000 Updating ldapreplicas plist.
    2014-09-24 21:39:22 +0000 Binding to 127.0.0.1
    2014-09-24 21:39:27 +0000 command: /usr/bin/ldapadd -c -x -H ldapi://%2Fvar%2Frun%2Fldapi
    2014-09-24 21:39:33 +0000 Could not find root CA certificate in system keychain
    2014-09-24 21:39:39 +0000 IntermediateCA not configured as CA admin email not found.
    2014-09-24 21:39:39 +0000 Replica Creation successfully completed
    2014-09-24 22:20:49 +0000 slapconfig -destroyldapserver
    2014-09-24 22:20:49 +0000 Deleting Cert Authority related data
    2014-09-24 22:20:49 +0000 No intCAIdentity, not removing int CA from keychain
    2014-09-24 22:20:49 +0000 command: /bin/launchctl unload -w /System/Library/LaunchDaemons/com.apple.xscertd.plist
    2014-09-24 22:20:49 +0000 command: /bin/launchctl unload -w /System/Library/LaunchDaemons/com.apple.xscertd-helper.plist
    2014-09-24 22:20:49 +0000 command: /bin/launchctl unload -w /System/Library/LaunchDaemons/com.apple.xscertadmin.plist
    2014-09-24 22:20:49 +0000 Updating ldapreplicas on primary master
    2014-09-24 22:20:52 +0000 Removing self from the database
    2014-09-24 22:20:54 +0000 Stopping LDAP server (slapd)
    2014-09-24 22:21:24 +0000 Stopping password server
    2014-09-24 22:21:29 +0000 Removed all service principals from keytab for realm servermaster.domain.CA
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/__db.001.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/__db.002.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/__db.003.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/__db.004.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/__db.005.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/__db.006.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/altSecurityIdentities.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/apple-computers.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/apple-config-realname.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/apple-generateduid.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/apple-group-memberguid.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/apple-group-nestedgroup.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/apple-group-realname.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/apple-hwuuid.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/apple-locale-subnets.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/apple-realname.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/apple-serviceslocator.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/c.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/cn.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/DB_CONFIG.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/dn2id.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/entryCSN.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/entryUUID.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/gidNumber.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/givenName.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/id2entry.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/ipHostNumber.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/l.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/log.0000000001.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/log.0000000002.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/log.0000000003.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/log.0000000004.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/log.0000000005.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/log.0000000006.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/log.0000000007.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/log.0000000008.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/macAddress.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/mail.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/memberUid.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/objectClass.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/ou.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/postalCode.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/sn.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/st.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/street.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/telephoneNumber.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/uid.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/openldap-data/uidNumber.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/authdata/__db.001.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/authdata/__db.002.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/authdata/__db.003.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/authdata/__db.004.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/authdata/__db.005.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/authdata/__db.006.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/authdata/alock.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/authdata/authdata.ldif.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/authdata/authGUID.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/authdata/DB_CONFIG.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/authdata/dn2id.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/authdata/draft-krbPrincipalAliases.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/authdata/draft-krbPrincipalName.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/authdata/entryCSN.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/authdata/entryUUID.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/authdata/id2entry.bdb.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/authdata/log.0000000001.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/openldap/authdata/objectClass.bdb.
    2014-09-24 22:21:29 +0000 Removed directory at path /var/db/openldap/authdata.
    2014-09-24 22:21:29 +0000 Removed file at path /etc/openldap/slapd_macosxserver.conf.
    2014-09-24 22:21:29 +0000 Removed file at path /etc/openldap/slapd.conf.
    2014-09-24 22:21:29 +0000 Removed file at path /etc/openldap/rootDSE.ldif.
    2014-09-24 22:21:29 +0000 Removed file at path /var/db/dslocal/nodes/Default/groups/com.apple.access_dsproxy.plist.
    2014-09-24 22:21:29 +0000 Removed directory at path /etc/openldap/slapd.d/cn=config.
    2014-09-24 22:21:29 +0000 Removed file at path /etc/openldap/slapd.d/cn=config.ldif.
    2014-09-24 22:21:29 +0000 Removed directory at path /etc/openldap/slapd.d.
    2014-09-24 22:21:29 +0000 Removed directory at path /etc/openldap/slapd.d.backup/cn=config.
    2014-09-24 22:21:29 +0000 Removed file at path /etc/openldap/slapd.d.backup/cn=config.ldif.
    2014-09-24 22:21:29 +0000 Removed directory at path /etc/openldap/slapd.d.backup.
    2014-09-24 22:21:29 +0000 Stopping password server
    2014-09-24 22:21:29 +0000 Removed file at path /etc/ntp_opendirectory.conf.
    2014-09-24 22:21:29 +0000 Removed file at path /Library/Preferences/com.apple.openldap.plist.
    2014-09-24 22:21:29 +0000 Attempting to remove principal [email protected]
    2014-09-24 22:21:29 +0000 command: /usr/bin/kdestroy [email protected]
    2014-09-24 22:21:29 +0000 Notifying peer servermaster.domain.ca we have been destroyed

  • Can't login to Server app after hardware and hostname change

    I used Carbon Copy Cloner to completely clone a Mac mini Server onto another Mac mini Server. (The idea being that I can install and configure additional software just once and then easily set up identical servers by copying all hard drive contents.) This seemed to work great – the second Mac mini runs fine, including logins, networking etc.
    To avoid conflicts between the two servers, I changed the computer name in System Preferences/Sharing and ran:
    sudo scutil --set HostName someothername
    sudo changeip oldip newip
    The problem is that the Server app won't let me log in on the second Mac mini. It lists "This Mac" in the "Choose a Mac" dialog, but when I enter the correct username and password, login is refused (the login dialog is "shaken"). But the same login works for the operating system and SSH, and the account was definitely "allowed to administer this server". On the original Mac mini I cloned from, I can login with this account just fine.
    I even added the user account to the "Open Directory Administrators" group using ldapmodify on the command line, but that didn't help.
    Is it possible that there's something in the user directory that's bound to the hardware (maybe the Ethernet MAC address) or the hostname?
    Do you have any idea how I could fix this? I'm grateful for any help…

    this hasn't worked for me.
    When i follow the additional steps using terminal, the second command brings back the same outcome - 'David is not in the sudoers file. this incident will be reported'.
    I've been having trouble with login on for a week but didn't realise this was the problem. I've reset passwords, reinstalled OSX (twice) and now, bizarrely, i can log onto the mac mini as the administrator, but once logged in, the 'administrator' password doesnt work for anything. I can run Software Update because it comes up with a message:
    "Software Update wants to make changes. Type an administrator name and password to allow this".
    I then put in my password but it shakes and tells me its wrong.
    Can anyone advise any other solution? I'm kind of stuck - because the system doesn't recognise my admin password for updates, i cant update anything. And also because my itunes library was set up by a newwer version (I reinstalled OSX believing it would fix it reverting it back to a previous version) i can't listen to any music.

  • Management Tool Server.app keeps complaining

    Hello erverybody,
    who else has seen this:
    this is the result after a complete new installation! This is just unbelieveable! Hourly the processor jumps suddenly, but what makes me really mad is this sad sad excuse of an Management Tool. Even after a new installation of the server and using the latest Server.app to manage the OS X Server the one window keeps poping up basically saying that there were errors (YES plural!) - what?! No matter if I start the tool on the server itself or if it's executed from my MBP. I stuffed the Macmini from 2011 with as much RAM as possible (16GB). It's equiped with an i7 CPU - that should handle the tasks with ease!? What is wrong here?

    Hello Kevin,
    as much as I understand your argument, since this is the recommended art-form anyway, as much I have to reject it, since this was a start from scratch, on a supportet hardware-plattform, too! On a completely fresh installation without any legacy whatsoever, your really believe that there's a necessity to look at the console tons of logs reporting an error?! This is redicilous - I am sorry.

  • How to convert batch application to server app?

    I have an application that performs some processing task in batch mode: data in, processing, data out. The application can be accessed through a well-documented API but is not thread-safe -- one cannot run the processing function in two threads concurrently.
    In order to make that processing accessible to a program written in another language I would like to encapsulate it into some form of server.
    I would like to find some minimum overhead solution where the other program sends the data to the server app in some way, waits for the processing to complete and reads back the result. One option would be to use the HTTP protocol with a POST request, another to write the data to a database row and send some command over a socket.
    My main problem is: which solution is the easiest to implement and use and the one that allows to serialize the processing with the least effort. The solution should make it easy to prevent deadlocks or similar nuisances.
    Are there some standard patterns for doing this or what would you Wizards recommend?

    Thanks for the answers!
    I must admit that I am still rather clueless in general about the issues involved here.
    My immediate need is to send text files to the java application and get back processed text files. At the moment I have to do this from perl, but in the future, other languages (mostly scripting languages) might also need to do this.
    So what I am trying to achieve is this: the client should be able to access the Java application/service as if it was some synchronous write/read operation (similar to a HTTP post request waiting for a response). There might be several clients working in that way but the the server should make sure that they get cleanly serialised: only one text file can be processed at any one time because the API is not thread safe.
    I also cannot change the API itself -- just wrap into something that will do what I described. The more lightweight,easy to use, and easy to implement the solution the better.
    For example, is there some kind of mini HTTP server and some serialization mechanism in Java that would make it possible to run the Java application disguised as a web service? Are there disadvantages to this and other solutions that are more suited?
    I have looked at JMS and it does make a bit of a heavyweight impression to me. Also I'd prefer a solution where the clients use some mechanism that is more general, e.g. HTTP or the file system or maybe even a RDBS table (not sure what the possible traps with regards to deadlocks, timeouts etc. are there).

  • OS X Mavericks Server.app doesn't show site, but default Welcome to OS X Server page

    I am completely new to Mac OS X Server.app, so sorry if I sound dumb .
    1. I installed Server.app to Mavericks.
    2. Enabled Websites service in it.
    3. Installed MySql.
    4. Installed Wordpress using this script: https://github.com/MacMiniVault/Mac-Scripts/blob/master/mmvwordpress/mmvwordpres s-README.md
    5. Created coresponding website to Websites
    6. I opened Safari and navigated to my new created website: http://predstavitev.net:8081 and all I get is server's default page.
    7. I checked what is the content of my "predstavitev.net" folder on server and found that it actually contains Wordpress installation files:
    Please help me find out, what am I doing wrong. Thanks.

    Check the Console.log for details that might be getting logged there related to this issue.
    You're probably using NAT here, which means you'll be using split DNS or using an internal domain and an external domain.  (Confusingly, DNS centrally matters with the web client accessing the web site, and rather less so with the web server itself.)
    OS X Server itself requires DNS, irrespective of the web server — usual setup is the local IP network (not in 192.168.0.0/24 nor 192.168.1.0/24 subnets due to collisions with VPN connections later, and preferably somewhere "weird" in the 192.168.0.0/16 or 172.16.0.0/12 or 10.0.0.0/8 private IP blocks — pick a weird range for your subnet, not the first few ones that everybody else uses. 
    To verify local DNS services, launch Terminal.app from Applications > Utilities and issue the following harmless diagnostic command:
    sudo changeip -checkhostname
    That'll require an administrative password, might show a one-time informational message around the use of sudo, and will then display some network information and then an indication that no changes are required, or that there are DNS or network problems.
    Do not use .local nor .arpa as your domain.  (That works fine for incidental stuff, but network security and secure connections and related underpinnings all expect the servers involved to have valid DNS — not Bonjour.)
    Unfortunate, if DNS is actually incorrectly configured, then various services including the mail server and Open Directory and the profile manager all tend to have problems, and all SSL-based security is dependent on proper DNS configurations.
    FWIW, I'd be careful with managing a WordPress server, as breached with that Content Management System (CMS) package are common.  I'd probably either host the site elsewhere (in the "cloud"), or would configure the WordPress web server in a DMZ to isolate the potential damage arising from a breach.   (I use Drupal locally and while breaches with that are somewhat less common than with WordPress, I still lock that down, and still prefer to DMZ that.)  With WordPress or Drupal or any other CMS, keep your patches current, too.

  • How do I revoke a DHCP lease in the 10.8.4 server app?

    Hello Everyone,
    I have some devices (security cameras) that have successfully requested a DHCP lease.  Since then I went ahead and manually created a static reservation for them with a MAC hardware address in the DHCP.  For whatever reason they are not switching over to the reserved address.  The leases were originally for 1 day.  It has been 5 days now.  After the first day I switched my lease time to 1 hour.  I have done everything short of leaving the devices off for 24 hours.
    In Lion server, I could revoke the lease via the gui.  No such luck now.  My call to Applecare resulted in a "there is no way in 10.8.4 to do this".  They said it would switch to the new reserved address after the initial lease period timed out, so I'm hoping the representative was wrong twice.  They mentioned a complete lease wipe, but couldn't say if this would cause me to lose my list of reserved static addresses, which isn't an option.
    It seems crazy that such a basic feature wouldn't make it into this release of the DHCP service.  Any help would be greatly appreciated!

    Are there any DHCP queries from the cameras?  Check the DHCP server log via Console.app or Server.app (or Terminal.app) for details.  (I don't know the 10.8 path to the DHCP logs offhand.)
    According to a FAQ over at the Vivotek site, the following is the setup sequence for various recent cameras; the boxes start up in the "I don't have an IP address" self-allocated address block oddly enough, and apparently don't ask for a DHCP address?  (You may well be aware of all of this, but this is the block that DHCP clients use when they first communicate with DHCP servers.)
    If you are using our new product such as IP7138 / IP7139 / FD7131 / VS7100… etc, no matter your network environment is what, you can always find the camera by Installation Wizard II with the IP address 169.254.x.y.
    And then, please double click the camera found by Installation Wizard II or directly type the IP address to your Internet Explorer URL box to access your camera (you do not need to change your PC's IP address). After access your camera, please go to "Network" page to configure proper network settings.
    See if the devices are available via mDNS, as well; download the Bonjour Browser and have a look around your LAN.  (If you're very lucky, the cameras might be visible and chatting on mDNS.)
    Might also try resetting one of the cameras back to factory defaults, and seeing if you can get them to re-ask the DHCP server.
    (I've had issues with some HP printers and DHCP clients and IP address assignment, but that's fodder for another discussion.  And I also wouldn't rule out a rogue DHCP server, either.  I've seen all sorts of unexpected stuff connected to networks over the years...)

  • Configuring OS X Server 3.1.2 :  server.app fails with "Could Not Connect to the Server"

    Hi All,
    I am trying to install OS X Server using server.app 3.1.2. but after installation when i try to connect it is giving "Could Not Connect to the Server" error. is there any way to find out the logs or debug this problem. Since the error isn't giving any indication of the reason of the failure.

    Hi Linc,
    Thanks for you prompt reply, below are the logs....
    9/15/14 7:56:58.229 AM apsd[250]:  SecOSStatusWith error:[-25291] The operation couldn’t be completed. (com.apple.security.xpc error 3 - <connection: 0x7ffb9960a330> { name = com.apple.securityd.xpc, listener = false, pid = 0, euid = 4294967295, egid = 4294967295, asid = 4294967295 }: Connection invalid)
    9/15/14 7:57:28.287 AM apsd[250]:  SecOSStatusWith error:[-25291] The operation couldn’t be completed. (com.apple.security.xpc error 3 - <connection: 0x7ffb9960a330> { name = com.apple.securityd.xpc, listener = false, pid = 0, euid = 4294967295, egid = 4294967295, asid = 4294967295 }: Connection invalid)
    9/15/14 7:57:58.315 AM apsd[250]:  SecOSStatusWith error:[-25291] The operation couldn’t be completed. (com.apple.security.xpc error 3 - <connection: 0x7ffb9960a330> { name = com.apple.securityd.xpc, listener = false, pid = 0, euid = 4294967295, egid = 4294967295, asid = 4294967295 }: Connection invalid)
    9/15/14 7:58:24.653 AM netbiosd[125]: findReachableAddress: Using port 139 family = 33
    9/15/14 7:58:28.379 AM apsd[250]:  SecOSStatusWith error:[-25291] The operation couldn’t be completed. (com.apple.security.xpc error 3 - <connection: 0x7ffb9960a330> { name = com.apple.securityd.xpc, listener = false, pid = 0, euid = 4294967295, egid = 4294967295, asid = 4294967295 }: Connection invalid)
    9/15/14 7:58:58.428 AM apsd[250]:  SecOSStatusWith error:[-25291] The operation couldn’t be completed. (com.apple.security.xpc error 3 - <connection: 0x7ffb9960a330> { name = com.apple.securityd.xpc, listener = false, pid = 0, euid = 4294967295, egid = 4294967295, asid = 4294967295 }: Connection invalid)
    9/15/14 7:59:13.752 AM netbiosd[125]: findReachableAddress: Using port 139 family = 33
    9/15/14 7:59:28.496 AM apsd[250]:  SecOSStatusWith error:[-25291] The operation couldn’t be completed. (com.apple.security.xpc error 3 - <connection: 0x7ffb9960a330> { name = com.apple.securityd.xpc, listener = false, pid = 0, euid = 4294967295, egid = 4294967295, asid = 4294967295 }: Connection invalid)
    9/15/14 7:59:58.568 AM apsd[250]:  SecOSStatusWith error:[-25291] The operation couldn’t be completed. (com.apple.security.xpc error 3 - <connection: 0x7ffb9960a330> { name = com.apple.securityd.xpc, listener = false, pid = 0, euid = 4294967295, egid = 4294967295, asid = 4294967295 }: Connection invalid)
    9/15/14 8:00:06.460 AM netbiosd[125]: findReachableAddress: Using port 139 family = 33
    9/15/14 8:00:16.854 AM Console[369]: setPresentationOptions called with NSApplicationPresentationFullScreen when there is no visible fullscreen window; this call will be ignored.
    9/15/14 8:00:28.567 AM apsd[250]:  SecOSStatusWith error:[-25291] The operation couldn’t be completed. (com.apple.security.xpc error 3 - <connection: 0x7ffb9960a330> { name = com.apple.securityd.xpc, listener = false, pid = 0, euid = 4294967295, egid = 4294967295, asid = 4294967295 }: Connection invalid)
    9/15/14 8:00:58.623 AM apsd[250]:  SecOSStatusWith error:[-25291] The operation couldn’t be completed. (com.apple.security.xpc error 3 - <connection: 0x7ffb9960a330> { name = com.apple.securityd.xpc, listener = false, pid = 0, euid = 4294967295, egid = 4294967295, asid = 4294967295 }: Connection invalid)
    9/15/14 8:01:16.101 AM netbiosd[125]: findReachableAddress: Using port 139 family = 33
    9/15/14 8:01:28.668 AM apsd[250]:  SecOSStatusWith error:[-25291] The operation couldn’t be completed. (com.apple.security.xpc error 3 - <connection: 0x7ffb9960a330> { name = com.apple.securityd.xpc, listener = false, pid = 0, euid = 4294967295, egid = 4294967295, asid = 4294967295 }: Connection invalid)
    9/15/14 8:01:53.596 AM WindowServer[95]: CGXGetConnectionProperty: Invalid connection 42003
    9/15/14 8:01:53.752 AM ocspd[84]:  SecOSStatusWith error:[-25291] The operation couldn’t be completed. (com.apple.security.xpc error 3 - <connection: 0x7fa6c9e102a0> { name = com.apple.securityd.xpc, listener = false, pid = 0, euid = 4294967295, egid = 4294967295, asid = 4294967295 }: Connection invalid)
    9/15/14 8:01:53.954 AM com.apple.serveralertproxy[386]: ApplePushService: APSConnection being used without a delegate queue
    9/15/14 8:01:58.666 AM apsd[250]:  SecOSStatusWith error:[-25291] The operation couldn’t be completed. (com.apple.security.xpc error 3 - <connection: 0x7ffb9960a330> { name = com.apple.securityd.xpc, listener = false, pid = 0, euid = 4294967295, egid = 4294967295, asid = 4294967295 }: Connection invalid)
    9/15/14 8:02:14.303 AM netbiosd[125]: findReachableAddress: Using port 139 family = 33
    9/15/14 8:02:28.669 AM apsd[250]:  SecOSStatusWith error:[-25291] The operation couldn’t be completed. (com.apple.security.xpc error 3 - <connection: 0x7ffb9960a330> { name = com.apple.securityd.xpc, listener = false, pid = 0, euid = 4294967295, egid = 4294967295, asid = 4294967295 }: Connection invalid)
    9/15/14 8:02:58.697 AM apsd[250]:  SecOSStatusWith error:[-25291] The operation couldn’t be completed. (com.apple.security.xpc error 3 - <connection: 0x7ffb9960a330> { name = com.apple.securityd.xpc, listener = false, pid = 0, euid = 4294967295, egid = 4294967295, asid = 4294967295 }: Connection invalid)
    9/15/14 8:03:10.186 AM netbiosd[125]: findReachableAddress: Using port 139 family = 33
    9/15/14 8:03:28.699 AM apsd[250]:  SecOSStatusWith error:[-25291] The operation couldn’t be completed. (com.apple.security.xpc error 3 - <connection: 0x7ffb9960a330> { name = com.apple.securityd.xpc, listener = false, pid = 0, euid = 4294967295, egid = 4294967295, asid = 4294967295 }: Connection invalid)
    9/15/14 8:03:58.726 AM apsd[250]:  SecOSStatusWith error:[-25291] The operation couldn’t be completed. (com.apple.security.xpc error 3 - <connection: 0x7ffb9960a330> { name = com.apple.securityd.xpc, listener = false, pid = 0, euid = 4294967295, egid = 4294967295, asid = 4294967295 }: Connection invalid)
    9/15/14 8:04:06.022 AM netbiosd[125]: findReachableAddress: Using port 139 family = 33
    9/15/14 8:04:28.782 AM apsd[250]:  SecOSStatusWith error:[-25291] The operation couldn’t be completed. (com.apple.security.xpc error 3 - <connection: 0x7ffb9960a330> { name = com.apple.securityd.xpc, listener = false, pid = 0, euid = 4294967295, egid = 4294967295, asid = 4294967295 }: Connection invalid)

  • Server.app constantly timing out (devicemgr, wiki, more)

    Server.app is constantly stating "Reading Profile Manager settings…" or any other service, though Profile Manager and Wiki are the most common. I get errors in the Console such as:
    Jan  8 08:48:42 office.fireflyeducation.com.au servermgrd[2885]: [2885] error in getAndLockContext: flock(servermgr_devicemgr) FATAL time out
    Jan  8 08:48:42 office.fireflyeducation.com.au servermgrd[2885]: [2885] process will force-quit to avoid deadlock
    Jan  8 08:48:43 office.fireflyeducation.com.au servermgrd[2885]: outstanding requests are: (
                      Command = readSettings;
                      Module = "servermgr_devicemgr";
                      Timestamp = "2013-01-07 22:46:15 +0000";
                      Command = Idle;
                      Module = "servermgr_devicemgr";
                      Timestamp = "2013-01-07 22:46:40 +0000";
                      Command = setWebAppState;
                      Module = "servermgr_web";
                      Timestamp = "2013-01-07 22:46:48 +0000";
                      Command = getWebDAVSharingState;
                      Module = "servermgr_web";
                      Timestamp = "2013-01-07 22:48:25 +0000";
                      Command = getState;
                      Module = "servermgr_devicemgr";
                      Timestamp = "2013-01-07 22:48:26 +0000";
                      Command = getState;
                      Module = "servermgr_wiki";
                      Timestamp = "2013-01-07 22:48:27 +0000";
                      Command = getState;
                      Module = "servermgr_web";
                      Timestamp = "2013-01-07 22:48:27 +0000";
                      Command = getWebAppState;
                      Module = "servermgr_web";
                      Timestamp = "2013-01-07 22:48:27 +0000";
                      Command = getWebDAVSharingState;
                      Module = "servermgr_web";
                      Timestamp = "2013-01-07 22:48:28 +0000";
                      Command = getHistory;
                      Module = "servermgr_info";
                      Timestamp = "2013-01-07 22:48:40 +0000";
    Jan  8 08:48:43 office com.apple.launchd[1] (com.apple.servermgrd[2885]): Exited with code: 1
    This is a brand new, OS X Server 2.2, OS 10.8.2 installation. I migrated users, mail, calendar and wiki data over manually, but Profile Manager has not even been used (waiting for more RAM first). I even tried the reset procedure given by Apple here (http://support.apple.com/kb/HT5349), but I'm still getting these errors in the Console.
    Double-clicking any Group yields the message "Reading File Sharing settings" for nearly over 30 seconds before Server.app completes rendering the group and showing the group's members. The system.log error shown for that is:
    Jan  8 08:56:25 office.fireflyeducation.com.au servermgrd[3940]: nsc_smb XPC: handle_event error : < Connection invalid >
    Since the error looks SMB related, and we have no need for that, I've ensured that "Share with Windows Clients" is unchecked for all of my three share points.
    What gives?

    The single biggest mistake in your analysis is assuming that if Windows (or a Wii or an iPhone or whatever other device) can connect, your router is not to blame.
    Though devices are designed to standards, there can be errors in implementing those standards or even simple software bugs that come into play.
    The example I've used over and over again is say there is a bug where when the router is asked to add "2 + 3" it answers "5" but when asked to add "3 + 2" it answers "6."
    If Windows only ever adds "2 + 3" but Mac OS X adds "3 + 2," it's not Apple's fault the router is incorrectly responding "6" in the later case.
    But let's start with easier questions:
    1) Are you sure that no proxy is being used if one shouldn't be, and vice-versa?
    2) Are the DNS addresses shown in your TCP/IP settings the same regardless of whether you are connected via AirPort or Ethernet?
    3) Could there be some interference in the area you are using your Mac? Recall also that Mac and Windows PCs use different antenna designs, so what interferes with one may not affect the other.

  • Server app will not load

    My server was running fine with the following services enabled: Mail, Calender, Contacts, DNS, Websites, Open Directory, Messages, SUS.
    I believe a power cut shut down the machine (mac mini server) over the weekend, and it didn't boot back up.
    When I started the machine, it logged in fine and the desktop environment was fine.
    When I started the server app, it booted up, but warned me that some services were unavailable. I noted that only 3 services appeared to be ON (DNS, Webites, and Calender (I think)). When I tried to turn the other services ON I got an error, but cant remember what it was (I know this doesnt help). The error was the same for all of the services I tried.
    When I went onto the services that were already ON, I got the same error, and they turned OFF.
    So I deleted the server.app, trashed it, and reinstalled from the app store (after a shut down and reboot)
    When I start the server.app now, it prompts me to 'Set up your Server' as you would expect.
    I can continue past this
    Agreed to this, obviously.
    I am then prompted to put my admin U/N and P/W in
    I put my usual details in here (they were already inputted anyway)
    It goes through the usual configuring of services
    and finally completes:
    When I press Finish, nothing happens, other than the 'Go Back' button becoming available.
    Going back does nothing. The only wasy to get rid of this box, is to go to the toolbar and quit there.
    So, my server was working fine - and now I cant get access to it.
    It appears that some of the services are running (well, websites are), as these can be seen from other machines (and not cached).
    As for backups - I'm not running TM so cant roll back, but have files if the last resort is to format.......but I dont want to go down that route - obviously.
    Any ideas on how to get past this - and even why it happened?

    Thanks for the suggestion keg55.
    As I couldnt open the server app, I wouldn't have been able to turn the services off easily (I take it it can be done via command line).
    I resorted to a nice clean install, and selective restoration of my backup, so a nice clean image to begin again with. Thanks for the advice though.

  • Mail server (dovecot) stop authenticate (server.app 3.0.3, OsX 10.9.2)

    Hi,
    I have this problem: on a Mac mini with Maverick 10.9.2 and Server.app 3.0.3 with Open Directory (with about 75 Users and mail), it appears that randomly, dovecot stop to authenticate mail clients without standart method, so all Windows client stop to work because server ask again their passwords.
    At this point the only way to restart service for good is to restart completely the machine.
    Start/Stop mail service or Open Directory does'nt work.
    If we do an hardware reboot of the server, clients start to authenticate again.
    We use as authenticate mechanism "Ad hoc" with all check opts. enabled...
    This is a very annoying problem: with a large number of users can be really a pain in the *ss.
    I try to search the forum and the closest similar problem I've foud it's about osx that use (in ad hoc choice of authentication mechanism) CRAM-MD5 as default option and this is not supported by windows oulook-like clients.
    The only difference in my case is that this seems NOT really true because Mail server WORKS for a while (could be one or two working day) and then in a random way that I couldnt understand, it stop until I restart the machine.
    It's so weird.
    Please, where I can start to look to troubleshoot this problem?
    Can someone had a similar experience to share?
    Thanks in advance...

    I try to look at passwordservice logs but nothing strange are there.
    It seems that kerberos is involved too, i see many error like this:
    2014-03-27T11:07:17 Failed to decrypt PA-DATA -- notifiche@SERVER.[MYSERVER].COM (enctype aes256-cts-hmac-sha1-96) error Decrypt integrity check failed for checksum type hmac-sha1-96-aes256, key type aes256-cts-hmac-sha1-96
    And always is notification mailbox I've created for the server.
    Looking at google I found this,  is the most closest case related to mine:
    http://www.marshut.com/qktsu/decrypt-integrity-check-failed-issue.html
    Thanks fos any hints or clue you can give...

  • How to reset users and groups in Server.app?

    Recently after change settings in the Server.app (like turn off/on open directory, delete/add certificates), I got a strange problem:
    In the users and groups list, it display all local users and groups (looks like system users and groups, about 100 users and groups, but this is a new server)
    I tried reset the server.app by following
    howto reinstall/reinitialize os x server
    http://support.apple.com/kb/HT200271?viewlocale=en_US
    These users and groups still showing there.
    Have you seen this before and how can I completely reset the server.app to factory default so that I can start over the set up?

    In theory, that should restore the users.  You can do some surgery if you are really brave.  But the reinstall generally should be enough. 
    These accounts are in the DSLocal data store.  Basically, this is very similar to the any OS X machine.  Apple keeps a default copy of the Local Database here:
    /System/Library/DirectoryServices/DefaultLocalDB/Default
    Should you need to reset a machine to the default local database, you can remove the current database (/var/db/dslocal/nodes/Default) and then copy the default one to the same location.  I would not go this far unless the reinstall was unsuccessful. 
    To check, you can run this command:
    dscl . list /Users
    That will list all the Users in the local DB.   To get a count, pipe to wc
    dscl . list /Users | wc -l
    On a Server that I just jumped on, I see 79 users and 111 groups (dscl . list /Groups | wc -l)  But this is a system will man SACL groups so I likely have more than the default.
    Hope this continues to help.  Probably more info that you want. 
    Reid
    Apple Consultants Network
    Author "Mavericks Server – Foundation Services" :: Exclusively available in Apple's iBooks Store
    Author "Mavericks Server – Control and Collaboration" :: Exclusively available in Apple's iBooks Store

  • Yosemite: Server.app crash trying to modify users permissions

    Hi,
    I have just updated to Yosemite and purchased Yosemite Server App, then migrate from old volume's sys/server.app (osx 10.9.5 - server v. 3.0.3) with Migration Assistant tool.
    Suddenly the application is crashing when I edit users permissions in "Archive" section. Restart is useless. Permissions on boot volume verified with diskutil looks fine.
    Anyone, please, have some suggest?
    Nome modello: Mac Pro
    Identificatore modello: MacPro5,1
    Nome processore: Quad-Core Intel Xeon
    Velocità processore: 3,2 GHz
    Numero di processori: 1
    Numero totale di Core: 4
    Cache L2 (per Core): 256 KB
    Cache L3: 8 MB
    Memoria: 8 GB
    Velocità d'interconnessione processore: 4.8 GT/s
    Versione Boot ROM: MP51.007F.B03
    Versione SMC (sistema): 1.39f11
    Versione SMC (slot processore): 1.39f11
    Below the backtrace :
    Process:               Server [4632]
    Path:                  /Applications/Server.app/Contents/MacOS/Server
    Identifier:            com.apple.Server.v4
    Version:               4 (477)
    Build Info:            ServerApp-477000000000000~4
    App Item ID:           883878097
    App External ID:       594072682
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Server [4632]
    User ID:               502
    Date/Time:             2014-11-22 19:06:59.800 +0100
    OS Version:            Mac OS X 10.10.1 (14B25)
    Report Version:        11
    Anonymous UUID:        43677528-06C5-305B-054E-CF9A8A7FF3F7
    Time Awake Since Boot: 6500 seconds
    Crashed Thread:        0  Dispatch queue: com.apple.main-thread
    Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000018
    VM Regions Near 0x18:
    -->
        __TEXT                 000000010b412000-000000010b4ec000 [  872K] r-x/rwx SM=COW  /Applications/Server.app/Contents/MacOS/Server
    Application Specific Information:
    objc_msgSend() selector name: outlineView:dataCellForTableColumn:item:
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib               0x00007fff902120dd objc_msgSend + 29
    1   com.apple.AppKit               0x00007fff8e35953b -[NSTableView _isFullWidthCellAtRow:] + 111
    2   com.apple.AppKit               0x00007fff8e5142ec -[NSTableView drawRow:clipRect:] + 647
    3   com.apple.AppKit               0x00007fff8e513f05 -[NSTableView drawRowIndexes:clipRect:] + 831
    4   com.apple.AppKit               0x00007fff8e56988e -[NSOutlineView drawRowIndexes:clipRect:] + 113
    5   com.apple.AppKit               0x00007fff8e3f6d6b -[NSTableView drawRect:] + 1559
    6   com.apple.AppKit               0x00007fff8e3dca09 -[NSView(NSInternal) _recursive:displayRectIgnoringOpacity:inGraphicsContext:CGContext:topView:shoul dChangeFontReferenceColor:] + 1186
    7   com.apple.AppKit               0x00007fff8e3dc458 __46-[NSView(NSLayerKitGlue) drawLayer:inContext:]_block_invoke + 218
    8   com.apple.AppKit               0x00007fff8e3dc1f1 -[NSView(NSLayerKitGlue) _drawViewBackingLayer:inContext:drawingHandler:] + 2407
    9   com.apple.AppKit               0x00007fff8e3db873 -[NSView(NSLayerKitGlue) drawLayer:inContext:] + 108
    10  com.apple.QuartzCore           0x00007fff88eb6153 CABackingStoreUpdate_ + 3306
    11  com.apple.QuartzCore           0x00007fff88eb5463 ___ZN2CA5Layer8display_Ev_block_invoke + 59
    12  com.apple.QuartzCore           0x00007fff88eb541f x_blame_allocations + 81
    13  com.apple.QuartzCore           0x00007fff88eb4f1c CA::Layer::display_() + 1546
    14  com.apple.AppKit               0x00007fff8e3db74f _NSBackingLayerDisplay + 617
    15  com.apple.AppKit               0x00007fff8e3b1506 -[_NSViewBackingLayer display] + 834
    16  com.apple.QuartzCore           0x00007fff88eb4641 CA::Layer::display_if_needed(CA::Transaction*) + 603
    17  com.apple.QuartzCore           0x00007fff88eb3d7d CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 35
    18  com.apple.QuartzCore           0x00007fff88eb350e CA::Context::commit_transaction(CA::Transaction*) + 242
    19  com.apple.QuartzCore           0x00007fff88eb3164 CA::Transaction::commit() + 390
    20  com.apple.AppKit               0x00007fff8e40b834 _handleWindowNeedsDisplayOrLayoutOrUpdateConstraints + 1130
    21  com.apple.AppKit               0x00007fff8e9d0cf1 __83-[NSWindow _postWindowNeedsDisplayOrLayoutOrUpdateConstraintsUnlessPostingDisabled]_block_ invoke1523 + 46
    22  com.apple.CoreFoundation       0x00007fff87d85d87 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
    23  com.apple.CoreFoundation       0x00007fff87d85ce0 __CFRunLoopDoObservers + 368
    24  com.apple.CoreFoundation       0x00007fff87d77de8 __CFRunLoopRun + 872
    25  com.apple.CoreFoundation       0x00007fff87d77838 CFRunLoopRunSpecific + 296
    26  com.apple.HIToolbox           0x00007fff8dc7d43f RunCurrentEventLoopInMode + 235
    27  com.apple.HIToolbox           0x00007fff8dc7d0be ReceiveNextEventCommon + 179
    28  com.apple.HIToolbox           0x00007fff8dc7cffb _BlockUntilNextEventMatchingListInModeWithFilter + 71
    29  com.apple.AppKit               0x00007fff8e2ac6d1 _DPSNextEvent + 964
    30  com.apple.AppKit               0x00007fff8e2abe80 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    31  com.apple.AppKit               0x00007fff8e29fe23 -[NSApplication run] + 594
    32  com.apple.AppKit               0x00007fff8e28b2d4 NSApplicationMain + 1832
    33  libdyld.dylib                 0x00007fff87cad5c9 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff86d0722e kevent64 + 10
    1   libdispatch.dylib             0x00007fff8af6ba6a _dispatch_mgr_thread + 52
    Thread 2:: LoggerThread
    0   libsystem_kernel.dylib         0x00007fff86d06132 __psynch_cvwait + 10
    1   com.apple.Foundation           0x00007fff8831b400 -[NSCondition waitUntilDate:] + 343
    2   com.apple.Foundation           0x00007fff883112b8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    3   com.apple.collabd.CSServiceCore 0x000000010fd15106 -[CSLogger loggerThread:] + 244
    4   com.apple.Foundation           0x00007fff88349b7a __NSThread__main__ + 1345
    5   libsystem_pthread.dylib       0x00007fff89d002fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff89d00279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff89cfe4b1 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff86d0152e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff86d0069f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff87d78b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff87d77fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff87d77838 CFRunLoopRunSpecific + 296
    5   com.apple.Foundation           0x00007fff8834bab9 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    6   com.apple.frameworks.Server   0x000000010b5b063c -[SVAccountsQueryDelegate startRunLoop] + 227
    7   com.apple.Foundation           0x00007fff88349b7a __NSThread__main__ + 1345
    8   libsystem_pthread.dylib       0x00007fff89d002fc _pthread_body + 131
    9   libsystem_pthread.dylib       0x00007fff89d00279 _pthread_start + 176
    10  libsystem_pthread.dylib       0x00007fff89cfe4b1 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff86d0152e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff86d0069f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff87d78b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff87d77fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff87d77838 CFRunLoopRunSpecific + 296
    5   com.apple.AppKit               0x00007fff8e40f7a7 _NSEventThread + 137
    6   libsystem_pthread.dylib       0x00007fff89d002fc _pthread_body + 131
    7   libsystem_pthread.dylib       0x00007fff89d00279 _pthread_start + 176
    8   libsystem_pthread.dylib       0x00007fff89cfe4b1 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib         0x00007fff86d06946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff89cfe4a1 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib         0x00007fff86d06946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff89cfe4a1 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00007fff902120c0  rbx: 0x0000000000000000  rcx: 0x0000000000000000  rdx: 0x00007fd66e059d80
      rdi: 0x00007fd66e0597e0  rsi: 0x00007fff8ec4d8e5  rbp: 0x00007fff547ea220  rsp: 0x00007fff547ea208
       r8: 0x00006000004b6680   r9: 0x00007fff745af300  r10: 0x00007fff8ec4d8e5  r11: 0x0000000000000000
      r12: 0x00007fff547ea3b0  r13: 0x0000000000000005  r14: 0x0000000000000005  r15: 0x00007fd66e059d80
      rip: 0x00007fff902120dd  rfl: 0x0000000000010246  cr2: 0x0000000000000018
    Logical CPU:     0
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
           0x10b412000 -        0x10b4ebff7  com.apple.Server.v4 (4 - 477) <421AC0AA-BCFF-391C-97C6-B2287D54B69D> /Applications/Server.app/Contents/MacOS/Server
           0x10b550000 -        0x10b55aff7  com.apple.ChartKit (1.0 - 1) <8C4EF47F-D2AA-3873-BB3A-4B61021A7C04> /Applications/Server.app/Contents/ServerRoot/System/Library/PrivateFrameworks/C hartKit.framework/Versions/A/ChartKit
           0x10b563000 -        0x10b61dfff  com.apple.frameworks.Server (10.9.0 - 477) <2B9BED4E-6603-32E5-A172-2905979BD3D8> /Applications/Server.app/Contents/Frameworks/Server.framework/Versions/A/Server
           0x10b6c3000 -        0x10b76dffb  com.apple.frameworks.server.foundation (10.9 - 423) <1899A37D-0C35-34AA-ACE1-6FCAA54194D2> /Applications/Server.app/Contents/ServerRoot/System/Library/PrivateFrameworks/S erverFoundation.framework/Versions/A/ServerFoundation
           0x10b7fe000 -        0x10b85cff7  com.apple.frameworks.server.kit (10.9.2 - 328) <0700CF22-2FDB-362C-B54E-5AC6DDEBF261> /Applications/Server.app/Contents/ServerRoot/System/Library/PrivateFrameworks/S erverKit.framework/Versions/A/ServerKit
           0x10b8b4000 -        0x10b8c3ff7  com.apple.servermgrd.SMDClient (1.0 - 1) <831CBE7B-96C7-3061-9DAE-568C0CC914E1> /Applications/Server.app/Contents/ServerRoot/System/Library/PrivateFrameworks/S MDClient.framework/Versions/A/SMDClient
           0x10b8d2000 -        0x10b8e1fff  com.apple.PlatformHardwareManagement (3.0.0 - 3.0.0) <FAC94F10-DD72-3404-B71C-32D1BB2368E7> /System/Library/PrivateFrameworks/PlatformHardwareManagement.framework/Versions /A/PlatformHardwareManagement
           0x10eace000 -        0x10eacefff +cl_kernels (???) <756EBCEA-B1B2-4D2B-BE01-A2D3C87F9333> cl_kernels
           0x10eadd000 -        0x10eaddff5 +cl_kernels (???) <C8C0A778-C90C-4921-9B49-EA2FC7738B5B> cl_kernels
           0x10eadf000 -        0x10ebc5fef  unorm8_bgra.dylib (2.4.5) <90797750-141F-3114-ACD0-A71363968678> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x10ec62000 -        0x10ec69ff7  com.apple.server.alerts.CertificateAlerts (10.9 - 122) <ACFC810E-887E-3DC9-8E6A-7BAC7B768255> /Applications/Server.app/Contents/ServerRoot/System/Library/Alerts/CertificateA lerts.bundle/Contents/MacOS/CertificateAlerts
           0x10f923000 -        0x10f923ff7 +cl_kernels (???) <2F422D2B-BAEA-4C06-8EF9-0D540C6880BB> cl_kernels
           0x10fafc000 -        0x10fb09ff7  com.apple.Server.Services.Calendar (10.8.0 - 477) <4538263C-3030-3CAF-A701-7DF758843E87> /Applications/Server.app/Contents/PlugIns/Calendar.bundle/Contents/MacOS/Calend ar
           0x10fb15000 -        0x10fb18ff7  com.apple.Server.Services.Contacts (10.8.0 - 477) <7301080B-1598-3AED-A8DF-86101762A09A> /Applications/Server.app/Contents/PlugIns/Contacts.bundle/Contents/MacOS/Contac ts
           0x10fb1f000 -        0x10fb31ff7  com.apple.Server.Services.DHCP (10.8.0 - 477) <ABF36B1E-1CE1-3D8E-92D5-AB7DC8CB2557> /Applications/Server.app/Contents/PlugIns/DHCP.bundle/Contents/MacOS/DHCP
           0x10fb3e000 -        0x10fb5afff  com.apple.Server.Services.DNS (10.8.0 - 477) <C63805B8-3901-322C-BB08-D59C5ED96FFC> /Applications/Server.app/Contents/PlugIns/DNS.bundle/Contents/MacOS/DNS
           0x10fb70000 -        0x10fb86fff  com.apple.Server.Services.EdgeCache (10.8.0 - 477) <AEEBC539-6491-3B5C-BA7F-9A5AEE5BA2E3> /Applications/Server.app/Contents/PlugIns/EdgeCache.bundle/Contents/MacOS/EdgeC ache
           0x10fb96000 -        0x10fbacff7  com.apple.Server.Services.FileSharing (10.8.0 - 477) <EBE1CEF4-02FF-3B43-A0C2-F6E5148D0476> /Applications/Server.app/Contents/PlugIns/FileSharing.bundle/Contents/MacOS/Fil eSharing
           0x10fbbb000 -        0x10fbc1ff7  com.apple.Server.Services.FTP (10.8.0 - 477) <BE65ECB3-7042-395B-8ABA-152D085C6FC0> /Applications/Server.app/Contents/PlugIns/FTP.bundle/Contents/MacOS/FTP
           0x10fbc8000 -        0x10fbe1ff7  com.apple.Server.Services.Mail (10.8.0 - 477) <E37BD963-76F7-394D-8DDD-B920B8E21F70> /Applications/Server.app/Contents/PlugIns/Mail.bundle/Contents/MacOS/Mail
           0x10fbf5000 -        0x10fbfaff7  com.apple.Server.Services.Messages (10.8.0 - 477) <DF515A02-B57F-3EDB-BD07-28F66A4918E6> /Applications/Server.app/Contents/PlugIns/Messages.bundle/Contents/MacOS/Messag es
           0x10fc02000 -        0x10fc13ff7  com.apple.Server.Services.NetInstall (10.8.0 - 477) <E6468F4F-808C-367F-8A92-D1224E842EF0> /Applications/Server.app/Contents/PlugIns/NetInstall.bundle/Contents/MacOS/NetI nstall
           0x10fc24000 -        0x10fc2eff7  com.apple.Server.Services.OpenDirectory (10.8.0 - 477) <E5683D3C-7FCF-3B22-9553-70F30E466C8D> /Applications/Server.app/Contents/PlugIns/OpenDirectory.bundle/Contents/MacOS/O penDirectory
           0x10fc38000 -        0x10fc49fff  com.apple.Server.Services.ProfileManager (10.8.0 - 477) <76BC2D3C-99F7-35C6-8335-A551D586F933> /Applications/Server.app/Contents/PlugIns/ProfileManager.bundle/Contents/MacOS/ ProfileManager
           0x10fc56000 -        0x10fc5ffff  com.apple.Server.Services.SoftwareUpdate (10.8.0 - 477) <1AF10191-E2B3-31BA-8B70-8AD071DD9FFF> /Applications/Server.app/Contents/PlugIns/SoftwareUpdateService.bundle/Contents /MacOS/SoftwareUpdateService
           0x10fc69000 -        0x10fc76ff7  com.apple.Server.Services.TimeMachine (10.8.0 - 477) <76261B05-D565-3EC6-8B7E-7539C41694DC> /Applications/Server.app/Contents/PlugIns/TimeMachine.bundle/Contents/MacOS/Tim eMachine
           0x10fc82000 -        0x10fc8ffff  com.apple.Server.Services.VPN (10.8.0 - 477) <7DABFDF0-0D5C-3273-A9DE-D3EA71815F4B> /Applications/Server.app/Contents/PlugIns/VPN.bundle/Contents/MacOS/VPN
           0x10fc9b000 -        0x10fcb8fff  com.apple.Server.Services.Web (10.8.0 - 477) <A65ABCA7-8536-331E-8F9E-0ED93FB2BBD5> /Applications/Server.app/Contents/PlugIns/Web.bundle/Contents/MacOS/Web
           0x10fccc000 -        0x10fcd1fff  com.apple.Server.Services.Wiki (10.8.0 - 477) <B3B1256F-37FD-3726-916F-753DB149562A> /Applications/Server.app/Contents/PlugIns/Wiki.bundle/Contents/MacOS/Wiki
           0x10fcd9000 -        0x10fcfbff7  com.apple.Server.Services.Xcode (10.8.1 - 477) <20C0000B-81AD-35FD-8D1B-4D98EE9A1192> /Applications/Server.app/Contents/PlugIns/Xcode.bundle/Contents/MacOS/Xcode
           0x10fd11000 -        0x10fd1bff7  com.apple.collabd.CSServiceCore (1.0 - 1) <0D3A44BD-5B16-3457-B465-5B275FB2EA73> /Applications/Server.app/Contents/ServerRoot/System/Library/PrivateFrameworks/C SServiceCore.framework/Versions/A/CSServiceCore
           0x10fde9000 -        0x10fe09fff  com.apple.Server.Services.Xsan (10.8.0 - 477) <DDC28853-AD92-3FA7-AF6C-743D9CA6F4F0> /Applications/Server.app/Contents/PlugIns/Xsan.bundle/Contents/MacOS/Xsan
           0x10fe1e000 -        0x10fe2bff7  com.apple.xsan.acfs (1.0 - 1) <804CE6F6-9B36-35BA-A307-87E452621192> /System/Library/PrivateFrameworks/acfs.framework/Versions/A/acfs
           0x113074000 -        0x113074ffe +cl_kernels (???) <3DEB5350-F866-4089-B58C-B4C14E067984> cl_kernels
           0x113078000 -        0x113078fff +cl_kernels (???) <756EBCEA-B1B2-4D2B-BE01-A2D3C87F9333> cl_kernels
           0x11307c000 -        0x11307cffe +cl_kernels (???) <3DEB5350-F866-4089-B58C-B4C14E067984> cl_kernels
           0x113cea000 -        0x113dcaff7  unorm8_rgba.dylib (2.4.5) <A8805102-8A21-3A5E-AE22-63C0DEC8CB6F> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_rgba.dylib
        0x7fff64f80000 -     0x7fff64fb6837  dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld
        0x7fff83792000 -     0x7fff837adff7  libCRFSuite.dylib (34) <D64842BE-7BD4-3D0C-9842-1D202F7C2A51> /usr/lib/libCRFSuite.dylib
        0x7fff83812000 -     0x7fff83813fff  com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff83814000 -     0x7fff8387bff7  com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff838bd000 -     0x7fff83b37fff  com.apple.CoreData (110 - 526) <AEEDAF00-D38F-3A15-B3C9-73732940CC55> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff83b38000 -     0x7fff83b3aff7  libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
        0x7fff83b60000 -     0x7fff83b68ffb  libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
        0x7fff83b69000 -     0x7fff83ed4fff  com.apple.VideoToolbox (1.0 - 1562.19) <C08228FE-FA1E-394C-98CB-2AFD8E566C3F> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff83ed5000 -     0x7fff83ed7fff  libsystem_configuration.dylib (699.1.5) <9FBA1CE4-97D0-347E-A443-93ED94512E92> /usr/lib/system/libsystem_configuration.dylib
        0x7fff83ed8000 -     0x7fff83f0bff7  com.apple.MediaKit (16 - 757) <345EDAFE-3E39-3B0F-8D84-54657EC4396D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff83f0c000 -     0x7fff83f29ffb  libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
        0x7fff84ae1000 -     0x7fff85148fff  com.apple.VectorKit (1.0 - 992.4.8) <137172AC-EA3E-3AEE-9024-36AEF6298AC0> /System/Library/PrivateFrameworks/VectorKit.framework/Versions/A/VectorKit
        0x7fff8514f000 -     0x7fff851f5fff  com.apple.PDFKit (3.0 - 3.0) <C55D8F39-561D-32C7-A701-46F76D6CC151> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff851f6000 -     0x7fff852b9ff7  libvMisc.dylib (512) <A4E39464-52EA-34CB-9FFE-53E79B3C65F5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff852ba000 -     0x7fff852deff7  com.apple.quartzfilters (1.10.0 - 1.10.0) <1AE50F4A-0098-34E7-B24D-DF7CB94073CE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff852df000 -     0x7fff8530afff  com.apple.DictionaryServices (1.2 - 229) <6789EC43-CADA-394D-8FE8-FC3A2DD136B9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff8530b000 -     0x7fff85316fff  libGL.dylib (11.0.7) <C53344AD-8CE6-3111-AB94-BD4CA89ED84E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8532c000 -     0x7fff8532dfff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8532e000 -     0x7fff85841ff3  com.apple.JavaScriptCore (10600 - 10600.1.17) <CE5255CC-E13F-3694-B6DD-5285356BFCC0> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8586d000 -     0x7fff85870fff  com.apple.xpc.ServiceManagement (1.0 - 1) <7E9E6BB7-AEE7-3F59-BAC0-59EAF105D0C8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff85871000 -     0x7fff85891fff  com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff85892000 -     0x7fff858c9ffb  com.apple.LDAPFramework (2.4.28 - 194.5) <4CFE8010-CE3F-35EC-90BA-529B74321029> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff858ca000 -     0x7fff858dfffb  libCGInterfaces.dylib (294.1) <1A6AADE6-09EC-3054-85F9-E6A3607EBA70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/Libraries/libCGInterfaces.dylib
        0x7fff858e0000 -     0x7fff85a6efff  libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff85a6f000 -     0x7fff85b7effb  com.apple.desktopservices (1.9 - 1.9) <6EDAC73F-C42C-3FF7-B67D-FCCA1CFC5405> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff85c6d000 -     0x7fff85c6fff7  libsystem_sandbox.dylib (358.1.1) <DB9962EF-8898-31CC-9B87-E01F8CE74C9D> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff85c70000 -     0x7fff85c7ffff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <D1E527E4-C561-352F-9457-E8C50232793C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff85c80000 -     0x7fff85c93ff7  com.apple.CoreBluetooth (1.0 - 1) <FA9B43B3-E183-3040-AE25-66EF9870CF35> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
        0x7fff85d0d000 -     0x7fff85d67ff7  com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/Languag eModeling
        0x7fff85d68000 -     0x7fff85db9ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <AF72B06E-C6C1-3FAE-8B47-AF461CAE0E22> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff85dba000 -     0x7fff85dd8fff  com.apple.frameworks.preferencepanes (16.0 - 16.0) <C763B730-D6BC-31D3-951A-898BB49C5A3E> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff85dd9000 -     0x7fff85de0fff  com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff85de6000 -     0x7fff85ebcff3  com.apple.DiskImagesFramework (10.10 - 389.1) <7DE2208C-BD55-390A-8167-4F9F11750C4B> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff85ebd000 -     0x7fff85f49fff  libsystem_c.dylib (1044.1.2) <C185E862-7424-3210-B528-6B822577A4B8> /usr/lib/system/libsystem_c.dylib
        0x7fff85f8c000 -     0x7fff8602dff7  com.apple.Bluetooth (4.3.1 - 4.3.1f2) <EDC78AEE-28E7-324C-9947-41A0814A8154> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
        0x7fff86086000 -     0x7fff8609dfff  com.apple.ScriptingBridge (1.3.2 - 66) <89EF2F7B-077A-3AD4-A92B-C36C74B30CE5> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
        0x7fff8609e000 -     0x7fff860aeff7  libbsm.0.dylib (34) <A3A2E56C-2B65-37C7-B43A-A1F926E1A0BB> /usr/lib/libbsm.0.dylib
        0x7fff860af000 -     0x7fff860d6fff  com.apple.shortcut (2.12 - 2.12) <66E6B3FE-3726-376E-95A0-40DAAFBE1AE0> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff862b5000 -     0x7fff862baff7  com.apple.ServerInformation (2.0 - 1) <020F4A0E-F1A2-38AE-8F2B-22200CF1FC82> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/Server Information
        0x7fff862bb000 -     0x7fff862c3fff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
        0x7fff8635c000 -     0x7fff86363ff7  libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
        0x7fff86364000 -     0x7fff863cbff7  com.apple.datadetectorscore (6.0 - 396.1) <5D348063-1528-3E2F-B587-9E82970506F9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff863cc000 -     0x7fff86419ff3  com.apple.print.framework.PrintCore (10.0 - 451) <3CA58254-D14F-3913-9DFB-CAC499570CC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8641c000 -     0x7fff86423ff7  com.apple.phonenumbers (1.1.1 - 105) <AE39B6FE-05AB-3181-BB2A-4D50A8B392F2> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff8674c000 -     0x7fff86771ff7  libJPEG.dylib (1231) <35F13BD9-AA92-3510-B5BB-420DA15AE7F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff86772000 -     0x7fff8678bfff  com.apple.openscripting (1.4 - 162) <80DFF366-B950-3F79-903F-99DA0FFDB570> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff86799000 -     0x7fff86cc2ff7  com.apple.QuartzComposer (5.1 - 325) <2007FD9E-A5CF-361E-A7DD-ACAF976860AD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff86cc3000 -     0x7fff86cc4ff7  com.apple.print.framework.Print (10.0 - 265) <3BC4FE7F-78A0-3E57-8F4C-520E7EFD36FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff86cf0000 -     0x7fff86d0dfff  libsystem_kernel.dylib (2782.1.97) <93E0E0A9-75B6-3904-BB4E-4BC7C05F4B6B> /usr/lib/system/libsystem_kernel.dylib
        0x7fff86d0e000 -     0x7fff86d97fff  com.apple.CoreSymbolication (3.1 - 56072) <8CE81C95-49E8-389F-B989-67CC452C08D0> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8702f000 -     0x7fff87038fff  libGFXShared.dylib (11.0.7) <EC449E3A-D9D2-3494-8B6C-DEB7B11EEDAB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff87039000 -     0x7fff87061fff  libxpc.dylib (559.1.22) <9437C02E-A07B-38C8-91CB-299FAA63083D> /usr/lib/system/libxpc.dylib
        0x7fff87062000 -     0x7fff87309ff7  com.apple.RawCamera.bundle (6.01 - 766) <A98D8BA2-EC64-36C2-8B71-CF5B8CDBFC97> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8736b000 -     0x7fff873dfff3  com.apple.securityfoundation (6.0 - 55126) <E7FB7A4E-CB0B-37BA-ADD5-373B2A20A783> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff873e0000 -     0x7fff873e5ff7  libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
        0x7fff873f3000 -     0x7fff8740fff7  libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
        0x7fff87426000 -     0x7fff8742afff  com.apple.LoginUICore (3.0 - 3.0) <D76AB05B-B627-33EE-BA8A-515D85275DCD> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff8743a000 -     0x7fff874bbff3  com.apple.CoreUtils (1.0 - 101.1) <45E5E51B-947E-3F2D-BD9C-480E72555C23> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
        0x7fff8750b000 -     0x7fff8757cff7  com.apple.framework.IOKit (2.0.2 - 1050.1.21) <ED3B0B22-AACC-303B-BFC8-20ECD1AF6BA2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8757d000 -     0x7fff87597ff7  com.apple.AppleVPAFramework (1.0.30 - 1.0.30) <D47A2125-C72D-3298-B27D-D89EA0D55584> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
        0x7fff8768f000 -     0x7fff87699fff  com.apple.IntlPreferences (2.0 - 150.1) <F2DE1784-F780-3E3F-A626-D9CBD38F20EE> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPref erences
        0x7fff8769a000 -     0x7fff8769dff7  com.apple.AppleSystemInfo (3.0 - 3.0) <E54DA0B2-3515-3B1C-A4BD-54A0B02B5612> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8769e000 -     0x7fff876a9fff  libcommonCrypto.dylib (60061) <D381EBC6-69D8-31D3-8084-5A80A32CB748> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8778a000 -     0x7fff878f5ff7  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5C6DBEB4-F2EA-3262-B9FC-AFB89404C1DA> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff878f6000 -     0x7fff87b36ff7  com.apple.AddressBook.framework (9.0 - 1499) <8D5C9530-4D90-32C7-BB5E-3A686FE36BE9> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff87b37000 -     0x7fff87b49ff7  com.apple.ImageCapture (9.0 - 9.0) <7FB65DD4-56B5-35C4-862C-7A2DED991D1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff87b63000 -     0x7fff87b7aff7  libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLinearAlgebra.dylib
        0x7fff87b86000 -     0x7fff87b86ff7  liblaunch.dylib (559.1.22) <8A988924-8BE7-35FE-BF7D-322E90EFE49E> /usr/lib/system/liblaunch.dylib
        0x7fff87b87000 -     0x7fff87b8ffff  libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff87b90000 -     0x7fff87b96ff7  com.apple.XPCService (2.0 - 1) <AA4A5393-1F5D-3465-A417-0414B95DC052> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
        0x7fff87b97000 -     0x7fff87bc3fff  com.apple.framework.SystemAdministration (1.0 - 1.0) <F2A164C7-4813-3F27-ABF7-810A5F4FA51D> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration
        0x7fff87bc7000 -     0x7fff87c82ff7  com.apple.DiscRecording (9.0 - 9000.4.1) <F70E600E-9668-3DF2-A3A8-61813DF9E2EE> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff87c9d000 -     0x7fff87ca2ff7  libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
        0x7fff87ca3000 -     0x7fff87ca9fff  com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <BB2D573F-0A01-379F-A2BA-3C454EDCB111> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff87caa000 -     0x7fff87cadff7  libdyld.dylib (353.2.1) <19FAF435-C165-3374-9DEF-D7BBA7D61DB6> /usr/lib/system/libdyld.dylib
        0x7fff87cae000 -     0x7fff87caffff  libSystem.B.dylib (1213) <DA954461-EC6A-3DF0-8551-6FC810627627> /usr/lib/libSystem.B.dylib
        0x7fff87cb0000 -     0x7fff87cfcff7  libcups.2.dylib (408) <9CECCDE3-51D7-3028-830C-F58BD36E3317> /usr/lib/libcups.2.dylib
        0x7fff87d02000 -     0x7fff87d05fff  com.apple.IOSurface (97 - 97) <D4B4D2B2-7B16-3174-9EA6-55E0A10B452D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff87d06000 -     0x7fff8809cfff  com.apple.CoreFoundation (6.9 - 1151.16) <F2B088AF-A5C6-3FAE-9EB4-7931AF6359E4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff880a0000 -     0x7fff880a9ff7  libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
        0x7fff880aa000 -     0x7fff880b7ff7  libxar.1.dylib (254) <CE10EFED-3066-3749-838A-6A15AC0DBCB6> /usr/lib/libxar.1.dylib
        0x7fff880b8000 -     0x7fff880cdff7  com.apple.AppContainer (4.0 - 238) <9481F305-359A-33E6-93F1-89A25FA14E00> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff880ce000 -     0x7fff8818dfff  com.apple.backup.framework (1.6.1 - 1.6.1) <A7BBE57D-D5E7-39DD-812C-31190159F679> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8818e000 -     0x7fff8819aff7  com.apple.HelpData (2.1.4 - 90) <7ACD7E30-8848-36E1-B558-221FDFB42C8E> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff8819b000 -     0x7fff8819ffff  com.apple.CommonPanels (1.2.6 - 96) <F9ECC8AF-D9CA-3350-AFB4-5113A9B789A5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff882e1000 -     0x7fff8860fff7  com.apple.Foundation (6.9 - 1151.16) <18EDD673-A010-3E99-956E-DA594CE1FA80> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff88610000 -     0x7fff88612fff  libCVMSPluginSupport.dylib (11.0.7) <29D775BB-A11D-3140-A478-2A0DA1A87420> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff88613000 -     0x7fff88645ff3  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <C6DB0A07-F8E4-3837-BCA9-225F460EDA81> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
        0x7fff88646000 -     0x7fff88662fff  com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff88663000 -     0x7fff886a3ff7  libGLImage.dylib (11.0.7) <7CBCEB4B-D22F-3116-8B28-D1C22D28C69D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff886a4000 -     0x7fff886beff3  com.apple.Ubiquity (1.3 - 313) <DF56A657-CC6E-3BE2-86A0-71F07127724C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff886cf000 -     0x7fff886d3ff7  com.apple.TCC (1.0 - 1) <AFC32F8F-BCD5-313C-B66E-5AB8591EC066> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff886d4000 -     0x7fff886fcffb  libRIP.A.dylib (772) <9262437A-710A-397D-8E34-1CBFEA1FC5E1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
        0x7fff886fd000 -     0x7fff888e2ff3  libicucore.A.dylib (531.30) <EF0E7544-E317-3550-A962-6AE65E78AF17> /usr/lib/libicucore.A.dylib
        0x7fff888e3000 -     0x7fff88913ffb  com.apple.GSS (4.0 - 2.0) <D033E7F1-2D34-339F-A814-C67E009DE5A9> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff88955000 -     0x7fff889a8ffb  libAVFAudio.dylib (118.3) <CC124063-34DF-39E3-921A-2BA3EA8D6F38> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff889a9000 -     0x7fff889d9fff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
        0x7fff889e3000 -     0x7fff889e3fff  com.apple.audio.units.AudioUnit (1.12 - 1.12) <76EF1C9D-DEA4-3E55-A134-4099B2FD2CF2> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff889e4000 -     0x7fff88a32fff  libcurl.4.dylib (83.1.2) <337A1FF8-E8B1-3173-9F29-C0D4C851D8E1> /usr/lib/libcurl.4.dylib
        0x7fff88a33000 -     0x7fff88a79ff7  libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
        0x7fff88b07000 -     0x7fff88bf9fff  libxml2.2.dylib (26) <B834E7C8-EC3E-3382-BC5A-DA38DC4D720C> /usr/lib/libxml2.2.dylib
        0x7fff88bfa000 -     0x7fff88c33fff  com.apple.AirPlaySupport (2.0 - 215.10) <E4159036-4C38-3F28-8AF3-4F074DAF01AC> /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySu pport
        0x7fff88c34000 -     0x7fff88ca0fff  com.apple.framework.CoreWLAN (5.0 - 500.35.2) <ACBAAB0A-BCC7-37CF-AAFB-2DA1733F2682> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff88cd7000 -     0x7fff88cd9ff7  libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
        0x7fff88cda000 -     0x7fff88cddfff  libCGXCoreImage.A.dylib (772) <6F42EEBA-6FF4-331F-8F8D-37D6B853614D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCo reImage.A.dylib
        0x7fff88cde000 -     0x7fff88cecfff  com.apple.AddressBook.ContactsFoundation (9.0 - 1499) <1F879F4E-369A-38F7-A768-8B9009617479> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/Conta ctsFoundation
        0x7fff88ced000 -     0x7fff88d03ff7  libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
        0x7fff88d04000 -     0x7fff88d0eff7  com.apple.CrashReporterSupport (10.10 - 629) <EC97EA5E-3190-3717-A4A9-2F35A447E7A6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff88d0f000 -     0x7fff88d12ff7  com.apple.Mangrove (1.0 - 1) <2AF1CAE9-8BF9-33C4-9C1B-123DBAF1522B> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff88d13000 -     0x7fff88d1cff3  com.apple.CommonAuth (4.0 - 2.0) <F4C266BE-2E0E-36B4-9DE7-C6B4BF410FD7> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff88d1d000 -     0x7fff88d2bff7  com.apple.ToneLibrary (1.0 - 1) <3E6D130D-77B0-31E1-98E3-A6052AB09824> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
        0x7fff88daa000 -     0x7fff88dacffb  libCGXType.A.dylib (772) <7CB71BC6-D8EC-37BC-8243-41BAB086FAAA> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
        0x7fff88dad000 -     0x7fff88e9fff7  libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
        0x7fff88ea0000 -     0x7fff89050ff7  com.apple.QuartzCore (1.10 - 361.11) <7382E4A9-10B0-3877-B9D7-FA84DC71BA55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff89051000 -     0x7fff89053fff  com.apple.loginsupport (1.0 - 1) <35A2A071-606C-39A5-8C11-E4CAF98D934C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport
        0x7fff89061000 -     0x7fff89063ff7  com.apple.securityhi (9.0 - 55006) <B1E09986-7AF0-3BD1-BAA1-B5514DFB7CD1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff89064000 -     0x7fff89550fff  com.apple.MediaToolbox (1.0 - 1562.19) <36062C5F-CC37-3F50-8383-07A9C8C75F33> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff8957d000 -     0x7fff8959bff7  com.apple.addressbook.vCard (9.0 - 1499) <B1BC7C0A-A783-3574-8248-BC689F43A0A0> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
        0x7fff89635000 -     0x7fff89682fff  com.apple.ImageCaptureCore (6.0 - 6.0) <93B4D878-A86B-3615-8426-92E4C79F8482> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff89683000 -     0x7fff89690fff  com.apple.ProtocolBuffer (1 - 225.1) <2D502FBB-D2A0-3937-A5C5-385FA65B3874> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff89691000 -     0x7fff896befff  com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff896bf000 -     0x7fff897e6fff  com.apple.coreui (2.1 - 305) <BB430677-D1F7-38DD-8F05-70E54352B8B5> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff897e7000 -     0x7fff897f2ff7  com.apple.speech.synthesis.framework (5.2.6 - 5.2.6) <9434AA45-B6BD-37F7-A866-172196A7F91B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff89802000 -     0x7fff8984bff3  com.apple.HIServices (1.22 - 519) <59D78E07-C3F1-3272-88F1-876B836D5517> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8984c000 -     0x7fff89989fff  com.apple.ImageIO.framework (3.3.0 - 1038) <611BDFBA-4BAA-36A8-B7E0-3830F3375E53> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8998a000 -     0x7fff899c5fff  com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff899c6000 -     0x7fff89a17ff7  com.apple.AppleVAFramework (5.0.31 - 5.0.31) <762E9358-A69A-3D63-8282-3B77FBE0147E> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff89a1f000 -     0x7fff89b5bffb  com.apple.WebKitLegacy (10600 - 10600.1.25) <EE3A7515-AC7B-30D3-A4DC-EB0D36E88E4B> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy. framework/Versions/A/WebKitLegacy
        0x7fff89b5c000 -     0x7fff89c4fff7  libJP2.dylib (1231) <58849E48-9CD2-38A1-9D48-FCE630F473EB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff89c50000 -     0x7fff89ccdfff  com.apple.CoreServices.OSServices (640.3 - 640.3) <28445162-08E9-3E24-84E4-617CE5FE1367> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff89cfd000 -     0x7fff89d06fff  libsystem_pthread.dylib (105.1.4) <26B1897F-0CD3-30F3-B55A-37CB45062D73> /usr/lib/system/libsystem_pthread.dylib
        0x7fff89d12000 -     0x7fff8a11fff7  libLAPACK.dylib (1128) <F9201AE7-B031-36DB-BCF8-971E994EF7C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8a121000 -     0x7fff8a190fff  com.apple.SearchKit (1.4.0 - 1.4.0) <BFD6D876-36BA-3A3B-9F15-3E2F7DE6E89D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8a218000 -     0x7fff8a5effe7  com.apple.CoreAUC (211.0.0 - 211.0.0) <C8B2470F-3994-37B8-BE10-6F78667604AC> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8a5f0000 -     0x7fff8a5fbff7  com.apple.DirectoryService.Framework (10.10 - 187) <813211CD-725D-31B9-ABEF-7B28DE2CB224> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff8a893000 -     0x7fff8a894fff  libffi.dylib (18.1) <0F6C6A4D-1210-3585-8DA1-B8A94B9924A5> /usr/lib/libffi.dylib
        0x7fff8a895000 -     0x7fff8a8cfffb  com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8a921000 -     0x7fff8a92cff7  libcsfde.dylib (471) <797691FA-FC0A-3A95-B6E8-BDB75AEAEDFD> /usr/lib/libcsfde.dylib
        0x7fff8a92d000 -     0x7fff8a9b1ff7  com.apple.ViewBridge (99.1 - 99.1) <B36779D4-BEAF-36DD-83AF-E67F639BFF36> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
        0x7fff8a9bf000 -     0x7fff8aaf1ff7  com.apple.MediaControlSender (2.0 - 215.10) <8ECF208C-587A-325F-9866-09890D58F1B1> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff8aafc000 -     0x7fff8ab56fff  com.apple.Suggestions (4.0 - 165) <34A8FB72-F663-3085-B4D0-6982B0BDCF21> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
        0x7fff8ab57000 -     0x7fff8abd9fff  com.apple.PerformanceAnalysis (1.0 - 1) <2FC0F303-B672-3E64-A978-AB78EAD98395> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff8ac17000 -     0x7fff8ac28fff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
        0x7fff8ac29000 -     0x7fff8ac75fff  com.apple.corelocation (1486.17 - 1615.21) <DB68CEB9-0D51-3CB9-86A4-B0400CE6C515> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff8ac76000 -     0x7fff8ac9fffb  libxslt.1.dylib (13) <AED1143F-B848-3E73-81ED-71356F25F084> /usr/lib/libxslt.1.dylib
        0x7fff8aca0000 -     0x7fff8ade4ff7  com.apple.QTKit (7.7.3 - 2890) <6F6CD79F-CFBB-3FE4-82C6-47991346FB17> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8ae0a000 -     0x7fff8ae65fff  com.apple.QuickLookFramework (5.0 - 675) <D71CD23B-643B-341B-A890-57FE099B36C7> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8aeab000 -     0x7fff8aeabfff  com.apple.Carbon (154 - 157) <6E3AEB9D-7643-36BE-A7E5-D08886649257> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8aeac000 -     0x7fff8aeb1ff7  com.apple.MediaAccessibility (1.0 - 61) <00A3E0B6-79AC-387E-B282-AADFBD5722F6> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
        0x7fff8aeb2000 -     0x7fff8af48ffb  com.apple.CoreMedia (1.0 - 1562.19) <F79E0E9D-4ED1-3ED1-827A-C3C5377DB1D7> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8af49000 -     0x7fff8af53ff7  com.apple.NetAuth (5.0 - 5.0) <B9EC5425-D38D-308C-865F-207E0A98BAC7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8af54000 -     0x7fff8af66ff7  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <CE9FABB4-1C5D-3F9B-9BB8-5CC50C3E5E31> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/C oreDuetDaemonProtocol
        0x7fff8af67000 -     0x7fff8af91ff7  libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
        0x7fff8af92000 -     0x7fff8b0d4fff  libsqlite3.dylib (168) <7B580EB9-9260-35FE-AE2F-276A2C242BAB> /usr/lib/libsqlite3.dylib
        0x7fff8b1ee000 -     0x7fff8b1efff7  libodfde.dylib (22) <52D0ABCD-F464-362C-86EA-ACA10993F556> /usr/lib/libodfde.dylib
        0x7fff8b1f0000 -     0x7fff8b20ffff  com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
        0x7fff8b210000 -     0x7fff8b478ffb  com.apple.security (7.0 - 57031.1.35) <96141D1F-614E-32C4-8AC2-F47481F23F43> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8b4e7000 -     0x7fff8b4effff  libMatch.1.dylib (24) <C917279D-33C2-38A8-9BDD-18F3B24E6FBD> /usr/lib/libMatch.1.dylib
        0x7fff8b4f0000 -     0x7fff8b50aff7  libextension.dylib (55.1) <ECBDCC15-FA19-3578-961C-B45FCC994BAF> /usr/lib/libextension.dylib
        0x7fff8b5bb000 -     0x7fff8b5bffff  libpam.2.dylib (20) <E805398D-9A92-31F8-8005-8DC188BD8B6E> /usr/lib/libpam.2.dylib
        0x7fff8b5c0000 -     0x7fff8b5effff  com.apple.securityinterface (10.0 - 55058) <21F38170-2D3D-3FA2-B0EC-379482AFA5E4> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff8b5fc000 -     0x7fff8b5fefff  libRadiance.dylib (1231) <746E9989-E89C-3027-A418-5F99CE131C93> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff8b5ff000 -     0x7fff8c5a3ffb  com.apple.WebCore (10600 - 10600.1.25.2) <B4FEC5E3-C0A9-3E91-93F5-548C001C560E> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff8c5a4000 -     0x7fff8c5a5ff7  com.apple.AddressBook.ContactsData (9.0 - 1499) <A3D84EBD-3007-3A49-BEE5-F05790DCF38E> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsDat a
        0x7fff8c5aa000 -     0x7fff8c649df7  com.apple.AppleJPEG (1.0 - 1) <9BB3D7DF-630A-3E1C-A124-12D6C4D0DE70> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
        0x7fff8c64a000 -     0x7fff8c676fff  libsandbox.1.dylib (358.1.1) <9A00BD06-579F-3EDF-9D4C-590DFE54B103> /usr/lib/libsandbox.1.dylib
        0x7fff8c677000 -     0x7fff8c69ffff  libsystem_info.dylib (459) <B85A85D5-8530-3A93-B0C3-4DEC41F79478> /usr/lib/system/libsystem_info.dylib
        0x7fff8c6a0000 -     0x7fff8c6d1fff  libtidy.A.dylib (15.15) <37FC944D-271A-386A-9ADD-FA33AD48F96D> /usr/lib/libtidy.A.dylib
        0x7fff8c6da000 -     0x7fff8c76bfff  com.apple.cloudkit.CloudKit (259.2.3 - 259.2.3) <6F955140-D522-32B3-B34B-BD94C5D94E7A> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
        0x7fff8c76c000 -     0x7fff8c7e2fe7  libcorecrypto.dylib (233.1.2) <E1789801-3985-3949-B736-6B3378873301> /usr/lib/system/libcorecrypto.dylib
        0x7fff8c7e3000 -     0x7fff8c7e7fff  libspindump.dylib (182) <7BD8C0AC-1CDA-3864-AE03-470B50160148> /usr/lib/libspindump.dylib
        0x7fff8c7e8000 -     0x7fff8c847ff3  com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8c848000 -     0x7fff8c888fff  com.apple.CloudDocs (1.0 - 280.1.2) <49E75BC1-6556-36B4-804A-E49BC41241CF> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
        0x7fff8ca13000 -     0x7fff8ccfaffb  com.apple.CoreServices.CarbonCore (1108.1 - 1108.1) <55A16172-ACC0-38B7-8409-3CB92AF33973> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8ccfb000 -     0x7fff8cd73ff7  com.apple.SystemConfiguration (1.14 - 1.14) <C269BCFD-ACAB-3331-BC7C-0430F0E84817> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8cd74000 -     0x7fff8cde2ffb  com.apple.Heimdal (4.0 - 2.0) <B852ACA1-4C64-3E2A-A9D3-6D4C80AD9429> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8ce98000 -     0x7fff8cedeffb  libFontRegistry.dylib (134) <01B8034A-45FD-3360-A347-A1896F591363> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8cedf000 -     0x7fff8cf0aff3  libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
        0x7fff8cf0b000 -     0x7fff8d1bfff7  com.apple.WebKit (10600 - 10600.1.25) <84496A10-D8E5-3E8C-93B1-98D5AE790922> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff8d1c0000 -     0x7fff8d2e2ff7  com.apple.LaunchServices (644.12 - 644.12) <D7710B20-0561-33BB-A3C8-463691D36E02> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8d342000 -     0x7fff8d346ff7  libGIF.dylib (1231) <A349BA73-301E-3EDE-8A31-8ACE827C289E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8d347000 -     0x7fff8d362ff7  com.apple.aps.framework (4.0 - 4.0) <9955CAFD-D56B-36E9-BB41-6F7F73317EB5> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff8d363000 -     0x7fff8d36eff7  libkxld.dylib (2782.1.97) <CB1A1B57-54BE-3573-AE0C-B90ED6BAEEE2> /usr/lib/system/libkxld.dylib
        0x7fff8d36f000 -     0x7fff8d378fff  com.apple.DisplayServicesFW (2.9 - 372.1) <30E61754-D83C-330A-AE60-533F27BEBFF5> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff8d379000 -     0x7fff8d46dff7  libFontParser.dylib (134) <506126F8-FDCE-3DE1-9DCA-E07FE658B597> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8d52b000 -     0x7fff8d5b9ff7  com.apple.CorePDF (4.0 - 4) <9CD7EC6D-3593-3D60-B04F-75F612CCB99A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8d61e000 -     0x7fff8d62fff7  libsystem_coretls.dylib (35.1.2) <EBBF7EF6-80D8-3F8F-825C-B412BD6D22C0> /usr/lib/system/libsystem_coretls.dylib
        0x7fff8d634000 -     0x7fff8d640ff7  com.apple.OpenDirectory (10.10 - 187) <1D0066FC-1DEB-381B-B15C-4C009E0DF850> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8d641000 -     0x7fff8d974ff7  libmecabra.dylib (666.1) <CAFBC813-4894-3352-9B22-FFF116773A06> /usr/lib/libmecabra.dylib
        0x7fff8d975000 -     0x7fff8d98fff7  liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
        0x7fff8d9a5000 -     0x7fff8d9b2fff  com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) <87F0C88D-502D-3217-8B4A-8388288568BA> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/Sp eechRecognitionCore
        0x7fff8d9b3000 -     0x7fff8d9bbfe7  libcldcpuengine.dylib (2.4.5) <DF810F9A-1755-3283-82C3-D8192BCD8016> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
        0x7fff8d9bc000 -     0x7fff8dad4ffb  com.apple.CoreText (352.0 - 454.1) <AB07DF12-BB1F-3275-A8A3-45F14BF872BF> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8dad5000 -     0x7fff8dae0fdb  com.apple.AppleFSCompression (68.1.1 - 1.0) <F30E8CA3-50B3-3B44-90A0-803C5C308BFE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8dae1000 -     0x7fff8daecff7  com.apple.AppSandbox (4.0 - 238) <BC5EE1CA-764A-303D-9989-4041C1291026> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff8daed000 -     0x7fff8db1afff  com.apple.Accounts (113 - 113) <3145FCC2-D297-3DD1-B74B-9E7DBB0EE33C> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
        0x7fff8db1b000 -     0x7fff8db8ffff  com.apple.ApplicationServices.ATS (360 - 375) <62828B40-231D-3F81-8067-1903143DCB6B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8dc4c000 -     0x7fff8dc4dffb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
        0x7fff8dc4e000 -     0x7fff8dc4efff  com.apple.Accelerate (1.10 - Accelerate 1.10) <227E2491-1DDB-336F-BF83-773CECEC66F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8dc4f000 -     0x7fff8df51fff  com.apple.HIToolbox (2.1.1 - 756) <9DD121B5-B7EB-3C43-8155-61A4417F8E9A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8df52000 -     0x7fff8df82ff3  com.apple.CoreAVCHD (5.7.5 - 5750.4.1) <3E51287C-E97D-3886-BE88-8F6872400876> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff8df83000 -     0x7fff8e018ff7  com.apple.ColorSync (4.9.0 - 4.9.0) <F06733BD-A10C-3DB3-B050-825351130392> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff8e07d000 -     0x7fff8e085ffb  com.apple.CoreServices.FSEvents (1210 - 1210) <782A9C69-7A45-31A7-8960-D08A36CBD0A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvent s.framework/Versions/A/FSEvents
        0x7fff8e090000 -     0x7fff8e090fff  com.apple.quartzframework (1.5 - 1.5) <4944127A-F319-3689-AAEC-58591D3CAC07> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8e091000 - 

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your documents or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this behavior; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Please take this step regardless of the results of Step 1.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled in OS X 10.9 or earlier, or if a firmware password is set, or if the startup volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of Steps 1 and 2.

Maybe you are looking for

  • Improper shutdown detected - LDAP backup

    Periodically, when I try and connect to a share on the server, the only share I can see is my own user folder and nothing else, when I fact I have a drive and several folder setup to be accessed. But it seems since the 10.6.3 update that something is

  • In Address Book, why does Apple let you create custom fields in the Template cards but not have them available for importing?

    I open Address Book, go into Preferences, select Template and under the Names field (friend, assistant, father, etc) I add a custom field called "Principal". I also add two more custom fields in the Email area. Quit Address Book then relaunch. Add a

  • Project Server or Project Online

    Since we do not have SharePoint and it's not coming soon, what options do we have for Project Server or Project Online?  Will either work without SharePoint?  The biggest need for project management is to allow the staff assigned to tasks to be able

  • Facebook just stops loading, everything else is fine!

    So when i'm on Facebook and have a couple of other tabs open at the same time, on a few occasions now Facebook has just stopped responding. All the other web pages are fine and loads things prefectly. I close the Facebook tab, re-open, try to reload

  • What Type of Graphics Card to buy?

    I am wanting to upgrade my G4's graphics card.. it currently has the rage 128pro with 16mb vram. I know that I have to put a mac specific card in.. I want to go at least 128mb vram but I don't know how many pins mine has. I don't know to figure it ou