FIPS mode: only SunJSSE TrustManagers may be used

Hi,
I want to used a custom trust manager that accepts self-signed certificates as valid, and delegates to the SunJSSE TrustManager for other certificates. I also want to use SunJSSE's experimental FIPS mode with SunPKCS11-NSS provider.
I cannot do both, since in the FIPS mode, the SunJSSE requires that only its internal TrustManager be used. Why is this required?
Is there any alternative for this? I want to make sure the self-signed certificates are accepted.
Thanks,
Shyamal

I cannot do both, since in the FIPS mode, the SunJSSE requires that only its internal TrustManager be used. Why is this required?Because self-signed certificates aren't FIPS-compliant?
I don't know about FIPS mode but in the ordinary case you don't need a custom TrustManager to accept a self-signed certificate. You just need it in your truststore.

Similar Messages

  • FIPS mode : Key Alias Problem

    Hello All,
    Background:
    I am using FIPS certified Hardware Accelarator(SCA6000). I have enabled JSSE to use SCA6000 provider.
    I have a created a keystore on the SCA6000 which has more than one certificate.
    Problem:
    I want to use a specific certificate from the SCA6000 keystore. In FIPS mode JSSE will pick a random Certificate from the keystore and uses it for TLS Session.
    How can i specify a KeyAlias while creating SSLSockets in FIPS mode.
    Thanks and reagards,
    Pramod TK

    Thanks again,
    One clarification i need.
    JSSE allows custom KeyManager for non FIPS mode but Why not for FIPS mode
    I can see this comment in JSSE code
    // In FIPS mode, require that one of SunJSSE's own keymanagers
    // is used. Otherwise, we cannot be sure that only keys from
    // the FIPS token are used.
    if ((km instanceof X509KeyManagerImpl)
                                || (km instanceof SunX509KeyManagerImpl)) {
            return (X509ExtendedKeyManager)km;
    } else {
    // throw exception, we don't want to silently use the
    // dummy keymanager without telling the user.
       throw new KeyManagementException
                            ("FIPS mode: only SunJSSE KeyManagers may be used");
      }regards,
    Pramod TK

  • I own a iPhone 2G Today  He underwent updated Software He gave me this message "The SIM card inserted in this iPhone does not appear to be supported. Only compatible SIM cards from a supported Carrier may be used to activate iPhone. Please insert the SIM

    I own a iPhone 2G Today
    He underwent updated Software
    He gave me this message
    "The SIM card inserted in this iPhone does not appear to be supported.
    Only compatible SIM cards from a supported Carrier may be used to activate iPhone. Please insert the SIM card that came with your iPhone or visit a supported Carrier's store to receive a replacement SIM card.
    I did not know what to do??

    Follow this article: iPhone: Troubleshooting No Service or No SIM
    Symptoms
    In certain situations, iPhone may present one of the following symptoms:
    "Invalid SIM" or "No SIM Card installed" alert appears intermittently.
    Status bar displays "No SIM" when a SIM card is installed.
    Resolution
    If you encounter any of the above symptoms on your iPhone, try these steps to attempt to resolve the issue:
    Update your iPhone to the latest version of iOS.
    Toggle Airplane mode On and Off.
    Try turning iPhone off and then on again.
    Check for a carrier settings update. Tap Settings > General > About. If an update is available, a prompt will appear.
    Remove the SIM Card and verify that it is a valid, carrier-manufactured SIM. Also verify that it is not damaged, worn, or modified. Then reinsert it.
    Restore the iPhone.
    If you still are unable to resolve this issue, contact Apple support for further assistance.

  • E1500, can't connect using N-mode only

    Hello! I just purchased a e1500 to replace my wrvs4400n which sadly died. yea I do loose a lot of features. I set up everything without a hitch but when I try to use Wireless-N mode only, none of my computers can connect to the router and all my computers use N cards. I'm stuck on using Mixed Mode which limits my speed to G speeds. I didn't purchase this to be a G router but an N router and it seems N mode has issues. I am on the current firmware. If someone can help me get N working, that would be greatly appreciated! Vekspec

    vekspec wrote:
    Hiya! Thanks for the reply! I have the latest firmware, I'm using 20mhz only, ch 11 and wp2 psk. it seems the router doesn't like being in N mode . well it might take N mode but my computers wouldnt be able to connect. says "unable to connect" or "unable to get authentication data" or something like that.
    This may be due to wireless interference. To address this, check your wireless environment by using a tool like inSSIDer. Set your network to use the channel which is least used to help your devices connect to the network. Also, get the latest drivers for your wireless adapters to ensure any software issues get fixed.

  • My iphon 5 said "only compatible sim cards from a supported carrier may be used to activate iphone. please insert the sim card that came with ur phone or visit a supported carrier's store to receive a replacement sim card" what do i do???

    my iphon 5 said "only compatible sim cards from a supported carrier may be used to activate iphone. please insert the sim card that came with ur phone or visit a supported carrier's store to receive a replacement sim card" what do i do??? i leave in diferent country now!!!???(((

    in many countries to make phones seem less expensive
    carriers pay most of the phones price for the customer
    but this come at the cost of the phone only being able to work
    with the carrier this is called a sim lock
    the only people who can remove a sim lock is the carrier which
    the phone is sim locked to they been doing it like that for at least 20 years

  • SQL*Loader-273: READBUFFERS may be used only in direct path.

    Hi,
    I am trying to upgrade from OWB 10G to 11G. y map from flat file to stage maps work fine in 10G. when i upgrade the maps to 11G i get the error:
    Error
    RPE-01013: SQL Loader reported error condition, number 1.
    SQL*Loader: Release 11.1.0.7.0 - Production on Fri May 8 15:10:20 2009
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    SQL*Loader-273: READBUFFERS may be used only in direct path.
    SQL*Loader: Release 11.1.0.7.0 - Production on Fri May 8 15:10:20 2009
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    SQL*Loader-273: READBUFFERS may be used only in direct path.
    if i go to configure and make the READBUFFERS to = 0 then the map works fine. this used to work fine in 10G. I compared the .CTL file of sql loder and i notice the 10G sql loader file did not care for this property being set. while in 11G .ctl file i see the readbuffer property being set. though i can make the map run in 11G i can not go to each map and then reset it. ...Please help.
    Thanks

    IN 10 G environment
    a.)Direct path = False.
    b.) Read buffers = 4 (defaults to 4)
    10G Code generated :
    -- Oracle Warehouse Builder
    -- Generator Version : 10.1.0.4.0
    -- Created Date : Mon May 11 10:16:31 CDT 2009
    -- Modified Date : Mon May 11 10:16:31 CDT 2009
    -- Created By : owb_repository
    -- Modified By : owb_repository
    -- Generated Object Type : SQL*Loader Control File
    -- Generated Object Name : GFHGF
    -- © 2003 Oracle Corporation. All Rights Reserved.
    OPTIONS ( ERRORS=50, BINDSIZE=50000, ROWS=200, READSIZE=65536)
    LOAD DATA
    CHARACTERSET WE8MSWIN1252
    INFILE 'C:\EAND.dat'
    INTO TABLE "{{ORACLE10G.Schema}}"."EAND"
    APPEND
    REENABLE DISABLED_CONSTRAINTS
    FIELDS
    "PERSON_SSN_SOURCE" POSITION (3:3) CHAR
    IN 11 G environment
    a.)Direct path = False.
    b.) Read buffers = 4 (for new maps crated defaults to 0)
    -- Generator Version : 11.1.0.7.0
    -- Created Date : Mon May 11 10:06:37 CDT 2009
    -- Modified Date : Mon May 11 10:06:37 CDT 2009
    -- Created By : OWB_WUSER
    -- Modified By : OWB_WUSER
    -- Generated Object Type : SQL*Loader Control File
    -- Generated Object Name : "GFHGF"
    -- Copyright © 2000, 2007, Oracle. All rights reserved.
    OPTIONS (BINDSIZE=50000,ERRORS=50,ROWS=200,READSIZE=65536)
    LOAD DATA
    CHARACTERSET WE8MSWIN1252
    INFILE '{{ETL_FILE_LOC.RootPath}}{{}}EAND.dat''
    BADFILE '{{ETL_FILE_LOC.RootPath}}{{}}EAND'
    READBUFFERS 4
    CONCATENATE 1
    INTO TABLE "STAG"."EAND"
    TRUNCATE
    REENABLE DISABLED_CONSTRAINTS
    "PERSON_SSN_SOURCE" POSITION (3:3) CHAR
    my question is even as both the properties in 10G and 11G are same why does .ctl file generated in 11G has statement "READBUFFERS 4" while this is neglected in owb 10G generated .ctl file? Please Help.
    Edited by: user591315 on May 11, 2009 8:14 AM
    Edited by: user591315 on May 11, 2009 8:16 AM

  • HT201263 Hi All, My iphone Model A1387 EMC 2430 FCC ID:BCG-E2430A IC:579C-E2430A and i am unable to activate my iPhone shows SIM Not Valid and Only compatible SIM cards from a supported carrier may be used to activate iPhone. Please insert the SIM card th

    Hi, My iphone Model A1387 EMC 2430 FCC ID:BCG-E2430A IC:579C-E2430A and i am unable to activate my iPhone shows SIM Not Valid and Only compatible SIM cards from a supported carrier may be used to activate iPhone.or visit a supported career 's store to receive a replacement sim card.
    how can i solve this?? please let me know.
    thank you.

    Sounds like the iPhone is locked to the original Carrier
    and you are trying to use  a sim from another carrier
    and only that original  carrier can unlock the iPhone

  • When you open iTunes this message appears. The sim card inserted in this iPhone does not Appear to be supported. Only compatible SIM cards from a supported Carrier may bre used to activate iPhone. Please insert the SIM card That cam with your iPhone or vi

    When you open iTunes this message appears. The sim card inserted in this iPhone does not Appear to be supported. Only compatible SIM cards from a supported Carrier may bre used to activate iPhone. Please insert the SIM card That came with your iPhone or visit a supported Carrier's store to receive a replacement sim card.

    dear sir.
    where i get this replacement sim card.i live in bangladesh.not have support carrier in my coutry..
    so how get..please help me..

  • HT4623 The SIM card inserted in this iPhone does not appear to be supported. Only compatible SIM cards from a supported Carrier may be used to activate iPhone. Please insert the SIM card that came with your iPhone or visit a supported Carrier's store to r

    The SIM card inserted in this iPhone does not appear to be supported.
    Only compatible SIM cards from a supported Carrier may be used to activate iPhone. Please insert the SIM card that came with your iPhone or visit a supported Carrier's store to receive a replacement SIM card.

    I got the same message.
    I bought an iPhone 5 at full retail price from an AT&T store. I requested the phone to be unlocked through their unlock portal. The AT&T unlock system asked for the IMEI number, a copy of my receipt showing that I bougth the phone at "No Commitment" price. A few hours later I received a message from AT&T stating that the unlock request was approved. I then followed the instructions to back up the phone and restore it through Itunes. The phone activates normally with the AT&T SIM card. But when I insert my VODAFONE SIM I get the massage "THE SIM CARD... etc.
    I tried again to back up & restore the phone 3 or 4 times, no success. I have also allowed 24 hours for the unlock process to complete. Still no luck.
    I have checked again on the AT&T Unlock Status portal and it shows "Unlock approved".
    Where is the issue here? Do I have to call Apple or return the phone to AT&T and get the unlocked phone through the Apple Store?
    Thanks for any help on this.

  • TS4148 The SIM card inserted in this iPhone does not appear to be supported. Only compatible SIM cards from a supported Carrier may be used to activate iPhone. Please insert the SIM card that came with your iPhone or visit a supported Carrier's store to r

    The SIM card inserted in this iPhone does
    not appear to be supported.
    Only compatible SIM cards from a supported Carrier may be used
    to activate iPhone. Please insert the SIM card that came with your
    iPhone or visit a supported Carrier's store to receive a
    replacement SIM card.

    It appears that you have an iPhone that is locked to a carrier other than the one you were using. Now that you have tried to update the iOS, it has relocked. That is what happens if you are using a phone that has been hacked to unlock. You have also forfeited support from Apple and from this forum.

  • How to build a connection string if "Only variable names (i.e.: $variable) may be used as the target of an assignment statement."

    im looping through databases on a server & building  a connection string to each database.
    $SQLConn.ConnectionString = "Server=$SrvName; Database=$DBName; User ID =DBLogin; Password=myPassword;"
    The problem is i get this error:
    Only variable names (i.e.: $variable) may be used as the target of an assignment statement
    I can put the code into an Inlinescript, but then I lose the ability to perform paralellism. Is there any way to construct the connection string in PS Workflow without using an Inlinescript?

    Hi Winston,
    Why not just wrap the InlineScript blocks in a Parallel block, to cause them to execute in parallel?
    For example:
    workflow foo {
    parallel {
    inlinescript {
    start-sleep -Seconds (Get-Random -Minimum 1 -maximum 5)
    "a"
    inlinescript {
    start-sleep -Seconds (Get-Random -Minimum 1 -maximum 5)
    "b"
    Sometimes outputs "a b" and sometimes outputs "b a"

  • HT1414 I restored my I phone 4 using Itunes, after that I can't access the icon any more I only got a message that says " ( Sim not Valid.) Only compatible SIM cards from supported carrier may be used to activate iphone.

    I restored my I phone 4 using Itunes, after that I can't access the icon any more I only got a message that says " ( Sim not Valid.) Only compatible SIM cards from supported carrier may be used to activate iphone. I need some proffesional help. Thanks

    "We're Sorry, Activation Server Temporarily Unavailable, contact Customer Care, Sim not vaild?"
    99.9% of the time, the cause of this issue is the fact the phone was jailbroken/hacked to unlock it for use on networks other than the network the phone was originally locked to. Apple maintains a database of officially unlocked iPhones, and when Apple's servers detect phones such as yours, activation stops & you get the message you got.
    So, either get a sim card from the carrier your phone was originally locked to, or get it officially unlocked, if you want to activate it. Because it appears that it was not officially unlocked.

  • I have upgraded my iphone  to iSO version 6 but the problem is the phone was locked it shows that only compatible SIM cards from a supported carrier may be used to activat Iphone.please insert the SIM card that came with your iphone

    i have upgraded my iphone  to iSO version 6 but the problem is the phone was locked it shows that only compatible SIM cards from a supported carrier may be used to activat Iphone.please insert the SIM card that came with your iphone

    So then do as it says...insert the SIM that came w/the phone.

  • Yosemite starts in safe mode only (iMac 2009)

    Hello Everybody,
    I have installed Yosemite on my iMac 2009 and after the reboot the system starts in safe mode only.
    Here the log:
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.commerce.asl" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.CoreDuetAdmissionControl" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.eventmonitor" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.family.asl" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.ical" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.icloud.FindMyDevice" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.install" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.iokit.power" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.mail" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.MessageTracer" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.networking.symptoms" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.networking.symptoms" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.performance" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.secinitd" claims selected messages.
    Do you have any idea why the it does not work?
    Thanks,
    Riccardo
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM kernel[0]: Longterm timer threshold: 1000 ms
    12/23/14 8:51:47.000 AM kernel[0]: Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64
    12/23/14 8:51:47.000 AM kernel[0]: vm_page_bootstrap: 4068589 free pages and 92947 wired pages
    12/23/14 8:51:47.000 AM kernel[0]: kext submap [0xffffff7f80a00000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000a00000]
    12/23/14 8:51:47.000 AM kernel[0]: zone leak detection enabled
    12/23/14 8:51:47.000 AM kernel[0]: "vm_compressor_mode" is 4
    12/23/14 8:51:47.000 AM kernel[0]: multiq scheduler config: deep-drain 0, urgent first 1, depth limit 4, band limit 127, sanity check 0
    12/23/14 8:51:47.000 AM kernel[0]: standard timeslicing quantum is 10000 us
    12/23/14 8:51:47.000 AM kernel[0]: standard background quantum is 2500 us
    12/23/14 8:51:47.000 AM kernel[0]: mig_table_max_displ = 13
    12/23/14 8:51:47.000 AM kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    12/23/14 8:51:47.000 AM kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=1 Enabled
    12/23/14 8:51:47.000 AM kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=2 Enabled
    12/23/14 8:51:47.000 AM kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    12/23/14 8:51:47.000 AM kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=4 Enabled
    12/23/14 8:51:47.000 AM kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=5 Enabled
    12/23/14 8:51:47.000 AM kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=6 Enabled
    12/23/14 8:51:47.000 AM kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=7 Enabled
    12/23/14 8:51:47.000 AM kernel[0]: calling mpo_policy_init for TMSafetyNet
    12/23/14 8:51:47.000 AM kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    12/23/14 8:51:38.298 AM com.apple.xpc.launchd[1]: (com.apple.alf) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    12/23/14 8:51:47.000 AM kernel[0]: calling mpo_policy_init for AMFI
    12/23/14 8:51:47.000 AM kernel[0]: Security policy loaded: Apple Mobile File Integrity (AMFI)
    12/23/14 8:51:47.000 AM kernel[0]: calling mpo_policy_init for Sandbox
    12/23/14 8:51:47.000 AM kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    12/23/14 8:51:47.000 AM kernel[0]: calling mpo_policy_init for Quarantine
    12/23/14 8:51:47.000 AM kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    12/23/14 8:51:47.000 AM kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    12/23/14 8:51:47.000 AM kernel[0]: The Regents of the University of California. All rights reserved.
    12/23/14 8:51:47.000 AM kernel[0]: MAC Framework successfully initialized
    12/23/14 8:51:47.000 AM kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    12/23/14 8:51:47.000 AM kernel[0]: AppleKeyStore starting (BUILT: Sep 19 2014 00:11:30)
    12/23/14 8:51:47.000 AM kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    12/23/14 8:51:47.000 AM kernel[0]: ACPI: sleep states S3 S4 S5
    12/23/14 8:51:47.000 AM kernel[0]: pci (build 00:11:20 Sep 19 2014), flags 0xe3000, pfm64 (36 cpu) 0xf80000000, 0x80000000
    12/23/14 8:51:47.000 AM kernel[0]: [ PCI configuration begin ]
    12/23/14 8:51:47.000 AM kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 1145
    12/23/14 8:51:47.000 AM kernel[0]: AppleIntelCPUPowerManagement: (built 00:11:36 Sep 19 2014) initialization complete
    12/23/14 8:51:47.000 AM kernel[0]: console relocated to 0xf80010000
    12/23/14 8:51:47.000 AM kernel[0]: [ PCI configuration end, bridges 9, devices 21 ]
    12/23/14 8:51:47.000 AM kernel[0]: [ PCI configuration begin ]
    12/23/14 8:51:47.000 AM kernel[0]: [ PCI configuration end, bridges 10, devices 36 ]
    12/23/14 8:51:47.000 AM kernel[0]: FireWire (OHCI) TI ID 823f built-in now active, GUID d49a20fffeca2350; max speed s800.
    12/23/14 8:51:47.000 AM kernel[0]: USBMSC Identifier (non-unique): 000000009833 0x5ac 0x8403 0x9833, 2
    12/23/14 8:51:47.000 AM kernel[0]: mcache: 8 CPU(s), 64 bytes CPU cache line size
    12/23/14 8:51:47.000 AM kernel[0]: mbinit: done [128 MB total pool size, (85/42) split]
    12/23/14 8:51:47.000 AM kernel[0]: rooting via boot-uuid from /chosen: 804F2691-E966-33D8-AF5F-3DEC8D46D182
    12/23/14 8:51:47.000 AM kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    12/23/14 8:51:47.000 AM kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    12/23/14 8:51:47.000 AM kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    12/23/14 8:51:47.000 AM kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    12/23/14 8:51:47.000 AM kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    12/23/14 8:51:47.000 AM kernel[0]: AppleIntelCPUPowerManagementClient: ready
    12/23/14 8:51:47.000 AM kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/ST31000528ASQ Media/IOGUIDPartitionScheme/Protovision@2
    12/23/14 8:51:47.000 AM kernel[0]: BSD root: disk0s2, major 1, minor 1
    12/23/14 8:51:47.000 AM kernel[0]: hfs: mounted Protovision on device root_device
    12/23/14 8:51:47.000 AM kernel[0]: VM Swap Subsystem is ON
    12/23/14 8:51:47.000 AM kernel[0]: ath_get_caps[4044] rx chainmask mismatch actual 3 sc_chainmak 0
    12/23/14 8:51:47.000 AM kernel[0]: 3.720315: ath_get_caps[4019] tx chainmask mismatch actual 3 sc_chainmak 0
    12/23/14 8:51:47.000 AM kernel[0]: 3.724779: Atheros: mac 128.2 phy 13.0 radio 12.0
    12/23/14 8:51:47.000 AM kernel[0]: 3.724789: Use hw queue 0 for WME_AC_BE traffic
    12/23/14 8:51:47.000 AM kernel[0]: 3.724797: Use hw queue 1 for WME_AC_BK traffic
    12/23/14 8:51:47.000 AM kernel[0]: 3.724804: Use hw queue 2 for WME_AC_VI traffic
    12/23/14 8:51:47.000 AM kernel[0]: 3.724811: Use hw queue 3 for WME_AC_VO traffic
    12/23/14 8:51:47.000 AM kernel[0]: 3.724818: Use hw queue 8 for CAB traffic
    12/23/14 8:51:47.000 AM kernel[0]: 3.724825: Use hw queue 9 for beacons
    12/23/14 8:51:47.000 AM kernel[0]: 3.724915: wlan_vap_create : enter. devhandle=0xa009e718, opmode=IEEE80211_M_STA, flags=0x1
    12/23/14 8:51:47.000 AM kernel[0]: 3.724957: wlan_vap_create : exit. devhandle=0xa009e718, opmode=IEEE80211_M_STA, flags=0x1.
    12/23/14 8:51:47.000 AM kernel[0]: bpfAttach len 88 dlt 127
    12/23/14 8:51:38.299 AM com.apple.xpc.launchd[1]: (com.apple.audio.coreaudiod) Unknown key for array: seatbelt-profiles
    12/23/14 8:51:47.000 AM kernel[0]: bpfAttach len 124 dlt 192
    12/23/14 8:51:47.000 AM kernel[0]: bpfAttach len 24 dlt 105
    12/23/14 8:51:47.000 AM kernel[0]: 3.725006: ATH tunables:
    12/23/14 8:51:47.000 AM kernel[0]: 3.725010:   pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    12/23/14 8:51:38.299 AM com.apple.xpc.launchd[1]: (com.apple.auditd) The TimeOut key is no longer respected. It never did anything anyway.
    12/23/14 8:51:42.998 AM iconservicesagent[37]: iconservicesagent launched.
    12/23/14 8:51:42.998 AM hidd[68]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
    12/23/14 8:51:38.299 AM com.apple.xpc.launchd[1]: (com.apple.autofsd) This service is defined to be constantly running and is inherently inefficient.
    12/23/14 8:51:43.000 AM hidd[68]: ____IOHIDSessionScheduleAsync_block_invoke: thread_id=0x10ef8b000
    12/23/14 8:51:43.000 AM hidd[68]: HID Session async scheduling initiated.
    12/23/14 8:51:43.000 AM hidd[68]: HID Session async root queue running at priority 63 and schedule 2.
    12/23/14 8:51:43.000 AM hidd[68]: HID Session async scheduling complete.
    12/23/14 8:51:43.000 AM hidd[68]: Successfully opened the IOHIDSession
    12/23/14 8:51:44.109 AM watchdogd[30]:  [watchdog_daemon] @(    wd_watchdog_open) - IOIteratorNext failed (kr=0)
    12/23/14 8:51:38.300 AM com.apple.xpc.launchd[1]: (com.apple.backupd-status) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    12/23/14 8:51:38.300 AM com.apple.xpc.launchd[1]: (com.apple.backupd.status.xpc) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    12/23/14 8:51:47.243 AM watchdogd[30]:  [watchdog_daemon] @(      wd_daemon_init) - could not initialize the hardware watchdog
    12/23/14 8:51:38.300 AM com.apple.xpc.launchd[1]: (com.apple.bsd.dirhelper) The TimeOut key is no longer respected. It never did anything anyway.
    12/23/14 8:51:47.243 AM watchdogd[30]:  [watchdog_daemon] @(                main) - cannot initialize the watchdog service
    12/23/14 8:51:38.300 AM com.apple.xpc.launchd[1]: (com.apple.cmio.AVCAssistant) ThrottleInterval set to zero. You're not that important. Ignoring.
    12/23/14 8:51:38.300 AM com.apple.xpc.launchd[1]: (com.apple.cmio.IIDCVideoAssistant) ThrottleInterval set to zero. You're not that important. Ignoring.
    12/23/14 8:51:38.301 AM com.apple.xpc.launchd[1]: (com.apple.cmio.VDCAssistant) ThrottleInterval set to zero. You're not that important. Ignoring.
    12/23/14 8:51:38.301 AM com.apple.xpc.launchd[1]: (com.apple.configd) This service is defined to be constantly running and is inherently inefficient.
    12/23/14 8:51:38.301 AM com.apple.xpc.launchd[1]: (com.apple.coreduetd) This service is defined to be constantly running and is inherently inefficient.
    12/23/14 8:51:38.301 AM com.apple.xpc.launchd[1]: (com.apple.CoreRAID) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    12/23/14 8:51:38.301 AM com.apple.xpc.launchd[1]: (com.apple.CoreRAID) The ServiceIPC key is no longer respected. Please remove it.
    12/23/14 8:51:38.301 AM com.apple.xpc.launchd[1]: (com.apple.coreservicesd) The HopefullyExitsLast key is no longer respected. Please remove it.
    12/23/14 8:51:47.244 AM com.apple.xpc.launchd[1]: (com.apple.watchdogd) Service only ran for 8 seconds. Pushing respawn out by 2 seconds.
    12/23/14 8:51:47.244 AM iconservicesagent[37]: Starting service with cache path: /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/com.apple.iconservices
    12/23/14 8:51:47.000 AM kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    12/23/14 8:51:47.000 AM kernel[0]: IO80211Interface::efiNVRAMPublished():
    12/23/14 8:51:47.000 AM kernel[0]: bpfAttach len 64 dlt 12
    12/23/14 8:51:47.695 AM iconservicesd[36]: iconservicesd launched.
    12/23/14 8:51:47.697 AM iconservicesd[36]: Cache path: /Library/Caches/com.apple.iconservices.store
    12/23/14 8:51:47.772 AM opendirectoryd[45]: BUG in libdispatch: 14B25 - 2004 - 0x5
    12/23/14 8:51:47.822 AM com.apple.SecurityServer[52]: Session 100000 created
    12/23/14 8:51:47.854 AM configd[25]: preference: no sharing preferences
    12/23/14 8:51:47.000 AM kernel[0]: IOGraphics flags 0x43
    12/23/14 8:51:47.000 AM kernel[0]: IOBluetoothUSBDFU::probe
    12/23/14 8:51:47.000 AM kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8215 FirmwareVersion - 0x0208
    12/23/14 8:51:47.000 AM kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0x4000 ****
    12/23/14 8:51:47.000 AM kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0x4000 ****
    12/23/14 8:51:47.000 AM kernel[0]: [IOBluetoothHCIController][staticBluetoothTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0x4000
    12/23/14 8:51:47.000 AM kernel[0]: [IOBluetoothHCIController][start] -- completed
    12/23/14 8:51:47.000 AM kernel[0]: ** Device in slot: SLOT--1 **
    12/23/14 8:51:47.978 AM com.apple.usbmuxd[51]: usbmuxd-344.3 on Oct 13 2014 at 21:10:09, running 64 bit
    12/23/14 8:51:48.000 AM kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    12/23/14 8:51:48.000 AM kernel[0]: **** [IOBluetoothHCIController][ProcessBluetoothTransportShowsUpActionWL] -- Connected to the transport successfully -- 0xef80 -- 0xa000 -- 0x4000 ****
    12/23/14 8:51:48.060 AM com.apple.SecurityServer[52]: Entering service
    12/23/14 8:51:48.000 AM kernel[0]: Waiting for DSMOS...
    12/23/14 8:51:48.251 AM com.apple.xpc.launchd[1]: (com.apple.xpc.launchd.domain.system) Service "com.apple.ManagedClient.startup" tried to hijack endpoint "com.apple.ManagedClient.agent" from owner: com.apple.ManagedClient
    12/23/14 8:51:48.255 AM thermald[22]: Waiting for OSTT support notification
    12/23/14 8:51:48.260 AM UserEventAgent[16]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    12/23/14 8:51:48.264 AM digest-service[98]: label: default
    12/23/14 8:51:48.265 AM digest-service[98]: dbname: od:/Local/Default
    12/23/14 8:51:48.265 AM digest-service[98]: mkey_file: /var/db/krb5kdc/m-key
    12/23/14 8:51:48.265 AM digest-service[98]: acl_file: /var/db/krb5kdc/kadmind.acl
    12/23/14 8:51:48.277 AM UserEventAgent[16]: Captive: CNPluginHandler en1: Inactive
    12/23/14 8:51:48.000 AM kernel[0]: Previous shutdown cause: 3
    12/23/14 8:51:48.366 AM digest-service[98]: digest-request: uid=0
    12/23/14 8:51:48.000 AM kernel[0]: DSMOS has arrived
    12/23/14 8:51:48.391 AM loginwindow[64]: Login Window Application Started
    12/23/14 8:51:48.423 AM systemkeychain[112]: done file: /var/run/systemkeychaincheck.done
    12/23/14 8:51:48.442 AM secinitd[118]: UID[0]: cache loaded: /System/Library/Caches/com.apple.app-sandbox-cache.plist
    12/23/14 8:51:48.443 AM secinitd[118]: ctkd[115]: unable to get root path for bundle of main executable: /System/Library/Frameworks/CryptoTokenKit.framework/ctkd
    12/23/14 8:51:48.485 AM WindowServer[129]: Server is starting up
    12/23/14 8:51:48.488 AM apsd[49]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    12/23/14 8:51:48.495 AM mds[32]: (FMW.Normal:1402) FMW 0 0
    12/23/14 8:51:48.512 AM com.apple.xpc.launchd[1]: (com.apple.xpc.launchd.domain.system) Service "com.apple.ManagedClient.enroll" tried to hijack endpoint "com.apple.ManagedClient.agent" from owner: com.apple.ManagedClient
    12/23/14 8:51:48.000 AM kernel[0]: AtherosNewma40P2PInterface::init name <p2p0> role 1
    12/23/14 8:51:48.000 AM kernel[0]: AtherosNewma40P2PInterface::init <p2p> role 1
    12/23/14 8:51:48.518 AM airportd[29]: airportdProcessDLILEvent: en1 attached (down)
    12/23/14 8:51:48.525 AM apsd[49]: Unable to bootstrap_look_up connection port 'com.apple.askpermission.aps' for user 0: Unknown service name
    12/23/14 8:51:48.526 AM apsd[49]: Attempt to set push wake topics without dark wake enabled: ()
    12/23/14 8:51:48.527 AM apsd[49]: Unable to bootstrap_look_up connection port 'com.apple.askpermission.aps' for user 0: Unknown service name
    12/23/14 8:51:48.527 AM apsd[49]: <APSConnectionServer: 0x7fbe2b8084b0> Invalid mach port - Cleaning up this named port's topics. com.apple.askpermission.aps
    12/23/14 8:51:48.638 AM digest-service[98]: digest-request: netr probe 0
    12/23/14 8:51:48.639 AM digest-service[98]: digest-request: init request
    12/23/14 8:51:48.647 AM digest-service[98]: digest-request: init return domain: BUILTIN server: LOCALHOST indomain was: <NULL>
    12/23/14 8:51:48.000 AM kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    12/23/14 8:51:48.000 AM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    12/23/14 8:51:48.000 AM kernel[0]: 22.475544: setDISASSOC from ATH_INTERFACE_CLASS disconnectVap
    12/23/14 8:51:48.000 AM kernel[0]: 22.475564: switchVap from 1 to 1
    12/23/14 8:51:49.074 AM locationd[54]: Logging binary sensor data to /var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C/locationdSensors.bin
    12/23/14 8:51:49.215 AM com.apple.xpc.launchd[1]: (com.apple.appkit.xpc.sandboxedServiceRunner) The JoinExistingSession key is only available to Application services.
    12/23/14 8:51:49.215 AM locationd[54]: NBB-Could not get UDID for stable refill timing, falling back on random
    12/23/14 8:51:49.268 AM com.apple.xpc.launchd[1]: (com.apple.lakitu) The JoinExistingSession key is only available to Application services.
    12/23/14 8:51:49.269 AM com.apple.xpc.launchd[1]: (com.apple.accounts.dom) The _DirtyJetsamMemoryLimit key is not available on this platform.
    12/23/14 8:51:49.269 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    12/23/14 8:51:49.380 AM discoveryd[48]: Basic Sockets GetProcessNameFromSocket() failed errno[57] err[-1]
    12/23/14 8:51:49.381 AM discoveryd[48]: Basic Sockets Unknown(-1), errno 0 UDS FD=3
    12/23/14 8:51:49.381 AM discoveryd[48]: Basic Sockets UDS FD=3 ERROR: failed to get effective user ID, errno 0
    12/23/14 8:51:49.381 AM discoveryd[48]: Basic SleepProxy BSP Server Disabled. Metric = 3373
    12/23/14 8:51:49.541 AM discoveryd[48]: AwdlD2d AwdlD2dInitialize: Initialized
    12/23/14 8:51:49.543 AM discoveryd[48]: D2D_IPC: Loaded
    12/23/14 8:51:49.547 AM airportd[29]: _handleLinkEvent: WiFi is not powered. Resetting state variables.
    12/23/14 8:51:49.552 AM discoveryd[48]: Basic WABServer NetResolverEvent no resolvers, resetting domains
    12/23/14 8:51:49.552 AM discoveryd[48]: Basic RemoteControl com.apple.discoveryd Starting XPC Server
    12/23/14 8:51:49.552 AM discoveryd[48]: Basic DNSResolver etc/hosts file changed: Event 0x7f99ed300200 Flushed /etc/hosts cache
    12/23/14 8:51:49.553 AM discoveryd[48]: Basic SleepProxy Could not get the primary interface
    12/23/14 8:51:49.553 AM discoveryd_helper[139]: Basic RemoteControl com.apple.discoveryd_helper Starting XPC Server
    12/23/14 8:51:49.553 AM discoveryd[48]: Basic RemoteControl com.apple.discoveryd.dnsproxy Starting XPC Server
    12/23/14 8:51:49.553 AM discoveryd_helper[139]: Detailed RemoteControl com.apple.discoveryd_helper XPC connection 0x7f9433d01220: start (pid=48, <unknown> not root)
    12/23/14 8:51:49.554 AM discoveryd[48]: Basic SleepProxy Sleep Proxy Server is not enabled
    12/23/14 8:51:49.579 AM networkd[140]: networkd-411 pid 140
    12/23/14 8:51:49.731 AM locationd[54]: Location icon should now be in state 'Inactive'
    12/23/14 8:51:49.805 AM UserEventAgent[16]: nsurlsessiond_events plugin: adding token 1 for client softwareupdate_download_service
    12/23/14 8:51:49.830 AM configd[25]: [bootp_transmit.c:213] bootp_transmit(): bpf_write(en0) failed: Network is down (50)
    12/23/14 8:51:49.830 AM configd[25]: DHCP en0: INIT transmit failed
    12/23/14 8:51:49.000 AM kernel[0]: bpfAttach len 124 dlt 192
    12/23/14 8:51:49.000 AM kernel[0]: bpfAttach len 88 dlt 127
    12/23/14 8:51:49.000 AM kernel[0]: bpfAttach len 24 dlt 105
    12/23/14 8:51:49.000 AM kernel[0]: 23.661333: performCountryCodeOperation: Not connected, scan in progress[0]
    12/23/14 8:51:49.000 AM kernel[0]: 23.664133: setWOW_PARAMETERS:wowevents = 2(1)
    12/23/14 8:51:49.930 AM configd[25]: dhcp_arp_router: en1 SSID unavailable
    12/23/14 8:51:49.000 AM kernel[0]: en1: 802.11d country code set to 'US '.
    12/23/14 8:51:49.000 AM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    12/23/14 8:51:49.940 AM configd[25]: network changed.
    12/23/14 8:51:49.941 AM configd[25]: setting hostname to "riccardos-iMac.local"
    12/23/14 8:51:49.000 AM kernel[0]: IOBluetoothDevice::setProperties() -- calling hciController->CallCreateDeviceReporter() -- this = 0x9800
    12/23/14 8:51:49.000 AM kernel[0]: IOBluetoothHCIController::CallCreateDeviceReporter -- calling enqueueAction() -- device = 0x9800
    12/23/14 8:51:49.000 AM kernel[0]: IOBluetoothHCIController::CreateDeviceReporterAction -- device = = 0x9800
    12/23/14 8:51:49.000 AM kernel[0]: IOBluetoothHCIController::CreateDeviceReporterAction -- calling CreateDeviceReporter() device = = 0x9800
    12/23/14 8:51:49.000 AM kernel[0]: IOBluetoothHCIController::CreateDeviceReporter -- device = = 0x9800
    12/23/14 8:51:50.170 AM lsregister[134]: LaunchServices: Begin database seeding
    12/23/14 8:51:50.170 AM lsregister[134]: LaunchServices: Completed database seeding
    12/23/14 8:51:50.185 AM mds[32]: (DiskStore.Normal:453) InstallResults.plist found
    12/23/14 8:51:50.000 AM kernel[0]: en1: BSSID changed to 88:1f:a1:42:d2:4d
    12/23/14 8:51:50.000 AM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    12/23/14 8:51:50.000 AM kernel[0]: AirPort: Link Up on en1
    12/23/14 8:51:50.000 AM kernel[0]: 23.995217: apple80211Request[10514] Unsupported ioctl 181
    12/23/14 8:51:50.000 AM kernel[0]: 23.995232: apple80211Request[10514] Unsupported ioctl 181
    12/23/14 8:51:50.000 AM kernel[0]: en1: BSSID changed to 88:1f:a1:42:d2:4d
    12/23/14 8:51:50.000 AM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    12/23/14 8:51:50.000 AM kernel[0]: 23.997038: setWOW_PARAMETERS:wowevents = 2(1)
    12/23/14 8:51:50.000 AM kernel[0]: AirPort: RSN handshake complete on en1
    12/23/14 8:51:50.000 AM kernel[0]: [BNBMouseDevice::init][85.3] init is complete
    12/23/14 8:51:50.000 AM kernel[0]: [BNBMouseDevice::handleStart][85.3] returning 1
    12/23/14 8:51:50.000 AM kernel[0]: [AppleMultitouchHIDEventDriver::start] entered
    12/23/14 8:51:50.000 AM kernel[0]: [AppleMultitouchDevice::start] entered
    12/23/14 8:51:50.856 AM hidd[68]: IOHIDService compatibility thread running at priority 63 and schedule 2.
    12/23/14 8:51:51.196 AM WindowServer[129]: Session 257 retained (2 references)
    12/23/14 8:51:51.196 AM WindowServer[129]: Session 257 released (1 references)
    12/23/14 8:51:51.197 AM configd[25]: dhcp_arp_router: en1 SSID unavailable
    12/23/14 8:51:51.212 AM WindowServer[129]: Session 257 retained (2 references)
    12/23/14 8:51:51.214 AM WindowServer[129]: init_page_flip: page flip mode is on
    12/23/14 8:51:51.000 AM kernel[0]: en1: BSSID changed to 88:1f:a1:42:d2:4d
    12/23/14 8:51:51.000 AM kernel[0]: en1: BSSID changed to 88:1f:a1:42:d2:4d
    12/23/14 8:51:52.521 AM WindowServer[129]: Found 26 modes for display 0x00000000 [26, 0]
    12/23/14 8:51:52.536 AM WindowServer[129]: Found 1 modes for display 0x00000000 [1, 0]
    12/23/14 8:51:52.537 AM WindowServer[129]: mux_initialize: Couldn't find any matches
    12/23/14 8:51:52.542 AM WindowServer[129]: Found 26 modes for display 0x00000000 [26, 0]
    12/23/14 8:51:52.545 AM WindowServer[129]: Found 1 modes for display 0x00000000 [1, 0]
    12/23/14 8:51:52.000 AM kernel[0]: en1: BSSID changed to 88:1f:a1:42:d2:4d
    12/23/14 8:51:52.953 AM configd[25]: network changed: DNS* Proxy
    12/23/14 8:51:52.953 AM UserEventAgent[16]: Captive: [CNInfoNetworkActive:1709] en1: SSID 'Professor Falken' making interface primary (protected network)
    12/23/14 8:51:52.954 AM UserEventAgent[16]: Captive: CNPluginHandler en1: Evaluating
    12/23/14 8:51:52.954 AM discoveryd[48]: Basic SleepProxy Could not get the primary interface
    12/23/14 8:51:52.955 AM UserEventAgent[16]: Captive: en1: Probing 'Professor Falken'
    12/23/14 8:51:52.959 AM configd[25]: network changed: v4(en1!:192.168.1.68) DNS+ Proxy+ SMB
    12/23/14 8:51:52.961 AM UserEventAgent[16]: Captive: [ProbeListManagerCopyProbeURL:182] Probe Info is past expiration date
    12/23/14 8:51:53.015 AM networkd[140]: +[NETLedBelly stopFastFail] Clearing ledbelly failure cache
    12/23/14 8:51:53.016 AM configd[25]: network changed: v4(en1:192.168.1.68) v6(en1+:2602:306:80cc:9640:a108:b391:76d4:f66) DNS* Proxy SMB
    12/23/14 8:51:53.031 AM configd[25]: setting hostname to "iMac.attlocal.net"
    12/23/14 8:51:53.068 AM UserEventAgent[16]: Captive: CNPluginHandler en1: Authenticated
    12/23/14 8:51:53.105 AM com.apple.xpc.launchd[1]: (com.apple.appkit.xpc.sandboxedServiceRunner) The JoinExistingSession key is only available to Application services.
    12/23/14 8:51:53.105 AM com.apple.xpc.launchd[1]: (com.apple.DataDetectorsDynamicData) The JoinExistingSession key is only available to Application services.
    12/23/14 8:51:53.108 AM com.apple.xpc.launchd[1]: (com.apple.FileSyncAgent.PHD.isRunning) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    12/23/14 8:51:53.109 AM com.apple.xpc.launchd[1]: (com.apple.mbloginhelper.user) This key does not do anything: OnDemand
    12/23/14 8:51:53.109 AM com.apple.xpc.launchd[1]: (com.apple.mbpluginhost.user) This key does not do anything: OnDemand
    12/23/14 8:51:53.112 AM com.apple.xpc.launchd[1]: (com.apple.secd) This key does not do anything: OnDemand
    12/23/14 8:51:53.112 AM com.apple.xpc.launchd[1]: (com.apple.secd) The ServiceIPC key is no longer respected. Please remove it.
    12/23/14 8:51:53.113 AM com.apple.xpc.launchd[1]: (com.apple.speech.speechsynthesisd) This key does not do anything: OnDemand
    12/23/14 8:51:53.114 AM com.apple.xpc.launchd[1]: (com.apple.TrustEvaluationAgent) This key does not do anything: OnDemand
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 tota

    Hello Everybody,
    I have installed Yosemite on my iMac 2009 and after the reboot the system starts in safe mode only.
    Here the log:
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.commerce.asl" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.CoreDuetAdmissionControl" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.eventmonitor" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.family.asl" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.ical" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.icloud.FindMyDevice" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.install" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.iokit.power" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.mail" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.MessageTracer" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.networking.symptoms" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.networking.symptoms" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.performance" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.secinitd" claims selected messages.
    Do you have any idea why the it does not work?
    Thanks,
    Riccardo
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM kernel[0]: Longterm timer threshold: 1000 ms
    12/23/14 8:51:47.000 AM kernel[0]: Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64
    12/23/14 8:51:47.000 AM kernel[0]: vm_page_bootstrap: 4068589 free pages and 92947 wired pages
    12/23/14 8:51:47.000 AM kernel[0]: kext submap [0xffffff7f80a00000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000a00000]
    12/23/14 8:51:47.000 AM kernel[0]: zone leak detection enabled
    12/23/14 8:51:47.000 AM kernel[0]: "vm_compressor_mode" is 4
    12/23/14 8:51:47.000 AM kernel[0]: multiq scheduler config: deep-drain 0, urgent first 1, depth limit 4, band limit 127, sanity check 0
    12/23/14 8:51:47.000 AM kernel[0]: standard timeslicing quantum is 10000 us
    12/23/14 8:51:47.000 AM kernel[0]: standard background quantum is 2500 us
    12/23/14 8:51:47.000 AM kernel[0]: mig_table_max_displ = 13
    12/23/14 8:51:47.000 AM kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    12/23/14 8:51:47.000 AM kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=1 Enabled
    12/23/14 8:51:47.000 AM kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=2 Enabled
    12/23/14 8:51:47.000 AM kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    12/23/14 8:51:47.000 AM kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=4 Enabled
    12/23/14 8:51:47.000 AM kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=5 Enabled
    12/23/14 8:51:47.000 AM kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=6 Enabled
    12/23/14 8:51:47.000 AM kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=7 Enabled
    12/23/14 8:51:47.000 AM kernel[0]: calling mpo_policy_init for TMSafetyNet
    12/23/14 8:51:47.000 AM kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    12/23/14 8:51:38.298 AM com.apple.xpc.launchd[1]: (com.apple.alf) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    12/23/14 8:51:47.000 AM kernel[0]: calling mpo_policy_init for AMFI
    12/23/14 8:51:47.000 AM kernel[0]: Security policy loaded: Apple Mobile File Integrity (AMFI)
    12/23/14 8:51:47.000 AM kernel[0]: calling mpo_policy_init for Sandbox
    12/23/14 8:51:47.000 AM kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    12/23/14 8:51:47.000 AM kernel[0]: calling mpo_policy_init for Quarantine
    12/23/14 8:51:47.000 AM kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    12/23/14 8:51:47.000 AM kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    12/23/14 8:51:47.000 AM kernel[0]: The Regents of the University of California. All rights reserved.
    12/23/14 8:51:47.000 AM kernel[0]: MAC Framework successfully initialized
    12/23/14 8:51:47.000 AM kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    12/23/14 8:51:47.000 AM kernel[0]: AppleKeyStore starting (BUILT: Sep 19 2014 00:11:30)
    12/23/14 8:51:47.000 AM kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    12/23/14 8:51:47.000 AM kernel[0]: ACPI: sleep states S3 S4 S5
    12/23/14 8:51:47.000 AM kernel[0]: pci (build 00:11:20 Sep 19 2014), flags 0xe3000, pfm64 (36 cpu) 0xf80000000, 0x80000000
    12/23/14 8:51:47.000 AM kernel[0]: [ PCI configuration begin ]
    12/23/14 8:51:47.000 AM kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 1145
    12/23/14 8:51:47.000 AM kernel[0]: AppleIntelCPUPowerManagement: (built 00:11:36 Sep 19 2014) initialization complete
    12/23/14 8:51:47.000 AM kernel[0]: console relocated to 0xf80010000
    12/23/14 8:51:47.000 AM kernel[0]: [ PCI configuration end, bridges 9, devices 21 ]
    12/23/14 8:51:47.000 AM kernel[0]: [ PCI configuration begin ]
    12/23/14 8:51:47.000 AM kernel[0]: [ PCI configuration end, bridges 10, devices 36 ]
    12/23/14 8:51:47.000 AM kernel[0]: FireWire (OHCI) TI ID 823f built-in now active, GUID d49a20fffeca2350; max speed s800.
    12/23/14 8:51:47.000 AM kernel[0]: USBMSC Identifier (non-unique): 000000009833 0x5ac 0x8403 0x9833, 2
    12/23/14 8:51:47.000 AM kernel[0]: mcache: 8 CPU(s), 64 bytes CPU cache line size
    12/23/14 8:51:47.000 AM kernel[0]: mbinit: done [128 MB total pool size, (85/42) split]
    12/23/14 8:51:47.000 AM kernel[0]: rooting via boot-uuid from /chosen: 804F2691-E966-33D8-AF5F-3DEC8D46D182
    12/23/14 8:51:47.000 AM kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    12/23/14 8:51:47.000 AM kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    12/23/14 8:51:47.000 AM kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    12/23/14 8:51:47.000 AM kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    12/23/14 8:51:47.000 AM kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    12/23/14 8:51:47.000 AM kernel[0]: AppleIntelCPUPowerManagementClient: ready
    12/23/14 8:51:47.000 AM kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/ST31000528ASQ Media/IOGUIDPartitionScheme/Protovision@2
    12/23/14 8:51:47.000 AM kernel[0]: BSD root: disk0s2, major 1, minor 1
    12/23/14 8:51:47.000 AM kernel[0]: hfs: mounted Protovision on device root_device
    12/23/14 8:51:47.000 AM kernel[0]: VM Swap Subsystem is ON
    12/23/14 8:51:47.000 AM kernel[0]: ath_get_caps[4044] rx chainmask mismatch actual 3 sc_chainmak 0
    12/23/14 8:51:47.000 AM kernel[0]: 3.720315: ath_get_caps[4019] tx chainmask mismatch actual 3 sc_chainmak 0
    12/23/14 8:51:47.000 AM kernel[0]: 3.724779: Atheros: mac 128.2 phy 13.0 radio 12.0
    12/23/14 8:51:47.000 AM kernel[0]: 3.724789: Use hw queue 0 for WME_AC_BE traffic
    12/23/14 8:51:47.000 AM kernel[0]: 3.724797: Use hw queue 1 for WME_AC_BK traffic
    12/23/14 8:51:47.000 AM kernel[0]: 3.724804: Use hw queue 2 for WME_AC_VI traffic
    12/23/14 8:51:47.000 AM kernel[0]: 3.724811: Use hw queue 3 for WME_AC_VO traffic
    12/23/14 8:51:47.000 AM kernel[0]: 3.724818: Use hw queue 8 for CAB traffic
    12/23/14 8:51:47.000 AM kernel[0]: 3.724825: Use hw queue 9 for beacons
    12/23/14 8:51:47.000 AM kernel[0]: 3.724915: wlan_vap_create : enter. devhandle=0xa009e718, opmode=IEEE80211_M_STA, flags=0x1
    12/23/14 8:51:47.000 AM kernel[0]: 3.724957: wlan_vap_create : exit. devhandle=0xa009e718, opmode=IEEE80211_M_STA, flags=0x1.
    12/23/14 8:51:47.000 AM kernel[0]: bpfAttach len 88 dlt 127
    12/23/14 8:51:38.299 AM com.apple.xpc.launchd[1]: (com.apple.audio.coreaudiod) Unknown key for array: seatbelt-profiles
    12/23/14 8:51:47.000 AM kernel[0]: bpfAttach len 124 dlt 192
    12/23/14 8:51:47.000 AM kernel[0]: bpfAttach len 24 dlt 105
    12/23/14 8:51:47.000 AM kernel[0]: 3.725006: ATH tunables:
    12/23/14 8:51:47.000 AM kernel[0]: 3.725010:   pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    12/23/14 8:51:38.299 AM com.apple.xpc.launchd[1]: (com.apple.auditd) The TimeOut key is no longer respected. It never did anything anyway.
    12/23/14 8:51:42.998 AM iconservicesagent[37]: iconservicesagent launched.
    12/23/14 8:51:42.998 AM hidd[68]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
    12/23/14 8:51:38.299 AM com.apple.xpc.launchd[1]: (com.apple.autofsd) This service is defined to be constantly running and is inherently inefficient.
    12/23/14 8:51:43.000 AM hidd[68]: ____IOHIDSessionScheduleAsync_block_invoke: thread_id=0x10ef8b000
    12/23/14 8:51:43.000 AM hidd[68]: HID Session async scheduling initiated.
    12/23/14 8:51:43.000 AM hidd[68]: HID Session async root queue running at priority 63 and schedule 2.
    12/23/14 8:51:43.000 AM hidd[68]: HID Session async scheduling complete.
    12/23/14 8:51:43.000 AM hidd[68]: Successfully opened the IOHIDSession
    12/23/14 8:51:44.109 AM watchdogd[30]:  [watchdog_daemon] @(    wd_watchdog_open) - IOIteratorNext failed (kr=0)
    12/23/14 8:51:38.300 AM com.apple.xpc.launchd[1]: (com.apple.backupd-status) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    12/23/14 8:51:38.300 AM com.apple.xpc.launchd[1]: (com.apple.backupd.status.xpc) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    12/23/14 8:51:47.243 AM watchdogd[30]:  [watchdog_daemon] @(      wd_daemon_init) - could not initialize the hardware watchdog
    12/23/14 8:51:38.300 AM com.apple.xpc.launchd[1]: (com.apple.bsd.dirhelper) The TimeOut key is no longer respected. It never did anything anyway.
    12/23/14 8:51:47.243 AM watchdogd[30]:  [watchdog_daemon] @(                main) - cannot initialize the watchdog service
    12/23/14 8:51:38.300 AM com.apple.xpc.launchd[1]: (com.apple.cmio.AVCAssistant) ThrottleInterval set to zero. You're not that important. Ignoring.
    12/23/14 8:51:38.300 AM com.apple.xpc.launchd[1]: (com.apple.cmio.IIDCVideoAssistant) ThrottleInterval set to zero. You're not that important. Ignoring.
    12/23/14 8:51:38.301 AM com.apple.xpc.launchd[1]: (com.apple.cmio.VDCAssistant) ThrottleInterval set to zero. You're not that important. Ignoring.
    12/23/14 8:51:38.301 AM com.apple.xpc.launchd[1]: (com.apple.configd) This service is defined to be constantly running and is inherently inefficient.
    12/23/14 8:51:38.301 AM com.apple.xpc.launchd[1]: (com.apple.coreduetd) This service is defined to be constantly running and is inherently inefficient.
    12/23/14 8:51:38.301 AM com.apple.xpc.launchd[1]: (com.apple.CoreRAID) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    12/23/14 8:51:38.301 AM com.apple.xpc.launchd[1]: (com.apple.CoreRAID) The ServiceIPC key is no longer respected. Please remove it.
    12/23/14 8:51:38.301 AM com.apple.xpc.launchd[1]: (com.apple.coreservicesd) The HopefullyExitsLast key is no longer respected. Please remove it.
    12/23/14 8:51:47.244 AM com.apple.xpc.launchd[1]: (com.apple.watchdogd) Service only ran for 8 seconds. Pushing respawn out by 2 seconds.
    12/23/14 8:51:47.244 AM iconservicesagent[37]: Starting service with cache path: /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/com.apple.iconservices
    12/23/14 8:51:47.000 AM kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    12/23/14 8:51:47.000 AM kernel[0]: IO80211Interface::efiNVRAMPublished():
    12/23/14 8:51:47.000 AM kernel[0]: bpfAttach len 64 dlt 12
    12/23/14 8:51:47.695 AM iconservicesd[36]: iconservicesd launched.
    12/23/14 8:51:47.697 AM iconservicesd[36]: Cache path: /Library/Caches/com.apple.iconservices.store
    12/23/14 8:51:47.772 AM opendirectoryd[45]: BUG in libdispatch: 14B25 - 2004 - 0x5
    12/23/14 8:51:47.822 AM com.apple.SecurityServer[52]: Session 100000 created
    12/23/14 8:51:47.854 AM configd[25]: preference: no sharing preferences
    12/23/14 8:51:47.000 AM kernel[0]: IOGraphics flags 0x43
    12/23/14 8:51:47.000 AM kernel[0]: IOBluetoothUSBDFU::probe
    12/23/14 8:51:47.000 AM kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8215 FirmwareVersion - 0x0208
    12/23/14 8:51:47.000 AM kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0x4000 ****
    12/23/14 8:51:47.000 AM kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0x4000 ****
    12/23/14 8:51:47.000 AM kernel[0]: [IOBluetoothHCIController][staticBluetoothTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0x4000
    12/23/14 8:51:47.000 AM kernel[0]: [IOBluetoothHCIController][start] -- completed
    12/23/14 8:51:47.000 AM kernel[0]: ** Device in slot: SLOT--1 **
    12/23/14 8:51:47.978 AM com.apple.usbmuxd[51]: usbmuxd-344.3 on Oct 13 2014 at 21:10:09, running 64 bit
    12/23/14 8:51:48.000 AM kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    12/23/14 8:51:48.000 AM kernel[0]: **** [IOBluetoothHCIController][ProcessBluetoothTransportShowsUpActionWL] -- Connected to the transport successfully -- 0xef80 -- 0xa000 -- 0x4000 ****
    12/23/14 8:51:48.060 AM com.apple.SecurityServer[52]: Entering service
    12/23/14 8:51:48.000 AM kernel[0]: Waiting for DSMOS...
    12/23/14 8:51:48.251 AM com.apple.xpc.launchd[1]: (com.apple.xpc.launchd.domain.system) Service "com.apple.ManagedClient.startup" tried to hijack endpoint "com.apple.ManagedClient.agent" from owner: com.apple.ManagedClient
    12/23/14 8:51:48.255 AM thermald[22]: Waiting for OSTT support notification
    12/23/14 8:51:48.260 AM UserEventAgent[16]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    12/23/14 8:51:48.264 AM digest-service[98]: label: default
    12/23/14 8:51:48.265 AM digest-service[98]: dbname: od:/Local/Default
    12/23/14 8:51:48.265 AM digest-service[98]: mkey_file: /var/db/krb5kdc/m-key
    12/23/14 8:51:48.265 AM digest-service[98]: acl_file: /var/db/krb5kdc/kadmind.acl
    12/23/14 8:51:48.277 AM UserEventAgent[16]: Captive: CNPluginHandler en1: Inactive
    12/23/14 8:51:48.000 AM kernel[0]: Previous shutdown cause: 3
    12/23/14 8:51:48.366 AM digest-service[98]: digest-request: uid=0
    12/23/14 8:51:48.000 AM kernel[0]: DSMOS has arrived
    12/23/14 8:51:48.391 AM loginwindow[64]: Login Window Application Started
    12/23/14 8:51:48.423 AM systemkeychain[112]: done file: /var/run/systemkeychaincheck.done
    12/23/14 8:51:48.442 AM secinitd[118]: UID[0]: cache loaded: /System/Library/Caches/com.apple.app-sandbox-cache.plist
    12/23/14 8:51:48.443 AM secinitd[118]: ctkd[115]: unable to get root path for bundle of main executable: /System/Library/Frameworks/CryptoTokenKit.framework/ctkd
    12/23/14 8:51:48.485 AM WindowServer[129]: Server is starting up
    12/23/14 8:51:48.488 AM apsd[49]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    12/23/14 8:51:48.495 AM mds[32]: (FMW.Normal:1402) FMW 0 0
    12/23/14 8:51:48.512 AM com.apple.xpc.launchd[1]: (com.apple.xpc.launchd.domain.system) Service "com.apple.ManagedClient.enroll" tried to hijack endpoint "com.apple.ManagedClient.agent" from owner: com.apple.ManagedClient
    12/23/14 8:51:48.000 AM kernel[0]: AtherosNewma40P2PInterface::init name <p2p0> role 1
    12/23/14 8:51:48.000 AM kernel[0]: AtherosNewma40P2PInterface::init <p2p> role 1
    12/23/14 8:51:48.518 AM airportd[29]: airportdProcessDLILEvent: en1 attached (down)
    12/23/14 8:51:48.525 AM apsd[49]: Unable to bootstrap_look_up connection port 'com.apple.askpermission.aps' for user 0: Unknown service name
    12/23/14 8:51:48.526 AM apsd[49]: Attempt to set push wake topics without dark wake enabled: ()
    12/23/14 8:51:48.527 AM apsd[49]: Unable to bootstrap_look_up connection port 'com.apple.askpermission.aps' for user 0: Unknown service name
    12/23/14 8:51:48.527 AM apsd[49]: <APSConnectionServer: 0x7fbe2b8084b0> Invalid mach port - Cleaning up this named port's topics. com.apple.askpermission.aps
    12/23/14 8:51:48.638 AM digest-service[98]: digest-request: netr probe 0
    12/23/14 8:51:48.639 AM digest-service[98]: digest-request: init request
    12/23/14 8:51:48.647 AM digest-service[98]: digest-request: init return domain: BUILTIN server: LOCALHOST indomain was: <NULL>
    12/23/14 8:51:48.000 AM kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    12/23/14 8:51:48.000 AM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    12/23/14 8:51:48.000 AM kernel[0]: 22.475544: setDISASSOC from ATH_INTERFACE_CLASS disconnectVap
    12/23/14 8:51:48.000 AM kernel[0]: 22.475564: switchVap from 1 to 1
    12/23/14 8:51:49.074 AM locationd[54]: Logging binary sensor data to /var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C/locationdSensors.bin
    12/23/14 8:51:49.215 AM com.apple.xpc.launchd[1]: (com.apple.appkit.xpc.sandboxedServiceRunner) The JoinExistingSession key is only available to Application services.
    12/23/14 8:51:49.215 AM locationd[54]: NBB-Could not get UDID for stable refill timing, falling back on random
    12/23/14 8:51:49.268 AM com.apple.xpc.launchd[1]: (com.apple.lakitu) The JoinExistingSession key is only available to Application services.
    12/23/14 8:51:49.269 AM com.apple.xpc.launchd[1]: (com.apple.accounts.dom) The _DirtyJetsamMemoryLimit key is not available on this platform.
    12/23/14 8:51:49.269 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    12/23/14 8:51:49.380 AM discoveryd[48]: Basic Sockets GetProcessNameFromSocket() failed errno[57] err[-1]
    12/23/14 8:51:49.381 AM discoveryd[48]: Basic Sockets Unknown(-1), errno 0 UDS FD=3
    12/23/14 8:51:49.381 AM discoveryd[48]: Basic Sockets UDS FD=3 ERROR: failed to get effective user ID, errno 0
    12/23/14 8:51:49.381 AM discoveryd[48]: Basic SleepProxy BSP Server Disabled. Metric = 3373
    12/23/14 8:51:49.541 AM discoveryd[48]: AwdlD2d AwdlD2dInitialize: Initialized
    12/23/14 8:51:49.543 AM discoveryd[48]: D2D_IPC: Loaded
    12/23/14 8:51:49.547 AM airportd[29]: _handleLinkEvent: WiFi is not powered. Resetting state variables.
    12/23/14 8:51:49.552 AM discoveryd[48]: Basic WABServer NetResolverEvent no resolvers, resetting domains
    12/23/14 8:51:49.552 AM discoveryd[48]: Basic RemoteControl com.apple.discoveryd Starting XPC Server
    12/23/14 8:51:49.552 AM discoveryd[48]: Basic DNSResolver etc/hosts file changed: Event 0x7f99ed300200 Flushed /etc/hosts cache
    12/23/14 8:51:49.553 AM discoveryd[48]: Basic SleepProxy Could not get the primary interface
    12/23/14 8:51:49.553 AM discoveryd_helper[139]: Basic RemoteControl com.apple.discoveryd_helper Starting XPC Server
    12/23/14 8:51:49.553 AM discoveryd[48]: Basic RemoteControl com.apple.discoveryd.dnsproxy Starting XPC Server
    12/23/14 8:51:49.553 AM discoveryd_helper[139]: Detailed RemoteControl com.apple.discoveryd_helper XPC connection 0x7f9433d01220: start (pid=48, <unknown> not root)
    12/23/14 8:51:49.554 AM discoveryd[48]: Basic SleepProxy Sleep Proxy Server is not enabled
    12/23/14 8:51:49.579 AM networkd[140]: networkd-411 pid 140
    12/23/14 8:51:49.731 AM locationd[54]: Location icon should now be in state 'Inactive'
    12/23/14 8:51:49.805 AM UserEventAgent[16]: nsurlsessiond_events plugin: adding token 1 for client softwareupdate_download_service
    12/23/14 8:51:49.830 AM configd[25]: [bootp_transmit.c:213] bootp_transmit(): bpf_write(en0) failed: Network is down (50)
    12/23/14 8:51:49.830 AM configd[25]: DHCP en0: INIT transmit failed
    12/23/14 8:51:49.000 AM kernel[0]: bpfAttach len 124 dlt 192
    12/23/14 8:51:49.000 AM kernel[0]: bpfAttach len 88 dlt 127
    12/23/14 8:51:49.000 AM kernel[0]: bpfAttach len 24 dlt 105
    12/23/14 8:51:49.000 AM kernel[0]: 23.661333: performCountryCodeOperation: Not connected, scan in progress[0]
    12/23/14 8:51:49.000 AM kernel[0]: 23.664133: setWOW_PARAMETERS:wowevents = 2(1)
    12/23/14 8:51:49.930 AM configd[25]: dhcp_arp_router: en1 SSID unavailable
    12/23/14 8:51:49.000 AM kernel[0]: en1: 802.11d country code set to 'US '.
    12/23/14 8:51:49.000 AM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    12/23/14 8:51:49.940 AM configd[25]: network changed.
    12/23/14 8:51:49.941 AM configd[25]: setting hostname to "riccardos-iMac.local"
    12/23/14 8:51:49.000 AM kernel[0]: IOBluetoothDevice::setProperties() -- calling hciController->CallCreateDeviceReporter() -- this = 0x9800
    12/23/14 8:51:49.000 AM kernel[0]: IOBluetoothHCIController::CallCreateDeviceReporter -- calling enqueueAction() -- device = 0x9800
    12/23/14 8:51:49.000 AM kernel[0]: IOBluetoothHCIController::CreateDeviceReporterAction -- device = = 0x9800
    12/23/14 8:51:49.000 AM kernel[0]: IOBluetoothHCIController::CreateDeviceReporterAction -- calling CreateDeviceReporter() device = = 0x9800
    12/23/14 8:51:49.000 AM kernel[0]: IOBluetoothHCIController::CreateDeviceReporter -- device = = 0x9800
    12/23/14 8:51:50.170 AM lsregister[134]: LaunchServices: Begin database seeding
    12/23/14 8:51:50.170 AM lsregister[134]: LaunchServices: Completed database seeding
    12/23/14 8:51:50.185 AM mds[32]: (DiskStore.Normal:453) InstallResults.plist found
    12/23/14 8:51:50.000 AM kernel[0]: en1: BSSID changed to 88:1f:a1:42:d2:4d
    12/23/14 8:51:50.000 AM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    12/23/14 8:51:50.000 AM kernel[0]: AirPort: Link Up on en1
    12/23/14 8:51:50.000 AM kernel[0]: 23.995217: apple80211Request[10514] Unsupported ioctl 181
    12/23/14 8:51:50.000 AM kernel[0]: 23.995232: apple80211Request[10514] Unsupported ioctl 181
    12/23/14 8:51:50.000 AM kernel[0]: en1: BSSID changed to 88:1f:a1:42:d2:4d
    12/23/14 8:51:50.000 AM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    12/23/14 8:51:50.000 AM kernel[0]: 23.997038: setWOW_PARAMETERS:wowevents = 2(1)
    12/23/14 8:51:50.000 AM kernel[0]: AirPort: RSN handshake complete on en1
    12/23/14 8:51:50.000 AM kernel[0]: [BNBMouseDevice::init][85.3] init is complete
    12/23/14 8:51:50.000 AM kernel[0]: [BNBMouseDevice::handleStart][85.3] returning 1
    12/23/14 8:51:50.000 AM kernel[0]: [AppleMultitouchHIDEventDriver::start] entered
    12/23/14 8:51:50.000 AM kernel[0]: [AppleMultitouchDevice::start] entered
    12/23/14 8:51:50.856 AM hidd[68]: IOHIDService compatibility thread running at priority 63 and schedule 2.
    12/23/14 8:51:51.196 AM WindowServer[129]: Session 257 retained (2 references)
    12/23/14 8:51:51.196 AM WindowServer[129]: Session 257 released (1 references)
    12/23/14 8:51:51.197 AM configd[25]: dhcp_arp_router: en1 SSID unavailable
    12/23/14 8:51:51.212 AM WindowServer[129]: Session 257 retained (2 references)
    12/23/14 8:51:51.214 AM WindowServer[129]: init_page_flip: page flip mode is on
    12/23/14 8:51:51.000 AM kernel[0]: en1: BSSID changed to 88:1f:a1:42:d2:4d
    12/23/14 8:51:51.000 AM kernel[0]: en1: BSSID changed to 88:1f:a1:42:d2:4d
    12/23/14 8:51:52.521 AM WindowServer[129]: Found 26 modes for display 0x00000000 [26, 0]
    12/23/14 8:51:52.536 AM WindowServer[129]: Found 1 modes for display 0x00000000 [1, 0]
    12/23/14 8:51:52.537 AM WindowServer[129]: mux_initialize: Couldn't find any matches
    12/23/14 8:51:52.542 AM WindowServer[129]: Found 26 modes for display 0x00000000 [26, 0]
    12/23/14 8:51:52.545 AM WindowServer[129]: Found 1 modes for display 0x00000000 [1, 0]
    12/23/14 8:51:52.000 AM kernel[0]: en1: BSSID changed to 88:1f:a1:42:d2:4d
    12/23/14 8:51:52.953 AM configd[25]: network changed: DNS* Proxy
    12/23/14 8:51:52.953 AM UserEventAgent[16]: Captive: [CNInfoNetworkActive:1709] en1: SSID 'Professor Falken' making interface primary (protected network)
    12/23/14 8:51:52.954 AM UserEventAgent[16]: Captive: CNPluginHandler en1: Evaluating
    12/23/14 8:51:52.954 AM discoveryd[48]: Basic SleepProxy Could not get the primary interface
    12/23/14 8:51:52.955 AM UserEventAgent[16]: Captive: en1: Probing 'Professor Falken'
    12/23/14 8:51:52.959 AM configd[25]: network changed: v4(en1!:192.168.1.68) DNS+ Proxy+ SMB
    12/23/14 8:51:52.961 AM UserEventAgent[16]: Captive: [ProbeListManagerCopyProbeURL:182] Probe Info is past expiration date
    12/23/14 8:51:53.015 AM networkd[140]: +[NETLedBelly stopFastFail] Clearing ledbelly failure cache
    12/23/14 8:51:53.016 AM configd[25]: network changed: v4(en1:192.168.1.68) v6(en1+:2602:306:80cc:9640:a108:b391:76d4:f66) DNS* Proxy SMB
    12/23/14 8:51:53.031 AM configd[25]: setting hostname to "iMac.attlocal.net"
    12/23/14 8:51:53.068 AM UserEventAgent[16]: Captive: CNPluginHandler en1: Authenticated
    12/23/14 8:51:53.105 AM com.apple.xpc.launchd[1]: (com.apple.appkit.xpc.sandboxedServiceRunner) The JoinExistingSession key is only available to Application services.
    12/23/14 8:51:53.105 AM com.apple.xpc.launchd[1]: (com.apple.DataDetectorsDynamicData) The JoinExistingSession key is only available to Application services.
    12/23/14 8:51:53.108 AM com.apple.xpc.launchd[1]: (com.apple.FileSyncAgent.PHD.isRunning) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    12/23/14 8:51:53.109 AM com.apple.xpc.launchd[1]: (com.apple.mbloginhelper.user) This key does not do anything: OnDemand
    12/23/14 8:51:53.109 AM com.apple.xpc.launchd[1]: (com.apple.mbpluginhost.user) This key does not do anything: OnDemand
    12/23/14 8:51:53.112 AM com.apple.xpc.launchd[1]: (com.apple.secd) This key does not do anything: OnDemand
    12/23/14 8:51:53.112 AM com.apple.xpc.launchd[1]: (com.apple.secd) The ServiceIPC key is no longer respected. Please remove it.
    12/23/14 8:51:53.113 AM com.apple.xpc.launchd[1]: (com.apple.speech.speechsynthesisd) This key does not do anything: OnDemand
    12/23/14 8:51:53.114 AM com.apple.xpc.launchd[1]: (com.apple.TrustEvaluationAgent) This key does not do anything: OnDemand
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 tota

  • Yosemite starts on Safe Mode only (iMac 2009)

    Hello Everybody,
    I have installed Yosemite on my iMac 2009 and after the reboot the system starts in safe mode only.
    Does anyone have an idea how I can fix this?
    Here the log:
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.commerce.asl" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.CoreDuetAdmissionControl" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.eventmonitor" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.family.asl" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.ical" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.icloud.FindMyDevice" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.install" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.iokit.power" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.mail" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.MessageTracer" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.networking.symptoms" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.networking.symptoms" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.performance" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.secinitd" claims selected messages.
    Do you have any idea why the it does not work?
    Thanks,
    Riccardo
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/23/14 8:51:47.000 AM kernel[0]: Longterm timer threshold: 1000 ms
    12/23/14 8:51:47.000 AM kernel[0]: Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64
    12/23/14 8:51:47.000 AM kernel[0]: vm_page_bootstrap: 4068589 free pages and 92947 wired pages
    12/23/14 8:51:47.000 AM kernel[0]: kext submap [0xffffff7f80a00000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000a00000]
    12/23/14 8:51:47.000 AM kernel[0]: zone leak detection enabled
    12/23/14 8:51:47.000 AM kernel[0]: "vm_compressor_mode" is 4
    12/23/14 8:51:47.000 AM kernel[0]: multiq scheduler config: deep-drain 0, urgent first 1, depth limit 4, band limit 127, sanity check 0
    12/23/14 8:51:47.000 AM kernel[0]: standard timeslicing quantum is 10000 us
    12/23/14 8:51:47.000 AM kernel[0]: standard background quantum is 2500 us
    12/23/14 8:51:47.000 AM kernel[0]: mig_table_max_displ = 13
    12/23/14 8:51:47.000 AM kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    12/23/14 8:51:47.000 AM kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=1 Enabled
    12/23/14 8:51:47.000 AM kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=2 Enabled
    12/23/14 8:51:47.000 AM kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    12/23/14 8:51:47.000 AM kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=4 Enabled
    12/23/14 8:51:47.000 AM kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=5 Enabled
    12/23/14 8:51:47.000 AM kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=6 Enabled
    12/23/14 8:51:47.000 AM kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=7 Enabled
    12/23/14 8:51:47.000 AM kernel[0]: calling mpo_policy_init for TMSafetyNet
    12/23/14 8:51:47.000 AM kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    12/23/14 8:51:38.298 AM com.apple.xpc.launchd[1]: (com.apple.alf) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    12/23/14 8:51:47.000 AM kernel[0]: calling mpo_policy_init for AMFI
    12/23/14 8:51:47.000 AM kernel[0]: Security policy loaded: Apple Mobile File Integrity (AMFI)
    12/23/14 8:51:47.000 AM kernel[0]: calling mpo_policy_init for Sandbox
    12/23/14 8:51:47.000 AM kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    12/23/14 8:51:47.000 AM kernel[0]: calling mpo_policy_init for Quarantine
    12/23/14 8:51:47.000 AM kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    12/23/14 8:51:47.000 AM kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    12/23/14 8:51:47.000 AM kernel[0]: The Regents of the University of California. All rights reserved.
    12/23/14 8:51:47.000 AM kernel[0]: MAC Framework successfully initialized
    12/23/14 8:51:47.000 AM kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    12/23/14 8:51:47.000 AM kernel[0]: AppleKeyStore starting (BUILT: Sep 19 2014 00:11:30)
    12/23/14 8:51:47.000 AM kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    12/23/14 8:51:47.000 AM kernel[0]: ACPI: sleep states S3 S4 S5
    12/23/14 8:51:47.000 AM kernel[0]: pci (build 00:11:20 Sep 19 2014), flags 0xe3000, pfm64 (36 cpu) 0xf80000000, 0x80000000
    12/23/14 8:51:47.000 AM kernel[0]: [ PCI configuration begin ]
    12/23/14 8:51:47.000 AM kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 1145
    12/23/14 8:51:47.000 AM kernel[0]: AppleIntelCPUPowerManagement: (built 00:11:36 Sep 19 2014) initialization complete
    12/23/14 8:51:47.000 AM kernel[0]: console relocated to 0xf80010000
    12/23/14 8:51:47.000 AM kernel[0]: [ PCI configuration end, bridges 9, devices 21 ]
    12/23/14 8:51:47.000 AM kernel[0]: [ PCI configuration begin ]
    12/23/14 8:51:47.000 AM kernel[0]: [ PCI configuration end, bridges 10, devices 36 ]
    12/23/14 8:51:47.000 AM kernel[0]: FireWire (OHCI) TI ID 823f built-in now active, GUID d49a20fffeca2350; max speed s800.
    12/23/14 8:51:47.000 AM kernel[0]: USBMSC Identifier (non-unique): 000000009833 0x5ac 0x8403 0x9833, 2
    12/23/14 8:51:47.000 AM kernel[0]: mcache: 8 CPU(s), 64 bytes CPU cache line size
    12/23/14 8:51:47.000 AM kernel[0]: mbinit: done [128 MB total pool size, (85/42) split]
    12/23/14 8:51:47.000 AM kernel[0]: rooting via boot-uuid from /chosen: 804F2691-E966-33D8-AF5F-3DEC8D46D182
    12/23/14 8:51:47.000 AM kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    12/23/14 8:51:47.000 AM kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    12/23/14 8:51:47.000 AM kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    12/23/14 8:51:47.000 AM kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    12/23/14 8:51:47.000 AM kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    12/23/14 8:51:47.000 AM kernel[0]: AppleIntelCPUPowerManagementClient: ready
    12/23/14 8:51:47.000 AM kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IO B lockStorageDriver/ST31000528ASQ Media/IOGUIDPartitionScheme/Protovision@2
    12/23/14 8:51:47.000 AM kernel[0]: BSD root: disk0s2, major 1, minor 1
    12/23/14 8:51:47.000 AM kernel[0]: hfs: mounted Protovision on device root_device
    12/23/14 8:51:47.000 AM kernel[0]: VM Swap Subsystem is ON
    12/23/14 8:51:47.000 AM kernel[0]: ath_get_caps[4044] rx chainmask mismatch actual 3 sc_chainmak 0
    12/23/14 8:51:47.000 AM kernel[0]: 3.720315: ath_get_caps[4019] tx chainmask mismatch actual 3 sc_chainmak 0
    12/23/14 8:51:47.000 AM kernel[0]: 3.724779: Atheros: mac 128.2 phy 13.0 radio 12.0
    12/23/14 8:51:47.000 AM kernel[0]: 3.724789: Use hw queue 0 for WME_AC_BE traffic
    12/23/14 8:51:47.000 AM kernel[0]: 3.724797: Use hw queue 1 for WME_AC_BK traffic
    12/23/14 8:51:47.000 AM kernel[0]: 3.724804: Use hw queue 2 for WME_AC_VI traffic
    12/23/14 8:51:47.000 AM kernel[0]: 3.724811: Use hw queue 3 for WME_AC_VO traffic
    12/23/14 8:51:47.000 AM kernel[0]: 3.724818: Use hw queue 8 for CAB traffic
    12/23/14 8:51:47.000 AM kernel[0]: 3.724825: Use hw queue 9 for beacons
    12/23/14 8:51:47.000 AM kernel[0]: 3.724915: wlan_vap_create : enter. devhandle=0xa009e718, opmode=IEEE80211_M_STA, flags=0x1
    12/23/14 8:51:47.000 AM kernel[0]: 3.724957: wlan_vap_create : exit. devhandle=0xa009e718, opmode=IEEE80211_M_STA, flags=0x1.
    12/23/14 8:51:47.000 AM kernel[0]: bpfAttach len 88 dlt 127
    12/23/14 8:51:38.299 AM com.apple.xpc.launchd[1]: (com.apple.audio.coreaudiod) Unknown key for array: seatbelt-profiles
    12/23/14 8:51:47.000 AM kernel[0]: bpfAttach len 124 dlt 192
    12/23/14 8:51:47.000 AM kernel[0]: bpfAttach len 24 dlt 105
    12/23/14 8:51:47.000 AM kernel[0]: 3.725006: ATH tunables:
    12/23/14 8:51:47.000 AM kernel[0]: 3.725010:   pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    12/23/14 8:51:38.299 AM com.apple.xpc.launchd[1]: (com.apple.auditd) The TimeOut key is no longer respected. It never did anything anyway.
    12/23/14 8:51:42.998 AM iconservicesagent[37]: iconservicesagent launched.
    12/23/14 8:51:42.998 AM hidd[68]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
    12/23/14 8:51:38.299 AM com.apple.xpc.launchd[1]: (com.apple.autofsd) This service is defined to be constantly running and is inherently inefficient.
    12/23/14 8:51:43.000 AM hidd[68]: ____IOHIDSessionScheduleAsync_block_invoke: thread_id=0x10ef8b000
    12/23/14 8:51:43.000 AM hidd[68]: HID Session async scheduling initiated.
    12/23/14 8:51:43.000 AM hidd[68]: HID Session async root queue running at priority 63 and schedule 2.
    12/23/14 8:51:43.000 AM hidd[68]: HID Session async scheduling complete.
    12/23/14 8:51:43.000 AM hidd[68]: Successfully opened the IOHIDSession
    12/23/14 8:51:44.109 AM watchdogd[30]:  [watchdog_daemon] @(    wd_watchdog_open) - IOIteratorNext failed (kr=0)
    12/23/14 8:51:38.300 AM com.apple.xpc.launchd[1]: (com.apple.backupd-status) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    12/23/14 8:51:38.300 AM com.apple.xpc.launchd[1]: (com.apple.backupd.status.xpc) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    12/23/14 8:51:47.243 AM watchdogd[30]:  [watchdog_daemon] @(      wd_daemon_init) - could not initialize the hardware watchdog
    12/23/14 8:51:38.300 AM com.apple.xpc.launchd[1]: (com.apple.bsd.dirhelper) The TimeOut key is no longer respected. It never did anything anyway.
    12/23/14 8:51:47.243 AM watchdogd[30]:  [watchdog_daemon] @(                main) - cannot initialize the watchdog service
    12/23/14 8:51:38.300 AM com.apple.xpc.launchd[1]: (com.apple.cmio.AVCAssistant) ThrottleInterval set to zero. You're not that important. Ignoring.
    12/23/14 8:51:38.300 AM com.apple.xpc.launchd[1]: (com.apple.cmio.IIDCVideoAssistant) ThrottleInterval set to zero. You're not that important. Ignoring.
    12/23/14 8:51:38.301 AM com.apple.xpc.launchd[1]: (com.apple.cmio.VDCAssistant) ThrottleInterval set to zero. You're not that important. Ignoring.
    12/23/14 8:51:38.301 AM com.apple.xpc.launchd[1]: (com.apple.configd) This service is defined to be constantly running and is inherently inefficient.
    12/23/14 8:51:38.301 AM com.apple.xpc.launchd[1]: (com.apple.coreduetd) This service is defined to be constantly running and is inherently inefficient.
    12/23/14 8:51:38.301 AM com.apple.xpc.launchd[1]: (com.apple.CoreRAID) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    12/23/14 8:51:38.301 AM com.apple.xpc.launchd[1]: (com.apple.CoreRAID) The ServiceIPC key is no longer respected. Please remove it.
    12/23/14 8:51:38.301 AM com.apple.xpc.launchd[1]: (com.apple.coreservicesd) The HopefullyExitsLast key is no longer respected. Please remove it.
    12/23/14 8:51:47.244 AM com.apple.xpc.launchd[1]: (com.apple.watchdogd) Service only ran for 8 seconds. Pushing respawn out by 2 seconds.
    12/23/14 8:51:47.244 AM iconservicesagent[37]: Starting service with cache path: /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/com.apple.iconservices
    12/23/14 8:51:47.000 AM kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    12/23/14 8:51:47.000 AM kernel[0]: IO80211Interface::efiNVRAMPublished():
    12/23/14 8:51:47.000 AM kernel[0]: bpfAttach len 64 dlt 12
    12/23/14 8:51:47.695 AM iconservicesd[36]: iconservicesd launched.
    12/23/14 8:51:47.697 AM iconservicesd[36]: Cache path: /Library/Caches/com.apple.iconservices.store
    12/23/14 8:51:47.772 AM opendirectoryd[45]: BUG in libdispatch: 14B25 - 2004 - 0x5
    12/23/14 8:51:47.822 AM com.apple.SecurityServer[52]: Session 100000 created
    12/23/14 8:51:47.854 AM configd[25]: preference: no sharing preferences
    12/23/14 8:51:47.000 AM kernel[0]: IOGraphics flags 0x43
    12/23/14 8:51:47.000 AM kernel[0]: IOBluetoothUSBDFU::probe
    12/23/14 8:51:47.000 AM kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8215 FirmwareVersion - 0x0208
    12/23/14 8:51:47.000 AM kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0x4000 ****
    12/23/14 8:51:47.000 AM kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0x4000 ****
    12/23/14 8:51:47.000 AM kernel[0]: [IOBluetoothHCIController][staticBluetoothTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0x4000
    12/23/14 8:51:47.000 AM kernel[0]: [IOBluetoothHCIController][start] -- completed
    12/23/14 8:51:47.000 AM kernel[0]: ** Device in slot: SLOT--1 **
    12/23/14 8:51:47.978 AM com.apple.usbmuxd[51]: usbmuxd-344.3 on Oct 13 2014 at 21:10:09, running 64 bit
    12/23/14 8:51:48.000 AM kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    12/23/14 8:51:48.000 AM kernel[0]: **** [IOBluetoothHCIController][ProcessBluetoothTransportShowsUpActionWL] -- Connected to the transport successfully -- 0xef80 -- 0xa000 -- 0x4000 ****
    12/23/14 8:51:48.060 AM com.apple.SecurityServer[52]: Entering service
    12/23/14 8:51:48.000 AM kernel[0]: Waiting for DSMOS...
    12/23/14 8:51:48.251 AM com.apple.xpc.launchd[1]: (com.apple.xpc.launchd.domain.system) Service "com.apple.ManagedClient.startup" tried to hijack endpoint "com.apple.ManagedClient.agent" from owner: com.apple.ManagedClient
    12/23/14 8:51:48.255 AM thermald[22]: Waiting for OSTT support notification
    12/23/14 8:51:48.260 AM UserEventAgent[16]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    12/23/14 8:51:48.264 AM digest-service[98]: label: default
    12/23/14 8:51:48.265 AM digest-service[98]: dbname: od:/Local/Default
    12/23/14 8:51:48.265 AM digest-service[98]: mkey_file: /var/db/krb5kdc/m-key
    12/23/14 8:51:48.265 AM digest-service[98]: acl_file: /var/db/krb5kdc/kadmind.acl
    12/23/14 8:51:48.277 AM UserEventAgent[16]: Captive: CNPluginHandler en1: Inactive
    12/23/14 8:51:48.000 AM kernel[0]: Previous shutdown cause: 3
    12/23/14 8:51:48.366 AM digest-service[98]: digest-request: uid=0
    12/23/14 8:51:48.000 AM kernel[0]: DSMOS has arrived
    12/23/14 8:51:48.391 AM loginwindow[64]: Login Window Application Started
    12/23/14 8:51:48.423 AM systemkeychain[112]: done file: /var/run/systemkeychaincheck.done
    12/23/14 8:51:48.442 AM secinitd[118]: UID[0]: cache loaded: /System/Library/Caches/com.apple.app-sandbox-cache.plist
    12/23/14 8:51:48.443 AM secinitd[118]: ctkd[115]: unable to get root path for bundle of main executable: /System/Library/Frameworks/CryptoTokenKit.framework/ctkd
    12/23/14 8:51:48.485 AM WindowServer[129]: Server is starting up
    12/23/14 8:51:48.488 AM apsd[49]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    12/23/14 8:51:48.495 AM mds[32]: (FMW.Normal:1402) FMW 0 0
    12/23/14 8:51:48.512 AM com.apple.xpc.launchd[1]: (com.apple.xpc.launchd.domain.system) Service "com.apple.ManagedClient.enroll" tried to hijack endpoint "com.apple.ManagedClient.agent" from owner: com.apple.ManagedClient
    12/23/14 8:51:48.000 AM kernel[0]: AtherosNewma40P2PInterface::init name <p2p0> role 1
    12/23/14 8:51:48.000 AM kernel[0]: AtherosNewma40P2PInterface::init <p2p> role 1
    12/23/14 8:51:48.518 AM airportd[29]: airportdProcessDLILEvent: en1 attached (down)
    12/23/14 8:51:48.525 AM apsd[49]: Unable to bootstrap_look_up connection port 'com.apple.askpermission.aps' for user 0: Unknown service name
    12/23/14 8:51:48.526 AM apsd[49]: Attempt to set push wake topics without dark wake enabled: ()
    12/23/14 8:51:48.527 AM apsd[49]: Unable to bootstrap_look_up connection port 'com.apple.askpermission.aps' for user 0: Unknown service name
    12/23/14 8:51:48.527 AM apsd[49]: <APSConnectionServer: 0x7fbe2b8084b0> Invalid mach port - Cleaning up this named port's topics. com.apple.askpermission.aps
    12/23/14 8:51:48.638 AM digest-service[98]: digest-request: netr probe 0
    12/23/14 8:51:48.639 AM digest-service[98]: digest-request: init request
    12/23/14 8:51:48.647 AM digest-service[98]: digest-request: init return domain: BUILTIN server: LOCALHOST indomain was: <NULL>
    12/23/14 8:51:48.000 AM kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    12/23/14 8:51:48.000 AM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    12/23/14 8:51:48.000 AM kernel[0]: 22.475544: setDISASSOC from ATH_INTERFACE_CLASS disconnectVap
    12/23/14 8:51:48.000 AM kernel[0]: 22.475564: switchVap from 1 to 1
    12/23/14 8:51:49.074 AM locationd[54]: Logging binary sensor data to /var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C/locationdSensors.bin
    12/23/14 8:51:49.215 AM com.apple.xpc.launchd[1]: (com.apple.appkit.xpc.sandboxedServiceRunner) The JoinExistingSession key is only available to Application services.
    12/23/14 8:51:49.215 AM locationd[54]: NBB-Could not get UDID for stable refill timing, falling back on random
    12/23/14 8:51:49.268 AM com.apple.xpc.launchd[1]: (com.apple.lakitu) The JoinExistingSession key is only available to Application services.
    12/23/14 8:51:49.269 AM com.apple.xpc.launchd[1]: (com.apple.accounts.dom) The _DirtyJetsamMemoryLimit key is not available on this platform.
    12/23/14 8:51:49.269 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    12/23/14 8:51:49.380 AM discoveryd[48]: Basic Sockets GetProcessNameFromSocket() failed errno[57] err[-1]
    12/23/14 8:51:49.381 AM discoveryd[48]: Basic Sockets Unknown(-1), errno 0 UDS FD=3
    12/23/14 8:51:49.381 AM discoveryd[48]: Basic Sockets UDS FD=3 ERROR: failed to get effective user ID, errno 0
    12/23/14 8:51:49.381 AM discoveryd[48]: Basic SleepProxy BSP Server Disabled. Metric = 3373
    12/23/14 8:51:49.541 AM discoveryd[48]: AwdlD2d AwdlD2dInitialize: Initialized
    12/23/14 8:51:49.543 AM discoveryd[48]: D2D_IPC: Loaded
    12/23/14 8:51:49.547 AM airportd[29]: _handleLinkEvent: WiFi is not powered. Resetting state variables.
    12/23/14 8:51:49.552 AM discoveryd[48]: Basic WABServer NetResolverEvent no resolvers, resetting domains
    12/23/14 8:51:49.552 AM discoveryd[48]: Basic RemoteControl com.apple.discoveryd Starting XPC Server
    12/23/14 8:51:49.552 AM discoveryd[48]: Basic DNSResolver etc/hosts file changed: Event 0x7f99ed300200 Flushed /etc/hosts cache
    12/23/14 8:51:49.553 AM discoveryd[48]: Basic SleepProxy Could not get the primary interface
    12/23/14 8:51:49.553 AM discoveryd_helper[139]: Basic RemoteControl com.apple.discoveryd_helper Starting XPC Server
    12/23/14 8:51:49.553 AM discoveryd[48]: Basic RemoteControl com.apple.discoveryd.dnsproxy Starting XPC Server
    12/23/14 8:51:49.553 AM discoveryd_helper[139]: Detailed RemoteControl com.apple.discoveryd_helper XPC connection 0x7f9433d01220: start (pid=48, <unknown> not root)
    12/23/14 8:51:49.554 AM discoveryd[48]: Basic SleepProxy Sleep Proxy Server is not enabled
    12/23/14 8:51:49.579 AM networkd[140]: networkd-411 pid 140
    12/23/14 8:51:49.731 AM locationd[54]: Location icon should now be in state 'Inactive'
    12/23/14 8:51:49.805 AM UserEventAgent[16]: nsurlsessiond_events plugin: adding token 1 for client softwareupdate_download_service
    12/23/14 8:51:49.830 AM configd[25]: [bootp_transmit.c:213] bootp_transmit(): bpf_write(en0) failed: Network is down (50)
    12/23/14 8:51:49.830 AM configd[25]: DHCP en0: INIT transmit failed
    12/23/14 8:51:49.000 AM kernel[0]: bpfAttach len 124 dlt 192
    12/23/14 8:51:49.000 AM kernel[0]: bpfAttach len 88 dlt 127
    12/23/14 8:51:49.000 AM kernel[0]: bpfAttach len 24 dlt 105
    12/23/14 8:51:49.000 AM kernel[0]: 23.661333: performCountryCodeOperation: Not connected, scan in progress[0]
    12/23/14 8:51:49.000 AM kernel[0]: 23.664133: setWOW_PARAMETERS:wowevents = 2(1)
    12/23/14 8:51:49.930 AM configd[25]: dhcp_arp_router: en1 SSID unavailable
    12/23/14 8:51:49.000 AM kernel[0]: en1: 802.11d country code set to 'US '.
    12/23/14 8:51:49.000 AM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    12/23/14 8:51:49.940 AM configd[25]: network changed.
    12/23/14 8:51:49.941 AM configd[25]: setting hostname to "riccardos-iMac.local"
    12/23/14 8:51:49.000 AM kernel[0]: IOBluetoothDevice::setProperties() -- calling hciController->CallCreateDeviceReporter() -- this = 0x9800
    12/23/14 8:51:49.000 AM kernel[0]: IOBluetoothHCIController::CallCreateDeviceReporter -- calling enqueueAction() -- device = 0x9800
    12/23/14 8:51:49.000 AM kernel[0]: IOBluetoothHCIController::CreateDeviceReporterAction -- device = = 0x9800
    12/23/14 8:51:49.000 AM kernel[0]: IOBluetoothHCIController::CreateDeviceReporterAction -- calling CreateDeviceReporter() device = = 0x9800
    12/23/14 8:51:49.000 AM kernel[0]: IOBluetoothHCIController::CreateDeviceReporter -- device = = 0x9800
    12/23/14 8:51:50.170 AM lsregister[134]: LaunchServices: Begin database seeding
    12/23/14 8:51:50.170 AM lsregister[134]: LaunchServices: Completed database seeding
    12/23/14 8:51:50.185 AM mds[32]: (DiskStore.Normal:453) InstallResults.plist found
    12/23/14 8:51:50.000 AM kernel[0]: en1: BSSID changed to 88:1f:a1:42:d2:4d
    12/23/14 8:51:50.000 AM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    12/23/14 8:51:50.000 AM kernel[0]: AirPort: Link Up on en1
    12/23/14 8:51:50.000 AM kernel[0]: 23.995217: apple80211Request[10514] Unsupported ioctl 181
    12/23/14 8:51:50.000 AM kernel[0]: 23.995232: apple80211Request[10514] Unsupported ioctl 181
    12/23/14 8:51:50.000 AM kernel[0]: en1: BSSID changed to 88:1f:a1:42:d2:4d
    12/23/14 8:51:50.000 AM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    12/23/14 8:51:50.000 AM kernel[0]: 23.997038: setWOW_PARAMETERS:wowevents = 2(1)
    12/23/14 8:51:50.000 AM kernel[0]: AirPort: RSN handshake complete on en1
    12/23/14 8:51:50.000 AM kernel[0]: [BNBMouseDevice::init][85.3] init is complete
    12/23/14 8:51:50.000 AM kernel[0]: [BNBMouseDevice::handleStart][85.3] returning 1
    12/23/14 8:51:50.000 AM kernel[0]: [AppleMultitouchHIDEventDriver::start] entered
    12/23/14 8:51:50.000 AM kernel[0]: [AppleMultitouchDevice::start] entered
    12/23/14 8:51:50.856 AM hidd[68]: IOHIDService compatibility thread running at priority 63 and schedule 2.
    12/23/14 8:51:51.196 AM WindowServer[129]: Session 257 retained (2 references)
    12/23/14 8:51:51.196 AM WindowServer[129]: Session 257 released (1 references)
    12/23/14 8:51:51.197 AM configd[25]: dhcp_arp_router: en1 SSID unavailable
    12/23/14 8:51:51.212 AM WindowServer[129]: Session 257 retained (2 references)
    12/23/14 8:51:51.214 AM WindowServer[129]: init_page_flip: page flip mode is on
    12/23/14 8:51:51.000 AM kernel[0]: en1: BSSID changed to 88:1f:a1:42:d2:4d
    12/23/14 8:51:51.000 AM kernel[0]: en1: BSSID changed to 88:1f:a1:42:d2:4d
    12/23/14 8:51:52.521 AM WindowServer[129]: Found 26 modes for display 0x00000000 [26, 0]
    12/23/14 8:51:52.536 AM WindowServer[129]: Found 1 modes for display 0x00000000 [1, 0]
    12/23/14 8:51:52.537 AM WindowServer[129]: mux_initialize: Couldn't find any matches
    12/23/14 8:51:52.542 AM WindowServer[129]: Found 26 modes for display 0x00000000 [26, 0]
    12/23/14 8:51:52.545 AM WindowServer[129]: Found 1 modes for display 0x00000000 [1, 0]
    12/23/14 8:51:52.000 AM kernel[0]: en1: BSSID changed to 88:1f:a1:42:d2:4d
    12/23/14 8:51:52.953 AM configd[25]: network changed: DNS* Proxy
    12/23/14 8:51:52.953 AM UserEventAgent[16]: Captive: [CNInfoNetworkActive:1709] en1: SSID 'Professor Falken' making interface primary (protected network)
    12/23/14 8:51:52.954 AM UserEventAgent[16]: Captive: CNPluginHandler en1: Evaluating
    12/23/14 8:51:52.954 AM discoveryd[48]: Basic SleepProxy Could not get the primary interface
    12/23/14 8:51:52.955 AM UserEventAgent[16]: Captive: en1: Probing 'Professor Falken'
    12/23/14 8:51:52.959 AM configd[25]: network changed: v4(en1!:192.168.1.68) DNS+ Proxy+ SMB
    12/23/14 8:51:52.961 AM UserEventAgent[16]: Captive: [ProbeListManagerCopyProbeURL:182] Probe Info is past expiration date
    12/23/14 8:51:53.015 AM networkd[140]: +[NETLedBelly stopFastFail] Clearing ledbelly failure cache
    12/23/14 8:51:53.016 AM configd[25]: network changed: v4(en1:192.168.1.68) v6(en1+:2602:306:80cc:9640:a108:b391:76d4:f66) DNS* Proxy SMB
    12/23/14 8:51:53.031 AM configd[25]: setting hostname to "iMac.attlocal.net"
    12/23/14 8:51:53.068 AM UserEventAgent[16]: Captive: CNPluginHandler en1: Authenticated
    12/23/14 8:51:53.105 AM com.apple.xpc.launchd[1]: (com.apple.appkit.xpc.sandboxedServiceRunner) The JoinExistingSession key is only available to Application services.
    12/23/14 8:51:53.105 AM com.apple.xpc.launchd[1]: (com.apple.DataDetectorsDynamicData) The JoinExistingSession key is only available to Application services.
    12/23/14 8:51:53.108 AM com.apple.xpc.launchd[1]: (com.apple.FileSyncAgent.PHD.isRunning) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    12/23/14 8:51:53.109 AM com.apple.xpc.launchd[1]: (com.apple.mbloginhelper.user) This key does not do anything: OnDemand
    12/23/14 8:51:53.109 AM com.apple.xpc.launchd[1]: (com.apple.mbpluginhost.user) This key does not do anything: OnDemand
    12/23/14 8:51:53.112 AM com.apple.xpc.launchd[1]: (com.apple.secd) This key does not do anything: OnDemand
    12/23/14 8:51:53.112 AM com.apple.xpc.launchd[1]: (com.apple.secd) The ServiceIPC key is no longer respected. Please remove it.
    12/23/14 8:51:53.113 AM com.apple.xpc.launchd[1]: (com.apple.speech.speechsynthesisd) This key does not do anything: OnDemand
    12/23/14 8:51:53.114 AM com.apple.xpc.launchd[1]: (com.apple.TrustEvaluationAgent) This key does not do anything: OnDemand
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/23/14 8:51:53.000 AM kernel[0]: BUG in process suhelperd[156]: over-released legacy

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem. But with the aid of the test results, the solution may take a few minutes, instead of hours or days.
    Don't be put off by the complexity of these instructions. The process is much less complicated than the description. You do harder tasks with the computer all the time.
    2. 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. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. As I wrote above, it changes nothing. It doesn't send or receive any data on the network. All it does is to generate a human-readable report on the state of the computer. That report goes nowhere unless you choose to share it. If you prefer, you can act on it yourself without disclosing the contents to me or anyone else.
    You should be wondering whether you can believe me, and whether it's safe to run a program at the behest of a stranger. In general, no, it's not safe and I don't encourage it.
    In this case, however, there are a couple of ways for you to decide whether the program is safe without having to trust me. First, you can read it. Unlike an application that you download and click to run, it's transparent, so anyone with the necessary skill can verify what it does.
    You may not be able to understand the script yourself. But variations of it have been posted on this website thousands of times over a period of years. The site is hosted by Apple, which does not allow it to be used to distribute harmful software. Any one of the millions of registered users could have read the script and raised the alarm if it was harmful. Then I would not be here now and you would not be reading this message.
    Nevertheless, if you can't satisfy yourself that these instructions are safe, don't follow them. Ask for other options.
    4. Here's a summary of what you need to do, if you choose to proceed:
    ☞ Copy a line of text in this window to the Clipboard.
    ☞ Paste into the window of another application.
    ☞ Wait for the test to run. It usually takes a few minutes.
    ☞ Paste the results, which will have been copied automatically, back into a reply on this page.
    The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. Details follow.
    5. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode, under the conditions in which the problem is reproduced. 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.
    6. 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 section doesn’t apply. Don't log in as root.
    7. 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 the browser window, 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:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/libexec;clear;cd;p=(Software Hardware Memory Diagnostics Power FireWire Thunderbolt USB Bluetooth SerialATA Fonts 1000 25 5120 KiB/s 1024 85 \\b%% 20480 1 MB/s 25000 ports ' \*dropbox \*genieo\* \*GoogleDr\* \*k.AutoCAD\* \*k.Maya\* vidinst\* ' DYLD_INSERT_LIBRARIES\ DYLD_LIBRARY_PATH -86 "` route -n get default|awk '/e:/{print $2}' `" 25 N\\/A down up 102400 25600 recvfrom sendto CFBundleIdentifier 25 25 25 1000 MB 'com.adobe.AAM.Updater-1.0 com.adobe.AAM.Updater-1.0 com.adobe.AdobeCreativeCloud com.adobe.CS4ServiceManager com.adobe.CS5ServiceManager com.adobe.fpsaud com.adobe.SwitchBoard com.adobe.SwitchBoard com.apple.aelwriter com.apple.AirPortBaseStationAgent com.apple.FolderActions.enabled com.apple.installer.osmessagetracing com.apple.mrt.uiagent com.apple.ReportCrash.Self com.apple.rpmuxd com.apple.SafariNotificationAgent com.apple.usbmuxd com.citrixonline.GoToMeeting.G2MUpdate com.google.keystone.agent com.google.keystone.daemon com.microsoft.office.licensing.helper com.oracle.java.Helper-Tool com.oracle.java.JavaUpdateHelper com.oracle.java.JavaUpdateHelper org.macosforge.xquartz.privileged_startx org.macosforge.xquartz.privileged_startx org.macosforge.xquartz.startx' '879294308 4071182229 461455494 3627668074 1083382502 1274181950 1855907737 2758863019 1848501757 464843899 3694147963 1233118628 2456546649 2806998573 2778718105 2636415542 842973933 2051385900 3301885676 891055588 998894468 695903914 1443423563 4136085286 523110921 2883943871 3873345487' 51 5120 files 4 );N5=${#p[@]};p[N5]=` networksetup -listnetworkserviceorder|awk ' NR>1 { sub(/^\([0-9]+\) /,"");n=$0;getline;} $NF=="'${p[26]}')" { sub(/.$/,"",$NF);print n;exit;} ' `;f=('\n%s: %s\n' '\n%s\n\n%s\n' '\nRAM details\n%s\n' %s\ %s '%s\n-\t%s\n' );S0() { echo ' { q=$NF+0;$NF="";u=$(NF-1);$(NF-1)="";gsub(/^ +| +$/,"");if(q>='${p[$1]}') printf("%s (UID %s) is using %s '${p[$2]}'",$0,u,q);} ';};s=(' s/[0-9A-Za-z._]+@[0-9A-Za-z.]+\.[0-9A-Za-z]{2,4}/EMAIL/g;/faceb/s/(at\.)[^.]+/\1NAME/g;/\/Shared/!s/(\/Users\/)[^ /]+/\1USER/g;s/[-0-9A-Fa-f]{22,}/UUID/g;' ' s/^ +//;/de: S|[nst]:/p;' ' {sub(/^ +/,"")};/er:/;/y:/&&$2<'${p[46]} ' 1s/://;3,6d;/[my].+:/d;s/^ {4}//;H;${ g;s/\n$//;/s: (E[^m]|[^EO])|x([^08]|02[^F]|8[^0])/p;} ' ' 5h;6{ H;g;/P/!p;} ' ' ($1~/^Cy/&&$3>'${p[11]}')||($1~/^Cond/&&$2!~/^N/) ' ' /:$/{ N;/:.+:/d;s/ *://;b0'$'\n'' };/^ *(V.+ [0N]|Man).+ /{ s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};$b0'$'\n'' d;:0'$'\n'' x;s/\n\n//;/Apple[ ,]|Genesy|Intel|SMSC/d;s/\n.*//;/\)$/p;' ' s/^.*C/C/;H;${ g;/No th|pms/!p;} ' '/= [^GO]/p' '{$1=""};1' ' /Of/!{ s/^.+is |\.//g;p;} ' ' $0&&!/ / { n++;print;} END { if(n<10) print "com.apple.";} ' ' { sub(/ :/,"");print|"tail -n'${p[12]}'";} ' ' NR==2&&$4<='${p[13]}' { print $4;} ' ' END { $2/=256;if($2>='${p[15]}') print int($2) } ' ' NR!=13{next};{sub(/[+-]$/,"",$NF)};'"`S0 21 22`" 'NR!=2{next}'"`S0 37 17`" ' NR!=5||$8!~/[RW]/{next};{ $(NF-1)=$1;$NF=int($NF/10000000);for(i=1;i<=3;i++){$i="";$(NF-1-i)="";};};'"`S0 19 20`" 's:^:/:p' '/\.kext\/(Contents\/)?Info\.plist$/p' 's/^.{52}(.+) <.+/\1/p' ' /Launch[AD].+\.plist$/ { n++;print;} END { if(n<200) print "/System/";} ' '/\.xpc\/(Contents\/)?Info\.plist$/p' ' NR>1&&!/0x|\.[0-9]+$|com\.apple\.launchctl\.(Aqua|Background|System)$/ { print $3;} ' ' /\.(framew|lproj)|\):/d;/plist:|:.+(Mach|scrip)/s/:.+//p ' '/^root$/p' ' !/^\/[AD]|\/Contents\/.+\/Contents\//&&/\/(Lib|usr).+\/(.+\.framework|Contents|Info\.plist|Resources|Versions)$/ { n++;sub(/\/Info\.plist$/,"");sub(/\/(Content|Resource|Version)s(\/.+)?/,"");print|"sort|uniq";} END { if(n<1100) print "/System/";} ' '/\.dylib$/p' ' /Temp|emac/{next};/(etc|Preferences|Launch[AD].+)\// { sub(".(/private)?","");n++;print;} END { split("'"${p[41]}"'",b);split("'"${p[42]}"'",c);for(i in b) print b[i]".plist\t"c[i];if(n<500) print "Launch";} ' ' /^\/[AD]/d;p;' 's/Pr.+n //p' ' { gsub("^| |\n","\\|\\|kMDItem'${p[35]}'=");sub("^...."," ") };1 ' p '{print $3"\t"$1}' 's/\'$'\t''.+//p' 's/1/On/p' '/Prox.+: [^0]/p' '$2>'${p[43]}'{$2=$2-1;print}' ' BEGIN { i="'${p[26]}'";M1='${p[16]}';M2='${p[18]}';M3='${p[31]}';M4='${p[32]}';} !/^A/{next};/%/ { getline;if($5<M1) a="user "$2"%, system "$4"%";} /disk0/&&$4>M2 { b=$3" ops/s, "$4" blocks/s";} $2==i { if(c) { d=$3+$4+$5+$6;next;};if($4>M3||$6>M4) c=int($4/1024)" in, "int($6/1024)" out";} END { if(a) print "CPU: "a;if(b) print "I/O: "b;if(c) print "Net: "c" (KiB/s)";if(d) print "Net errors: "d" packets/s";} ' ' /r\[0\] /&&$NF!~/^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./ { print $NF;exit;} ' ' !/^T/ { printf "(static)";exit;} ' '/apsd|BKAg|OpenD/!s/:.+//p' ' (/k:/&& $3!~/(255\.){3}0/)||(/v6:/&&$2!~/A/) ' ' $1~"lR"&&$2<='${p[25]}';$1~"li"&&$3!~"wpa2";' ' BEGIN { FS=":";p="uniq -c|sed -E '"'s/ +\\([0-9]+\\)\\(.+\\)/\\\2 x\\\1/;s/x1$//'"'";} { n=split($3,a,".");sub(/_2[01].+/,"",$3);print $2" "$3" "a[n]$1|p;b=b$1;} END { close(p);if(b) print("\n\t* Code injection");} ' ' NR!=4{next} {$NF/=10240} '"`S0 27 14`" ' END { if($3~/[0-9]/)print$3;} ' ' BEGIN { L='${p[36]}';} !/^[[:space:]]*(#.*)?$/ { l++;if(l<=L) f=f"\n   "$0;} END { F=FILENAME;if(!F) exit;if(!f) f="\n   [N/A]";"cksum "F|getline C;split(C, A);C="checksum "A[1];"file -b "F|getline T;if(T~/^Apple b/) { f="";l=0;while("PlistBuddy -c Print "F|getline g) { l++;if(l<=L) f=f"\n   "g;};};if(T!~/^(AS.+ (En.+ )?text(, with v.+)?$|(Bo|PO).+ sh.+ text ex|XM)/) F=F" ("T", "C")";else F=F" ("C")";printf("\nContents of %s\n%s\n",F,f);if(l>L) printf("\n   ...and %s more line(s)\n",l-L);} ' ' s/^ ?n...://p;s/^ ?p...:/-'$'\t''/p;' 's/0/Off/p' ' END{print NR} ' ' /id: N|te: Y/{i++} END{print i} ' ' / / { print "'"${p[28]}"'";exit;};1;' '/ en/!s/\.//p' ' NR!=13{next};{sub(/[+-M]$/,"",$NF)};'"`S0 39 40`" ' $10~/\(L/&&$9!~"localhost" { sub(/.+:/,"",$9);print $1": "$9|"sort|uniq";} ' '/^ +r/s/.+"(.+)".+/\1/p' 's/(.+\.wdgt)\/(Contents\/)?Info\.plist$/\1/p' 's/^.+\/(.+)\.wdgt$/\1/p' ' /l: /{ /DVD/d;s/.+: //;b0'$'\n'' };/s: /{ /V/d;s/^ */- /;H;};$b0'$'\n'' d;:0'$'\n'' x;/APPLE [^:]+$/d;p;' ' /^find: /d;p;' "`S0 44 45`" ' BEGIN{FS="= "} /Path/{print $2} ' ' /^ *$/d;s/^ */   /;' ' s/^.+ |\(.+\)$//g;p ' '/\.(appex|pluginkit)\/Contents\/Info\.plist$/p' ' /2/{print "WARN"};/4/{print "CRITICAL"};' ' /EVHF|MACR|^s/d;s/^.+: //p;' ' $3~/^[1-9][0-9]{0,2}(\.[1-9][0-9]{0,2}){2}$/ { i++;n=n"\n"$1"\t"$3;} END { if(i>1) print n;} ' ' s/:[^:]+$//;s/ +([0-9]+)(.+)/\2 x\1/p;' ' { gsub(/[()"]/,"",$3);if(!$3) $3="N/A";print $3;} ' ' /es: ./{ s/^.+://;b0'$'\n'' };/^ +C.+ted: +[NY]/H;/:$/b0'$'\n'' d;:0'$'\n'' x;/: +N/d;s/\n.+//p;' );c1=(system_profiler pmset\ -g nvram fdesetup find syslog df vm_stat sar ps crontab iotop top pkgutil 'PlistBuddy 2>&1 -c "Print' whoami cksum kextstat launchctl smcDiagnose sysctl\ -n defaults\ read stat lsbom 'mdfind -onlyin /' ' for i in ${p[24]};do ${c1[18]} ${c2[27]} $i;done;' pluginkit scutil dtrace profiles sed\ -En awk /S*/*/P*/*/*/C*/*/airport networksetup mdutil lsof test osascript\ -e netstat mdls );S1() { printf kMDItemContentTypeTree=com.apple.$1'|sort';};S2() { printf 'L*/Ca*/com.ap*.Saf*/E*/* -d 1 -name In*t -exec '"${c1[14]}"' :'$1'" {} \;|uniq';};c2=(com.apple.loginwindow\ LoginHook '" /L*/P*/loginw*' "'tell app \"System Events\" to get properties of login items'|tr , \\\n" "`S2 CFBundleDisplayName`" '~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \)' '-F \$Message -k Sender kernel -k Message CSeq "I/O e"|sort|uniq -c' :${p[35]}\" :Label\" '{/,}L*/{Con,Pref}* -type f ! -size 0 -name *.plist -exec plutil -s {} \;' "-f'%N: %l' Desktop L*/Keyc*" therm sysload boot-args status " -F '\$Time \$(RefProc): \$Message' -k Sender Req 'fsev|kern|launchd' -k RefProc Rne 'Aq|WebK' -k Message Rne '08012|Goog|ksadm|probe|Roame|SMC:|smcD|sserti|suhel| VALI|ver-r|xpma' -k Message Req 'abn|bad |Beac|caug|corru|dead[^bl]|FAIL|fail|GPU |hfs: Ru|idle ex|inval|jnl:|last value [1-9]|NVDA\(|pagin|pci pa|proc: t|Roamed|rror|SL|TCON|Throttli|tim(ed? ?|ing )o|WARN' " '-du -n DEV -n EDEV 1 10' 'acrx -o comm,ruid,%cpu' '-t1 10 1' '-f -pfc /var/db/r*/com.apple.*.{BS,Bas,Es,J,OSXU,Rem,up}*.bom' '{/,}L*/Lo*/Diag* -type f -regex .\*[cght] ! -name .?\* ! -name \*ag \( -exec grep -lq "^Thread c" {} \; -exec printf \* \; -o -true \) -execdir stat -f:%Sc:%N -t%F {} \;|sort -t: -k2 |tail -n'${p[38]} '/S*/*/Ca*/*xpc* >&- ||echo No' '-L /{S*/,}L*/StartupItems -type f -exec file {} +' "`S1 bundle`" "`S1 mach-o-dylib`" `awk "${s[31]}"<<<${p[23]}` "/e*/{auto,{cron,fs}tab,hosts,{[lp],sy}*.conf,mach_i*/*,pam.d/*,ssh{,d}_config,*.local} {,/usr/local}/etc/periodic/*/* /L*/P*{,/*}/com.a*.{Bo,sec*.ap}*t {/S*/,/,}L*/Lau*/*t .launchd.conf" list getenv /Library/Preferences/com.apple.alf\ globalstate --proxy '-n get default' -I --dns -getdnsservers\ "${p[N5]}" -getinfo\ "${p[N5]}" -P -m\ / '' -n1 '-R -l1 -n1 -o prt -stats command,uid,prt' '--regexp --files com.apple.pkg.*|sort|uniq' -kl -l -s\ / '-R -l1 -n1 -o mem -stats command,uid,mem' '+c0 -i4TCP:0-1023' com.apple.dashboard\ layer-gadgets '-d /L*/Mana*/$USER&&echo On' '-app Safari WebKitDNSPrefetchingEnabled' "+c0 -l|awk '{print(\$1,\$3)}'|sort|uniq -c|sort -n|tail -1|awk '{print(\$2,\$3,\$1)}'" -m 'L*/{Con*/*/Data/L*/,}Pref* -type f -size 0c -name *.plist.???????|wc -l' kern.memorystatus_vm_pressure_level '3>&1 >&- 2>&3' " -F '\$Time \$Message' -k Sender kernel -k Message CSeq 'n Cause: -' " -i '-app Safari UserStyleSheetEnabled' -name\ kMDItem${p[35]} "`S2 ${p[35]}`" );N1=${#c2[@]};for j in {0..10};do c2[N1+j]=SP${p[j]}DataType;done;N2=${#c2[@]};for j in 0 1;do c2[N2+j]="-n ' syscall::'${p[33+j]}':return { @out[execname,uid]=sum(arg0) } tick-10sec { trunc(@out,1);exit(0);} '";done;l=(Restricted\ files I/O\ errors 'Elapsed time (s)' POST Battery Safari\ extensions Bad\ plists 'High file counts' User Heat System\ load boot\ args FileVault Diagnostic\ reports Log 'Free space (MiB)' 'Swap (MiB)' Activity 'CPU per process' Login\ hook 'I/O per process' Mach\ ports kexts Daemons Agents XPC\ cache Startup\ items Admin\ access Root\ access Bundles dylibs Apps Font\ issues Inserted\ dylibs Firewall Proxies DNS TCP/IP Wi-Fi Profiles Root\ crontab User\ crontab 'Global login items' 'User login items' Spotlight Memory Listeners Widgets Parental\ Controls Prefetching SATA Descriptors App\ extensions Lockfiles Memory\ pressure SMC Shutdowns Nets Stylesheet );N3=${#l[@]};for i in {0..3};do l[N3+i]=${p[5+i]};done;N4=${#l[@]};for j in 0 1;do l[N4+j]="Current ${p[29+j]}stream data";done;A0() { id -G|grep -qw 80;v[1]=$?;((v[1]==0))&&sudo true;v[2]=$?;v[3]=`date +%s`;clear >&-;date '+Start time: %T %D%n';};for i in 0 1;do eval ' A'$((1+i))'() { v=` eval "${c1[$1]} ${c2[$2]}"|'${c1[30+i]}' "${s[$3]}" `;[[ "$v" ]];};A'$((3+i))'() { v=` while read i;do [[ "$i" ]]&&eval "${c1[$1]} ${c2[$2]}" \"$i\"|'${c1[30+i]}' "${s[$3]}";done<<<"${v[$4]}" `;[[ "$v" ]];};A'$((5+i))'() { v=` while read i;do '${c1[30+i]}' "${s[$1]}" "$i";done<<<"${v[$2]}" `;[[ "$v" ]];};A'$((7+i))'() { v=` eval sudo "${c1[$1]} ${c2[$2]}"|'${c1[30+i]}' "${s[$3]}" `;[[ "$v" ]];};';done;A9(){ v=$((`date +%s`-v[3]));};B2(){ v[$1]="$v";};for i in 0 1;do eval ' B'$i'() { v=;((v['$((i+1))']==0))||{ v=No;false;};};B'$((3+i))'() { v[$2]=`'${c1[30+i]}' "${s[$3]}"<<<"${v[$1]}"`;} ';done;B5(){ v[$1]="${v[$1]}"$'\n'"${v[$2]}";};B6() { v=` paste -d: <(printf "${v[$1]}") <(printf "${v[$2]}")|awk -F: ' {printf("'"${f[$3]}"'",$1,$2)} ' `;};B7(){ v=`grep -Fv "${v[$1]}"<<<"$v"`;};C0() { [[ "$v" ]]&&sed -E "$s"<<<"$v";};C1() { [[ "$v" ]]&&printf "${f[$1]}" "${l[$2]}" "$v"|sed -E "$s";};C2() { v=`echo $v`;[[ "$v" != 0 ]]&&C1 0 $1;};C3() { v=`sed -E "${s[63]}"<<<"$v"`&&C1 1 $1;};for i in 1 2 7 8;do for j in 0 2 3;do eval D$i$j'(){ A'$i' $1 $2 $3; C'$j' $4;};';done;done;{ A0;D20 0 $((N1+1)) 2;D10 0 $N1 1;B0;C2 27;B0&&! B1&&C2 28;D12 15 37 25 8;A1 0 $((N1+2)) 3;C0;D13 0 $((N1+3)) 4 3;D23 0 $((N1+4)) 5 4;D13 0 $((N1+9)) 59 50;for i in 0 1 2;do D13 0 $((N1+5+i)) 6 $((N3+i));done;D13 0 $((N1+8)) 71 $((N3+3));D13 1 10 7 9;D13 1 11 8 10;B1&&D73 19 53 67 55;D22 2 12 9 11;D12 3 13 10 12;D23 4 19 44 13;D13 5 5 69 1;D13 5 54 30 56;D23 5 14 12 14;D22 6 36 13 15;D22 20 52 66 54;D22 7 37 14 16;D23 8 15 38 17;D22 9 16 16 18;B1&&{ D82 35 49 61 51;D82 11 17 17 20;for i in 0 1;do D82 28 $((N2+i)) 45 $((N4+i));done;};D22 12 44 54 45;D22 12 39 15 21;A1 13 40 18;B2 4;B3 4 0 19;A3 14 6 32 0;B4 0 5 11;A1 17 41 20;B7 5;C3 22;B4 4 6 21;A3 14 7 32 6;B4 0 7 11;B3 4 0 22;A3 14 6 32 0;B4 0 8 11;B5 7 8;B1&&{ A8 18 26 23;B7 7;C3 23;};A2 18 26 23;B7 7;C3 24;D13 4 21 24 26;B4 4 12 26;B3 4 13 27;A1 24 22 29;B7 12;B2 14;A4 39 57 70 14;B2 15;B6 14 15 4;C3 29;A1 24 23 32;B7 13;C3 30;B3 4 0 65;A3 14 6 32 0;B4 0 16 11;A1 26 50 64;B7 16;C3 52;D13 24 24 32 31;D13 25 37 32 33;A2 23 18 28;B2 16;A2 16 25 33;B7 16;B3 0 0 34;B2 21;A6 47 21&&C0;B1&&{ D73 21 0 32 19;D73 10 42 32 40;D82 29 35 46 39;};D23 14 1 62 42;D12 34 43 53 44;D12 22 20 32 25;D22 0 $((N1+10)) 51 32;D13 4 8 41 6;D12 21 28 35 34;D13 27 29 36 35;A2 27 32 39&&{ B2 19;A2 33 33 40;B2 20;B6 19 20 3;};C2 36;D23 38 55 68 57;D23 33 34 42 37;B1&&D83 35 45 55 46;D23 32 31 43 38;D12 36 47 32 48;D13 10 42 32 41;D13 37 2 48 43;A1 4 3 60;B2 30;A1 4 58 60;B2 31;B6 30 31 4;C3 5;D12 21 56 35 58;D12 21 48 49 49;B3 4 22 57;A1 21 46 56;B7 22;B3 0 0 58;C3 47;D22 4 4 50 0;D12 4 51 32 53;D23 22 9 37 7;A9;C2 2;} 2>/dev/null|pbcopy;exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    8. 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 and start typing the name.
    Click anywhere in the Terminal window and paste by pressing command-V. The text you pasted should vanish immediately. If it doesn't, press the return key.
    9. If you see an error message in the Terminal window such as "Syntax error" or "Event not found," enter
    exec bash
    and press return. Then paste the script again.
    10. 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 don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return  three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    11. The test may take 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. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line
    [Process completed]
    to appear. If you don't see it 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 what happened. No harm will be done.
    12. 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.
    At the top of the results, there will be a line that begins with the words "Start time." If you don't see that, but instead see a mass of gibberish, you didn't wait for the "Process completed" message to appear in the Terminal window. Please wait for it and try 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.
    13. When you post the results, you might see an error message on the web page: "You have included content in your post that is not permitted," or "You are not authorized to post." That's a bug in the forum software. Please post the test results on Pastebin, then post a link here to the page you created.
    14. 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 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Use Agreement for the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

Maybe you are looking for

  • New Feature to Me:  Ability to Enlarge Album Art on Screen

    I own the ORIGINAL iPod. I bought the Nano and have noticed something that is NEW to me, but you may all know about. I noticed how small the Nano screen is. Album Art is really small. I was listening to a Inside Mac Radio Podcast. Many podcasts now h

  • While actual settlement to projects in CJ8G- there is an error

    Hi All.. While doing the actual settlement to projects we got an error saying that - you cannot use this transaction type to post to this asset. Is there anything i need to configure in AA. Kindly suggest. Thanks, Mercy

  • Specific features for webservice scenario

    Hi All, Do we have any specific features which are used for webserice scenario in XI compared to other platforms (ORACLE, Microsoft, IBM)? Regards Sara

  • How to recover .pst files in Mac?

    Hi there! I've a .bak file that I've tried to rename with .pst, but when I tried to import in MS Outlook (MSOffice for Mac), the program said "The Data File is damaged and Outlook is not able to import it". How can I fix this .pst file using my Mac?

  • Extra CST getting calculated on excise during GRN for the Dealer case

    Gurus, Its a First Stage Dealer Case. PO price is 11000. CST (Non Cenvatale) 2 % Invoice Value   11220 Out of which the split provided by the Dealer is Basic 10000 Excise 1000 CST     220 In J1id we have declraed the vendor as dealer. During the GRN,