RMAN job very slow

Oracle 9i, patch set_04,two node fail safe cluster.
I have set up, with OEM, a RMAN job in order to backup the databaase of approx 20GB.
I use RMAN with a recovery catalog.
The job run for about 4 minutes, so very good performance I think.
Now something change and the job run for about 27 minutes, the db is always the same and the job is still succesfull.
What can you suggest in order to come bak to the previous perfomance?
Where do I hava to investigate?
Please advise.
Best regards.

Same result:
Here is the output of RMAN:
Recovery Manager: Release 9.2.0.4.0 - Production
Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
RMAN>
connected to target database: ORAPROD1 (DBID=1115130655)
RMAN>
connected to recovery catalog database
RMAN>
RMAN> configure device type disk parallelism 4;
new RMAN configuration parameters:
CONFIGURE DEVICE TYPE DISK PARALLELISM 4;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN> **end-of-file**
RMAN>
Recovery Manager complete.
Recovery Manager: Release 9.2.0.4.0 - Production
Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
RMAN>
connected to target database: ORAPROD1 (DBID=1115130655)
RMAN>
connected to recovery catalog database
RMAN>
RMAN> run { 
2> allocate channel Canale1 type disk format 'U:\orabck\oraprod1\backup_%T_%s_%p.BAK';
3> backup
4> ( database include current controlfile );
5>
6> backup ( archivelog all delete input );
7>
8> }
allocated channel: Canale1
channel Canale1: sid=100 devtype=DISK
Starting backup at AUG 18 2004 16:38:32
channel Canale1: starting full datafile backupset
channel Canale1: specifying datafile(s) in backupset
including current controlfile in backupset
input datafile fno=00012 name=T:\ORADATA\ORAPROD1\GECOTI2K_GEN.ORA
input datafile fno=00010 name=T:\ORADATA\ORAPROD1\GECOTI2K_TAS.ORA
input datafile fno=00008 name=T:\ORADATA\ORAPROD1\GECOTI2K_CAB.ORA
input datafile fno=00001 name=T:\ORADATA\ORAPROD1\SYSTEM01.DBF
input datafile fno=00011 name=T:\ORADATA\ORAPROD1\GECOTI2K_IDX_GEN.ORA
input datafile fno=00014 name=T:\ORADATA\ORAPROD1\GECOTI2K_IDX_TAS.ORA
input datafile fno=00015 name=T:\ORADATA\ORAPROD1\GECOTI2K_IDX_CAB.ORA
input datafile fno=00013 name=T:\ORADATA\ORAPROD1\GECOTI2K_IDX_MUL.ORA
input datafile fno=00002 name=T:\ORADATA\ORAPROD1\UNDOTBS01.DBF
input datafile fno=00009 name=T:\ORADATA\ORAPROD1\GECOTI2K_MUL.ORA
input datafile fno=00016 name=T:\ORADATA\ORAPROD1\GECOTI2K_CONTA.ORA
input datafile fno=00017 name=T:\ORADATA\ORAPROD1\GECOTI2K_IDX_CONTA.ORA
input datafile fno=00007 name=T:\ORADATA\ORAPROD1\XDB01.DBF
input datafile fno=00004 name=T:\ORADATA\ORAPROD1\INDX01.DBF
input datafile fno=00006 name=T:\ORADATA\ORAPROD1\USERS01.DBF
input datafile fno=00003 name=T:\ORADATA\ORAPROD1\DRSYS01.DBF
input datafile fno=00005 name=T:\ORADATA\ORAPROD1\TOOLS01.DBF
input datafile fno=00018 name=T:\ORADATA\ORAPROD1\IAB_TS.ORA
channel Canale1: starting piece 1 at AUG 18 2004 16:38:33
channel Canale1: finished piece 1 at AUG 18 2004 17:06:58
piece handle=U:\ORABCK\ORAPROD1\BACKUP_20040818_377_1.BAK comment=NONE
channel Canale1: backup set complete, elapsed time: 00:28:25
Finished backup at AUG 18 2004 17:06:58
Starting backup at AUG 18 2004 17:06:58
current log archived
channel Canale1: starting archive log backupset
channel Canale1: specifying archive log(s) in backup set
input archive log thread=1 sequence=324 recid=412 stamp=534532023
channel Canale1: starting piece 1 at AUG 18 2004 17:07:04
channel Canale1: finished piece 1 at AUG 18 2004 17:07:07
piece handle=U:\ORABCK\ORAPROD1\BACKUP_20040818_378_1.BAK comment=NONE
channel Canale1: backup set complete, elapsed time: 00:00:04
channel Canale1: deleting archive log(s)
archive log filename=U:\ORARCHIVELOG\ORAPROD1\ORAPROD1_00324 recid=412 stamp=534532023
Finished backup at AUG 18 2004 17:07:07
Starting Control File Autobackup at AUG 18 2004 17:07:07
piece handle=U:\ORABCK\BACKUPCTRLFILE\C-1115130655-20040818-00 comment=NONE
Finished Control File Autobackup at AUG 18 2004 17:07:10
released channel: Canale1
RMAN> allocate channel for maintenance device type disk;
allocated channel: ORA_MAINT_DISK_1
channel ORA_MAINT_DISK_1: sid=100 devtype=DISK
RMAN> delete obsolete device type disk;
RMAN retention policy will be applied to the command
RMAN retention policy is set to redundancy 4
Deleting the following obsolete backups and copies:
Type Key Completion Time Filename/Handle
Backup Set 5557 AUG 15 2004 19:57:51
Backup Piece 5558 AUG 15 2004 19:57:51 U:\ORABCK\ORAPROD1\BACKUP_20040815_366_1.BAK
Backup Set 5582 AUG 15 2004 19:58:03
Backup Piece 5583 AUG 15 2004 19:58:03 U:\ORABCK\ORAPROD1\BACKUP_20040815_367_1.BAK
Backup Set 5657 AUG 16 2004 19:58:21
Backup Piece 5658 AUG 16 2004 19:58:21 U:\ORABCK\BACKUPCTRLFILE\C-1115130655-20040816-01
deleted backup piece
backup piece handle=U:\ORABCK\ORAPROD1\BACKUP_20040815_366_1.BAK recid=359 stamp=534281405
deleted backup piece
backup piece handle=U:\ORABCK\ORAPROD1\BACKUP_20040815_367_1.BAK recid=360 stamp=534283082
deleted backup piece
backup piece handle=U:\ORABCK\BACKUPCTRLFILE\C-1115130655-20040816-01 recid=366 stamp=534369501
Deleted 3 objects
RMAN>
RMAN> **end-of-file**
RMAN>
Recovery Manager complete.
Any other idea?
Thank you very much for your time.

Similar Messages

  • RMAN BACKUP VERY SLOW

    Hi all,
    what is fastest method to take backup using rman
    Thanks&Regards,
    Mahesh

    Hi Mahee,
    Can you be little bit precise on you question?
    1. Is it you are planning to take backups using RMAN or your scheduled backups are running slow on RMAN?
    2. Please specify the type of backup.
    I would first check with the network throughput and native transfer rate and compare them with the backup speed.
    Also, tuning would largely depend on if you are using Synchronous and Asynchronous Disk I/O and thus enabling the db parameters for the same.
    While the job is running, execute a script containing the following SQL statement to know the status of the RMAN job:
    SELECT sid, serial#, context, sofar, totalwork,
    round(sofar/totalwork*100,2) "% Complete"
    FROM v$session_longops
    WHERE opname LIKE 'RMAN%'
    AND opname NOT LIKE '%aggregate%'
    AND totalwork != 0
    AND sofar <> totalwork
    If you repeat the query while the backup progresses, then you see output such as the
    following:
    SQL> @status
    SID SERIAL# CONTEXT SOFAR TOTALWORK % Complete
    8 19 1 10377 36617 28.34
    SQL> @status
    SID SERIAL# CONTEXT SOFAR TOTALWORK % Complete
    8 19 1 21513 36617 58.75

  • Analyze job very slow in RAC environment

    Hi,
    I have an anlyze job which runs for 3 hrs in RAC environment (9.2.0.6).
    Earlier in NON-RAC environment it used to complete in 1 hrs.
    Need help in solving this issue.
    Ajoy Kumar Thapa

    hi,
    This database is used for query purpose mainly.
    we do huge data load during weekend into one of the table.
    This table is then exchange with one of the partition of a huge partitioned table.
    after that analyze job runs on this partitioned table.
    The command we use for analyze is given below:
    DBMS_STATS.GATHER_SCHEMA_STATS
    ownname => '<owner_name>'
    ,estimate_percent => 05
    ,cascade => true
    ,degree => 4
    ,granularity=>'ALL'
    I want to know, what can be the reason, this job, which runs fine in NON-RAC environment, is taking so long in RAC enviroment.
    Any help is highly appreciated.
    Ajoy Kumar Thapa

  • Very slow internet after Mavericks update. Opening websites very slow. Console info here. 9/25/14 11:12:51.416 AM com.apple.launchd[1]: (com.apple.qtkitserver[22059]) Could not terminate job: 3: No such process 9/25/14 11:12:51.416 AM com.apple.launc

    Very slow internet after Mavericks update. Opening websites very slow. Console info here. 9/25/14 11:12:51.416 AM com.apple.launchd[1]: (com.apple.qtkitserver[22059]) Could not terminate job: 3: No such process 9/25/14 11:12:51.416 AM com.apple.launc

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads 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.
    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, 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 login 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 the test.

  • Import ABAP running very slow

    guys, I am installing IDES EHP4 on a solaris box with oracle 10g. The import is running very slow. in 20 hours, it has only imported 10 out of 105 jobs. Top comand shows i have 26 GB free physical memory (out of 48GB total) and also 123 GB free swap out of 150 GB total. CPU load is also only 3 %. I have already configured the project file acording to sap recommedation. MY oracle init file configuration looks like this. Also, you will see my project and user_attr files below. Please advise what i can change tomake things go faster.
    # (c)Copyright SAP AG, Walldorf # # @(#) $Id: //bc/701-1_REL/src/ins/SAPINST/impl/tpls/ora/ind/INITSIDBASE.ORA#1 $ ########################################################### ########################################################### # PART I, TUNING PARAMETERS # ########################################################### #### SYSTEM GLOBAL AREA BUFFERS # Total System Global Area = sum(bytes) of all caches # Variable Size = shared_pool_size (approx.) # Database Buffers = db_block_buffers * db_block_size # Redo Buffers = log_buffer # # unit of shared_pool_size: bytes # unit of db_block_buffers: number of cached blocks # unit of log_buffer: bytes shared_pool_size = 2264924160 # 10% of shared_pool_size shared_pool_reserved_size = 226492416 log_buffer = 1048576 #### MANAGING SORTS # A small sort requires sort_area_retained_size in # memory. Larger sorts are allocating segments in # PSAPTEMP. They are using sort_area_size in memory. sort_area_retained_size = 0 sort_area_size = 2097152 #sort_spacemap_size = 512 #### PGA-PARAMETERS open_cursors = 800 #cursor_space_for_time = true #### LOCKS # dml_locks = processes * 50 dml_locks = 4000 #enqueue_resources = 8000 #### CPU-PARAMETERS #spin_count = 200 #_cpu_count = 4 #### TUNING ARCHIVING #log_archive_buffer_size 127 #log_archive_buffers 4 #### USE VECTOR READ #use_readv = true #### OTHER TUNING PARAMETERS #sequence_cache_entries = 100 #sequence_cache_hash_buckets = 89 ########################################################### # PART II, CHANGEABLE PARAMETERS # ########################################################### #### CONTROL-FILES # the controlfiles should be mirrored to every new # database mount point @SAPDATA_HOME@/sapdata<#> #control_files = XXXXX #### AUTOMATICLY STARTED BACKGROUND PROCESSES #### MANAGING LOG SWITCHES # checkpoints occur only when switching logs, if # log_checkpoint_interval * size of OS blocks > size of # the actual redo log log_checkpoint_interval = 0 #log_checkpoint_timeout = 0 #### PROCESS-PARAMETERS # The number of allocated semaphores is equal to the # number of processes # sessions = 1.2 * processes processes = 500 sessions = 600 #### AUDITING AND STATISTICS # sql_trace=TRUE # audit_trail = true # db_block_lru_extended_statistics = 1000 # db_block_lru_statistics = true ########################################################### # PART III, STATIC PARAMETERS # ########################################################### #### DB-NAME db_name = XXX #### DB-BLOCKSIZE db_block_size = 8192 #### DB-FILES db_files = 254 #### OPTIMIZER MODE #optimizer_mode = choose #optimizer_search_limit = 3 #### PATHS / DESTINATIONS / TRACES # /xxx\ : trace files of the background # processes # xxxx /saptrace/usertrace: trace files of the user processes # log_archive_dest is a destination, not a path. # The archivefiles get the name # XXXXXXX background_dump_dest = xxxx user_dump_dest = xxxx core_dump_dest = /xxxxx log_archive_dest = xxxxxx #log_archive_format = %t_%s #### OTHERx # reduce_alarm only supported on HP #reduce_alarm = TRUE #### ORACLE OPS PARAMETER remote_os_authent = true # retention time for RMAN backup information in control file control_file_record_keep_time = 30 #see SAP note 124361 #db_file_multiblock_read_count = 8 log_checkpoints_to_alert = true #### OPTIMIZER MODE #optimizer_index_cost_adj = 10 #### AUDITING AND STATISTICS #timed_statistics = true compatible = 10.2.0 parallel_execution_message_size = 16384 query_rewrite_enabled = false replication_dependency_tracking = false star_transformation_enabled = true undo_retention = 43200 undo_tablespace = PSAPUNDO undo_management = AUTO pga_aggregate_target = 3019898880 sga_max_size = 84529848320 db_cache_size = 4264924160 job_queue_processes = 1 remote_login_passwordfile = exclusive recyclebin = off event = "10191 trace name context forever, level 1" FILESYSTEMIO_OPTIONS = setall OPTIMPEEK_USER_BINDS = FALSE BTREE_BITMAP_PLANS = FALSE INDEXJOIN_ENABLED = FALSE INMEMORY_UNDO = FALSE OPTIMIZERMJC_ENABLED = FALSE SORTELIMINATION_COST_RATIO = 10 TABLELOOKUP_PREFETCH_SIZE = 0
    USER_ATTR FILE --- I have replaced my sid with SID for privacy reasons ************************************
    adm::::profiles=Log Management lp::::profiles=Printer Management postgres::::type=role;profiles=Postgres Administration,All root::::project=MYSID;auths=solaris.*,solaris.grant;profiles=Web Console Management,All;lock_after_retries=no;min_label=admin_low;clearance=admin_high SIDADM::::project=SID oraSID::::project=SID
    ************************************** PROJECT FILE --- my sid replaced with 'SID'*********************************
    system:0:::: user.root:1::::process.max-file-descriptor=(basic,65536,deny),(priv,65536,deny);process.max-sem-nsems=(priv,512,deny);project.max-sem-ids=(priv,512,deny);project.max-shm-ids=(priv,256,deny);project.max-shm-memory=(priv,18446744073709551615,deny) noproject:2:::: default:3::::process.max-file-descriptor=(basic,65536,deny),(priv,65536,deny);process.max-sem-nsems=(priv,512,deny);project.max-sem-ids=(priv,512,deny);project.max-shm-ids=(priv,256,deny);project.max-shm-memory=(priv,18446744073709551615,deny) group.staff:10:::: SID:400:SAP System SID:SIDadm,root,oraDBSID::process.max-file-descriptor=(basic,65536,deny),(priv,65536,deny);process.max-sem-nsems=(priv,512,deny);project.max-sem-ids=(priv,512,deny);project.max-shm-ids=(priv,256,deny);project.max-shm-memory=(priv,18446744073709551615,deny) **************************************************************************************************************************************
    what can i do to make the import faster ? my system definitely has enough resources but i am not able to utilizethem all. Thanks in advance

    You posted this in two different forums and it is not allowed.

  • Snow Leopard - very slow restart / reboot and Boot Camp restart fail

    Hi
    After Snow Leopard installation on my Macbook Pro I have a very slow restart. I logged this immediately after install and waited till 10.6.1 was issued and installed but still have the same problems. Hope some one can help.
    For an normal restart or reboot I have the grey screen for about 25 secs and then the blue screen hangs for about 2 mins 30 secs before loading desktop. This is longer than Leopard and clearly not what Snow Leopard is meant to be. I have installed on an iMac as well and can see the new normal fast boot.
    I also have Windows on it's own partition and use in Boot Camp. I have used this successfully under Leopard.
    When I restart from Windows using the Start button and restart, Windows shuts down and then the mac starts up but gets stuck indefinitely on the blue screen. I have waited up to 25 mins then forced a shut down.
    However if I restart from Windows using the Boot Camp icon in the taskbar and choose the restart from MacOSX it shuts down windows and restarts the mac in record time!! about 25 secs grey screen and 25 secs blue screen. I can't get this in normal mac mode! - Bizarre.
    I have run Disk Utility, repaired permissions, run Tech Tool, Onyx, reset PRAM, deleted startup items plists and removed startup items from System Preferences Account.
    I have monitored the Console app for all the startup conditions noted above and will post below. In the logs of the normal mac reboot you can see something to do with Security Agent taking over 2 mins to load. Maybe that is a clue, but I don't understand these messages. Please note that the iStatsmenu app was installed after snow leopard and I had these slow startups before it's installation.
    If anyone technical can understand what the **** is going on here I would really appreciate your feedback.
    Regards
    Eric
    system.log
    Sep 13 18:09:01 localhost com.apple.launchd[1]: * launchd[1] has started up. *
    Sep 13 18:09:08 localhost mDNSResponder[17]: mDNSResponder mDNSResponder-212.1 (Jul 24 2009 22:34:12) starting
    Sep 13 18:09:09 localhost pcscd[28]: Non-smartcard device launched pcscd [Vendor: 0X3F0, Product: 0X5711]
    Sep 13 18:09:17: --- last message repeated 1 time ---
    Sep 13 18:09:17 localhost configd[15]: network configuration changed.
    Sep 13 18:09:17 eric-lawrences-MBP-2 configd[15]: setting hostname to "eric-lawrences-MBP-2.local"
    Sep 13 18:09:17 eric-lawrences-MBP-2 bootlog[60]: BOOT_TIME: 1252829340 0
    Sep 13 18:09:18 eric-lawrences-MBP-2 fseventsd[54]: could not open <</Volumes/ERICGLPC/.fseventsd/fseventsd-uuid>> (No such file or directory)
    Sep 13 18:09:18 eric-lawrences-MBP-2 fseventsd[54]: log dir: /Volumes/ERICGLPC/.fseventsd getting new uuid: 493B2D00-47B9-4820-96FB-EF447F07CCDA
    Sep 13 18:09:20 eric-lawrences-MBP-2 com.apple.usbmuxd[44]: usbmuxd-176 built for iTunesNine on Jul 20 2009 at 13:06:53, running 32 bit
    Sep 13 18:09:20 eric-lawrences-MBP-2 sudo[78]: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/Library/StartupItems/HWNetMgr/HWNetCfg
    Sep 13 18:09:21 eric-lawrences-MBP-2 blued[61]: Apple Bluetooth daemon started
    Sep 13 18:09:21 eric-lawrences-MBP-2 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[50]: Login Window Application Started
    Sep 13 18:09:24 eric-lawrences-MBP-2 loginwindow[50]: Login Window Started Security Agent
    Sep 13 18:09:25 eric-lawrences-MBP-2 iStatLocalDaemon[66]: Waiting for connections on port 5204.
    Sep 13 18:09:27 eric-lawrences-MBP-2 mDNSResponder[17]: SIGHUP: Purge cache
    Sep 13 18:09:31 eric-lawrences-MBP-2 configd[15]: network configuration changed.
    Sep 13 18:11:00 eric-lawrences-MBP-2 loginwindow[50]: Login Window - Returned from Security Agent
    Sep 13 18:11:00 eric-lawrences-MBP-2 loginwindow[50]: USER_PROCESS: 50 console
    Sep 13 18:11:01 eric-lawrences-MBP-2 com.apple.launchd.peruser.501[121] (com.apple.ReportCrash): Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    Sep 13 18:11:10 eric-lawrences-MBP-2 com.apple.launchd.peruser.501[121] (com.apple.Kerberos.renew.plist[137]): Exited with exit code: 1
    Sep 13 18:11:11 eric-lawrences-MBP-2 ServerScanner[134]: Not scanning because node /Active Directory/All Domains is in searchPath
    Sep 13 18:11:27 eric-lawrences-MBP-2 com.apple.WindowServer[85]: Sun Sep 13 18:11:27 eric-lawrences-MBP-2.local WindowServer[85] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    Sep 13 18:11:27 eric-lawrences-MBP-2 WindowServer[85]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    Sep 13 18:11:29 eric-lawrences-MBP-2 SystemUIServer[126]: MenuCracker 2.0 (/Library/Application Support/iStat local/extras/MenuCracker.menu)\n See http://sourceforge.net/projects/menucracker\n MenuCracker is now loaded. Ready to accept new menu extras. Ignore the failure message that follows.
    Sep 13 18:11:29 eric-lawrences-MBP-2 SystemUIServer[126]: failed to instantiate and get the principal class of bundle: NSBundle </Library/Application Support/iStat local/extras/MenuCracker.menu> (loaded)
    Sep 13 18:11:29 eric-lawrences-MBP-2 SystemUIServer[126]: MenuCracker: Allowing "iStatMenusDateAndTimes".
    Sep 13 18:11:36 eric-lawrences-MBP-2 SystemUIServer[126]: MenuCracker: Allowing "iStatMenusNetwork".
    secure.log
    Sep 13 18:09:08 localhost com.apple.SecurityServer[23]: Session 0x5fbff962 created
    Sep 13 18:09:09 localhost com.apple.SecurityServer[23]: Entering service
    Sep 13 18:09:17 eric-lawrences-MBP-2 com.apple.SecurityServer[23]: Succeeded authorizing right 'config.modify.com.apple.CoreRAID.admin' by client '/System/Library/PrivateFrameworks/CoreRAID.framework/Versions/A/Resources/Core RAIDServer' for authorization created by '/System/Library/PrivateFrameworks/CoreRAID.framework/Versions/A/Resources/Core RAIDServer'
    Sep 13 18:09:24 eric-lawrences-MBP-2 com.apple.SecurityServer[23]: Session 0x236025 created
    Sep 13 18:09:24 eric-lawrences-MBP-2 com.apple.SecurityServer[23]: Session 0x236025 attributes 0x30
    Sep 13 18:09:24 eric-lawrences-MBP-2 loginwindow[50]: Login Window Started Security Agent
    Sep 13 18:09:25 eric-lawrences-MBP-2 SecurityAgent[103]: User info context values set for ericgl
    Sep 13 18:09:26 eric-lawrences-MBP-2 SecurityAgent[103]: Login Window login proceeding
    Sep 13 18:11:00 eric-lawrences-MBP-2 SecurityAgent[103]: Login Window done
    Sep 13 18:11:00 eric-lawrences-MBP-2 com.apple.SecurityServer[23]: Succeeded authorizing right 'system.login.console' by client '/System/Library/CoreServices/loginwindow.app' for authorization created by '/System/Library/CoreServices/loginwindow.app'
    Sep 13 18:11:00 eric-lawrences-MBP-2 loginwindow[50]: Login Window - Returned from Security Agent
    Sep 13 18:11:01 eric-lawrences-MBP-2 com.apple.SecurityServer[23]: Succeeded authorizing right 'system.login.done' by client '/System/Library/CoreServices/loginwindow.app' for authorization created by '/System/Library/CoreServices/loginwindow.app'
    Sep 13 18:11:09 eric-lawrences-MBP-2 /System/Library/CoreServices/CCacheServer.app/Contents/MacOS/CCacheServer[145]: Starting up.
    Sep 13 18:11:14 eric-lawrences-MBP-2 com.apple.SecurityServer[23]: Succeeded authorizing right 'system.print.admin' by client '/System/Library/Printers/Libraries/makequeuesagent' for authorization created by '/System/Library/Printers/Libraries/makequeuesagent'
    Sep 13 18:11:44: --- last message repeated 1 time ---
    all messages
    13/09/09 6:09:07 PM kernel npvhash=4095
    13/09/09 6:09:07 PM kernel PAE enabled
    13/09/09 6:09:07 PM kernel 64 bit mode enabled
    13/09/09 6:09:07 PM kernel Darwin Kernel Version 10.0.0: Fri Jul 31 22:47:34 PDT 2009; root:xnu-1456.1.25~1/RELEASE_I386
    13/09/09 6:09:07 PM kernel vmpagebootstrap: 508922 free pages and 15366 wired pages
    13/09/09 6:09:07 PM kernel standard timeslicing quantum is 10000 us
    13/09/09 6:09:07 PM kernel migtable_maxdispl = 73
    13/09/09 6:09:07 PM kernel AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
    13/09/09 6:09:07 PM kernel AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
    13/09/09 6:09:07 PM kernel calling mpopolicyinit for TMSafetyNet
    13/09/09 6:09:07 PM kernel Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    13/09/09 6:09:07 PM kernel calling mpopolicyinit for Quarantine
    13/09/09 6:09:07 PM kernel Security policy loaded: Quarantine policy (Quarantine)
    13/09/09 6:09:07 PM kernel calling mpopolicyinit for Sandbox
    13/09/09 6:09:07 PM kernel Security policy loaded: Seatbelt sandbox policy (Sandbox)
    13/09/09 6:09:07 PM kernel Copyright (c) 1982, 1986, 1989, 1991, 1993
    13/09/09 6:09:07 PM kernel The Regents of the University of California. All rights reserved.
    13/09/09 6:09:07 PM kernel MAC Framework successfully initialized
    13/09/09 6:09:07 PM kernel using 10485 buffer headers and 4096 cluster IO buffer headers
    13/09/09 6:09:07 PM kernel IOAPIC: Version 0x20 Vectors 64:87
    13/09/09 6:09:07 PM kernel ACPI: System State [S0 S3 S4 S5] (S3)
    13/09/09 6:09:07 PM kernel mbinit: done (64 MB memory set for mbuf pool)
    13/09/09 6:09:07 PM kernel rooting via boot-uuid from /chosen: DA111E02-C1F5-3C6F-AB90-AD27A5B932BE
    13/09/09 6:09:07 PM kernel Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    13/09/09 6:09:07 PM kernel com.apple.AppleFSCompressionTypeZlib load succeeded
    13/09/09 6:09:07 PM kernel AppleIntelCPUPowerManagementClient: ready
    13/09/09 6:09:07 PM kernel FireWire (OHCI) TI ID 8025 built-in now active, GUID 0017f2fffe7f970e; max speed s800.
    13/09/09 6:09:07 PM kernel Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT2 @2/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDri ver/FUJITSU MHW2120BH Media/IOGUIDPartitionScheme/Merged_Untitled@2
    13/09/09 6:09:07 PM kernel BSD root: disk0s2, major 14, minor 2
    13/09/09 6:09:07 PM kernel USBMSC Identifier (non-unique): MY66AB92R404J7 0x3f0 0x5711 0x100
    13/09/09 6:09:07 PM kernel USBMSC Identifier (non-unique): 01974248FFFF 0x59f 0x951 0x0
    13/09/09 6:09:07 PM kernel [Bluetooth::CSRHIDTransition] switchToHCIMode (legacy)
    13/09/09 6:09:07 PM kernel [Bluetooth::CSRHIDTransition] transition complete.
    13/09/09 6:09:07 PM kernel CSRUSBBluetoothHCIController::setupHardware super returned 0
    13/09/09 6:09:07 PM kernel AppleIntelCPUPowerManagement: initialization complete
    13/09/09 6:09:07 PM kernel AppleYukon2: Marvell Yukon Gigabit Adapter 88E8053 Singleport Copper SA
    13/09/09 6:09:07 PM kernel AppleYukon2: RxRingSize <= 1024, TxRingSize 256, RXMAXLE 1024, TXMAXLE 768, STMAXLE 3328
    13/09/09 6:09:01 PM com.apple.launchd[1] * launchd[1] has started up. *
    13/09/09 6:09:08 PM kernel yukon: Ethernet address 00:16:cb:a1:8f:b7
    13/09/09 6:09:08 PM kernel systemShutdown false
    13/09/09 6:09:08 PM mDNSResponder[17] mDNSResponder mDNSResponder-212.1 (Jul 24 2009 22:34:12) starting
    13/09/09 6:09:08 PM com.apple.SecurityServer[23] Session 0x5fbff962 created
    13/09/09 6:09:09 PM com.apple.SecurityServer[23] Entering service
    13/09/09 6:09:10 PM kernel Previous Shutdown Cause: 5
    13/09/09 6:09:10 PM kernel DSMOS has arrived
    13/09/09 6:09:10 PM kernel Atheros: mac 12.2 phy 8.1 radio 12.0
    13/09/09 6:09:17 PM configd[15] network configuration changed.
    13/09/09 6:09:17 PM configd[15] setting hostname to "eric-lawrences-MBP-2.local"
    13/09/09 6:09:17 PM kernel AirPort_AthrFusion: Ethernet address 00:17:f2:e6:a8:d1
    13/09/09 6:09:17 PM kernel IO80211Controller::dataLinkLayerAttachComplete(): adding AppleEFINVRAM notification
    13/09/09 6:09:17 PM bootlog[60] BOOT_TIME: 1252829340 0
    13/09/09 6:09:18 PM fseventsd[54] could not open <</Volumes/ERICGLPC/.fseventsd/fseventsd-uuid>> (No such file or directory)
    13/09/09 6:09:18 PM fseventsd[54] log dir: /Volumes/ERICGLPC/.fseventsd getting new uuid: 493B2D00-47B9-4820-96FB-EF447F07CCDA
    13/09/09 6:09:19 PM kernel AirPort: Link Down on en1. Reason 1 (Unspecified).
    13/09/09 6:09:19 PM kernel AirPort: Link Up on en1
    13/09/09 6:09:20 PM kernel AirPort: RSN handshake complete on en1
    13/09/09 6:09:20 PM com.apple.usbmuxd[44] usbmuxd-176 built for iTunesNine on Jul 20 2009 at 13:06:53, running 32 bit
    13/09/09 6:09:20 PM sudo[78] root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/Library/StartupItems/HWNetMgr/HWNetCfg
    13/09/09 6:09:21 PM blued[61] Apple Bluetooth daemon started
    13/09/09 6:09:21 PM /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[50] Login Window Application Started
    13/09/09 6:09:22 PM kernel Warning - com.apple.driver.InternalModemSupport declares no kernel dependencies; using com.apple.kernel.6.0.
    13/09/09 6:09:23 PM kernel IOBluetoothBNEPDriver: Ethernet address 00:17:f2:9f:b7:a5
    13/09/09 6:09:24 PM com.apple.SecurityServer[23] Session 0x236025 created
    13/09/09 6:09:24 PM com.apple.SecurityServer[23] Session 0x236025 attributes 0x30
    13/09/09 6:09:24 PM loginwindow[50] Login Window Started Security Agent
    13/09/09 6:09:25 PM Firewall[100] krb5kdc is listening from :::88 proto=6
    13/09/09 6:09:25 PM Firewall[100] krb5kdc is listening from 0.0.0.0:88 proto=6
    13/09/09 6:09:25 PM Firewall[100] iStatLocalDaemon is listening from 0.0.0.0:5204 proto=6
    13/09/09 6:09:25 PM Firewall[100] iStatLocalDaemon is listening from ::ffff:0.0.0.0:5204 proto=6
    13/09/09 6:09:25 PM SecurityAgent[103] User info context values set for ericgl
    13/09/09 6:09:26 PM SecurityAgent[103] Login Window login proceeding
    13/09/09 6:09:27 PM mDNSResponder[17] SIGHUP: Purge cache
    13/09/09 6:09:31 PM Firewall[100] krb5kdc is listening from :::88 proto=6
    13/09/09 6:09:31 PM Firewall[100] krb5kdc is listening from 0.0.0.0:88 proto=6
    13/09/09 6:09:31 PM configd[15] network configuration changed.
    13/09/09 6:09:35 PM Firewall[100] krb5kdc is listening from :::88 proto=6
    13/09/09 6:09:35 PM Firewall[100] krb5kdc is listening from 0.0.0.0:88 proto=6
    13/09/09 6:11:00 PM SecurityAgent[103] Login Window done
    13/09/09 6:11:00 PM loginwindow[50] Login Window - Returned from Security Agent
    13/09/09 6:11:00 PM loginwindow[50] USER_PROCESS: 50 console
    13/09/09 6:11:01 PM com.apple.launchd.peruser.501[121] (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    13/09/09 6:11:10 PM com.apple.launchd.peruser.501[121] (com.apple.Kerberos.renew.plist[137]) Exited with exit code: 1
    13/09/09 6:11:11 PM ServerScanner[134] Not scanning because node /Active Directory/All Domains is in searchPath
    13/09/09 6:11:27 PM com.apple.WindowServer[85] Sun Sep 13 18:11:27 eric-lawrences-MBP-2.local WindowServer[85] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    13/09/09 6:11:27 PM WindowServer[85] kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    13/09/09 6:11:29 PM SystemUIServer[126] MenuCracker 2.0 (/Library/Application Support/iStat local/extras/MenuCracker.menu)
    See http://sourceforge.net/projects/menucracker
    MenuCracker is now loaded. Ready to accept new menu extras. Ignore the failure message that follows.
    13/09/09 6:11:29 PM SystemUIServer[126] failed to instantiate and get the principal class of bundle: NSBundle </Library/Application Support/iStat local/extras/MenuCracker.menu> (loaded)
    13/09/09 6:11:29 PM SystemUIServer[126] MenuCracker: Allowing "iStatMenusDateAndTimes".
    13/09/09 6:11:36 PM SystemUIServer[126] MenuCracker: Allowing "iStatMenusNetwork".
    failed reboot from windows - note date and time wrong
    Sep 13 19:00:10 eric-lawrences-MBP-2 sudo[200]: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/Library/StartupItems/HWNetMgr/HWNetCfg
    Sep 13 19:00:10 eric-lawrences-MBP-2 WindowServer[85]: bootstraplookip failed: Unknown service name
    Sep 14 05:26:46 localhost com.apple.launchd[1]: * launchd[1] has started up. *
    Sep 14 05:26:53 localhost mDNSResponder[18]: mDNSResponder mDNSResponder-212.1 (Jul 24 2009 22:34:12) starting
    Sep 14 05:26:54 localhost pcscd[28]: Non-smartcard device launched pcscd [Vendor: 0X3F0, Product: 0X5711]
    Sep 14 05:27:02: --- last message repeated 1 time ---
    Sep 14 05:27:02 localhost configd[14]: network configuration changed.
    Sep 14 05:27:02 eric-lawrences-MBP-2 configd[14]: setting hostname to "eric-lawrences-MBP-2.local"
    Sep 14 05:27:02 eric-lawrences-MBP-2 bootlog[62]: BOOT_TIME: 1252870005 0
    Sep 14 05:27:03 eric-lawrences-MBP-2 fseventsd[56]: checkvol_last_modtime:XXX failed to get mount time (25; &mount_time == 0x1000b5358)
    Sep 14 05:27:03 eric-lawrences-MBP-2 fseventsd[56]: log dir: /Volumes/ERICGLPC/.fseventsd getting new uuid: 1C45E673-8EEA-4ACF-B0F2-BAE1FB843D2B
    Sep 14 05:27:05 eric-lawrences-MBP-2 com.apple.usbmuxd[46]: usbmuxd-176 built for iTunesNine on Jul 20 2009 at 13:06:53, running 32 bit
    Sep 14 05:27:05 eric-lawrences-MBP-2 sudo[82]: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/Library/StartupItems/HWNetMgr/HWNetCfg
    Sep 14 05:27:06 eric-lawrences-MBP-2 blued[63]: Apple Bluetooth daemon started
    Sep 14 05:27:06 eric-lawrences-MBP-2 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[52]: Login Window Application Started
    Sep 14 05:27:11 eric-lawrences-MBP-2 iStatLocalDaemon[68]: Waiting for connections on port 5204.
    Sep 14 05:27:11 eric-lawrences-MBP-2 configd[14]: network configuration changed.
    Sep 14 05:27:12 eric-lawrences-MBP-2 mDNSResponder[18]: SIGHUP: Purge cache
    Sep 14 05:27:12 eric-lawrences-MBP-2 loginwindow[52]: Login Window Started Security Agent
    Sep 13 19:33:18 localhost com.apple.launchd[1]: * launchd[1] has started up. *
    Sep 13 19:33:25 localhost DirectoryService[11]: Improper shutdown detected
    Sep 13 19:33:39 localhost mDNSResponder[17]: mDNSResponder mDNSResponder-212.1 (Jul 24 2009 22:34:12) starting
    fast reboot from boot camp icon in Windows - note date and time wrong
    Sep 14 05:46:42 localhost com.apple.launchd[1]: * launchd[1] has started up. *
    Sep 14 05:46:53 localhost mDNSResponder[18]: mDNSResponder mDNSResponder-212.1 (Jul 24 2009 22:34:12) starting
    Sep 14 05:46:53 localhost pcscd[31]: Non-smartcard device launched pcscd [Vendor: 0X3F0, Product: 0X5711]
    Sep 14 05:46:54: --- last message repeated 1 time ---
    Sep 14 05:46:54 localhost configd[15]: network configuration changed.
    Sep 14 05:46:54 eric-lawrences-MBP-2 configd[15]: setting hostname to "eric-lawrences-MBP-2.local"
    Sep 14 05:46:56 eric-lawrences-MBP-2 configd[15]: network configuration changed.
    Sep 14 05:46:57 eric-lawrences-MBP-2 bootlog[65]: BOOT_TIME: 1252871201 0
    Sep 14 05:46:58 eric-lawrences-MBP-2 configd[15]: network configuration changed.
    Sep 14 05:47:01 eric-lawrences-MBP-2 fseventsd[59]: could not open <</Volumes/ERICGLPC/.fseventsd/fseventsd-uuid>> (No such file or directory)
    Sep 14 05:47:01 eric-lawrences-MBP-2 fseventsd[59]: log dir: /Volumes/ERICGLPC/.fseventsd getting new uuid: CA5F549C-7E51-4D0B-BEB6-7B91A7544AE2
    Sep 14 05:47:01 eric-lawrences-MBP-2 sudo[82]: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/Library/StartupItems/HWNetMgr/HWNetCfg
    Sep 14 05:47:03 eric-lawrences-MBP-2 com.apple.usbmuxd[49]: usbmuxd-176 built for iTunesNine on Jul 20 2009 at 13:06:53, running 32 bit
    Sep 14 05:47:03 eric-lawrences-MBP-2 blued[66]: Apple Bluetooth daemon started
    Sep 14 05:47:04 eric-lawrences-MBP-2 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[55]: Login Window Application Started
    Sep 14 05:47:09 eric-lawrences-MBP-2 iStatLocalDaemon[71]: Waiting for connections on port 5204.
    Sep 14 05:47:09 eric-lawrences-MBP-2 mDNSResponder[18]: SIGHUP: Purge cache
    Sep 14 05:47:10 eric-lawrences-MBP-2 configd[15]: network configuration changed.
    Sep 14 05:47:10 eric-lawrences-MBP-2 loginwindow[55]: Login Window Started Security Agent
    Sep 14 05:47:11 eric-lawrences-MBP-2 loginwindow[55]: Login Window - Returned from Security Agent
    Sep 14 05:47:11 eric-lawrences-MBP-2 loginwindow[55]: USER_PROCESS: 55 console
    Sep 14 05:47:11 eric-lawrences-MBP-2 com.apple.launchd.peruser.501[109] (com.apple.ReportCrash): Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    Sep 13 19:47:17 eric-lawrences-MBP-2 com.apple.launchd.peruser.501[109] (com.apple.AddressBook.abd): The following job tried to hijack the service "com.apple.AddressBook.abd" from this job: [0x0-0x5005].com.apple.AddressBook.abd
    Sep 13 19:47:24 eric-lawrences-MBP-2 com.apple.launchd.peruser.501[109] (com.apple.Kerberos.renew.plist[131]): Exited with exit code: 1
    Sep 13 19:47:24 eric-lawrences-MBP-2 ServerScanner[128]: Not scanning because node /Active Directory/All Domains is in searchPath
    Sep 13 19:47:38 eric-lawrences-MBP-2 SystemUIServer[114]: MenuCracker 2.0 (/Library/Application Support/iStat local/extras/MenuCracker.menu)\n See http://sourceforge.net/projects/menucracker\n MenuCracker is now loaded. Ready to accept new menu extras. Ignore the failure message that follows.
    Sep 13 19:47:38 eric-lawrences-MBP-2 SystemUIServer[114]: failed to instantiate and get the principal class of bundle: NSBundle </Library/Application Support/iStat local/extras/MenuCracker.menu> (loaded)
    Sep 13 19:48:03 eric-lawrences-MBP-2 WindowServer[85]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    Sep 13 19:48:03 eric-lawrences-MBP-2 com.apple.WindowServer[85]: Sun Sep 13 19:48:03 eric-lawrences-MBP-2.local WindowServer[85] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.

    Hi guys
    Thanks for your contributions. I have made little progress on this issue since posting.
    Just as added info, I did a re-install of Snow leopard from install DVD and upgrade again to 10.6.1 and no change to the startup behaviours. Same pattern as before, although the first restart was fast and probably how it is meant to be, then the slow ones reappeared.
    I also had a thought that somehow it may be related to the nominated startup disk. There were posts on other boards about similar issues with Leopard where the hanging start was found to be related to the computer not knowing which startup disk to use. I thought maybe as it works when using the boot camp icon from Windows but not the restart button, it may be related, but in OSX and Windows both are set to startup in OSX on HD. So no further joy.
    Maybe someone else will come along who can understand the Console logs. Why does the loginwindow and Security Agent take so long?
    Do you guys have any clues from your Console system logs? Does yours hang on loginwindow?
    The fact that there are so few people with the same problem suggests to me that there is a third party device/preference/ hidden file somewhere that is having an effect and it's not an Apple issue.
    I am getting close to wiping the hard drive and starting again....but live in hope.
    Cheers

  • My mac mini is running very slow all of a sudden, how can i restore it's speed?

    my mac mini is running very slow all of a sudden, how can i restore it's speed?

    This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem.
    If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    Below are instructions to run a UNIX shell script, a type of program. All it does is to gather information about the state of your computer. That information goes nowhere unless you choose to share it on this page. However, you should be cautious about running a program at the instance of a stranger on a public message board. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them.
    Here's a summary of what you need to do: Copy a line of text from this web page into the window of another application. Wait about a minute. Then paste some other text, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
    You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking  anywhere in the line. The whole line will highlight, though you may not see all of it in your browser, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    clear; shopt -s extglob; Fb='%s\n\t(%s)\n'; Fm='\n%s:\n\n%s\n'; Fs='\n%s: %s\n'; Fu='User %s%%\t\tSystem %s%%'; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; R () { o=; [[ r -eq 0 ]]; }; Pm () { [[ "$o" ]] && o=`sed 's/^ */   /' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pc () { o=`egrep -v '^[[:blank:]]*($|#)' "$2"`; Pm "$1"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o="${o##+( )}"; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; id | grep -qw '80(admin)'; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; system_profiler SPSoftwareDataType | sed '8!d;s/^ *//'; o=`system_profiler SPDiagnosticsDataType | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm "POST"; o=`pmset -g therm | sed 's/^.*CP/CP/'`; grep -q 'No th' <<< "$o" && o=; Pm "Thermal conditions"; o=`pmset -g sysload | grep -v :`; grep -q '= [^GO]' <<< "$o" || o=; Pm "System load advisory"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; o=`ls /L*/L*/Dia*/*.panic | wc -l`; Ps "Panics"; o=`ls /L*/L*/Dia*/*.c* | tail`; Pm "System crash logs"; o=`ls L*/L*/Dia* | tail`; Pm "User crash logs"; o=`syslog -F bsd -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|n Cause: -|NVDA\(|pagin|SATA W|timed? ?o' | tail -n25 | awk '/:/{$4=""; $5=""; print}'`; Pm "Kernel messages"; o=`df -m / | awk 'NR==2 {print $4}'`; [[ o -lt 5120 ]] && Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( `sar -u 1 10 | sed '$!d'` ); [[ s[4] -lt 90 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Pm "Total CPU usage" && s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); o=${s[2]}%; Ps "CPU usage by process $s of user ${s[1]}"; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); s[2]=${s[2]%[+-]}; o=$((s[2]>=25000?s[2]:0)); Ps "Mach ports used by process $s of user ${s[1]}"; o=`kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1`; Pm "Loaded extrinsic kernel extensions"; R && o=`sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'`; Pm "Extrinsic system jobs"; o=`launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic agents"; for d in {/,}L*/{La,Priv,Sta}*; do o=`ls -A "$d" | egrep -v '^(\.DS_Store$|com\.apple\.)'`; Pm "$d"; done; o=`find -L /S*/L*/E* {/,}L*/{A*d,Compon,Ex,In,Keyb,Mail,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB\ :CFBundleIdentifier "$d/Info.plist") || ID="No bundle ID"; egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|\.hpio|JMicron|microsoft\.MDI|print|SoftRAID" <<< $ID && printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find /u*/{,*/}lib -type f -exec sh -c 'file -b "$1" | grep -qw shared && ! codesign -v "$1"' {} {} \; -print`; Pm "Unsigned shared libraries"; o=`launchctl getenv DYLD_INSERT_LIBRARIES`; Pm "Inserted libraries"; o=`find {,/u*/lo*}/e*/periodic -type f -mtime -10d`; Pm "Modified periodic scripts"; o=`scutil --proxy | grep Prox`; Pm "Proxies"; o=`scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'`; Ps "DNS"; R && o=`sudo profiles -P | grep :`; Pm "Profiles"; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; Pc "hosts" <(egrep -v '(local|broadcast)host' /etc/hosts); Pc "User launchd" ~/.launchd; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed 's/\..*$//;s/-[1-9]$//'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`system_profiler SPFontsDataType | egrep "Valid: N|Duplicate: Y" | wc -l`; Ps "Font problems"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist ! -exec sh -c 'plutil -s "$1" >&-' {} {} \; -print`; Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in {0..1}; do o=`find "${d[$i]}" -type f -maxdepth 1 | wc -l`; o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} files"; done; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign ($) or a percent sign (%). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign.
    Click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.
    If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important.
    If you're not logged in as an administrator, you won't be prompted for your password. The test will still run. It just won't do anything that requires administrator rights.
    The test may take up to a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. There is no indication of progress until it's done. Wait for the line "[Process completed]" to appear in the Terminal window. If you don't see that line within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report your results. No harm will be done.
    When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    When you post the results, you might see the message, "You have included content in your post that is not permitted." That's because the forum software falsely identifies something in the post as a violation of the terms of use. If that happens, please post the results on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of Apple Support Communities ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • My iMac is running very slow

    My iMac is now running very slow.  Every process/application lags, safari, iPhoto, pages, iTunes, etc.  Beach ball just spins and spins.....
    I have an early 2008 iMac with 2.66 GHz Intel Core 2 Duo processor, 2 GB 800 MHz DDR2 SDRAM memory, 320 GB SATA Disk storage with 30GB free.  I just upgraded to OS X Yosemite 10.10.1 hoping it would help solve the problem but no luck.
    I ran "syslog -k Sender kernel -k Message CReq 'Channel t|GPU D|I/O|n Cause: -' | tail | open -ef" in the terminal window and received the following in the text window....
    Jan 14 00:18:17 X-imac-2 kernel[0] <Notice>: Process systemmigrationd [146] disabling system-wide I/O Throttling
    --- last message repeated 5 times ---
    Any help is greatly appreciated. Thanks

    Thanks Linc for your help!  Here is the logs from Console:
    1/17/15 10:02:48.283 AM com.apple.xpc.launchd[1]: (com.apple.PhotoApps.AVCHDConverter) Unknown key for dictionary: EnvironmentVarialbles
    1/17/15 10:02:48.283 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 10:03:08.258 AM WindowServer[119]: disable_update_timeout: UI updates were forcibly disabled by application "iPhoto" for over 1.00 seconds. Server has re-enabled them.
    1/17/15 10:03:14.986 AM WindowServer[119]: common_reenable_update: UI updates were finally reenabled by application "iPhoto" after 7.73 seconds (server forcibly re-enabled them after 1.00 seconds)
    1/17/15 10:03:21.834 AM WindowServer[119]: disable_update_timeout: UI updates were forcibly disabled by application "iPhoto" for over 1.00 seconds. Server has re-enabled them.
    1/17/15 10:03:35.834 AM WindowServer[119]: disable_update_likely_unbalanced: UI updates still disabled by application "iPhoto" after 15.00 seconds (server forcibly re-enabled them after 1.00 seconds). Likely an unbalanced disableUpdate call.
    1/17/15 10:03:36.125 AM WindowServer[119]: common_reenable_update: UI updates were finally reenabled by application "iPhoto" after 15.29 seconds (server forcibly re-enabled them after 1.00 seconds)
    1/17/15 10:03:37.950 AM iPhoto[733]: void CGSUpdateManager::log() const: conn 0xe2ab: spurious update.
    1/17/15 10:03:38.799 AM com.apple.SecurityServer[54]: Session 100029 created
    1/17/15 10:03:39.179 AM com.apple.SecurityServer[54]: Killing auth hosts
    1/17/15 10:03:39.179 AM com.apple.SecurityServer[54]: Session 100028 destroyed
    1/17/15 10:03:46.317 AM iPhoto[733]: The function ‘CGContextClear’ is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance.
    1/17/15 10:04:42.124 AM sandboxd[606]: ([626]) com.apple.metada(626) deny mach-lookup com.apple.cfnetwork.cfnetworkagent
    1/17/15 10:04:51.507 AM sandboxd[606]: ([626]) com.apple.metada(626) deny mach-lookup com.apple.cfnetwork.cfnetworkagent
    1/17/15 10:04:54.150 AM sandboxd[606]: ([626]) com.apple.metada(626) deny mach-lookup com.apple.cfnetwork.cfnetworkagent
    1/17/15 10:04:56.942 AM com.apple.xpc.launchd[1]: (com.apple.quicklook[746]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.quicklook
    1/17/15 10:05:10.094 AM Console[749]: Failed to connect (_consoleX) outlet from (NSApplication) to (ConsoleX): missing setter or instance variable
    1/17/15 10:05:19.067 AM WindowServer[119]: disable_update_timeout: UI updates were forcibly disabled by application "Console" for over 1.00 seconds. Server has re-enabled them.
    Here are a few other lines from earlier that my also be helpful.  Most of these are repeated over and over.
    1/16/15 4:43:20.000 PM kernel[0]: BUG in process suhelperd[452]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    1/16/15 5:31:07.775 PM Safari[6461]: Communications error: <OS_xpc_error: <error: 0x7fff745dab60> { count = 1, contents =
      "XPCErrorDescription" => <string: 0x7fff745dafa8> { length = 22, contents = "Connection interrupted" }
    }>
    1/16/15 5:57:11.000 PM kernel[0]: memorystatus_thread: idle exiting pid 5527 [CoreServicesUIAg]
    1/16/15 6:11:37.704 PM nsurlstoraged[6907]: ERROR: shrinkDB - unable to start a DB transaction.  Error-code=5
    1/16/15 6:13:49.644 PM com.apple.xpc.launchd[1]: (com.apple.auditd[6976]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.auditd
    1/16/15 6:13:50.077 PM kellerct[6980]: audit warning: soft /var/audit
    1/16/15 6:13:50.077 PM kellerct[6979]: audit warning: allsoft
    1/16/15 6:13:50.587 PM kellerct[6982]: audit warning: closefile /var/audit/20150117001305.20150117001349
    1/16/15 6:16:26.093 PM nsurlstoraged[6907]: Error: execSQLStatement:onConnection:toCompletionWithRetry - SQL=COMMIT;, error-code=1, error-message=cannot commit - no transaction is active
    1/17/15 7:18:17.197 AM BezelServices 245.23[67]: ASSERTION FAILED: dvcAddrRef != ((void *)0) -[DriverServices getDeviceAddress:] line: 2602
    This is from this morning when it took almost 15 mins to fully wake up:
    1/17/15 7:53:08.866 AM WindowServer[119]: CGXDisplayDidWakeNotification [30972791675783]: posting kCGSDisplayDidWake
    1/17/15 7:53:08.866 AM WindowServer[119]: handle_will_sleep_auth_and_shield_windows: Deferring.
    1/17/15 7:54:42.460 AM com.apple.backupd[223]: Copied 51.64 GB of 118.69 GB, 161123 of 201178 items
    1/17/15 7:55:57.306 AM SecurityAgent[174]: User info context values set for kellerct
    1/17/15 7:55:58.186 AM com.apple.xpc.launchd[1]: (com.apple.auditd[354]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.auditd
    1/17/15 7:55:59.176 AM kellerct[359]: audit warning: soft /var/audit
    1/17/15 7:55:59.176 AM kellerct[360]: audit warning: closefile /var/audit/20150117051759.20150117135558
    1/17/15 7:55:59.178 AM kellerct[358]: audit warning: allsoft
    1/17/15 7:55:59.852 AM com.apple.xpc.launchd[1]: (com.apple.FileSyncAgent.PHD.isRunning) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:00.003 AM com.apple.xpc.launchd[1]: (com.apple.mbloginhelper.user) This key does not do anything: OnDemand
    1/17/15 7:56:00.003 AM com.apple.xpc.launchd[1]: (com.apple.mbpluginhost.user) This key does not do anything: OnDemand
    1/17/15 7:56:00.196 AM com.apple.xpc.launchd[1]: (com.apple.secd) This key does not do anything: OnDemand
    1/17/15 7:56:00.196 AM com.apple.xpc.launchd[1]: (com.apple.secd) The ServiceIPC key is no longer respected. Please remove it.
    1/17/15 7:56:00.289 AM com.apple.xpc.launchd[1]: (com.apple.speech.speechsynthesisd) This key does not do anything: OnDemand
    1/17/15 7:56:00.314 AM com.apple.xpc.launchd[1]: (com.apple.TrustEvaluationAgent) This key does not do anything: OnDemand
    1/17/15 7:56:03.337 AM SecurityAgent[174]: Login Window login proceeding
    1/17/15 7:56:04.965 AM loginwindow[67]: Login Window - Returned from Security Agent
    1/17/15 7:56:05.200 AM loginwindow[67]: USER_PROCESS: 67 console
    1/17/15 7:56:06.000 AM kernel[0]: AppleKeyStore:Sending lock change 0 for handle -501
    1/17/15 7:56:06.381 AM com.apple.xpc.launchd[1]: (com.apple.AssistiveControl.running) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.381 AM com.apple.xpc.launchd[1]: (com.apple.btsa) This key does not do anything: OnDemand
    1/17/15 7:56:06.382 AM com.apple.xpc.launchd[1]: (com.apple.coreservices.lsactivity) Unknown key for Boolean: DrainMessagesAfterFailedInit
    1/17/15 7:56:06.383 AM com.apple.xpc.launchd[1]: (com.apple.coreservices.uiagent) This key does not do anything: OnDemand
    1/17/15 7:56:06.383 AM com.apple.xpc.launchd[1]: (com.apple.diagnostics_agent) This service is defined to be constantly running and is inherently inefficient.
    1/17/15 7:56:06.384 AM com.apple.xpc.launchd[1]: (com.apple.dock.fullscreen) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.384 AM com.apple.xpc.launchd[1]: (com.apple.dock.server) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.384 AM com.apple.xpc.launchd[1]: (com.apple.dock.notificationcenter) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.384 AM com.apple.xpc.launchd[1]: (com.apple.dock.appstore) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.384 AM com.apple.xpc.launchd[1]: (com.apple.dock.remotedesktoppicture) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.384 AM com.apple.xpc.launchd[1]: (com.apple.dock.launchpad) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.384 AM com.apple.xpc.launchd[1]: (com.apple.dock.downloads) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.384 AM com.apple.xpc.launchd[1]: (com.apple.EscrowSecurityAlert) Unknown key for string: seatbelt-profiles
    1/17/15 7:56:06.384 AM com.apple.xpc.launchd[1]: (com.apple.Finder) ThrottleInterval set to zero. You're not that important. Ignoring.
    1/17/15 7:56:06.385 AM com.apple.xpc.launchd[1]: (com.apple.FontRegistryUIAgent) This key does not do anything: OnDemand
    1/17/15 7:56:06.385 AM com.apple.xpc.launchd[1]: (com.apple.ATS.FontValidator) This key does not do anything: OnDemand
    1/17/15 7:56:06.385 AM com.apple.xpc.launchd[1]: (com.apple.ATS.FontValidatorConduit) This key does not do anything: OnDemand
    1/17/15 7:56:06.385 AM com.apple.xpc.launchd[1]: (com.apple.gamed) The JetsamProperties key is not available on this platform.
    1/17/15 7:56:06.385 AM com.apple.xpc.launchd[1]: (com.apple.gamed) This key does not do anything: OnDemand
    1/17/15 7:56:06.385 AM com.apple.xpc.launchd[1]: (com.apple.gamed) The ServiceIPC key is no longer respected. Please remove it.
    1/17/15 7:56:06.385 AM com.apple.xpc.launchd[1]: (com.apple.helpd) This key does not do anything: OnDemand
    1/17/15 7:56:06.386 AM com.apple.xpc.launchd[1]: (com.apple.installd.user) This key does not do anything: OnDemand
    1/17/15 7:56:06.387 AM com.apple.xpc.launchd[1]: (com.apple.Maps.mapspushd) Unknown key for double: StartInterval
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.xpc.launchd.user.501.100006.Aqua) Caller tried to hijack service: path = /System/Library/LaunchAgents/com.apple.mbpluginhost.user.plist, caller = loginwindow.67
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.midiserver.io) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.noticeboard.agent) This key does not do anything: OnDemand
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.notificationcenterui.alerts) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.notificationcenterui.tcc) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.notificationcenterui.agent) This service is defined to be constantly running and is inherently inefficient.
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.xpc.launchd.user.501.100006.Aqua) Caller tried to hijack service: path = /System/Library/LaunchAgents/com.apple.pluginkit.pkd.plist, caller = loginwindow.67
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.PubSub.Agent) The ServiceIPC key is no longer respected. Please remove it.
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.quicklook.ui.helper.active) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.ReportCrash) The DrainMessagesOnCrash key is not yet implemented. If you rely on this key, please file a bug.
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.ReportCrash.Self) The DrainMessagesOnCrash key is not yet implemented. If you rely on this key, please file a bug.
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.rtcreportingd) The UserName key is not supported for non-System services.
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.sharingd) This service is defined to be constantly running and is inherently inefficient.
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.soagent) Invalid type for event (event/type): events/array
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.soagent) Invalid type for event (event/type): bundleid/string
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.speech.speechdatainstallerd) This key does not do anything: OnDemand
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.ssinvitationagent) This key does not do anything: OnDemand
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.systemuiserver.ServiceProvider) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.dockextra.server) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.396 AM com.apple.xpc.launchd[1]: (com.apple.SUISMessaging) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.396 AM com.apple.xpc.launchd[1]: (com.apple.ipodserver) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.396 AM com.apple.xpc.launchd[1]: (com.apple.systemuiserver.screencapture) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.396 AM com.apple.xpc.launchd[1]: (com.apple.tsm.uiserver) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.396 AM com.apple.xpc.launchd[1]: (com.apple.dockling.server) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.396 AM com.apple.xpc.launchd[1]: (com.apple.window_proxies.startup) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.396 AM com.apple.xpc.launchd[1]: (com.apple.window_proxies) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.396 AM com.apple.xpc.launchd[1]: (com.apple.inputswitcher.running) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.396 AM com.apple.xpc.launchd[1]: (com.apple.universalaccesscontrol.running) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.396 AM com.apple.xpc.launchd[1]: (com.apple.universalaccessd.running) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.396 AM com.apple.xpc.launchd[1]: (com.apple.UserEventAgent-Aqua) This service is defined to be constantly running and is inherently inefficient.
    1/17/15 7:56:06.487 AM com.apple.xpc.launchd[1]: (com.apple.usernoted) This service is defined to be constantly running and is inherently inefficient.
    1/17/15 7:56:06.487 AM com.apple.xpc.launchd[1]: (com.apple.VoiceOver.running) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.488 AM com.apple.xpc.launchd[1]: (com.apple.ZoomWindow.running) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.488 AM com.apple.xpc.launchd[1]: (org.openbsd.ssh-agent) The ServiceIPC key is no longer respected. Please remove it.
    1/17/15 7:56:06.488 AM com.apple.xpc.launchd[1]: (com.apple.xpc.launchd.user.501.100006.Aqua) Failed to bootstrap path: path = /System/Library/LaunchAgents/com.apple.pluginkit.pkd.plist, error = 17: File exists
    1/17/15 7:56:06.488 AM com.apple.xpc.launchd[1]: (com.apple.xpc.launchd.user.501.100006.Aqua) Failed to bootstrap path: path = /System/Library/LaunchAgents/com.apple.mbpluginhost.user.plist, error = 17: File exists
    1/17/15 7:56:09.953 AM lsregister[369]: LaunchServices: Begin database seeding
    1/17/15 7:56:09.954 AM lsregister[369]: LaunchServices: Completed database seeding
    1/17/15 7:56:11.822 AM UserEventAgent[366]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    1/17/15 7:56:12.064 AM com.apple.xpc.launchd[1]: (com.apple.xpc.launchd.user.501.100006.Aqua) Could not import service from caller: caller = otherbsd.367, service = com.apple.photostream-agent, error = 119: Service is disabled
    1/17/15 7:56:12.064 AM otherbsd[367]: Could not submit LoginItem job com.apple.photostream-agent: 119: Service is disabled
    1/17/15 7:56:12.797 AM UserEventAgent[366]: user agent networkd: built Sep  9 2014 16:11:57
    1/17/15 7:56:13.843 AM UserEventAgent[366]: received an unknown event from daemon
    1/17/15 7:56:14.492 AM nsurlsessiond[373]: No directory for bundleID: com.apple.cloudd
    1/17/15 7:56:15.361 AM apsd[51]: Peer [pid=372] requested push wake but lacks APSPushWakeEntitlement
    1/17/15 7:56:17.800 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 7:56:17.833 AM secinitd[375]: UID[501]: cache loaded: /System/Library/Caches/com.apple.app-sandbox-cache.plist
    1/17/15 7:56:20.808 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 7:56:23.953 AM CalendarAgent[374]: Exception fetching ABCDContact in context <ABManagedObjectContext: 0x7fa46a629e50>: keypath birthdayComponents not found in entity <NSSQLEntity ABCDContact id=21>
    1/17/15 7:56:23.954 AM CalendarAgent[374]: Error fetching ABCDContact in context <ABManagedObjectContext: 0x7fa46a629e50>: (null) (null)
    1/17/15 7:57:44.128 AM apsd[51]: Attempt to set push wake topics without dark wake enabled: ()
    1/17/15 7:57:44.130 AM apsd[51]: Attempt to set push wake topics without dark wake enabled: ()
    1/17/15 7:57:44.132 AM apsd[51]: Attempt to set push wake topics without dark wake enabled: ()
    1/17/15 7:57:44.903 AM askpermissiond[382]: objc[382]: Class FALogging is implemented in both /System/Library/PrivateFrameworks/FamilyCircle.framework/Versions/A/FamilyCircl e and /System/Library/PrivateFrameworks/FamilyNotification.framework/Versions/A/Famil yNotification. One of the two will be used. Which one is undefined.
    1/17/15 7:57:44.921 AM askpermissiond[382]: StoreTransport: Resetting APS Connection using environment name production
    1/17/15 7:57:45.283 AM fmfd[383]: Initialized sandbox
    1/17/15 7:57:45.555 AM com.apple.xpc.launchd[1]: (com.apple.lakitu) The JoinExistingSession key is only available to Application services.
    1/17/15 7:57:45.555 AM com.apple.xpc.launchd[1]: (com.apple.accounts.dom) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 7:57:45.633 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 7:57:46.198 AM com.apple.iCloudHelper[384]: objc[384]: Class FALogging is implemented in both /System/Library/PrivateFrameworks/FamilyCircle.framework/Versions/A/FamilyCircl e and /System/Library/PrivateFrameworks/FamilyNotification.framework/Versions/A/Famil yNotification. One of the two will be used. Which one is undefined.
    1/17/15 7:57:46.252 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 7:57:46.532 AM apsd[51]: Peer [pid=383] requested push wake but lacks APSPushWakeEntitlement
    1/17/15 7:57:47.247 AM cloudd[385]: Could not create primary backing account
    1/17/15 7:57:56.509 AM identityservicesd[387]: [Warning] DeviceHeartbeat - Failed loading device heartbeat data from keychain -25300
    1/17/15 7:57:57.405 AM com.apple.xpc.launchd[1]: (com.apple.DataDetectorsDynamicData) The JoinExistingSession key is only available to Application services.
    1/17/15 7:57:57.411 AM com.apple.xpc.launchd[1]: (com.apple.FileSyncAgent.PHD.isRunning) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:57:57.413 AM com.apple.xpc.launchd[1]: (com.apple.mbloginhelper.user) This key does not do anything: OnDemand
    1/17/15 7:57:57.413 AM com.apple.xpc.launchd[1]: (com.apple.mbpluginhost.user) This key does not do anything: OnDemand
    1/17/15 7:57:57.419 AM com.apple.xpc.launchd[1]: (com.apple.secd) This key does not do anything: OnDemand
    1/17/15 7:57:57.419 AM com.apple.xpc.launchd[1]: (com.apple.secd) The ServiceIPC key is no longer respected. Please remove it.
    1/17/15 7:57:57.420 AM com.apple.xpc.launchd[1]: (com.apple.speech.speechsynthesisd) This key does not do anything: OnDemand
    1/17/15 7:57:57.422 AM com.apple.xpc.launchd[1]: (com.apple.TrustEvaluationAgent) This key does not do anything: OnDemand
    1/17/15 7:57:58.448 AM com.apple.audio.DriverHelper[391]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelDevice.
    1/17/15 7:57:58.448 AM com.apple.audio.DriverHelper[391]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelSharedUserClient.
    1/17/15 7:57:58.449 AM com.apple.audio.DriverHelper[391]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDSIVideoContext.
    1/17/15 7:57:58.449 AM com.apple.audio.DriverHelper[391]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class Gen6DVDContext.
    1/17/15 7:57:58.449 AM com.apple.audio.DriverHelper[391]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelDevice.
    1/17/15 7:57:58.449 AM com.apple.audio.DriverHelper[391]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelSharedUserClient.
    1/17/15 7:57:58.449 AM com.apple.audio.DriverHelper[391]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMain.
    1/17/15 7:57:58.449 AM com.apple.audio.DriverHelper[391]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMedia.
    1/17/15 7:57:58.449 AM com.apple.audio.DriverHelper[391]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextVEBox.
    1/17/15 7:57:58.449 AM com.apple.audio.DriverHelper[391]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    1/17/15 7:57:58.449 AM com.apple.audio.DriverHelper[391]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOHIDParamUserClient.
    1/17/15 7:57:58.449 AM com.apple.audio.DriverHelper[391]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOSurfaceRootUserClient.
    1/17/15 7:57:58.450 AM com.apple.audio.DriverHelper[391]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.AirPlayXPCHelper.
    1/17/15 7:57:58.450 AM com.apple.audio.DriverHelper[391]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.wirelessproxd.
    1/17/15 7:57:58.695 AM com.apple.xpc.launchd[1]: (com.apple.appkit.xpc.sandboxedServiceRunner) The JoinExistingSession key is only available to Application services.
    1/17/15 7:57:59.801 AM coreaudiod[390]: 2015-01-17 07:57:59.801136 AM [AirPlay] BTLE discovery removing all devices
    1/17/15 7:57:59.803 AM coreaudiod[390]: 2015-01-17 07:57:59.802622 AM [AirPlay] Resetting AWDL traffic registration.
    1/17/15 7:57:59.803 AM coreaudiod[390]: 2015-01-17 07:57:59.802933 AM [AirPlay] Deregister AirPlay traffic for AWDL at MAC 00:00:00:00:00:00 with target infra non critical PeerIndication=0 err=-3900
    1/17/15 7:57:59.981 AM com.apple.xpc.launchd[1]: (com.apple.imdmessageservices.IMDMessageServicesAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 7:57:59.984 AM com.apple.audio.DriverHelper[391]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    1/17/15 7:57:59.984 AM com.apple.audio.DriverHelper[391]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.blued.
    1/17/15 7:57:59.984 AM com.apple.audio.DriverHelper[391]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.bluetoothaudiod.
    1/17/15 7:58:00.144 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 7:58:00.336 AM discoveryd[50]: AwdlD2d AwdlD2dStartBrowsingForKey: '_airplay' Browsing service started
    1/17/15 7:58:00.336 AM discoveryd[50]: AwdlD2d AwdlD2dStartBrowsingForKey: '_raop' Browsing service started
    1/17/15 7:58:00.390 AM coreaudiod[390]: Logging disabled
    1/17/15 7:58:00.425 AM coreaudiod[390]: 2015-01-17 07:58:00.425163 AM [AirPlay] AirPlay: Performing audio format change for 4 (AP Out) to PCM/44100/16/2 for output and  for input
    1/17/15 7:58:00.425 AM coreaudiod[390]: 2015-01-17 07:58:00.425361 AM [AirPlay] AirPlay: Performing audio format change for 4 (AP Out) to PCM/44100/16/2 for output and  for input
    1/17/15 7:58:00.457 AM logind[66]: -[SessionManager getClient:withRole:inAuditSession:]:241: ERROR: No session dictionary for audit session 100010
    1/17/15 7:58:00.457 AM logind[66]: _SMGetSessionAgent:73: ERROR: __SMGetClientForAuditSessionAgent failed 2
    1/17/15 7:58:00.457 AM IMDPersistenceAgent[394]: SACShieldWindowShowing:925: ERROR: NULL response
    1/17/15 7:58:00.854 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 7:58:01.140 AM bluetoothaudiod[395]: Logging disabled
    1/17/15 7:58:01.344 AM identityservicesd[387]: <IMMacNotificationCenterManager: 0x7f802358b260>: Configuring notification center for identifier: com.apple.iChat   topics: (
    1/17/15 7:58:01.447 AM identityservicesd[387]: <IMMacNotificationCenterManager: 0x7f802358b260>:    NC Disabled: NO
    1/17/15 7:58:01.453 AM identityservicesd[387]: <IMMacNotificationCenterManager: 0x7f802358b260>:   DND Enabled: NO
    1/17/15 7:58:01.453 AM identityservicesd[387]: <IMMacNotificationCenterManager: 0x7f802358b260>: Updating enabled: YES   (Topics: (
    1/17/15 7:58:01.473 AM com.apple.xpc.launchd[1]: (com.apple.imtransferservices.IMTransferAgent) The _DirtyJetsamPriority key is not available on this platform.
    1/17/15 7:58:01.473 AM com.apple.xpc.launchd[1]: (com.apple.imtransferservices.IMTransferAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 7:58:01.474 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 7:58:01.509 AM CallHistorySyncHelper[381]: [Warning] Services all disappeared, removing all dependent devices
    1/17/15 7:58:01.509 AM callservicesd[389]: [Warning] Services all disappeared, removing all dependent devices
    1/17/15 7:58:01.534 AM com.apple.xpc.launchd[1]: (com.apple.auditd[398]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.auditd
    1/17/15 7:58:01.537 AM pboard[396]: Attempt to unlink previous shared memory during startup returned an error.  Continuing...
    1/17/15 7:58:01.541 AM imagent[392]: [Warning] Services all disappeared, removing all dependent devices
    1/17/15 7:58:01.662 AM kellerct[401]: audit warning: allsoft
    1/17/15 7:58:01.663 AM kellerct[402]: audit warning: soft /var/audit
    1/17/15 7:58:01.731 AM kellerct[404]: audit warning: closefile /var/audit/20150117135558.20150117135801
    1/17/15 7:58:01.752 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 7:58:03.110 AM logind[66]: -[SessionManager getClient:withRole:inAuditSession:]:241: ERROR: No session dictionary for audit session 100017
    1/17/15 7:58:03.110 AM logind[66]: _SMGetSessionAgent:73: ERROR: __SMGetClientForAuditSessionAgent failed 2
    1/17/15 7:58:03.111 AM IMRemoteURLConnectionAgent[397]: SACShieldWindowShowing:925: ERROR: NULL response
    1/17/15 7:58:03.346 AM com.apple.xpc.launchd[1]: (com.apple.imtransferservices.IMTransferAgent) The _DirtyJetsamPriority key is not available on this platform.
    1/17/15 7:58:03.346 AM com.apple.xpc.launchd[1]: (com.apple.imtransferservices.IMTransferAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 7:58:03.347 AM com.apple.xpc.launchd[1]: (com.apple.imtranscoding.IMTranscoderAgent) The _DirtyJetsamPriority key is not available on this platform.
    1/17/15 7:58:03.347 AM com.apple.xpc.launchd[1]: (com.apple.imtranscoding.IMTranscoderAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 7:58:03.475 AM imagent[392]: [Warning] IMDAccount: incoming 'defaults' is not a dictionary, (null), (null)
    1/17/15 7:58:03.475 AM imagent[392]: [Warning] IMDAccount: incoming 'defaults' is not a dictionary, (null), (null)
    1/17/15 7:58:03.924 AM callservicesd[389]: Failed to get the bundle id
    1/17/15 7:58:33.479 AM com.apple.xpc.launchd[1]: (com.apple.auditd[408]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.auditd
    1/17/15 7:58:33.493 AM kellerct[412]: audit warning: soft /var/audit
    1/17/15 7:58:33.493 AM kellerct[413]: audit warning: allsoft
    1/17/15 7:58:33.494 AM kellerct[414]: audit warning: closefile /var/audit/20150117135801.20150117135833
    1/17/15 7:59:03.103 AM kellerct[419]: audit warning: soft /var/audit
    1/17/15 7:59:03.103 AM kellerct[420]: audit warning: closefile /var/audit/20150117135833.20150117135903
    1/17/15 7:59:03.105 AM kellerct[421]: audit warning: allsoft
    1/17/15 7:59:03.177 AM com.apple.xpc.launchd[1]: (com.apple.imdmessageservices.IMDMessageServicesAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 7:59:03.177 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 7:59:36.026 AM com.apple.xpc.launchd[1]: (com.apple.auditd[430]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.auditd
    1/17/15 7:59:36.036 AM kellerct[434]: audit warning: allsoft
    1/17/15 7:59:36.036 AM kellerct[433]: audit warning: soft /var/audit
    1/17/15 7:59:36.056 AM kellerct[436]: audit warning: closefile /var/audit/20150117135903.20150117135936
    1/17/15 7:59:36.657 AM WindowServer[119]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'. Run with arg = -login
    1/17/15 7:59:39.235 AM WindowServer[119]: CGXSetDisplayColorProfileAndTransfer: Display 0x04271ac0: Unit 0; ColorProfile { 532686347 }; TransferTable (256, 3)
    1/17/15 7:59:40.686 AM com.apple.AmbientDisplayAgent[162]: AmbientDisplayAgent started
    1/17/15 7:59:52.327 AM WindowServer[119]: disable_update_timeout: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    1/17/15 7:59:52.763 AM WindowServer[119]: common_reenable_update: UI updates were finally reenabled by application "SystemUIServer" after 1.75 seconds (server forcibly re-enabled them after 1.32 seconds)
    1/17/15 7:59:54.344 AM sharingd[449]: 07:59:54.277 : Starting Up...
    1/17/15 7:59:54.350 AM sharingd[449]: 07:59:54.349 : Device Capabilities (Handoff:NO, Instant Hotspot:NO, AirDrop:NO, Legacy AirDrop:NO, Remote Disc:NO)
    1/17/15 7:59:58.399 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 7:59:58.799 AM sharingd[449]: [Warning] Services all disappeared, removing all dependent devices
    1/17/15 7:59:59.943 AM iconservicesagent[452]: iconservicesagent launched.
    1/17/15 8:00:00.665 AM Spotlight[442]: spot: agent checkin
    1/17/15 8:00:00.971 AM Spotlight[442]: connectionToService 0x6080001185d0
    1/17/15 8:00:01.215 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 8:00:01.754 AM iconservicesagent[452]: Starting service with cache path: /var/folders/kp/bghl35295gq0lksv9z_tj65w0000gn/C/com.apple.iconservices
    1/17/15 8:00:01.927 AM Finder[437]: assertion failed: 14B25: libxpc.dylib + 97940 [9437C02E-A07B-38C8-91CB-299FAA63083D]: 0x89
    1/17/15 8:00:02.172 AM SystemUIServer[429]: Cannot find executable for CFBundle 0x7f8e21515e20 </System/Library/CoreServices/Menu Extras/Clock.menu> (not loaded)
    1/17/15 8:00:02.490 AM sharingd[449]: 08:00:02.489 : No delegate parameters from account, account exists = NO
    1/17/15 8:00:02.490 AM sharingd[449]: 08:00:02.490 : Tethering: Identifier needs fixing
    1/17/15 8:00:02.493 AM sharingd[449]: 08:00:02.492 : No delegate parameters from account, account exists = NO
    1/17/15 8:00:02.497 AM sharingd[449]: 08:00:02.496 : No delegate parameters from account, account exists = NO
    1/17/15 8:00:02.802 AM SystemUIServer[429]: Cannot find executable for CFBundle 0x7f8e215168c0 </System/Library/CoreServices/Menu Extras/Volume.menu> (not loaded)
    1/17/15 8:00:04.460 AM com.apple.metadata.SpotlightNetHelper[453]: CGSConnectionByID: 0 is not a valid connection ID.
    1/17/15 8:00:04.460 AM com.apple.metadata.SpotlightNetHelper[453]: Invalid Connection ID 0
    1/17/15 8:00:07.583 AM WindowServer[119]: disable_update_timeout: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    1/17/15 8:00:07.000 AM kernel[0]: Sandbox: Finder(437) System Policy: deny file-write-unlink /Users/kellerct/Library/Saved Application State/com.apple.finder.savedState/restorecount.plist
    1/17/15 8:00:11.064 AM WindowServer[119]: common_reenable_update: UI updates were finally reenabled by application "SystemUIServer" after 4.48 seconds (server forcibly re-enabled them after 1.00 seconds)
    1/17/15 8:00:12.019 AM Spotlight[442]: applications query - started
    1/17/15 8:00:13.397 AM WindowServer[119]: disable_update_timeout: UI updates were forcibly disabled by application "Finder" for over 1.00 seconds. Server has re-enabled them.
    1/17/15 8:00:13.408 AM WindowServer[119]: common_reenable_update: UI updates were finally reenabled by application "Finder" after 2.09 seconds (server forcibly re-enabled them after 2.07 seconds)
    1/17/15 8:00:13.434 AM com.apple.SecurityServer[54]: Session 100022 created
    1/17/15 8:00:15.198 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 8:00:17.444 AM com.apple.xpc.launchd[1]: (com.apple.quicklook[460]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.quicklook
    1/17/15 8:00:18.400 AM storeaccountd[458]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ff821d2d7e0> connection from pid 453 with interface <AccountServiceInterface: 0x7ff821d2f000> (PID 453)
    1/17/15 8:00:19.767 AM Finder[437]: CoreDockSetTrashFull returned error -4956
    1/17/15 8:00:33.161 AM com.apple.xpc.launchd[1]: (com.apple.PhotoApps.AVCHDConverter) Unknown key for dictionary: EnvironmentVarialbles
    1/17/15 8:00:33.162 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 8:00:33.511 AM WindowServer[119]: CGXGetConnectionProperty: Invalid connection 38503
    1/17/15 8:00:36.958 AM Spotlight[442]: applications query - finished in 25 seconds
    1/17/15 8:00:45.091 AM iconservicesd[37]: Failed to move temp file /Library/Caches/com.apple.iconservices.store/56B5168D-6EE1-1078-094C-DF302C9E25 2E.isdata.tmp to /Library/Caches/com.apple.iconservices.store/56B5168D-6EE1-1078-094C-DF302C9E25 2E.isdata with error: Error Domain=NSCocoaErrorDomain Code=516 "“56B5168D-6EE1-1078-094C-DF302C9E252E.isdata.tmp” couldn’t be moved to “com.apple.iconservices.store” because an item with the same name already exists." UserInfo=0x7faec0c1ce50 {NSSourceFilePathErrorKey=/Library/Caches/com.apple.iconservices.store/56B5168D -6EE1-1078-094C-DF302C9E252E.isdata.tmp, NSUserStringVariant=(
        Move
    ), NSDestinationFilePath=/Library/Caches/com.apple.iconservices.store/56B5168D-6EE 1-1078-094C-DF302C9E252E.isdata, NSFilePath=/Library/Caches/com.apple.iconservices.store/56B5168D-6EE1-1078-094C -DF302C9E252E.isdata.tmp, NSUnderlyingError=0x7faec0c20620 "The operation couldn’t be completed. File exists"}
    1/17/15 8:00:45.202 AM com.apple.xpc.launchd[1]: (com.apple.ReportCrash[489]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.ReportCrash
    1/17/15 8:00:46.662 AM ReportCrash[489]: Attempt to read info_array in pid 486 failed, address was 8fea0edc
    1/17/15 8:00:47.005 AM ReportCrash[489]: Attempt to read info_array in pid 486 failed, address was 8fea0edc
    1/17/15 8:00:47.203 AM ReportCrash[489]: Attempt to read info_array in pid 486 failed, address was 8fea0edc
    1/17/15 8:00:47.303 AM ReportCrash[489]: Attempt to read info_array in pid 486 failed, address was 8fea0edc
    1/17/15 8:00:47.418 AM ReportCrash[489]: Attempt to read info_array in pid 486 failed, address was 8fea0edc
    1/17/15 8:00:47.420 AM ReportCrash[489]: Attempt to read info_array in pid 486 failed, address was 8fea0edc
    1/17/15 8:00:48.868 AM com.apple.xpc.launchd[1]: (com.ibm.Notes.helper.57684[484]) Service exited with abnormal code: 133
    1/17/15 8:00:48.870 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 8:00:50.893 AM WiFiAgent[478]: [NO client logger] <Sep  9 2014 16:12:26> WIFICLOUDSYNC WiFiCloudSyncEngineCreate: created...
    1/17/15 8:00:50.894 AM WiFiAgent[478]: [NO client logger] <Sep  9 2014 16:12:26> WIFICLOUDSYNC WiFiCloudSyncEngineRegisterCallbacks: WiFiCloudSyncEngineCallbacks version - 0, bundle id - com.apple.wifi.WiFiAgent
    1/17/15 8:00:52.993 AM storeaccountd[458]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ff821d1b380> connection from pid 425 with interface <AccountServiceInterface: 0x7ff821d21870> (PID 425)
    1/17/15 8:00:56.590 AM Keychain Circle Notification[468]: Posted at launch: (
    1/17/15 8:00:59.357 AM ReportCrash[489]: Saved crash report for mpreload[486] version ??? to /Users/kellerct/Library/Logs/DiagnosticReports/mpreload_2015-01-17-080057_chris -kellers-imac-2.crash
    1/17/15 8:01:00.381 AM storeaccountd[458]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ff821d26660> connection from pid 471 with interface <AccountServiceInterface: 0x7ff821d26a90> (PID 471)
    1/17/15 8:01:02.464 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 8:01:08.936 AM CloudKeychainProxy[493]:  __45-[UbiqitousKVSProxy doEnsurePeerRegistration]_block_invoke <UB---e-C---> ensurePeerRegistration called, success ((null))
    1/17/15 8:01:09.116 AM Keychain Circle Notification[468]: rawStatus -1, #applicants 0, #peers 0, err=Error Domain=com.apple.security.sos.error Code=2 "The operation couldn’t be completed. (com.apple.security.sos.error error 2 - Remote error : The operation couldn‚Äôt be completed. (com.apple.security.sos.error error 2 - Public Key not available - failed to register before call))" UserInfo=0x7fe810c50330 {NSDescription=Remote error : The operation couldn‚Äôt be completed. (com.apple.security.sos.error error 2 - Public Key not available - failed to register before call)}
    1/17/15 8:01:09.457 AM Keychain Circle Notification[468]: Checking validity of 0 notes
    1/17/15 8:01:09.459 AM Keychain Circle Notification[468]: writeToStorage plist={
        applcationDate = "0000-12-30 00:00:00 +0000";
        lastCircleStatus = "-1";
        lastWritten = "2015-01-17 14:01:09 +0000";
        pendingApplicationReminder = "4001-01-01 00:00:00 +0000";
        pendingApplicationReminderInterval = 172800;
    1/17/15 8:01:11.225 AM NotificationCenter[471]: Layout still needs update after calling -[NSView layout].  NSView or one of its superclasses may have overridden -layout without calling super. Or, something may have dirtied layout in the middle of updating it.  Both are programming errors in Cocoa Autolayout.  The former is pretty likely to arise if some pre-Cocoa Autolayout class had a method called layout, but it should be fixed.
    1/17/15 8:01:13.128 AM Fitbit Connect Menubar Helper[490]: <FBMessenger: 0x6080000a4440>: Another data is still sending. Placing send request into queue.
    1/17/15 8:01:22.339 AM Pages[485]: WARNING: The Gestalt selector gestaltSystemVersion is returning 10.9.1 instead of 10.10.1. Use NSProcessInfo's operatingSystemVersion property to get correct system version number.
    Call location:
    1/17/15 8:01:22.707 AM Pages[485]: 0   CarbonCore                          0x906087e7 ___Gestalt_SystemVersion_block_invoke + 135
    1/17/15 8:01:22.707 AM Pages[485]: 1   libdispatch.dylib                   0x9ac890b5 dispatch_once_f + 251
    1/17/15 8:01:22.707 AM Pages[485]: 2   libdispatch.dylib                   0x9ac8a0d8 dispatch_once + 31
    1/17/15 8:01:22.707 AM Pages[485]: 3   CarbonCore                          0x9059afb8 _Gestalt_SystemVersion + 1050
    1/17/15 8:01:22.707 AM Pages[485]: 4   CarbonCore                          0x9059ab69 Gestalt + 150
    1/17/15 8:01:22.707 AM Pages[485]: 5   SFUtility                           0x00c7af7d GetSystemVersion + 29
    1/17/15 8:01:22.707 AM Pages[485]: 6   Pages                               0x00002ede main + 62
    1/17/15 8:01:35.736 AM AppleIDAuthAgent[473]: AppleIdAuth URL: https://identity.apple.com/dsservices/dsxmlrpc
    1/17/15 8:01:37.085 AM storeassetd[501]: AssetServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fb75141bd40> connection from pid 498 with interface <AssetServiceInterface: 0x7fb751410710> (PID 498)
    1/17/15 8:01:39.000 AM kernel[0]: BUG in process suhelperd[176]: over-released legacy external boost assertions (0 total, 0 external, 0 legacy-external)
    1/17/15 8:01:44.660 AM storeassetd[501]: addOperation <UpdateOperation: 0x7fb751521c00>{name = '(null)'}
    1/17/15 8:01:52.676 AM locationd[177]: Couldn't find a requirement string for masquerading client /System/Library/PrivateFrameworks/Parsec.framework
    1/17/15 8:01:53.484 AM pkd[450]: FCIsAppAllowedToLaunchExt [343] -- *** _FCMIGAppCanLaunch timed out. Returning false.
    1/17/15 8:01:54.977 AM locationd[177]: could not get apple languages array, assuming english
    1/17/15 8:01:58.753 AM storeaccountd[458]: ADI: {
        "Cache-Control" = "no-transform, max-age=5783";
        Connection = "keep-alive";
        "Content-Encoding" = gzip;
        "Content-Length" = 21198;
        "Content-Type" = "text/xml; charset=UTF-8";
        Date = "Sat, 17 Jan 2015 14:01:58 GMT";
        "Last-Modified" = "Sat, 17 Jan 2015 09:59:41 GMT";
        Server = "ATS/4.1.0";
        "Strict-Transport-Security" = "max-age=31536000";
        Vary = "Accept-Encoding, X-Apple-Store-Front, Cookie, User-Agent";
        "X-Apple-ATS-Cache-Key" = "/init.itunes.apple.com/80/WebObjects/MZInit.woa/wa/initiateSession/MacAppStore /2.0%20/143441-1/13/https/itspod=71?ix=5";
        "X-Apple-Partner" = "origin.0";
        "apple-timing-app" = "52 ms";
        "x-apple-aka-ttl" = "Generated Sat Jan 17 01:59:41 PST 2015, Expires Sat Jan 17 07:39:41 PST 2015, TTL 20400s";
        "x-apple-application-instance" = 36907;
        "x-apple-application-site" = ST11;
        "x-apple-jingle-correlation-key" = 7NX7P35WOS6TXF5G23YINVLGHI;
        "x-apple-max-age" = 14400;
        "x-apple-orig-url" = "https://init.itunes.apple.com/WebObjects/MZInit.woa/wa/initiateSession?ix=5&user AgentCacheKey=MacAppStore%2f2.0%20";
        "x-apple-request-store-front" = "143441-1,13";
        "x-apple-translated-wo-url" = "/WebObjects/MZInit.woa/wa/initiateSession?ix=5&userAgentCacheKey=MacAppStore%2 f2.0%20";
        "x-webobjects-loadaverage" = 0;
    1/17/15 8:02:08.230 AM locationd[177]: could not get apple languages array, assuming english
    1/17/15 8:02:20.274 AM storeaccountd[458]: ADI: {
        "Access-Control-Allow-Origin" = "*";
        "Cache-Control" = "private, max-age=60";
        Connection = "keep-alive";
        "Content-Length" = 2;
        "Content-Type" = "application/json; charset=UTF-8";
        Date = "Sat, 17 Jan 2015 14:02:20 GMT";
        Expires = "Sat, 17 Jan 2015 14:03:20 GMT";
        "Strict-Transport-Security" = "max-age=31536000";
        Vary = "X-Apple-Store-Front,X-Dsid,Cookie";
        "access-control-allow-credentials" = true;
        "apple-timing-app" = "0 ms";
        "x-apple-application-instance" = 10558;
        "x-apple-application-site" = NWK;
        "x-apple-jingle-correlation-key" = 3JUEEVPJFUPYEO3XLZVQSHT6KU;
        "x-webobjects-loadaverage" = 2;
    1/17/15 8:02:22.337 AM com.apple.backupd[223]: Network destination already mounted at: /Volumes/TimeMachine
    1/17/15 8:02:33.697 AM storeaccountd[458]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ff821c5e730> connection from pid 501 with interface <AccountServiceInterface: 0x7ff821c4c530> (PID 501)
    1/17/15 8:02:38.681 AM WindowServer[119]: disable_update_timeout: UI updates were forcibly disabled by application "Mail" for over 1.00 seconds. Server has re-enabled them.
    1/17/15 8:02:40.187 AM com.apple.xpc.launchd[1]: (com.apple.StreamingUnzipService) The _DirtyJetsamPriority key is not available on this platform.
    1/17/15 8:02:40.187 AM com.apple.xpc.launchd[1]: (com.apple.StreamingUnzipService) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 8:02:41.433 AM storedownloadd[508]: DownloadServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ffe40d080e0> connection from pid 501 with interface <DownloadServiceInterface: 0x7ffe40d09c10> (PID 501)
    1/17/15 8:02:42.951 AM WindowServer[119]: common_reenable_update: UI updates were finally reenabled by application "Mail" after 5.27 seconds (server forcibly re-enabled them after 1.00 seconds)
    1/17/15 8:02:44.324 AM WindowServer[119]: disable_update_timeout: UI updates were forcibly disabled by application "Finder" for over 1.00 seconds. Server has re-enabled them.
    1/17/15 8:02:47.184 AM WindowServer[119]: disable_update_timeout: UI updates were forcibly disabled by application "iPhoto" for over 1.00 seconds. Server has re-enabled them.
    1/17/15 8:02:49.649 AM com.apple.xpc.launchd[1]: (com.apple.quicklook[515]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.quicklook
    1/17/15 8:02:49.896 AM WindowServer[119]: common_reenable_update: UI updates were finally reenabled by application "iPhoto" after 3.71 seconds (server forcibly re-enabled them after 1.00 seconds)
    1/17/15 8:02:50.915 AM com.apple.backupd[223]: Disk image already attached: /Volumes/TimeMachine/Chris Keller’s iMac.sparsebundle, DIHLDiskImageAttach returned: 35
    1/17/15 8:02:52.477 AM WindowServer[119]: common_reenable_update: UI updates were finally reenabled by application "Finder" after 9.15 seconds (server forcibly re-enabled them after 1.00 seconds)
    1/17/15 8:02:55.119 AM WindowServer[119]: disable_update_timeout: UI updates were forcibly disabled by application "Finder" for over 1.00 seconds. Server has re-enabled them.
    1/17/15 8:02:55.626 AM WindowServer[119]: common_reenable_update: UI updates were finally reenabled by application "Finder" after 1.51 seconds (server forcibly re-enabled them after 1.00 seconds)
    1/17/15 8:02:56.051 AM WindowServer[119]: Display 0x4271ac0 captured by conn 0x830f
    1/17/15 8:02:57.685 AM com.apple.backupd[223]: Disk image /Volumes/TimeMachine/Chris Keller’s iMac.sparsebundle mounted at: /Volumes/Time Machine Backups
    1/17/15 8:03:05.600 AM findNames[514]: dispatch_semaphore_wait() time out: -[IMKUserDictionary reloadWithCompletionHandler:]
    1/17/15 8:03:09.145 AM apsd[51]: Peer [pid=372] requested push wake but lacks APSPushWakeEntitlement
    1/17/15 8:03:09.147 AM identityservicesd[387]: <IMMacNotificationCenterManager: 0x7f802358b260>: notification observer: com.apple.iChat   notification: __CFNotification 0x7f8023435240 {name = _NSDoNotDisturbEnabledNotification}
    1/17/15 8:03:12.864 AM identityservicesd[387]: <IMMacNotificationCenterManager: 0x7f802358b260>:    NC Disabled: NO
    1/17/15 8:03:13.765 AM identityservicesd[387]: <IMMacNotificationCenterManager: 0x7f802358b260>:   DND Enabled: YES
    1/17/15 8:03:13.765 AM identityservicesd[387]: <IMMacNotificationCenterManager: 0x7f802358b260>: Updating enabled: NO   (Topics: (null))
    1/17/15 8:03:15.085 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 8:03:26.274 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 8:03:32.237 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 8:03:33.955 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 8:03:35.114 AM com.apple.xpc.launchd[1]: (com.apple.quicklook.satellite.56EAB7C9-0C8F-4B87-9812-6B4934BB8288[522]) Service exited due to signal: Killed: 9
    1/17/15 8:03:47.274 AM WindowServer[119]: disable_update_timeout: UI updates were forcibly disabled by application "Finder" for over 1.00 seconds. Server has re-enabled them.
    1/17/15 8:03:48.221 AM WindowServer[119]: common_reenable_update: UI updates were finally reenabled by application "Finder" after 1.95 seconds (server forcibly re-enabled them after 1.00 seconds)
    1/17/15 8:03:48.558 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 8:03:58.043 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 8:04:02.423 AM QuickLookSatellite[528]: Failed to obtain sandbox extension for path=/Users/kellerct/Library/Caches/com.apple.quicklook.satellite. Errno:1
    1/17/15 8:04:03.355 AM QuickLookSatellite[528]: Failed to obtain sandbox extension for path=/Users/kellerct/Library/Caches/com.apple.quicklook.satellite. Errno:1
    1/17/15 8:04:14.086 AM com.apple.xpc.launchd[1]: (com.apple.quicklook.satellite.56EAB7C9-0C8F-4B87-9812-6B4934BB8288[528]) Service exited due to signal: Killed: 9
    1/17/15 8:04:19.644 AM WindowServer[119]: disable_update_timeout: UI updates were forcibly disabled by application "Dropbox" for over 1.00 seconds. Server has re-enabled them.
    1/17/15 8:04:21.323 AM WindowServer[119]: common_reenable_update: UI updates were finally reenabled by application "Dropbox" after 2.68 seconds (server forcibly re-enabled them after 1.00 seconds)
    1/17/15 8:04:39.152 AM apsd[51]: Peer [pid=372] requested push wake but lacks APSPushWakeEntitlement
    1/17/15 8:04:39.152 AM identityservicesd[387]: <IMMacNotificationCenterManager: 0x7f802358b260>: notification observer: com.apple.iChat   notification: __CFNotification 0x7f8023594a30 {name = _NSDoNotDisturbDisabledNotification}
    1/17/15 8:04:40.740 AM WindowServer[119]: Display 0x4271ac0 released by conn 0x830f
    1/17/15 8:04:40.902 AM identityservicesd[387]: <IMMacNotificationCenterManager: 0x7f802358b260>:    NC Disabled: NO
    1/17/15 8:04:40.909 AM identityservicesd[387]: <IMMacNotificationCenterManager: 0x7f802358b260>:   DND Enabled: NO
    1/17/15 8:04:40.909 AM identityservicesd[387]: <IMMacNotificationCenterManager: 0x7f802358b260>: Updating enabled: YES   (Topics: (
    1/17/15 8:04:46.000 AM kernel[0]: fsevents: watcher dbfseventsd (pid: 542) - Using /dev/fsevents directly is unsupported.  Migrate to FSEventsFramework
    1/17/15 8:04:55.896 AM pkd[450]: UNINSTALLED:com.getdropbox.dropbox.garcon com.getdropbox.dropbox.garcon(1.7) 40AFE2D2-8557-4B8B-9844-3A767C1434E1 /Applications/Dropbox.app/Contents/PlugIns/garcon.appex
    1/17/15 8:04:55.925 AM pkd[450]: INSTALLED:com.getdropbox.dropbox.garcon com.getdropbox.dropbox.garcon(1.7) <__NSConcreteUUID 0x7fde10ca7cb0> 6301D176-51BE-49D5-98E7-67E1B12813C1 /Applications/Dropbox.app/Contents/PlugIns/garcon.appex
    1/17/15 8:04:59.601 AM CoreServicesUIAgent[457]: unexpected message <OS_xpc_error: <error: 0x7fff78ae9c60> { count = 1, contents =
      "XPCErrorDescription" => <string: 0x7fff78ae9f70> { length = 18, contents = "Connection invalid" }
    }>
    1/17/15 8:04:59.688 AM com.apple.xpc.launchd[1]: (com.apple.quicklook.satellite.D7A66065-B379-44F2-9D2E-2AC374FAEFAF[536]) Service exited due to signal: Killed: 9
    Thanks again for your help.

  • Why is my Macbook Pro very slow to boot and also everything else?

    Hi,
    When I start my computer, it remains at the silver screen with Apple logo forever. The startup boot is supremely slow.
    Even while i am opening applications, the icons keep on jumping at the dock for a long time before the application starts.
    The problem started about two months ago however it has worsened a lot recently. This is my etrecheck profile. Hope it helps. Any help will be appreciated.
    My MacbookPro is very slow. Here's the Etrecheck report.
    Let me know what i should do.
    EtreCheck version: 1.9.15 (52)
    Report generated September 5, 2014 5:53:36 PM EDT
    Hardware Information: ?
        MacBook Pro (13-inch, Early 2011) (Verified)
        MacBook Pro - model: MacBookPro8,1
        1 2.3 GHz Intel Core i5 CPU: 2 cores
        4 GB RAM
    Video Information: ?
        Intel HD Graphics 3000 - VRAM: 384 MB
            Color LCD 1280 x 800
    System Software: ?
        Mac OS X 10.7.5 (11G63) - Uptime: 0 days 0:15:32
    Disk Information: ?
        Hitachi HTS545032B9A302 disk0 : (320.07 GB)
        S.M.A.R.T. Status: Verified
            disk0s1 (disk0s1) <not mounted>: 209.7 MB
            Macintosh HD (disk0s2) / [Startup]: 319.21 GB (200.46 GB free)
            Recovery HD (disk0s3) <not mounted>: 650 MB
        MATSHITADVD-R   UJ-898 
    USB Information: ?
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ?
        Apple, Inc. MacBook Pro
    Kernel Extensions: ?
        [not loaded]    com.devguru.driver.SamsungACMControl (1.4.17 - SDK 10.6) Support
        [not loaded]    com.devguru.driver.SamsungACMData (1.4.17 - SDK 10.6) Support
        [not loaded]    com.devguru.driver.SamsungComposite (1.4.17 - SDK 10.6) Support
        [not loaded]    com.devguru.driver.SamsungMTP (1.4.17 - SDK 10.5) Support
        [not loaded]    com.devguru.driver.SamsungSerial (1.4.17 - SDK 10.6) Support
    Startup Items: ?
        ciscod: Path: /System/Library/StartupItems/ciscod
    Launch Daemons: ?
        [loaded]    com.adobe.fpsaud.plist Support
        [loaded]    com.adobe.SwitchBoard.plist Support
        [running]    com.cisco.anyconnect.vpnagentd.plist Support
        [loaded]    com.google.keystone.daemon.plist Support
        [loaded]    com.microsoft.office.licensing.helper.plist Support
        [loaded]    com.oracle.java.Helper-Tool.plist Support
    Launch Agents: ?
        [not loaded]    com.adobe.AAM.Updater-1.0.plist Support
        [loaded]    com.cisco.anyconnect.gui.plist Support
        [loaded]    com.google.keystone.agent.plist Support
        [loaded]    com.oracle.java.Java-Updater.plist Support
    User Launch Agents: ?
        [loaded]    com.adobe.AAM.Updater-1.0.plist Support
        [loaded]    com.adobe.ARM.[...].plist Support
        [failed]    com.apple.CSConfigDotMacCert-[...]@me.com-SharedServices.Agent.plist
        [loaded]    com.divx.agent.postinstall.plist Support
        [loaded]    com.facebook.videochat.[redacted].plist Support
    User Login Items: ?
        iTunesHelper
        Octoshape
        Dropbox
        AdobeResourceSynchronizer
        fuspredownloader
        KiesAgent
    Internet Plug-ins: ?
        o1dbrowserplugin: Version: 5.4.2.18903 Support
        OVSHelper: Version: 1.1 Support
        Flip4Mac WMV Plugin: Version: 2.4.4.2 Support
        AdobePDFViewerNPAPI: Version: 11.0.07 - SDK 10.6 Support
        FlashPlayer-10.6: Version: 14.0.0.145 - SDK 10.6 Support
        DivXBrowserPlugin: Version: 2.2 Support
        Silverlight: Version: 5.1.20125.0 - SDK 10.6 Support
        Flash Player: Version: 14.0.0.145 - SDK 10.6 Outdated! Update
        iPhotoPhotocast: Version: 7.0 - SDK 10.8
        googletalkbrowserplugin: Version: 5.4.2.18903 Support
        QuickTime Plugin: Version: 7.7.1
        AdobePDFViewer: Version: 11.0.07 - SDK 10.6 Support
        SharePointBrowserPlugin: Version: 14.4.2 - SDK 10.6 Support
        JavaAppletPlugin: Version: Java 7 Update 25 Check version
    Safari Extensions: ?
        DivXHTML5
    Audio Plug-ins: ?
        iSightAudio: Version: 7.7.1 - SDK 10.7
    iTunes Plug-ins: ?
        Quartz Composer Visualizer: Version: 1.3 - SDK 10.7
    User Internet Plug-ins ?
        OctoshapeWeb: Version: 1.0 - SDK 10.8 Support
        Google Earth Web Plug-in: Version: 7.1 Support
    3rd Party Preference Panes: ?
        DivX  Support
        Flash Player  Support
        Flip4Mac WMV  Support
        Java  Support
    Time Machine: ?
        Time Machine not configured!
    Top Processes by CPU: ?
             6%    firefox
             3%    airportd
             3%    socketfilterfw
             3%    WindowServer
             0%    fontd
    Top Processes by Memory: ?
        496 MB    firefox
        111 MB    Dropbox
        94 MB    mds
        82 MB    Finder
        53 MB    WindowServer
    Virtual Memory Information: ?
        1.36 GB    Free RAM
        1.19 GB    Active RAM
        508 MB    Inactive RAM
        975 MB    Wired RAM
        268 MB    Page-ins
        0 B    Page-outs

    Please uninstall "Cisco AnyConnect" and see whether there's an improvement. If there is, check to see whether there's an update, or preferably, use the built-in Cisco client instead.
    Any third-party software that doesn't install by drag-and-drop into the Applications folder, and uninstall by drag-and-drop to the Trash, is a system modification.
    Whenever you remove system modifications, they must be removed completely, and the only way to do that is to use the uninstallation tool, if any, provided by the developers, or to follow their instructions. If the software has been incompletely removed, you may have to re-download or even reinstall it in order to finish the job.
    I never install system modifications myself, and except as stated in this comment, I don't know how to uninstall them. You'll have to do your own research to find that information.
    Here are some general guidelines to get you started. Suppose you want to remove something called “BrickMyMac” (a hypothetical example.) First, consult the product's Help menu, if there is one, for instructions. Finding none there, look on the developer's website, say www.brickmymac.com. (That may not be the actual name of the site; if necessary, search the Web for the product name.) If you don’t find anything on the website or in your search, contact the developer. While you're waiting for a response, download BrickMyMac.dmg and open it. There may be an application in there such as “Uninstall BrickMyMac.” If not, open “BrickMyMac.pkg” and look for an Uninstall button. The uninstaller might also be accessed by clicking the Customize button, if there is one.
    Back up all data before making any changes.
    You will generally have to restart the computer in order to complete an uninstallation. Until you do that, there may be no effect, or unpredictable effects.
    If you can’t remove software in any other way, you’ll have to erase and install OS X. Never install any third-party software unless you're sure you know how to uninstall it; otherwise you may create problems that are very hard to solve.
    Trying to remove complex system modifications by hunting for files by name often will not work and may make the problem worse. The same goes for "utilities" such as "AppCleaner" and the like that purport to remove software.

  • Windows 7 + Office 2007 & 2010 VERY slow saving files to on 2008 R2 files shares

    OK I have litterally tried everthing in every forum there is to resolve this. It is only happening on our Win 7 workstations that are running Office 2007 or 2010.  Our file shares are on a 2008 R2 server. Opening and saving files on the shares using
    Office is very slow. I have tried updates and server and workstations are 100% up to date. The server is only running as a file share server. Nothing else on it. We have completely set up new PC's to test with clean Win 7 installs and nothing else except Office.
    Nothing else on the network is slow at all. I have tried all the hotfixes in the world that could relate to this from many hours of research into possible causes. I have done the EnableShellDataCaching fix, the SMB 2 disable fix, the windows search/indexer
    fix, the pdfmaker fix, the lookup wizard add-in fix, the go to the newest firmware on the cisco switch fix, update workstation nic driver fix, the Trusted Locations in Excel fix, and about a dozen other fixes. NOTHING WORKS! This has brought our Win 7
    and Office 2007/2010 users to a halt in their ability to do their jobs. Our company is suffering badly. And did I mention that our IT dept is getting a lot of heat and criticism about it. FYI we are running an IBM E5450 with dual multi-thread
    multi-core(8) 3 Mhz Intel Xeon processors with 2008 R2 64-bit, 12 GB ram, and the server is using litterally no resources. Network connected is Gigabit. This has to be a Microsoft issue with 2008/Win 7/Office 2007&2010. This has become a nightmare for
    out IT dept and has consumed weeks of our time when we need to be working on other projects. Can anyone solve this. Microsoft: Please release a REAL fix for this that we can run on the server or push via GPO to the workstations.

    Hi,
    Take a look at this and see if it helps:
    http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx
    also
    Office 2010 components, such as Word 2010?
    At this time, I suggest trying to start Excel in safe mode. Then, open the Excel file or create a new Excel file, and save the file to the network again.
    Start the Excel program in safe mode
    1.       Click Start, point to All Programs, and then point to Microsoft Office.
    2.        Press and hold the CTRL key, and then click the Microsoft Excel.
    If the problem does not occur in the safe mode, this issue might be related to some third-party add-ins in the Excel program, we can try to disable them. Normally, you could do the following to disable the conflict add-ins in your Excel program:
    Disable add-ins
    Click File menu, click Options >  Add-in, click Go button in the Manage: Com-in Add.
    Check if there are any add-ins, clear the checkbox to disable them.
    Close the Office program and restart it.
    Add one check back each time to the list of Add-In, restart the Office program, and repeat the above procedure. Once the issue reappears again, we can determine which add-in causes this problem and then disable it.
    Please take your time to try the suggestions and let me know the results at your earliest convenience.  If anything is unclear or if there is anything I can do for you, please feel free to let me know.
    ====
    Is the performance also slow when you trying to save the Excel file to other network path?
    At this time, we can also try to test this issue in the clean boot mode.
    Test in Clean boot Mode
    ===============
    Let’s disable all startup items and third party services when booting. This method will help us determine if this issue is caused by a loading program or service. Please perform the following steps:
    1.       Click the Start Button type "msconfig" (without quotation marks) in the Start Search box, and then press Enter.
    Note: If prompted, please click Continue on the User Account Control (UAC) window.
    2.        Click the "Services" tab, check the "Hide All Microsoft Services" box and click "Disable All" (if it is not gray).
    3.       Click the "Startup" tab, click "Disable All" and click "OK".
    Then, restart the computer. When the "System Configuration Utility" window appears, please check the "Don't show this message or launch the System Configuration Utility when Windows starts" box and click OK.
    Note: Temporarily disabling the Startup Group only prevents the startup programs from loading at startup. This should not affect the system or other programs. We may still manually run these programs later.
    What’s the result now?
    How to return from the Clean Boot state
    After the troubleshooting, we can return from the clean boot state:
    1.       Click the Start Button type "msconfig" (without quotation marks) in the Start Search box, and then press Enter.
    Note: If prompted, please click Continue on the User Account Control (UAC) window.
    2.       On the "General" tab, click "Normal Startup - load all device drivers and services".
    3.       Click OK. Click Restart when you are prompted to restart your computer.
    If this answer solves your problem, please check Mark as Answered. If this answer helps, please click the Vote as Helpful button. Cheers, Shane Devenshire

  • IPad 1 got very slow after installing ios5

    After I have installed ios5 my iPad 1 got very slow. I press the settings button and wait for 5 seconds to appear.
    Any ideas?

    First, we need to accept that the iPad will be slower under iOS5 than iOS4.  This is a standard situation, caused by each iOS upgrade being optimized for the newest iDevices – which have much faster processors.  (You should see how slow an iPhone 3G is under iOS4!)
    Mine isn't dreadfully slow, but it is slower than under iOS4.  Apple's ideal solution would be to upgrade to the iPad 2; assuming that (like me) you don't want to do this, the best way to speed up the iPad is to do a soft reset.  (This has helped me in almost every situation where the iPad--or my iPhone--got very slow, or had too many crashes.)  Hold down the Home button and the Sleep button until the screen first goes black, then shows a white apple symbol.  It takes a while to finish resetting, but it clears most of the data that cause the slowdown.
    To my surprise, by the way, it appears that shutting the device off (hold down the power button until the "slide to power off" bar appear, then slide) does not do as complete a job resetting the iPad as the soft reset.

  • When i start my hot backup my database getting very slow

    Hi,
    I am using following commands for enabling hot backup
    SQL>ALTER SYSTEM ARCHIVE LOG CURRENT;
    SQL>ARCHIVE LOG LIST;
    SQL >ALTER DABATBASE BEGIN BACKUP;
    Database altered.
    SQL>SELECT FILE#,STATUS FROM V$BACKUP;
    FILE# STATUS
    1 ACTIVE
    2 ACTIVE
    3 ACTIVE
    4 ACTIVE
    and using cp -rp command to copy the file (backup copying speed good) but database performance very slow
    How to improve performance ...
    Regards
    Vignesh C

    Uwe Hesse wrote:
    It is very likely that you experience slow performance with ALTER DATABASE BEGIN BACKUP , because until you do ALTER DATABASE END BACKUP , every modified block is additionally written into the online logfiles . Doesn't that happen only the first time the block is modified?
    >
    The command was introduced for split mirror backups, when this period is very short. Else ALTER TABLESPACE ... BEGIN/END BACKUP for every tablespace one at a time reduces the amount of additional redo during non-RMAN Hot Backup. There appear to be only 4 files. We don't know how big or sparse they are.
    >
    RMAN doesn't need that at all - much less redo - and also archive - generation then.
    Furthermore, you can use BACKUP AS COMPRESSED BACKUPSET DATABASE to decrease the size of the backup even more - if space is an issue.
    In short: Use RMAN :-)
    Agree with that! Unless the copy is actually going to an NFS mount or something, where I would be concerned whether it is the type of NFS that Oracle likes. I'd also advise a current patch set, as the OP didn't tell us the exact version, and I have this nagging unfocused memory of some compression problems of the "oh, I can't recover" variety.
    I'd like to see some evidence on I/O and cpu usage before giving advice. When I used to copy files like this, it would choke out everyone else. RMAN was a savior, but had to wait for local SAN upgrade.

  • Oracle Forms Performance very slow on the internet

    Hi ,
    We have developed a form application with forms Developer 10g and deployed it on a ORACLE 10g AS. If the user runs our application over intranet there is no any network problem or not any performance decrease occurs. However if we deploy our application over WAN or internet, the startup time of the forms become Very Slow.
    What we can use to make it faster , is there any other tools we have to learn like APEX or JDeveloper , what is the best solution , should we forget the Developer for ever and starting with other tools with fast performance on the internet , if so , what we have to learn , please help us , its common problem .
    any help please ,

    Interesting thread....
    You asked whether "Forms" is the right product for the job. Well, the answer to that question will depend entirely on exactly what functionality you need and your skill-set. One advantage of using Forms over other Oracle products is that, in my opinion, Forms allows you to create simple or complex applications very quickly, with limited development experience. The downside to using Forms however, is that it does use a fairly thick client making startup slower than other applications. Generally, Forms is not very well suited for Internet deployments although it can and has been done. If your goal is to use a product which is easy to work with and is appropriate for Internet deployment, you may want to consider Apex. The downside to Apex is that unlike Forms, Apex generates what I like to call static html pages. Meaning once a page is displayed for the end-user, the data on it remains the same until the user forces interaction with the server again, but in this case the entire page would be refreshed in order to realize the changes. In the case of Forms, any content displayed to the end-user can be change without completely refreshing their view. I like to refer to Forms as a living application because unlike Apex, it can easily respond to most user inputs and/or server side changes almost in real-time. If you want this "live" experience, Forms might be the way to go, although at the cost of some startup performance. Alternatively, Oracle ADF can also give you a similar live-like experience. However, ADF will require a broader skill-set (pl/sql, java, html, etc), whereas with Forms you could get away with only knowing pl/sql although java knowledge would be helpful.
    The views expressed in this thread are my own and do not necessarily reflect the views of Oracle.

  • Gzip is very slow on T5220

    I have one SUN Server as oracle 9i server.
    Server Model: T5220, 32 Virtual CPUs and 16G memory. I am very disappointe for its IO speed using internal disk. When I import data into DB server , it spend 16Hours. but it only spend 8 hours in SUN V480.
    And then, I use command "gzip" to compress one file. I found it's also very slow. It spend 1 hours to gzip 10G size file. When it gzip, I check using iostat. The IO speed is only 3M/s.
    What's wrong is it? How can I improve the IO speed?

    shula4 wrote:
    I have one SUN Server as oracle 9i server.
    Server Model: T5220, 32 Virtual CPUs and 16G memory. I am very disappointe for its IO speed using internal disk. When I import data into DB server , it spend 16Hours. but it only spend 8 hours in SUN V480.
    And then, I use command "gzip" to compress one file. I found it's also very slow. It spend 1 hours to gzip 10G size file. When it gzip, I check using iostat. The IO speed is only 3M/s.
    What's wrong is it? How can I improve the IO speed?Both commands (import into db server and gzip) are typical single-threaded tasks. CMT-based servers (e.g. T5220) doesn't perform very well in such
    tasks. They were designed to perform very well with many, many tasks or jobs which can be parallelized. Use different tools in each case:
    Import into DB
    Try to paralleize it, e.g. since Oracle 10 you can use data pump (instead of import). Data pump is typical parallel processing.
    gzip
    Use pbzip2 which is parallel implementation of the bzip2. Example of its use:
    [http://przemol.blogspot.com/2009/01/parallel-bzip-in-cmt-multicore.html|http://przemol.blogspot.com/2009/01/parallel-bzip-in-cmt-multicore.html]

  • Query result is very slow

    i have two table master detail, for instance dept and emp
    the situtation is this. i need the recod of those departements who has clerks in specific time hired. i wrote following query. but due to millions of records in two tables its very very slow.
    select * from emp a,dept b
    where a.deptno in (select distinct deptno from emp where job='clerk')
    and hiredate >= '01-jun-2004' and hiredate <='01-jan-2007'
    and a.deptno=b.deptno
    can any body tune it.

    One thing I am seeing, that I find very troubling, is that posters such as the OP on this thread seem to be facing these tasks in a classroom or testing environment where they don't actually have access to Oracle and SQL*Plus.
    They are being asked to tune something that exists only on paper and don't have the tools to provide an explain plan, probably don't even have the ability to do a describe on the table(s) because they don't actually exist.
    If this is the case then the education system is cheating these people because tuning is not done in a room with the lights off by guessing. It is done, and only done, with:
    EXPLAIN PLAN FOR
    DBMS_XPLAN
    TKPROF
    a look at the statistics, etc.
    Here's a real-world example of what is wrong with what I see. Anyone want to guess which of these queries is the most efficient?
    SELECT srvr_id
    FROM servers
    INTERSECT
    SELECT srvr_id
    FROM serv_inst;
    SELECT srvr_id
    FROM servers
    WHERE srvr_id IN (
      SELECT srvr_id
      FROM serv_inst);
    SELECT srvr_id
    FROM servers
    WHERE srvr_id IN (
      SELECT i.srvr_id
      FROM serv_inst i, servers s
      WHERE i.srvr_id = s.srvr_id);
    SELECT DISTINCT s.srvr_id
    FROM servers s, serv_inst i
    WHERE s.srvr_id = i.srvr_id;
    SELECT /*+ NO_USE_NL(s,i) */ DISTINCT s.srvr_id
    FROM servers s, serv_inst i
    WHERE s.srvr_id = i.srvr_id;
    SELECT DISTINCT srvr_id
    FROM servers
    WHERE srvr_id NOT IN (
      SELECT srvr_id
      FROM servers
      MINUS
      SELECT srvr_id
      FROM serv_inst);
    SELECT srvr_id
    FROM servers s
    WHERE EXISTS (
      SELECT srvr_id
      FROM serv_inst i
      WHERE s.srvr_id = i.srvr_id);
    WITH q AS (
      SELECT DISTINCT s.srvr_id
      FROM servers s, serv_inst i
      WHERE s.srvr_id = i.srvr_id)
    SELECT * FROM q;
    SELECT DISTINCT s.srvr_id
    FROM servers s, serv_inst i
    WHERE s.srvr_id(+) = i.srvr_id;
    SELECT srvr_id
    FROM (
      SELECT srvr_id, SUM(cnt) SUMCNT
      FROM (
        SELECT DISTINCT srvr_id, 1 AS CNT
        FROM servers
        UNION ALL
        SELECT DISTINCT srvr_id, 1
        FROM serv_inst)
      GROUP BY srvr_id)
    WHERE sumcnt = 2;
    SELECT DISTINCT s.srvr_id
    FROM servers s, serv_inst i
    WHERE s.srvr_id+0 = i.srvr_id+0;And yes they all return the exact same result set using the test data.
    The chance that anyone can guess the most efficient query looking at what I just presented is precisely zero.
    Because the query most efficient in 8.1.7.4 is not the most efficient query in 9.2.0.4 which is not the most efficient query in 10.2.0.2.

Maybe you are looking for

  • HT203167 I am watching a TV show and I get video but no audio. I'm using HDMI output to my TV monitor.  It worked yesterday just fine

    I downloaded a TV show and am unable to get audio from my pc to the TV monitor using HDMI output.  It worked fine yesterday with the same tv show download.  Video/Audio is ok to my pc and video is getting to tv monitor.  Everything is the same but, c

  • Communication Channel Archiving

    Hi Gurus, I need help in determining a problem in the archiving process of communication channels. The messages does not return any errors and I am uncertain where to investigate further to find the cause of the problem. Here is my issue: Everyday th

  • Проблема с драйвером для видеокарты /The problem with the driver for your video card "atikmdag.sys"

    При загрузке системы ноутбук стал выдавать "синий экран". Запускается только в безопасном режиме. Переустановил систему все работает, но без драйверов на видеокарту. Как только устанавливаешь драйвера на видеокарту просит перезагрузиться, после перез

  • Bursting to fax not in landscape

    I have a burst control file that emails, prints and faxes pdf with one problem. When sent to the fax as landscape it faxes as portrait - printers and email are ok. I am running CUPS with Hylafax if that helps Bob Harrison

  • Where is my online album?

    i recently got a lg cosmos II. I clicked all the pictures that i want and told my phone to send it to the online album. The question i have is where online is this album, i have no clue where to find where it is sending all these pictures?