Invalid geojson extension?

I am trying to submit an iOS app to iTunes connect for review. The app uses Apple's map functionality, so I am trying to include the following simple geojson file. iTunes Connect is not giving me any syntax errors, so I assume that the geojson file is valid.
    "type": "FeatureCollection",
    "features": [
            "type": "Feature",
            "properties": {},
            "geometry": {
                "type": "Polygon",
                "coordinates": [
                            -167.6953125,
                            -65.6582745198266
                            -167.6953125,
                            80.70399666821143
                            191.95312499999997,
                            80.70399666821143
                            191.95312499999997,
                            -65.6582745198266
                            -167.6953125,
                            -65.6582745198266
However, every time I try to submit my app for review, I get an error saying that my file must use the .geojson extension. iTunes Connect displays this error in spite of the fact that my file does have a geojson extension. I have a screenshot of the error and the file I am trying to submit below.

Please go to Creating and validating XML signatures | Adobe Developer Connection and install the validation tool to validate the signature of your extension. Unzip this extension to a empty folder with 7-zip, winzip or Mac built-in unzip, then click "Load signature" button in the tool, browse to META-INF/signatures.xml to load it, then click "Verify signature" button.
Extension Manager CS6 uses the same method as this tool to validate extension signature. If this tool says the signature is invalid, then EM CS6 will also treat the signature as invalid.

Similar Messages

  • Invalid signature - Extension Manager

    I downloaded (purchased) fonts from Fonts.com and installed them on my computer. I see them and can use them in my InDesign and Illustrator but when I package the project to send to printer, it fails on the fonts and does not included the newly added fonts. I have uninstalled and re-installed the fonts. Now I discovered (on Fonts.com) the Adobe Extension and have downloaded the Extension Manager and the Fonts.com Extension, which fails with and "invalid signature" message.  The Extension Manager is successful and recognizes my Adobe products, but will not load the extension for Fonts.com. 
    I am running CS6 InDesign, Photoshop and Illustrator (not cloud versions) and have run the latest updates.
    CMM

    Please go to Creating and validating XML signatures | Adobe Developer Connection and install the validation tool to validate the signature of your extension. Unzip this extension to a empty folder with 7-zip, winzip or Mac built-in unzip, then click "Load signature" button in the tool, browse to META-INF/signatures.xml to load it, then click "Verify signature" button.
    Extension Manager CS6 uses the same method as this tool to validate extension signature. If this tool says the signature is invalid, then EM CS6 will also treat the signature as invalid.

  • Bug : Invalid file extension error when opening exported excel

    Hi All,
    In one of my jsff page, i have implemented 'exportToExcel' functionality through a exportcollectionactionlistener on a table to export its data to excel. When i try opening the generated excel, i get the following warning in excel 2007 :
    "The file you are trying to open, 'Export.xls,' is in a different format than specified by the file extension. Verify that the file is not corrupted and is from a trusted source before opening the file. Do you want to open the file now?" - When I clicked YES to the message, the exported excel opened and data is present.
    How can i get rid of this warning message, because it is annoying for any user to click YES every time the excel is opened ? I am using jdev version 11.1.1.6.0 This is my code :
    <af:commandToolbarButton text="Export to Excel" id="cb1">
    <af:exportCollectionActionListener exportedId="t1"
                               type="excelHTML"
                               filename="Export.xls"
                               title="Excel export"/>
    </af:commandToolbarButton>I found a similar forum post here File format of exportCollectionActionListener ADF 11g But they are suggesting a registry fix which is not possible in production environment.
    Any possible workaround or suggestions to resolve this issue is much appreciated.
    Thanks

    You can save the data on the client and the check the data.
    Have you considered using POI to generate real xsl workbook files?
    Timo

  • Firefox 4.01 with multiple tabs/windows open will close with the following dialoog boxes appearing, one for each window, evidently, "invalid preferences extensions.bprivacy.timer check that is listed in defaults/prefs.js"

    The cause of the need to revert to the last known good operating condition was trying to download a file from a Yahoo discussion group. The download froze the machine. When Firefox was restarted, it froze on loading, at first step of loading multiple windows and tabs. Many reboots to the same frozen state led to revert to the last restore point. That produced equivalent results on startup of Firefox, the option of F8 and revert to last known good operating condition was done. Everything seemingly operate OK, with the exception of the pop-up dialog boxes on shutdown of Firefox .
    Began Thursday 5/26/11
    I know locations and dates of all files "prefs.js" but don't know what to do with them, if anything.

    I removed add-on BetterPrivacy. No problems since then anymore.
    Regards,
    HABSBURGER

  • How do I convert an excel (2008) document to Numbers?  When I drag the Excel document onto the Numbers icon I get, "Import error.  The file format is invalid"

    How can I convert an Excel (2008) document to Numbers.  When I drag the Excel document onto the Numbers icon I get, "Import error.  The file format is invalid.

    That extension identifies the most current Excel file format, a format that can be opened by Numbers '09 (and by Numbers '08).
    A check with Numbers '09 shows it capable of opening .xlsx files when right-clicked (and Numbers chose as the application to open, when double-clicked (if Numbers has been set as the default application to open this type of file, or when dragged to the Numbers icon in the dock.
    I see two possibilities for Numbers inability to open it and the message you receive:
    1. The file is not actually an Excel file, and the sender has added the .xlsx extension to the filename manually.
    2. The file is an Excel file, but has somehow been corrupted.
    Have you tried opening the file with a different application? The open source Office suites, OpenOffice.org, LibreOffice and NeoOffice can also open .xlsx files. If they're unable to open this one, that would point toward the file itself being faulty. You can download these applications from their rspective websites, linked in the names above. All request a donation to support future development, but only Neo requires one to have been made recently, and that only for the current release (which won't be necessary to open .xlsx files).
    Regards,
    Barry

  • User Defined Extension functions XML file

    Hi,
    Can we define exception In custom XSLT function XML file.
    Like i have following Custom XSLT function XML-
    <?xml version="1.0" encoding="UTF-8"?>
    <extension-functions>
    <functions xmlns:uppercase="http://www.oracle.com/XSL/Transform/java/oracle.Uppercase">
    <function name="uppercase:GetName" as="string">
    <param name="fname" as="string"/>
    <param name="lname" as="string"/>
    </function>
    </functions>
    </extension-functions>
    So in case i need to throw an exception in my java function GetName so how can i define that in XML?
    Please give some suggestion?
    Thanks.

    Hi,
    Thanks for your reply. When I created extensions.xml (as advised by you) and tried specifying it as User Defined Extension Functions Config file, I get the following error:
    Invalid User Extension Functions Config File
    Invalid value 'object' for attribute:'as' line 5 column 52
    i.e. the following line:
    <function name="extensions:getMSPDate" as="object">
    Any pointers on what will be the correct value for attribute 'as' for element 'function'?
    Also, what is the default namespace being used in the extensions.xml?
    Is there a link for more documentation on the format for extensions.xml?

  • Routing file extension in MVC

    Hi,
    I need to redirect a broken link with invalid file extension.
    Broken link:
    www.test.com/doc/css.htmn
    Correct link:
    www.test.com/doc/css.htm
    I have written a route as below and handled redirection in the action "BrokenLinksRedirection".
    routes.MapRoute(
    "file",
    "doc/css.htmn",
    new { controller = "Controller", action = "BrokenLinksRedirection" }
    Request is not sent to mvc application instead I am getting 404 error page.
    How to redirect links with extensions like below?
    www.test.com/doc/css.htm</a>
    www.test.com/doc/css.htm%3C/a%3E
    www.test.com/doc/www.error.com
    Redirection works for url #3 in local but doesn't work when hosted in IIS.
    Thanks

    Do I need to remove this question from this forum? If so, please let me know how to remove.
    Thanks for notifying. I have posted in ASP.NET forum.
    Routing file extension in MVC

  • Extensions nightmare solved

    I kept getting "The installer file is invalid The extension
    manager will not be installed." error message when trying to
    install DW extensions. This was despite installing through DW,
    double clicking MXP files, deleting cache files, deleting other
    user.dat, signing in as another user, re-installing MX and EM
    several times.I even downloaded the DW CS3 trial and Adobe EM 1.8
    and get the same errors.
    The solution? A software conflict with malware protection
    software including PC tools Threatfire. I turned them off and there
    was no problem any more in installing extensions!
    I hope this helps someone else and has also been posted in
    the Extensions Forum

    Thanks for sharing the solution.
    "derbrain" <[email protected]> wrote in
    message
    news:g7on98$fnd$[email protected]..
    >I kept getting "The installer file is invalid The
    extension manager will
    >not be
    > installed." error message when trying to install DW
    extensions. This was
    > despite installing through DW, double clicking MXP
    files, deleting cache
    > files,
    > deleting other user.dat, signing in as another user,
    re-installing MX and
    > EM
    > several times.I even downloaded the DW CS3 trial and
    Adobe EM 1.8 and get
    > the
    > same errors.
    > The solution? A software conflict with malware
    protection software
    > including
    > PC tools Threatfire. I turned them off and there was no
    problem any more
    > in
    > installing extensions!
    > I hope this helps someone else and has also been posted
    in the Extensions
    > Forum
    >

  • Extension Manager mega problems

    I am a newbie
    I have DW MX installed and want to install some extensions
    I have the latest 1.6 Extension Manager downloaded from Adobe
    for MX
    No matter how I try it crashes with "The installer file is
    invalid The extension manager will not be installed." - On 1 rare
    occasion it got a message about unable to build menus and crashed.
    I have tried installing through DW, double clicking MXP
    files, deleting cache files, deleting other user.dat, signing in as
    another user, re-installing MX and EM several times.
    I have even downloaded the DW CS3 trial and Adobe EM 1.8 and
    get the same errors.
    Can anyone help please?!

    Thanks. This is good information to cram into my overtaxed
    head.
    E. Michael Brandt
    www.divahtml.com
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    Standards-compliant scripts and Dreamweaver Extensions
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

  • Lion starts sometimes in safe mode

    Hey guys,
    here is my problem, my imac (running Lion) is SOMETIMES starting in safe mode.
    Console log:
    27.07.11 19:59:04,000 bootlog: BOOT_TIME 1311789544 0
    27.07.11 19:59:33,382 com.apple.kextd: Safe boot mode detected; invalidating system extensions caches.
    27.07.11 19:59:33,382 com.apple.kextd: Cache file /System/Library/Caches/com.apple.kext.caches/Directories/System/Library/Extensi ons/KextIdentifiers.plist.gz is out of date; not using.
    27.07.11 19:59:33,000 kernel: PMAP: PCID enabled
    27.07.11 19:59:33,000 kernel: Darwin Kernel Version 11.0.0: Sat Jun 18 12:56:35 PDT 2011; root:xnu-1699.22.73~1/RELEASE_X86_64
    27.07.11 19:59:33,000 kernel: vm_page_bootstrap: 757287 free pages and 2388441 wired pages
    27.07.11 19:59:33,000 kernel: kext submap [0xffffff7f8072e000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff800072e000]
    27.07.11 19:59:33,000 kernel: zone leak detection enabled
    27.07.11 19:59:33,000 kernel: standard timeslicing quantum is 10000 us
    27.07.11 19:59:33,000 kernel: mig_table_max_displ = 72
    27.07.11 19:59:33,000 kernel: SAFE BOOT DETECTED - only valid OSBundleRequired kexts will be loaded.
    27.07.11 19:59:33,000 kernel: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    27.07.11 19:59:33,000 kernel: AppleACPICPU: ProcessorId=2 LocalApicId=1 Enabled
    27.07.11 19:59:33,000 kernel: AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
    27.07.11 19:59:33,000 kernel: AppleACPICPU: ProcessorId=4 LocalApicId=5 Enabled
    27.07.11 19:59:33,000 kernel: AppleACPICPU: ProcessorId=5 LocalApicId=0 Disabled
    27.07.11 19:59:33,000 kernel: AppleACPICPU: ProcessorId=6 LocalApicId=0 Disabled
    27.07.11 19:59:33,000 kernel: AppleACPICPU: ProcessorId=7 LocalApicId=0 Disabled
    27.07.11 19:59:33,000 kernel: AppleACPICPU: ProcessorId=8 LocalApicId=0 Disabled
    27.07.11 19:59:33,000 kernel: calling mpo_policy_init for Sandbox
    27.07.11 19:59:33,000 kernel: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    27.07.11 19:59:33,000 kernel: calling mpo_policy_init for Quarantine
    27.07.11 19:59:33,000 kernel: Security policy loaded: Quarantine policy (Quarantine)
    27.07.11 19:59:33,000 kernel: calling mpo_policy_init for TMSafetyNet
    27.07.11 19:59:33,000 kernel: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    27.07.11 19:59:33,000 kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
    27.07.11 19:59:33,000 kernel: The Regents of the University of California. All rights reserved.
    27.07.11 19:59:33,000 kernel: MAC Framework successfully initialized
    27.07.11 19:59:33,000 kernel: using 16384 buffer headers and 10240 cluster IO buffer headers
    27.07.11 19:59:33,000 kernel: IOAPIC: Version 0x20 Vectors 64:87
    27.07.11 19:59:33,000 kernel: ACPI: System State [S0 S3 S4 S5] (S3)
    27.07.11 19:59:33,000 kernel: PFM64 0xf10000000, 0xf0000000
    27.07.11 19:59:33,000 kernel: [ PCI configuration begin ]
    27.07.11 19:59:33,000 kernel: console relocated to 0xf10010000
    27.07.11 19:59:33,000 kernel: PCI configuration changed (bridge=2 device=1 cardbus=0)
    27.07.11 19:59:33,000 kernel: [ PCI configuration end, bridges 7 devices 15 ]
    27.07.11 19:59:33,000 kernel: AppleIntelCPUPowerManagement: Turbo Ratios 0000
    27.07.11 19:59:33,000 kernel: AppleIntelCPUPowerManagement: (built 13:08:12 Jun 18 2011) initialization complete
    27.07.11 19:59:33,000 kernel: [ PCI configuration begin ]
    27.07.11 19:59:33,000 kernel: PCI configuration changed (bridge=2 device=1 cardbus=0)
    27.07.11 19:59:33,000 kernel: [ PCI configuration end, bridges 8 devices 21 ]
    27.07.11 19:59:33,000 kernel: mbinit: done [96 MB total pool size, (64/32) split]
    27.07.11 19:59:33,000 kernel: Pthread support ABORTS when sync kernel primitives misused
    27.07.11 19:59:33,000 kernel: com.apple.AppleFSCompressionTypeDataless kmod start
    27.07.11 19:59:33,000 kernel: com.apple.AppleFSCompressionTypeZlib kmod start
    27.07.11 19:59:33,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:33,000 kernel: com.apple.AppleFSCompressionTypeDataless load succeeded
    27.07.11 19:59:33,000 kernel: com.apple.AppleFSCompressionTypeZlib load succeeded
    27.07.11 19:59:33,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:33,000 kernel: 2.4.0 m168efe17
    27.07.11 19:59:33,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:33,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:33,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:33,000 kernel: 2.4.0 m168efe17
    27.07.11 19:59:33,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:33,000 kernel: AppleIntelCPUPowerManagementClient: ready
    27.07.11 19:59:33,000 kernel: FireWire (OHCI) TI ID 823f built-in now active, GUID 78ca39fffe142880; max speed s800.
    27.07.11 19:59:33,000 kernel: rooting via boot-uuid from /chosen: 609BAB5E-0974-3935-AE66-6855852F7A14
    27.07.11 19:59:33,000 kernel: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    27.07.11 19:59:33,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:33,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:33,000 kernel: 2.4.0 m168efe17
    27.07.11 19:59:33,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:33,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:33,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:33,000 kernel: 2.4.0 m168efe17
    27.07.11 19:59:33,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:33,000 kernel: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/WDC WD5000AAKS-40V6A0 Media/IOGUIDPartitionScheme/Ohne Titel@2
    27.07.11 19:59:33,000 kernel: BSD root: disk0s2, major 14, minor 2
    27.07.11 19:59:33,000 kernel: Kernel is LP64
    27.07.11 19:59:33,000 kernel: USBMSC Identifier (non-unique): 000000009833 0x5ac 0x8403 0x9833
    27.07.11 19:59:33,000 kernel: [IOBluetoothHCIController::setConfigState] calling registerService
    27.07.11 19:59:05,628 com.apple.launchd: *** launchd[1] has started up. ***
    27.07.11 19:59:38,280 com.apple.pfctl: No ALTQ support in kernel
    27.07.11 19:59:38,280 com.apple.pfctl: ALTQ related functions disabled
    27.07.11 19:59:38,871 com.apple.ucupdate.plist: ucupdate: Checked 1 update, no match found.
    27.07.11 19:59:39,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:39,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:39,000 kernel: 2.4.0 m168efe17
    27.07.11 19:59:39,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:39,872 com.apple.SecurityServer: Session 100000 created
    27.07.11 19:59:40,000 kernel: macx_swapon SUCCESS
    27.07.11 19:59:41,000 kernel: Waiting for DSMOS...
    27.07.11 19:59:41,601 UserEventAgent: starting CaptiveNetworkSupport as SystemEventAgent built Jun 13 2011 17:29:21
    27.07.11 19:59:41,605 UserEventAgent: CaptiveNetworkSupport:CaptiveSCCopyWiFiDevices:388 WiFi Device Name == NULL
    27.07.11 19:59:41,895 UserEventAgent: CertsKeychainMonitor: configuring
    27.07.11 19:59:42,000 kernel: BCM5701Enet: Ethernet address c4:2c:03:15:f2:a8
    27.07.11 19:59:43,486 com.apple.kextd: Cache file /System/Library/Caches/com.apple.kext.caches/Startup/IOKitPersonalities_x86_64. ioplist.gz is out of date; not using.
    27.07.11 19:59:44,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:44,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:44,000 kernel: 2.4.0 m168efe17
    27.07.11 19:59:44,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:44,079 UserEventAgent: CaptiveNetworkSupport:CaptiveSCCopyWiFiDevices:388 WiFi Device Name == NULL
    27.07.11 19:59:44,711 configd: ioctl(SIOCGIFCAP) failed: Device not configured
    27.07.11 19:59:44,712 configd: ioctl(SIOCGIFCAP) failed: Device not configured
    27.07.11 19:59:44,715 configd: network configuration changed.
    27.07.11 19:59:44,753 configd: setting hostname to "Andreass-iMac.local"
    27.07.11 19:59:45,015 com.apple.SecurityServer: Entering service
    27.07.11 19:59:45,258 mDNSResponder: mDNSResponder mDNSResponder-320.5 (Jun 16 2011 17:42:39) starting OSXVers 11
    27.07.11 19:59:45,284 com.apple.locationd: ERROR,Time,333482385.283,Function,"_Apple80211* CLWifiService::createApple80211()",Apple80211GetIfListCopy failed, error -3903 (Unknown error: -3903)
    27.07.11 19:59:45,284 com.apple.locationd: STACK,Time,333482385.284,1   locationd                           0x000000010689f3c3 locationd + 623555
    27.07.11 19:59:45,284 com.apple.locationd: STACK,Time,333482385.284,2   locationd                           0x000000010689f559 locationd + 623961
    27.07.11 19:59:45,284 com.apple.locationd: STACK,Time,333482385.284,3   libdispatch.dylib                   0x0000000108545afd _dispatch_barrier_sync_f_invoke + 33
    27.07.11 19:59:45,284 com.apple.locationd: STACK,Time,333482385.284,4   locationd                           0x000000010689f7f0 locationd + 624624
    27.07.11 19:59:45,284 com.apple.locationd: STACK,Time,333482385.284,5   locationd                           0x000000010689f850 locationd + 624720
    27.07.11 19:59:45,284 com.apple.locationd: STACK,Time,333482385.284,6   libsystem_c.dylib                   0x0000000108634e06 pthread_once + 86
    27.07.11 19:59:45,284 com.apple.locationd: STACK,Time,333482385.284,7   locationd                           0x000000010689f887 locationd + 624775
    27.07.11 19:59:45,284 com.apple.locationd: STACK,Time,333482385.284,8   locationd                           0x00000001068940b0 locationd + 577712
    27.07.11 19:59:45,284 com.apple.locationd: STACK,Time,333482385.284,9   locationd                           0x0000000106894243 locationd + 578115
    27.07.11 19:59:45,284 com.apple.locationd: STACK,Time,333482385.284,10  libsystem_c.dylib                   0x0000000108634e06 pthread_once + 86
    27.07.11 19:59:45,284 com.apple.locationd: STACK,Time,333482385.284,11  locationd                           0x000000010689420d locationd + 578061
    27.07.11 19:59:45,284 com.apple.locationd: STACK,Time,333482385.284,12  locationd                           0x0000000106851242 locationd + 303682
    27.07.11 19:59:45,284 com.apple.locationd: STACK,Time,333482385.284,13  locationd                           0x000000010683236b locationd + 177003
    27.07.11 19:59:45,284 com.apple.locationd: STACK,Time,333482385.284,14  locationd                           0x0000000106832720 locationd + 177952
    27.07.11 19:59:45,284 com.apple.locationd: STACK,Time,333482385.284,15  locationd                           0x0000000106832eca locationd + 179914
    27.07.11 19:59:45,284 com.apple.locationd: STACK,Time,333482385.284,16  locationd                           0x0000000106864044 locationd + 380996
    27.07.11 19:59:45,284 com.apple.locationd: STACK,Time,333482385.284,17  locationd                           0x0000000106808ce4 locationd + 7396
    27.07.11 19:59:45,284 com.apple.locationd: STACK,Time,333482385.284,18  ???                                 0x0000000000000001 0x0 + 1
    27.07.11 19:59:46,024 com.apple.usbmuxd: usbmuxd-248 on Jul 19 2011 at 00:08:11, running 64 bit
    27.07.11 19:59:46,332 UserEventAgent: ServermgrdRegistration cannot load config data
    27.07.11 19:59:46,337 systemkeychain: done file: /var/run/systemkeychaincheck.done
    27.07.11 19:59:46,557 UserEventAgent: get_backup_share_points no AFP
    27.07.11 19:59:47,228 configd: network configuration changed.
    27.07.11 19:59:47,230 configd: network configuration changed.
    27.07.11 19:59:47,884 mDNSResponder: D2D_IPC: Loaded
    27.07.11 19:59:47,884 mDNSResponder: D2DInitialize succeeded
    27.07.11 19:59:48,000 kernel: nstat_lookup_entry failed: 2
    27.07.11 19:59:48,000 kernel: nstat_lookup_entry failed: 2
    27.07.11 19:59:48,400 rpcsvchost: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    27.07.11 19:59:50,791 com.apple.kextd: Can't load AppleSMBusPCI.kext - ineligible during safe boot.
    27.07.11 19:59:50,793 com.apple.kextd: Load com.apple.driver.AppleSMBusPCI failed; removing personalities from kernel.
    27.07.11 19:59:50,939 com.apple.kextd: Can't load AirPortAtheros40.kext - ineligible during safe boot.
    27.07.11 19:59:50,940 com.apple.kextd: Load com.apple.driver.AirPort.Atheros40 failed; removing personalities from kernel.
    27.07.11 19:59:50,951 com.apple.kextd: Can't load AppleHDAController.kext - ineligible during safe boot.
    27.07.11 19:59:50,953 com.apple.kextd: Load com.apple.driver.AppleHDAController failed; removing personalities from kernel.
    27.07.11 19:59:50,979 com.apple.kextd: Can't load AudioIPCDriver.kext - ineligible during safe boot.
    27.07.11 19:59:50,980 com.apple.kextd: Load com.apple.driver.AudioIPCDriver failed; removing personalities from kernel.
    27.07.11 19:59:50,989 com.apple.kextd: Can't load IOFireWireIP.kext - ineligible during safe boot.
    27.07.11 19:59:50,990 com.apple.kextd: Load com.apple.iokit.IOFireWireIP failed; removing personalities from kernel.
    27.07.11 19:59:51,000 kernel: Previous Shutdown Cause: 0
    27.07.11 19:59:51,724 com.apple.kextd: Can't load AirPortAtheros21.kext - ineligible during safe boot.
    27.07.11 19:59:51,729 com.apple.kextd: Load com.apple.driver.AirPort.Atheros21 failed; removing personalities from kernel.
    27.07.11 19:59:51,871 com.apple.kextd: Can't load ATIRadeonX2000.kext - ineligible during safe boot.
    27.07.11 19:59:51,874 com.apple.kextd: Load com.apple.ATIRadeonX2000 failed; removing personalities from kernel.
    27.07.11 19:59:52,000 kernel: [ffffff800c949800][BNBMouseDevice::init][66] init is complete
    27.07.11 19:59:52,000 kernel: [ffffff800c949800][BNBMouseDevice::handleStart][66] Done
    27.07.11 19:59:52,000 kernel: [ffffff800ca09000][AppleMultitouchHIDEventDriver::start] entered
    27.07.11 19:59:52,000 kernel: [ffffff800c91a400][AppleMultitouchDevice::start] entered
    27.07.11 19:59:52,046 com.apple.kextd: Can't load AppleTyMCEDriver.kext - ineligible during safe boot.
    27.07.11 19:59:52,050 com.apple.kextd: Load com.apple.driver.AppleTyMCEDriver failed; removing personalities from kernel.
    27.07.11 19:59:52,108 com.apple.kextd: Can't load IOAVBFamily.kext - ineligible during safe boot.
    27.07.11 19:59:52,111 com.apple.kextd: Load com.apple.iokit.IOAVBFamily failed; removing personalities from kernel.
    27.07.11 19:59:52,271 com.apple.kextd: Can't load IOAVBFamily.kext - ineligible during safe boot.
    27.07.11 19:59:52,274 com.apple.kextd: Load com.apple.iokit.IOAVBFamily failed; removing personalities from kernel.
    27.07.11 19:59:52,291 com.apple.kextd: Can't load IOBluetoothSerialManager.kext - ineligible during safe boot.
    27.07.11 19:59:52,294 com.apple.kextd: Load com.apple.iokit.IOBluetoothSerialManager failed; removing personalities from kernel.
    27.07.11 19:59:52,306 com.apple.kextd: Can't load AppleMCCSControl.kext - ineligible during safe boot.
    27.07.11 19:59:52,310 com.apple.kextd: Load com.apple.driver.AppleMCCSControl failed; removing personalities from kernel.
    27.07.11 19:59:52,326 com.apple.kextd: Can't load IOSurface.kext - ineligible during safe boot.
    27.07.11 19:59:52,329 com.apple.kextd: Load com.apple.iokit.IOSurface failed; removing personalities from kernel.
    27.07.11 19:59:52,339 com.apple.kextd: Can't load AppleUpstreamUserClient.kext - ineligible during safe boot.
    27.07.11 19:59:52,343 com.apple.kextd: Load com.apple.driver.AppleUpstreamUserClient failed; removing personalities from kernel.
    27.07.11 19:59:52,353 com.apple.kextd: Can't load IOUserEthernet.kext - ineligible during safe boot.
    27.07.11 19:59:52,358 com.apple.kextd: Load com.apple.iokit.IOUserEthernet failed; removing personalities from kernel.
    27.07.11 19:59:52,510 loginwindow: Login Window Application Started
    27.07.11 19:59:52,669 com.apple.SystemStarter: Starting HP IO Monitor
    27.07.11 19:59:53,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:53,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:53,000 kernel: 2.4.0 m168efe17
    27.07.11 19:59:53,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:53,000 kernel: DSMOS has arrived
    27.07.11 19:59:53,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:53,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:53,000 kernel: 2.4.0 m168efe17
    27.07.11 19:59:53,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:53,848 com.apple.SystemStarter: Starting HP Trap Monitor
    27.07.11 19:59:53,908 com.apple.SystemStarter: /Library/StartupItems/HP Trap Monitor/HP Trap Monitor: line 15: /Library/Printers/hp/hpio/HPIO Trap Monitor.app/Contents/MacOS/HPIO Trap Monitor: No such file or directory
    27.07.11 19:59:55,808 mds: (Normal) FMW: FMW 0 0
    27.07.11 19:59:56,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:56,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:56,000 kernel: 2.4.0 m168efe17
    27.07.11 19:59:56,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:57,549 loginwindow: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    27.07.11 19:59:58,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:58,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:58,000 kernel: 2.4.0 m168efe17
    27.07.11 19:59:58,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:59,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:59,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:59,000 kernel: 2.4.0 m168efe17
    27.07.11 19:59:59,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:59,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:59,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:59,000 kernel: 2.4.0 m168efe17
    27.07.11 19:59:59,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 19:59:59,169 com.apple.launchctl.LoginWindow: com.apple.findmymacmessenger: Already loaded
    27.07.11 19:59:59,525 com.apple.SecurityServer: Session 100003 created
    27.07.11 19:59:59,528 loginwindow: Login Window Started Security Agent
    27.07.11 19:59:59,691 WindowServer: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    27.07.11 19:59:59,692 ManagedClient: kCGErrorFailure: CGSPackagesGetWorkspaceType: couldn't get workspace type
    27.07.11 19:59:59,693 ManagedClient: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    27.07.11 20:00:00,106 SecurityAgent: Echo enabled
    27.07.11 20:00:00,106 SecurityAgent: Echo enabled
    27.07.11 20:00:02,626 SecurityAgent: kCGErrorFailure: CGSPackagesGetWorkspaceType: couldn't get workspace type
    27.07.11 20:00:02,626 SecurityAgent: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    27.07.11 20:00:03,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 20:00:03,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 20:00:03,000 kernel: 2.4.0 m168efe17
    27.07.11 20:00:03,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 20:00:03,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 20:00:03,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 20:00:03,000 kernel: 2.4.0 m168efe17
    27.07.11 20:00:03,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 20:00:03,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 20:00:03,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 20:00:03,000 kernel: 2.4.0 m168efe17
    27.07.11 20:00:03,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 20:00:05,028 warmd: [___bootcachectl_filter_out_sharedio_from_history_block_invoke_0:1679] Unable to open i386 shared cache: 2 No such file or directory
    27.07.11 20:00:08,268 loginwindow: Login Window - Returned from Security Agent
    27.07.11 20:00:08,842 loginwindow: kCGErrorFailure: CGSPackagesGetWorkspaceType: couldn't get workspace type
    27.07.11 20:00:08,842 loginwindow: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    27.07.11 20:00:09,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 20:00:09,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 20:00:09,000 kernel: 2.4.0 m168efe17
    27.07.11 20:00:09,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 20:00:09,059 com.apple.kextd: Cache file /System/Library/Caches/com.apple.kext.caches/Startup/KextPropertyValues_OSBundl eHelper_x86_64.plist.gz is out of date; not using.
    27.07.11 20:00:09,059 com.apple.kextd: Rescanning kernel extensions.
    27.07.11 20:00:09,059 com.apple.loginwindow: shutdown: / is busy updating; waiting for lock
    27.07.11 20:00:09,382 com.apple.kextd: '/' updating, delaying reboot.
    27.07.11 20:00:09,388 com.apple.kextd: Can't load /System/Library/Extensions/ATIRadeonX2000.kext - ineligible during safe boot.
    27.07.11 20:00:09,392 com.apple.kextd: Load com.apple.ATIRadeonX2000 failed; removing personalities from kernel.
    27.07.11 20:00:09,402 com.apple.kextd: Can't load /System/Library/Extensions/AppleSMBusPCI.kext - ineligible during safe boot.
    27.07.11 20:00:09,406 com.apple.kextd: Load com.apple.driver.AppleSMBusPCI failed; removing personalities from kernel.
    27.07.11 20:00:09,416 com.apple.kextd: Can't load /System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortAtheros40 .kext - ineligible during safe boot.
    27.07.11 20:00:09,420 com.apple.kextd: Load com.apple.driver.AirPort.Atheros40 failed; removing personalities from kernel.
    27.07.11 20:00:09,429 com.apple.kextd: Can't load /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAController.ke xt - ineligible during safe boot.
    27.07.11 20:00:09,432 com.apple.kextd: Load com.apple.driver.AppleHDAController failed; removing personalities from kernel.
    27.07.11 20:00:09,444 com.apple.kextd: Can't load /System/Library/Extensions/AppleMCCSControl.kext - ineligible during safe boot.
    27.07.11 20:00:09,447 com.apple.kextd: Load com.apple.driver.AppleMCCSControl failed; removing personalities from kernel.
    27.07.11 20:00:09,453 com.apple.kextd: Can't load /System/Library/Extensions/AudioIPCDriver.kext - ineligible during safe boot.
    27.07.11 20:00:09,455 com.apple.kextd: Load com.apple.driver.AudioIPCDriver failed; removing personalities from kernel.
    27.07.11 20:00:09,460 com.apple.kextd: Can't load /System/Library/Extensions/IOFireWireIP.kext - ineligible during safe boot.
    27.07.11 20:00:09,463 com.apple.kextd: Load com.apple.iokit.IOFireWireIP failed; removing personalities from kernel.
    27.07.11 20:00:09,468 com.apple.kextd: Can't load /System/Library/Extensions/AppleTyMCEDriver.kext - ineligible during safe boot.
    27.07.11 20:00:09,471 com.apple.kextd: Load com.apple.driver.AppleTyMCEDriver failed; removing personalities from kernel.
    27.07.11 20:00:09,479 com.apple.kextd: Can't load /System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortAtheros21 .kext - ineligible during safe boot.
    27.07.11 20:00:09,484 com.apple.kextd: Load com.apple.driver.AirPort.Atheros21 failed; removing personalities from kernel.
    27.07.11 20:00:09,492 com.apple.kextd: Can't load /System/Library/Extensions/AppleUpstreamUserClient.kext - ineligible during safe boot.
    27.07.11 20:00:09,494 com.apple.kextd: Load com.apple.driver.AppleUpstreamUserClient failed; removing personalities from kernel.
    27.07.11 20:00:09,502 com.apple.kextd: Can't load /System/Library/Extensions/IOAVBFamily.kext - ineligible during safe boot.
    27.07.11 20:00:09,504 com.apple.kextd: Load com.apple.iokit.IOAVBFamily failed; removing personalities from kernel.
    27.07.11 20:00:09,511 com.apple.kextd: Can't load /System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/IOBluetoothS erialManager.kext - ineligible during safe boot.
    27.07.11 20:00:09,513 com.apple.kextd: Load com.apple.iokit.IOBluetoothSerialManager failed; removing personalities from kernel.
    27.07.11 20:00:09,519 com.apple.kextd: Can't load /System/Library/Extensions/IOSurface.kext - ineligible during safe boot.
    27.07.11 20:00:09,521 com.apple.kextd: Load com.apple.iokit.IOSurface failed; removing personalities from kernel.
    27.07.11 20:00:09,527 com.apple.kextd: Can't load /System/Library/Extensions/IOUserEthernet.kext - ineligible during safe boot.
    27.07.11 20:00:09,529 com.apple.kextd: Load com.apple.iokit.IOUserEthernet failed; removing personalities from kernel.
    27.07.11 20:00:09,542 com.apple.kextcache: rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache
    27.07.11 20:00:09,550 com.apple.kextcache: / locked; waiting for lock.
    27.07.11 20:00:10,000 kernel: Resetting IOCatalogue.
    27.07.11 20:00:10,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 20:00:10,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 20:00:10,000 kernel: 2.4.0 m168efe17
    27.07.11 20:00:10,000 kernel: 2.4.0 m4fb7a02a
    27.07.11 20:00:10,410 genatsdb: *GENATSDB* FontObjects generated = 570
    so, what's wrong with my system ( i already did a reinstall)
    thanks in advance,
    andreas

    I also have the same things :
    28/07/11 10:31:43,000 bootlog: BOOT_TIME 1311841903 0
    28/07/11 10:32:00,687 com.apple.kextd: Safe boot mode detected; invalidating system extensions caches.
    28/07/11 10:32:00,687 com.apple.kextd: Cache file /System/Library/Caches/com.apple.kext.caches/Directories/System/Library/Extensi ons/KextIdentifiers.plist.gz is out of date; not using.
    I contacted Apple Support, which cannot do anything for me...
    I have already tried to reinstall completely (from scratch) lion AND snow leopard.
    I have also tried to repair the permissions after the installation.
    The problem occurs generally in the morning, but now I'm facing it almost every time I boot.
    Reboot is working fine for now.
    Btw, I checked on the apple support site and I found an article saying that it might be due to some hard drives issues.
    I start thinking that we might have a problem with the hard drive (so as with the 1To Imac).
    To the other people having this issue:
    What mac do you have ?
    What is the size of the hd ?
    Mine:
    iMac june 2011
    500go

  • Intel iMac stuck in reboot loop

    Since the last few days, my 6 month old Intel iMac is stuck in a reboot loop.
    Configuration:
    Model Name:          iMac
    Model Identifier:          iMac12,1
    Processor Name:          Intel Core i5
    Processor Speed:          2.5 GHz
    Number of Processors:          1
    Total Number of Cores:          4
    OS: 10.6.8 (with patches applied as they become avaliable)
    It is connected to a UPS at all times.
    I always put it to sleep at night. Sometimes it stays in the Sleep mode for a couple of days (i travel and wife does not use for some time). But it always would "wake" up from Sleep on a keyboard touch. Magic mouse battery died a few days ago, so put in a new pair of battery, had the usual problem of "pairing", fixed that and continued on.
    (Coincidentally, it almost also marks where my problems started).
    Now, when i press any key, the iMac reboots. And then just before it looks like it will show the wallpaper, it reboots. and this continues on - sometimes 10-15 times. I press the power key and switch it OFF. Press the power key again, no go - stuck in the reboot loop. Run the Apple Hardware Test (exhaustive one included - it reports no issue found). Do a SMC reset (take off the power cord from the back of the iMac for 35 seconds) and put it back. Switch off the mouse and attach a USB mouse and press the Shift key to boot into the Safe mode. This works! Installed Pacifist to check for any non-Apple kernel extensions, none found...
    Since AHT reports all fine - can hardware be ruled out?
    Could it be the magic mouse? Need to try it (just wary of the reboot loop )?
    If it is the mouse, is it covered in the 12 month initial warranty (I am in India)?
    Console log reports this line:
    08/06/12 7:20:59 PM
    configd[13]
    Sleep: Success - AC
    com.apple.message.domain: com.apple.powermanagement.sleep
    com.apple.message.signature: Success
    com.apple.message.value: 0
    com.apple.message.result: Success
    com.apple.message.uuid: A9EDA79D-440F-4CD5-B3FA-5A6451E6677B
    and this:
    08/06/12 7:20:59 PM
    configd[13]
    Wake: Drivers Failure - AC - HDEF SATA
    com.apple.message.domain: com.apple.powermanagement.wake
    com.apple.message.signature: Drivers Failure
    com.apple.message.result: Failure
    Is it the HDD?
    Any/all help is appreciated. I am going to carry it in to an Apple Care tomorrow, but was curious to see what the community had to say.
    Thanks,

    Well, it is getting odder now...when i read your message and click the console icon on the dock, the iMac just crashed and rebooted!
    Here are the console messages just before and after the most recent crash (at 12:07):
    08/06/12 11:53:34 PM
    Console[919]
    asl_file_open_read() failed on path /var/log/DiagnosticMessages/2012.06.04.asl with error Invalid Data Store
    08/06/12 11:53:35 PM
    Console[919]
    asl_file_open_read() failed on path /var/log/DiagnosticMessages/2012.06.04.asl with error Invalid Data Store
    08/06/12 11:53:36 PM
    Console[919]
    asl_file_open_read() failed on path /var/log/DiagnosticMessages/2012.06.04.asl with error Invalid Data Store
    08/06/12 11:53:37 PM
    Console[919]
    asl_file_open_read() failed on path /var/log/DiagnosticMessages/2012.06.04.asl with error Invalid Data Store
    09/06/12 12:07:00 AM
    com.apple.launchd[1]
    *** launchd[1] has started up. ***
    09/06/12 12:07:18 AM
    com.apple.launchd.peruser.501[87]
    (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    09/06/12 12:07:21 AM
    com.apple.launchd.peruser.501[87]
    (com.apple.Kerberos.renew.plist[112]) Exited with exit code: 1
    09/06/12 12:07:22 AM
    com.hp.messagecenter.launcher[115]
    ThrottleProcessIO: throttling disk i/o
    09/06/12 12:07:23 AM
    com.apple.launchd[1]
    (com.apple.xprotectupdater[20]) Exited with exit code: 252
    09/06/12 12:08:37 AM
    [0x0-0x14014].com.google.Chrome[147]
    [0609/000837:INFO:breakpad_mac.mm(177)] Breakpad disabled
    09/06/12 12:08:43 AM
    [0x0-0x14014].com.google.Chrome[147]
    [147:-1273409536:105210075659:ERROR:backend_impl.cc(1148)] Critical error found -8
    Here are the console messages just before and after the most recent crash (at 12:07):
    Jun  8 23:53:01 localhost Console[919]: asl_file_open_read() failed on path /var/log/DiagnosticMessages/2012.06.04.asl with error Invalid Data Store
    Jun  8 23:53:32: --- last message repeated 18 times ---
    Jun  8 23:53:32 localhost Console[919]: asl_file_open_read() failed on path /var/log/DiagnosticMessages/2012.06.04.asl with error Invalid Data Store
    Jun  8 23:54:02: --- last message repeated 5 times ---
    Jun  9 00:07:00 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Jun  9 00:07:04 localhost DirectoryService[15]: Improper shutdown detected
    Jun  9 00:07:04 localhost blued[17]: Apple Bluetooth daemon started
    Jun  9 00:07:12 localhost fseventsd[34]: event logs in /.fseventsd out of sync with volume.  destroying old logs. (14259 14 14295)
    Jun  9 00:07:12 localhost fseventsd[34]: log dir: /.fseventsd getting new uuid: 848839F3-1F7D-409B-A5F1-14170B9CD90D
    Jun  9 00:07:12 localhost bootlog[41]: BOOT_TIME: 1339180618 0
    Jun  9 00:07:15 localhost mDNSResponder[29]: mDNSResponder mDNSResponder-258.21 (May 26 2011 14:40:13) starting
    Jun  9 00:07:16 localhost com.apple.usbmuxd[22]: usbmuxd-268.5 on Jan  5 2012 at 03:34:01, running 64 bit
    Jun  9 00:07:16 localhost /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[30]: Login Window Application Started
    Jun  9 00:07:16 localhost com.apple.kextd[10]: Can't load /System/Library/Extensions/IOSerialFamily.kext/Contents/PlugIns/InternalModemSu pport.kext - no code for running kernel's architecture.
    Jun  9 00:07:16 localhost com.apple.kextd[10]: Failed to load /System/Library/Extensions/IOSerialFamily.kext/Contents/PlugIns/InternalModemSu pport.kext - (libkern/kext) requested architecture/executable not found.
    Jun  9 00:07:16 localhost com.apple.kextd[10]: Load com.apple.driver.InternalModemSupport failed; removing personalities.
    Jun  9 00:07:16 localhost configd[13]: network configuration changed.
    Jun  9 00:07:16 localhost configd[13]: bootp_session_transmit: bpf_write(en1) failed: Network is down (50)
    Jun  9 00:07:16 localhost configd[13]: DHCP en1: INIT-REBOOT transmit failed
    Jun  9 00:07:18 localhost loginwindow[30]: Login Window Started Security Agent
    Jun  9 00:07:18 localhost loginwindow[30]: Login Window - Returned from Security Agent
    Jun  9 00:07:18 localhost loginwindow[30]: USER_PROCESS: 30 console
    Jun  9 00:07:18 localhost com.apple.launchd.peruser.501[87] (com.apple.ReportCrash): Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    Jun  9 00:07:21 localhost configd[13]: network configuration changed.
    Jun  9 00:07:21: --- last message repeated 2 times ---
    Jun  9 00:07:21 localhost com.apple.launchd.peruser.501[87] (com.apple.Kerberos.renew.plist[112]): Exited with exit code: 1
    Jun  9 00:07:22 localhost com.hp.messagecenter.launcher[115]: ThrottleProcessIO: throttling disk i/o
    Jun  9 00:07:23 localhost XProtectUpdater[20]: Ignoring new signature plist: Not an increase in version
    Jun  9 00:07:23 localhost com.apple.launchd[1] (com.apple.xprotectupdater[20]): Exited with exit code: 252
    Jun  9 00:07:32 localhost warmd[21]: [fetcher_open_file:936] open("/var/db/dyld/dyld_shared_cache_x86_64") => -1 (errno: 2)
    Jun  9 00:07:35 localhost ntpd[19]: time reset +0.205296 s
    Jun  9 00:08:37 localhost [0x0-0x14014].com.google.Chrome[147]: [0609/000837:INFO:breakpad_mac.mm(177)] Breakpad disabled
    Jun  9 00:08:43 localhost [0x0-0x14014].com.google.Chrome[147]: [147:-1273409536:105210075659:ERROR:backend_impl.cc(1148)] Critical error found -8
    Here is the system.log when the iMac was first sought be woken up from sleep:
    Jun  8 07:21:47 Manoj-Satis-iMac loginwindow[30]: no spins reported for this wake
    Jun  8 07:22:46 Manoj-Satis-iMac loginwindow[30]: loginwindow SleepWakeCallback WILL sleep
    Jun  8 07:22:54 Manoj-Satis-iMac loginwindow[30]: loginwindow SleepWakeCallback will power on, Currenttime:6/8/2012 7:22:54.006 AM - Waketime:6/8/2012 7:22:53.330 AM = Deltatime:0.676087976
    Jun  8 07:22:54 Manoj-Satis-iMac applepushserviced[125]: <APSCourier: 0x106741520>: Stream error occurred for <APSTCPStream: 0x107315250>: Error Domain=NSPOSIXErrorDomain Code=57 UserInfo=0x107539b80 "The operation couldn’t be completed. Socket is not connected"
    Jun  8 07:22:54 Manoj-Satis-iMac applepushserviced[125]: <APSCourier: 0x106741520>: Stream error occurred for <APSTCPStream: 0x107529760>: Error Domain=kCFErrorDomainCFNetwork Code=2 UserInfo=0x107318360 "The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)"
    Jun  8 07:22:54 Manoj-Satis-iMac configd[13]: bootp_session_transmit: bpf_write(en1) failed: Network is down (50)
    Jun  8 07:22:54 Manoj-Satis-iMac configd[13]: DHCP en1: INIT-REBOOT transmit failed
    Jun  8 07:22:54 Manoj-Satis-iMac configd[13]: network configuration changed.
    Jun  8 07:22:58 Manoj-Satis-iMac mDNSResponder[29]: DeregisterInterface: Frequent transitions for interface en1 (FE80:0000:0000:0000:E6CE:8FFF:FE5D:48C6)
    Jun  8 07:22:58 Manoj-Satis-iMac configd[13]: Sleep: Success - AC - Software Sleep
    Jun  8 07:22:58 Manoj-Satis-iMac configd[13]: Wake: Success - AC - EHC2
    Jun  8 07:22:58 Manoj-Satis-iMac configd[13]: Hibernate Statistics
    Jun  8 07:22:58 Manoj-Satis-iMac configd[13]: network configuration changed.
    Jun  8 07:23:05 Manoj-Satis-iMac loginwindow[30]: loginwindow SleepWakeCallback WILL sleep
    Jun  8 19:20:45 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Jun  8 19:20:48 localhost DirectoryService[15]: Improper shutdown detected
    Jun  8 19:20:48 localhost blued[17]: Apple Bluetooth daemon started
    Jun  8 19:20:55 localhost fseventsd[34]: event logs in /.fseventsd out of sync with volume.  destroying old logs. (319516 12 362581)
    Jun  8 19:20:55 localhost fseventsd[34]: log dir: /.fseventsd getting new uuid: 42A22C99-8FAD-40F4-AC9A-8DE55586FDCF
    Jun  8 19:20:55 localhost bootlog[41]: BOOT_TIME: 1339163443 0
    Jun  8 19:20:58 localhost mDNSResponder[29]: mDNSResponder mDNSResponder-258.21 (May 26 2011 14:40:13) starting
    Jun  8 19:20:58 localhost com.apple.usbmuxd[22]: usbmuxd-268.5 on Jan  5 2012 at 03:34:01, running 64 bit
    Jun  8 19:20:59 localhost configd[13]: Sleep: Success - AC
    Jun  8 19:20:59 localhost configd[13]: Wake: Drivers Failure - AC - HDEF SATA
    Jun  8 19:21:19 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Jun  8 19:21:24 localhost DirectoryService[15]: Improper shutdown detected
    Jun  8 19:21:25 localhost blued[17]: Apple Bluetooth daemon started
    Jun  8 19:21:26 localhost bootlog[41]: BOOT_TIME: 1339163476 0
    Jun  8 19:21:29 localhost mDNSResponder[29]: mDNSResponder mDNSResponder-258.21 (May 26 2011 14:40:13) starting
    Jun  8 19:21:30 localhost com.apple.usbmuxd[22]: usbmuxd-268.5 on Jan  5 2012 at 03:34:01, running 64 bit
    Jun  8 19:21:56 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Jun  8 19:22:01 localhost DirectoryService[15]: Improper shutdown detected
    Jun  8 19:22:02 localhost blued[17]: Apple Bluetooth daemon started
    Jun  8 19:22:03 localhost bootlog[41]: BOOT_TIME: 1339163515 0
    Jun  8 19:22:06 localhost mDNSResponder[29]: mDNSResponder mDNSResponder-258.21 (May 26 2011 14:40:13) starting
    Jun  8 19:22:33 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Jun  8 19:22:38 localhost DirectoryService[15]: Improper shutdown detected
    Jun  8 19:22:39 localhost blued[17]: Apple Bluetooth daemon started
    Jun  8 19:22:40 localhost bootlog[41]: BOOT_TIME: 1339163552 0
    Jun  8 19:22:43 localhost mDNSResponder[29]: mDNSResponder mDNSResponder-258.21 (May 26 2011 14:40:13) starting
    Jun  8 19:22:44 localhost com.apple.usbmuxd[22]: usbmuxd-268.5 on Jan  5 2012 at 03:34:01, running 64 bit
    Jun  8 19:23:07 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Jun  8 19:23:13 localhost DirectoryService[15]: Improper shutdown detected
    Jun  8 19:23:14 localhost blued[17]: Apple Bluetooth daemon started
    Jun  8 19:23:15 localhost bootlog[41]: BOOT_TIME: 1339163587 0
    Jun  8 19:23:18 localhost mDNSResponder[29]: mDNSResponder mDNSResponder-258.21 (May 26 2011 14:40:13) starting
    Jun  8 19:23:19 localhost com.apple.usbmuxd[22]: usbmuxd-268.5 on Jan  5 2012 at 03:34:01, running 64 bit
    Jun  8 19:23:46 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Jun  8 19:23:51 localhost DirectoryService[15]: Improper shutdown detected
    Jun  8 19:23:52 localhost blued[17]: Apple Bluetooth daemon started
    Jun  8 19:23:53 localhost bootlog[41]: BOOT_TIME: 1339163625 0
    Jun  8 19:23:54 localhost fseventsd[34]: event logs in /.fseventsd out of sync with volume.  destroying old logs. (147 9 179)
    Jun  8 19:23:54 localhost fseventsd[34]: log dir: /.fseventsd getting new uuid: 09B8A63F-56EF-4D9A-9E5C-A6D27EFCD26C
    Jun  8 19:23:56 localhost mDNSResponder[29]: mDNSResponder mDNSResponder-258.21 (May 26 2011 14:40:13) starting
    Jun  8 19:25:04 localhost com.apple.kextd[9]: Safe boot mode detected; invalidating system extensions caches.
    Jun  8 19:24:28 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***

  • Very slow boot and very slow to enable the keyboard/touchpad

    Hello everyone.
    After searching this community and elsewhere too, and having tried all suggestions, which I'll list below, I've decided to try to post my case in a new discussion.
    I have a Mac mini mid 2011 with 8GB of RAM, OS X 10.8.5.
    The problem: when rebooting I have to wait 2-5 minutes of grey screen before getting to my desktop (I have enabled auto-login) and several more minutes of colored-spinning busy icon before getting to the possibility of using my (wired) keyboard or (wireless) touchpad. If I am patient enough, which I always am, after that the system works as perfectly as always.
    I have done all suggestions I could get my eyes on, including:
    - resetting NVRAM / PRAM
    - booting in singleuser mode, fsck, normal boot
    - boot in safe mode
    - reinstalled the OS (I did not format my hard drive)
    - disabled Spotlight
    - disabled all login items (only iTunesHelper was active)
    - disconnected all external peripherals
    Below are the latest console messages since boot, and further down there is more output to show what is currently running on my mini.
    Thanks for any help,
    Joe
    27/10/13 19:16:28,000 kernel[0]: PMAP: PCID enabled
    27/10/13 19:16:28,000 kernel[0]: Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64
    27/10/13 19:16:28,000 kernel[0]: vm_page_bootstrap: 1837787 free pages and 242981 wired pages
    27/10/13 19:16:28,000 kernel[0]: kext submap [0xffffff7f80742000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000742000]
    27/10/13 19:16:28,000 kernel[0]: zone leak detection enabled
    27/10/13 19:16:28,000 kernel[0]: standard timeslicing quantum is 10000 us
    27/10/13 19:16:28,000 kernel[0]: standard background quantum is 2500 us
    27/10/13 19:16:28,000 kernel[0]: mig_table_max_displ = 74
    27/10/13 19:16:28,000 kernel[0]: TSC Deadline Timer supported and enabled
    27/10/13 19:16:28,000 kernel[0]: corecrypto kext started!
    27/10/13 19:16:28,000 kernel[0]: Running kernel space in FIPS MODE
    27/10/13 19:16:28,000 kernel[0]: Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    27/10/13 19:16:28,000 kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    27/10/13 19:16:28,000 kernel[0]: corecrypto.kext FIPS integrity POST test passed!
    27/10/13 19:16:28,000 kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!
    27/10/13 19:16:28,000 kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!
    27/10/13 19:16:28,000 kernel[0]: corecrypto.kext FIPS AES ECB AESNI POST test passed!
    27/10/13 19:16:28,000 kernel[0]: corecrypto.kext FIPS AES XTS AESNI POST test passed!
    27/10/13 19:16:28,000 kernel[0]: corecrypto.kext FIPS SHA POST test passed!
    27/10/13 19:15:45,287 com.apple.launchd[1]: *** launchd[1] has started up. ***
    27/10/13 19:16:28,000 kernel[0]: corecrypto.kext FIPS HMAC POST test passed!
    27/10/13 19:16:28,000 kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!
    27/10/13 19:16:28,000 kernel[0]: corecrypto.kext FIPS DRBG POST test passed!
    27/10/13 19:16:28,000 kernel[0]: corecrypto.kext FIPS POST passed!
    27/10/13 19:16:28,000 kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    27/10/13 19:16:28,000 kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    27/10/13 19:16:28,000 kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
    27/10/13 19:16:28,000 kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    27/10/13 19:16:28,000 kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    27/10/13 19:16:28,000 kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    27/10/13 19:16:28,000 kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    27/10/13 19:16:28,000 kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    27/10/13 19:16:28,000 kernel[0]: calling mpo_policy_init for TMSafetyNet
    27/10/13 19:16:28,000 kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    27/10/13 19:16:28,000 kernel[0]: calling mpo_policy_init for Sandbox
    27/10/13 19:16:28,000 kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    27/10/13 19:15:45,287 com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    27/10/13 19:16:28,000 kernel[0]: calling mpo_policy_init for Quarantine
    27/10/13 19:16:28,000 kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    27/10/13 19:16:28,000 kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    27/10/13 19:16:28,380 com.apple.launchd[1]: (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination
    27/10/13 19:16:28,000 kernel[0]: The Regents of the University of California. All rights reserved.
    27/10/13 19:16:28,000 kernel[0]: MAC Framework successfully initialized
    27/10/13 19:16:28,000 kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    27/10/13 19:16:28,000 kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    27/10/13 19:16:28,000 kernel[0]: ACPI: sleep states S3 S4 S5
    27/10/13 19:16:28,000 kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 0046
    27/10/13 19:16:28,000 kernel[0]: AppleIntelCPUPowerManagement: (built 13:50:43 Sep 29 2013) initialization complete
    27/10/13 19:16:28,000 kernel[0]: pci build Sep 29 2013 13:35:16, flags 0x23008, pfm64 (36 cpu) 0xf80000000, 0x80000000
    27/10/13 19:16:28,000 kernel[0]: [ PCI configuration begin ]
    27/10/13 19:16:28,000 kernel[0]: console relocated to 0xf81000000
    27/10/13 19:16:28,000 kernel[0]: [ PCI configuration end, bridges 13, devices 16 ]
    27/10/13 19:16:28,000 kernel[0]: mbinit: done [96 MB total pool size, (64/32) split]
    27/10/13 19:16:28,000 kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    27/10/13 19:16:28,000 kernel[0]: rooting via boot-uuid from /chosen: F47B0803-7F96-3B8A-A025-DB74B67338B2
    27/10/13 19:16:28,000 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>
    27/10/13 19:16:28,000 kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    27/10/13 19:16:28,000 kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    27/10/13 19:16:28,000 kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    27/10/13 19:16:28,000 kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    27/10/13 19:16:28,000 kernel[0]: AppleIntelCPUPowerManagementClient: ready
    27/10/13 19:16:28,000 kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/TOSHIBA MK5065GSXF Media/IOGUIDPartitionScheme/Customer@2
    27/10/13 19:16:28,000 kernel[0]: BSD root: disk0s2, major 1, minor 1
    27/10/13 19:16:28,000 kernel[0]: BTCOEXIST off
    27/10/13 19:16:28,000 kernel[0]: BRCM tunables:
    27/10/13 19:16:28,000 kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    27/10/13 19:16:28,000 kernel[0]: FireWire (OHCI) TI ID 823f built-in now active, GUID a4b197fffeaf7c74; max speed s800.
    27/10/13 19:16:28,000 kernel[0]: Kernel is LP64
    27/10/13 19:16:28,000 kernel[0]: USBMSC Identifier (non-unique): 㥒〳䜶䑗〳<U+3130>䩘†ँ 0xe8d 0x1956 0x0, 2
    27/10/13 19:16:28,000 kernel[0]: USBMSC Identifier (non-unique): KXGBB140833      0x5ac 0x1500 0x200, 2
    27/10/13 19:16:29,000 kernel[0]: BCM5701Enet: Ethernet address 3c:07:54:4c:6b:11
    27/10/13 19:16:29,000 kernel[0]: AirPort_Brcm4331: Ethernet address 60:c5:47:22:70:71
    27/10/13 19:16:29,000 kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    27/10/13 19:16:29,000 kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    27/10/13 19:16:30,107 airportd[25]: _processDLILEvent: en1 attached (down)
    27/10/13 19:16:30,159 com.apple.SecurityServer[16]: Session 100000 created
    27/10/13 19:16:30,000 kernel[0]: createVirtIf(): ifRole = 1
    27/10/13 19:16:30,000 kernel[0]: in func createVirtualInterface ifRole = 1
    27/10/13 19:16:30,000 kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1 this 0xffffff803d734000
    27/10/13 19:16:30,000 kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    27/10/13 19:16:30,000 kernel[0]: Created virtif 0xffffff803d734000 p2p0
    27/10/13 19:16:30,324 com.apple.SecurityServer[16]: Entering service
    27/10/13 19:16:30,691 UserEventAgent[11]: Captive: [HandleNetworkInformationChanged:2435] nwi_state_copy returned NULL
    27/10/13 19:16:30,000 kernel[0]: Previous Shutdown Cause: 5
    27/10/13 19:16:30,000 kernel[0]: SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode
    27/10/13 19:16:30,000 kernel[0]: IOBluetoothUSBDFU::probe
    27/10/13 19:16:30,000 kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8281 FirmwareVersion - 0x0125
    27/10/13 19:16:30,000 kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- this = 0xffffff803d5b0400 ****
    27/10/13 19:16:30,000 kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- controller = 0xffffff803d5b0400
    27/10/13 19:16:30,000 kernel[0]: [IOBluetoothHCIController][start] -- completed
    27/10/13 19:16:30,000 kernel[0]: Waves SoundGrid Version: 2.0.0.14, Non-Interleaved Playback
    27/10/13 19:16:30,000 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    27/10/13 19:16:30,000 kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    27/10/13 19:16:30,000 kernel[0]: en1::IO80211Interface::postMessage bssid changed
    27/10/13 19:16:30,000 kernel[0]: DSMOS has arrived
    27/10/13 19:16:30,000 kernel[0]: mTail has not been written to hardware: mTail = 0x00000000, hardare tail register = 0x00000060
    27/10/13 19:16:31,227 mDNSResponder[35]: mDNSResponder mDNSResponder-379.38.1 (Apr 25 2013 19:19:56) starting OSXVers 12
    27/10/13 19:16:31,442 systemkeychain[38]: done file: /var/run/systemkeychaincheck.done
    27/10/13 19:16:31,493 mDNSResponder[35]: D2D_IPC: Loaded
    27/10/13 19:16:31,493 mDNSResponder[35]: D2DInitialize succeeded
    27/10/13 19:16:31,680 blued[51]: Read the UHE Info
    27/10/13 19:16:31,681 blued[51]: Read version 2 info.  Number of devices:1
    27/10/13 19:16:31,681 blued[51]: Class of device:     0x2594
    27/10/13 19:16:31,681 blued[51]: Device name: 'Apple Wireless Trackpad' length:24
    27/10/13 19:16:31,681 blued[51]: Finished reading the HID data
    27/10/13 19:16:31,681 blued[51]: Found a device with PID:0x030e VID:0x05ac
    27/10/13 19:16:31,844 configd[17]: bootp_session_transmit: bpf_write(en1) failed: Network is down (50)
    27/10/13 19:16:31,844 configd[17]: DHCP en1: INIT transmit failed
    27/10/13 19:16:31,861 configd[17]: setting hostname to "Mac-mini-di-Giuseppe-4.local"
    27/10/13 19:16:31,873 configd[17]: network changed: DNS*
    27/10/13 19:16:33,585 hidd[78]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    27/10/13 19:16:33,789 hidd[78]: void __IOHIDLoadBundles(): Loaded 0 HID plugins
    27/10/13 19:16:33,997 loginwindow[73]: Login Window Application Started
    27/10/13 19:16:34,163 awacsd[86]: Starting awacsd connectivity-78.3 (Apr 25 2013 19:22:44)
    27/10/13 19:16:34,359 awacsd[86]: InnerStore CopyAllZones: no info in Dynamic Store
    27/10/13 19:16:34,383 com.apple.usbmuxd[59]: usbmuxd-323 on Jul 29 2013 at 23:21:29, running 64 bit
    27/10/13 19:16:34,607 locationd[74]: NOTICE,Location icon should now be in state 0
    27/10/13 19:16:34,607 locationd[74]: locationd was started after an unclean shutdown
    27/10/13 19:16:34,000 kernel[0]: macx_swapon SUCCESS
    27/10/13 19:16:34,794 kdc[76]: label: default
    27/10/13 19:16:34,794 kdc[76]:  dbname: od:/Local/Default
    27/10/13 19:16:34,794 kdc[76]:  mkey_file: /var/db/krb5kdc/m-key
    27/10/13 19:16:34,795 kdc[76]:  acl_file: /var/db/krb5kdc/kadmind.acl
    27/10/13 19:16:34,899 kdc[76]: WARNING Found KDC certificate (O=System Identity,CN=com.apple.kerberos.kdc)is missing the PK-INIT KDC EKU, this is bad for interoperability.
    27/10/13 19:16:34,991 kdc[76]: KDC started
    27/10/13 19:16:34,966 appleeventsd[83]: main: Starting up
    27/10/13 19:16:35,784 apsd[88]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    27/10/13 19:16:35,785 apsd[88]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    27/10/13 19:16:35,000 kernel[0]: [BNBTrackpadDevice::init][75.19] init is complete
    27/10/13 19:16:35,000 kernel[0]: [BNBTrackpadDevice::handleStart][75.19] returning 1
    27/10/13 19:16:35,000 kernel[0]: [AppleMultitouchHIDEventDriver::start] entered
    27/10/13 19:16:36,000 kernel[0]: [AppleMultitouchDevice::start] entered
    27/10/13 19:16:37,205 mds[70]: (Normal) FMW: FMW 0 0
    27/10/13 19:16:37,269 coreservicesd[28]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false
    27/10/13 19:16:37,270 WindowServer[97]: Server is starting up
    27/10/13 19:16:43,807 digest-service[99]: label: default
    27/10/13 19:16:43,807 digest-service[99]:       dbname: od:/Local/Default
    27/10/13 19:16:43,807 digest-service[99]:       mkey_file: /var/db/krb5kdc/m-key
    27/10/13 19:16:43,807 digest-service[99]:       acl_file: /var/db/krb5kdc/kadmind.acl
    27/10/13 19:16:43,810 digest-service[99]: digest-request: uid=0
    27/10/13 19:16:43,955 rpcsvchost[100]: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    27/10/13 19:16:43,960 digest-service[99]: digest-request: init request
    27/10/13 19:16:44,000 digest-service[99]: digest-request: init return domain: BUILTIN server: MAC-MINI-DI-GIUSEPPE-4
    27/10/13 19:16:44,805 stackshot[62]: Timed out waiting for IOKit to finish matching.
    27/10/13 19:16:45,788 apsd[88]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    27/10/13 19:16:47,836 AGProtocolService[89]: Waves SG Protocol Service: Could not Start Kernel Driver Streaming!
    27/10/13 19:16:49,361 awacsd[86]: Exiting
    27/10/13 19:17:05,066 _networkd[104]: /usr/libexec/ntpd-wrapper: scutil key State:/Network/Global/DNS not present after 30 seconds
    27/10/13 19:17:05,498 _networkd[107]: Unable to resolve hostname(s)
    27/10/13 19:17:05,511 ntpd[53]: proto: precision = 1.000 usec
    27/10/13 19:17:28,888 configd[17]: InterfaceNamer: timed out waiting for IOKit to quiesce
    27/10/13 19:17:28,888 configd[17]: Busy services :
    27/10/13 19:17:28,889 configd[17]:   Macmini5,1 [1, 106028 ms]
    27/10/13 19:17:28,889 configd[17]:   Macmini5,1/AppleACPIPlatformExpert [1, 106011 ms]
    27/10/13 19:17:28,889 configd[17]:   Macmini5,1/AppleACPIPlatformExpert/PCI0@0 [1, 105987 ms]
    27/10/13 19:17:28,889 configd[17]:   Macmini5,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI [1, 105975 ms]
    27/10/13 19:17:28,889 configd[17]:   Macmini5,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP01@1C [1, 105974 ms]
    27/10/13 19:17:28,889 configd[17]:   Macmini5,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP01@1C/IOPCI2PCIBridge [1, 105971 ms]
    27/10/13 19:17:28,889 configd[17]:   Macmini5,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP01@1C/IOPCI2PCIBridge/ SDXC@0,1 [!matched, 1, 105971 ms]
    27/10/13 19:17:37,272 WindowServer[97]: Set a breakpoint at CGSLogError to catch errors as they are logged.
    27/10/13 19:17:37,272 WindowServer[97]: IOKitWaitQuiet: (iokit/common) I/O Timeout
    27/10/13 19:17:37,275 WindowServer[97]: Session 256 retained (2 references)
    27/10/13 19:17:37,275 WindowServer[97]: Session 256 released (1 references)
    27/10/13 19:17:37,283 WindowServer[97]: Session 256 retained (2 references)
    27/10/13 19:17:37,284 WindowServer[97]: init_page_flip: page flip mode is on
    27/10/13 19:17:37,562 WindowServer[97]: mux_initialize: Couldn't find any matches
    27/10/13 19:17:37,576 WindowServer[97]: GLCompositor enabled for tile size [256 x 256]
    27/10/13 19:17:37,576 WindowServer[97]: CGXGLInitMipMap: mip map mode is on
    27/10/13 19:17:37,611 WindowServer[97]: WSMachineUsesNewStyleMirroring: false
    27/10/13 19:17:37,611 WindowServer[97]: Display 0x0b418576: GL mask 0x4; bounds (0, 0)[1920 x 1080], 16 modes available
    Main, Active, on-line, enabled, boot, Vendor 4c2d, Model 6dd, S/N 43423234, Unit 2, Rotation 0
    UUID 0x00004c2d000006dd4342323400000000
    27/10/13 19:17:37,611 WindowServer[97]: Display 0x003f003c: GL mask 0x1; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c
    27/10/13 19:17:37,611 WindowServer[97]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003d
    27/10/13 19:17:37,616 WindowServer[97]: Created shield window 0x5 for display 0x0b418576
    27/10/13 19:17:37,616 WindowServer[97]: Created shield window 0x6 for display 0x003f003c
    27/10/13 19:17:37,616 WindowServer[97]: Created shield window 0x7 for display 0x003f003d
    27/10/13 19:17:37,617 WindowServer[97]: Display 0x0b418576: GL mask 0x4; bounds (0, 0)[1920 x 1080], 16 modes available
    Main, Active, on-line, enabled, boot, Vendor 4c2d, Model 6dd, S/N 43423234, Unit 2, Rotation 0
    UUID 0x00004c2d000006dd4342323400000000
    27/10/13 19:17:37,617 WindowServer[97]: Display 0x003f003c: GL mask 0x1; bounds (2944, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c
    27/10/13 19:17:37,617 WindowServer[97]: Display 0x003f003d: GL mask 0x2; bounds (2945, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003d
    27/10/13 19:17:37,618 WindowServer[97]: CGXPerformInitialDisplayConfiguration
    27/10/13 19:17:37,618 WindowServer[97]:   Display 0x0b418576: MappedDisplay Unit 2; Vendor 0x4c2d Model 0x6dd S/N 1128411700 Dimensions 6.30 x 3.54; online enabled, Bounds (0,0)[1920 x 1080], Rotation 0, Resolution 1
    27/10/13 19:17:37,618 WindowServer[97]:   Display 0x003f003c: MappedDisplay Unit 0; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2944,0)[1 x 1], Rotation 0, Resolution 1
    27/10/13 19:17:37,618 WindowServer[97]:   Display 0x003f003d: MappedDisplay Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2945,0)[1 x 1], Rotation 0, Resolution 1
    27/10/13 19:17:38,098 WindowServer[97]: GLCompositor: GL renderer id 0x01024301, GL mask 0x00000007, accelerator 0x00003343, unit 0, caps QEX|QGL|MIPMAP, vram 579 MB
    27/10/13 19:17:38,098 WindowServer[97]: GLCompositor: GL renderer id 0x01024301, GL mask 0x00000007, texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    27/10/13 19:17:38,102 loginwindow[73]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    27/10/13 19:17:38,363 WindowServer[97]: Created shield window 0x8 for display 0x0b418576
    27/10/13 19:17:38,364 WindowServer[97]: Display 0x0b418576: MappedDisplay Unit 2; ColorProfile { 2, "HD 709-A"}; TransferFormula (1.000000, 1.000000, 1.000000)
    27/10/13 19:17:38,389 launchctl[117]: com.apple.findmymacmessenger: Already loaded
    27/10/13 19:17:38,502 com.apple.SecurityServer[16]: Session 100005 created
    27/10/13 19:17:38,716 locationd[128]: NOTICE,Location icon should now be in state 0
    27/10/13 19:17:38,721 loginwindow[73]: Login Window Started Security Agent
    27/10/13 19:17:38,728 UserEventAgent[120]: cannot find useragent 1102
    27/10/13 19:17:38,865 SecurityAgent[129]: This is the first run
    27/10/13 19:17:38,865 SecurityAgent[129]: MacBuddy was run = 0
    27/10/13 19:17:38,975 SecurityAgent[129]: User info context values set for Guest1
    27/10/13 19:17:39,617 WindowServer[97]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    27/10/13 19:17:39,638 WindowServer[97]: Display 0x0b418576: MappedDisplay Unit 2; ColorProfile { 2, "HD 709-A"}; TransferFormula (1.000000, 1.000000, 1.000000)
    27/10/13 19:17:39,652 WindowServer[97]: Display 0x0b418576: MappedDisplay Unit 2; ColorProfile { 2, "HD 709-A"}; TransferFormula (1.000000, 1.000000, 1.000000)
    27/10/13 19:17:41,501 loginwindow[73]: Login Window - Returned from Security Agent
    27/10/13 19:17:41,507 loginwindow[73]: ERROR | ScreensharingLoginNotification | Failed sending message to screen sharing GetScreensharingPort, err: 1102
    27/10/13 19:17:41,510 loginwindow[73]: USER_PROCESS: 73 console
    27/10/13 19:17:42,256 locationd[157]: NOTICE,Location icon should now be in state 0
    27/10/13 19:17:42,320 UserEventAgent[149]: cannot find fw daemon port 1102
    27/10/13 19:17:42,933 com.apple.SecurityServer[16]: Session 100006 created
    27/10/13 19:17:43,500 WindowServer[97]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    27/10/13 19:17:43,853 WindowServer[97]: Display 0x0b418576: MappedDisplay Unit 2; ColorProfile { 2, "HD 709-A"}; TransferFormula (1.000000, 1.000000, 1.000000)
    27/10/13 19:17:44,386 coreaudiod[176]: Enabled automatic stack shots because audio IO is inactive
    27/10/13 19:17:44,469 NetworkBrowserAgent[177]: Starting NetworkBrowserAgent
    27/10/13 19:17:44,511 coreservicesd[28]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationBirth to notificationID=124
    27/10/13 19:17:46,656 imagent[191]: [Warning] Setting up a new messages database.
    27/10/13 19:18:01,657 com.apple.launchd[1]: (com.apple.coreservices.appleid.authentication[124]) Exit timeout elapsed (20 seconds). Killing
    27/10/13 19:18:09,952 com.apple.time[149]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    27/10/13 19:21:34,887 com.apple.launchd[1]: (com.apple.xprotectupdater[56]) Exited with code: 255
    27/10/13 19:21:37,583 hidd[78]: Timeout waiting for IOKit to be quiet
    27/10/13 19:21:51,266 WindowServer[97]: Unable to open IOHIDSystem (e00002bd)
    27/10/13 19:21:51,000 kernel[0]: virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    27/10/13 19:22:02,105 WindowServer[97]: CGXGetConnectionProperty: Invalid connection 37903
    27/10/13 19:22:02,105 WindowServer[97]: CGXGetConnectionProperty: Invalid connection 37903
    27/10/13 19:22:02,105 WindowServer[97]: CGXGetConnectionProperty: Invalid connection 37903
    27/10/13 19:22:02,106 WindowServer[97]: CGXGetConnectionProperty: Invalid connection 37903
    27/10/13 19:22:02,106 WindowServer[97]: CGXGetConnectionProperty: Invalid connection 37903
    27/10/13 19:22:02,106 WindowServer[97]: dict count after removing entry for window 0x21 is 0
    27/10/13 19:22:02,131 com.apple.launchd[1]: (com.apple.quicklook.satellite.A22FF53D-2A2D-4123-B8BF-017578848F85[224]) Could not terminate job: 3: No such process
    27/10/13 19:22:02,131 com.apple.launchd[1]: (com.apple.quicklook.satellite.A22FF53D-2A2D-4123-B8BF-017578848F85[224]) Using fallback option to terminate job...
    27/10/13 19:22:02,135 coreservicesd[28]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=167
    27/10/13 19:22:02,136 coreservicesd[28]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=116
    27/10/13 19:22:02,136 coreservicesd[28]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=174
    27/10/13 19:22:02,139 WindowServer[97]: CGXGetConnectionProperty: Invalid connection 37903
    27/10/13 19:22:02,139 WindowServer[97]: CGXGetConnectionProperty: Invalid connection 37903
    27/10/13 19:22:02,140 WindowServer[97]: CGXGetConnectionProperty: Invalid connection 37903
    27/10/13 19:22:02,140 WindowServer[97]: CGXGetConnectionProperty: Invalid connection 37903
    27/10/13 19:22:02,140 WindowServer[97]: CGXGetConnectionProperty: Invalid connection 37903
    27/10/13 19:22:02,162 loginwindow[73]: DEAD_PROCESS: 73 console
    27/10/13 19:22:02,387 loginwindow[73]: FolderManager: Failed looking up user domain root; url='file://localhost/Users/Guest1/' path=/Users/Guest1/ err=-43 uid=201 euid=201
    27/10/13 19:22:02,388 loginwindow[73]: FolderManager: Failed looking up user domain root; url='file://localhost/Users/Guest1/' path=/Users/Guest1/ err=-43 uid=201 euid=201
    27/10/13 19:22:02,388 loginwindow[73]: FolderManager: Failed looking up user domain root; url='file://localhost/Users/Guest1/' path=/Users/Guest1/ err=-43 uid=201 euid=201
    27/10/13 19:22:02,644 WindowServer[97]: CGXGetConnectionProperty: Invalid connection 37903
    27/10/13 19:22:02,644 WindowServer[97]: CGXGetConnectionProperty: Invalid connection 37903
    27/10/13 19:22:02,645 WindowServer[97]: CGXGetConnectionProperty: Invalid connection 37903
    27/10/13 19:22:02,645 WindowServer[97]: CGXGetConnectionProperty: Invalid connection 37903
    27/10/13 19:22:02,645 WindowServer[97]: CGXGetConnectionProperty: Invalid connection 37903
    27/10/13 19:22:04,076 coreservicesd[28]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=134
    27/10/13 19:22:04,082 loginwindow[73]: FolderManager: Failed looking up user domain root; url='file://localhost/Users/Guest1/' path=/Users/Guest1/ err=-43 uid=201 euid=201
    27/10/13 19:22:04,082 loginwindow[73]: FolderManager: Failed looking up user domain root; url='file://localhost/Users/Guest1/' path=/Users/Guest1/ err=-43 uid=201 euid=201
    27/10/13 19:22:04,082 loginwindow[73]: FolderManager: Failed looking up user domain root; url='file://localhost/Users/Guest1/' path=/Users/Guest1/ err=-43 uid=201 euid=201
    27/10/13 19:22:04,083 WindowServer[97]: CGXRestartSessionWorkspace: session workspace exited for session 256 (on console)
    27/10/13 19:22:04,083 WindowServer[97]: Session 256 released (1 references)
    27/10/13 19:22:04,083 WindowServer[97]: Session 256 released (0 references)
    27/10/13 19:22:04,084 WindowServer[97]: loginwindow connection closed; closing server.
    27/10/13 19:22:04,085 loginwindow[73]: CGSFlushWindowContentRegion: Invalid connection
    27/10/13 19:22:04,085 coreservicesd[28]: FindBestLSSession(), no match for inSessionID kLSCurrentSessionID auditTokenInfo( uid=201 euid=201 auSessionID=100005 create=true
    27/10/13 19:22:04,089 UserEventAgent[149]: CGSGetNextEventRecord (Inline) connection 0x7917, 16384 bytes
    27/10/13 19:22:04,089 UserEventAgent[149]: CGSShutdownServerConnections: Detaching application from window server
    27/10/13 19:22:04,089 UserEventAgent[149]: CGSDisplayServerShutdown: Detaching display subsystem from window server
    27/10/13 19:22:04,089 Software Update[209]: CGSGetNextEventRecord (Inline) connection 0xcc13, 16384 bytes
    27/10/13 19:22:04,090 Software Update[209]: CGSShutdownServerConnections: Detaching application from window server
    27/10/13 19:22:04,090 Software Update[209]: CGSDisplayServerShutdown: Detaching display subsystem from window server
    27/10/13 19:22:04,172 loginwindow[73]: CGSNewWindowWithOpaqueShape: Invalid connection
    27/10/13 19:22:04,177 loginwindow[73]: CGSFlushWindowContentRegion: Invalid connection
    27/10/13 19:22:04,179 Download Java Components[208]: CGSGetNextEventRecord (Inline) connection 0xc803, 16384 bytes
    27/10/13 19:22:04,179 Download Java Components[208]: CGSShutdownServerConnections: Detaching application from window server
    27/10/13 19:22:04,180 Download Java Components[208]: CGSDisplayServerShutdown: Detaching display subsystem from window server
    27/10/13 19:22:04,182 coreservicesd[28]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=116
    27/10/13 19:22:04,183 UserEventAgent[11]: Captive: [UserAgentDied:139] User Agent @port=43783 Died
    27/10/13 19:22:04,188 blued[51]: -[CBManager init] init returning self:0x7f8ed230e200
    27/10/13 19:22:04,190 apsd[203]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    27/10/13 19:22:04,228 loginwindow[252]: Login Window Application Started
    27/10/13 19:22:04,297 WindowServer[253]: Server is starting up
    27/10/13 19:22:04,298 WindowServer[253]: Session 256 retained (2 references)
    27/10/13 19:22:04,298 WindowServer[253]: Session 256 released (1 references)
    27/10/13 19:22:04,301 WindowServer[253]: Session 256 retained (2 references)
    27/10/13 19:22:04,302 WindowServer[253]: init_page_flip: page flip mode is on
    27/10/13 19:22:04,341 WindowServer[253]: mux_initialize: Couldn't find any matches
    27/10/13 19:22:04,389 WindowServer[253]: GLCompositor enabled for tile size [256 x 256]
    27/10/13 19:22:04,389 WindowServer[253]: CGXGLInitMipMap: mip map mode is on
    27/10/13 19:22:04,407 WindowServer[253]: WSMachineUsesNewStyleMirroring: false
    27/10/13 19:22:04,408 WindowServer[253]: Display 0x0b418576: GL mask 0x4; bounds (0, 0)[1920 x 1080], 16 modes available
    Main, Active, on-line, enabled, boot, Vendor 4c2d, Model 6dd, S/N 43423234, Unit 2, Rotation 0
    UUID 0x00004c2d000006dd4342323400000000
    27/10/13 19:22:04,408 WindowServer[253]: Display 0x003f003c: GL mask 0x1; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c
    27/10/13 19:22:04,408 WindowServer[253]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003d
    27/10/13 19:22:04,412 WindowServer[253]: Created shield window 0x4 for display 0x0b418576
    27/10/13 19:22:04,412 WindowServer[253]: Created shield window 0x5 for display 0x003f003c
    27/10/13 19:22:04,412 WindowServer[253]: Created shield window 0x6 for display 0x003f003d
    27/10/13 19:22:04,414 WindowServer[253]: Display 0x0b418576: GL mask 0x4; bounds (0, 0)[1920 x 1080], 16 modes available
    Main, Active, on-line, enabled, boot, Vendor 4c2d, Model 6dd, S/N 43423234, Unit 2, Rotation 0
    UUID 0x00004c2d000006dd4342323400000000
    27/10/13 19:22:04,414 WindowServer[253]: Display 0x003f003c: GL mask 0x1; bounds (2944, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c
    27/10/13 19:22:04,414 WindowServer[253]: Display 0x003f003d: GL mask 0x2; bounds (2945, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003d
    27/10/13 19:22:04,414 WindowServer[253]: CGXPerformInitialDisplayConfiguration
    27/10/13 19:22:04,414 WindowServer[253]:   Display 0x0b418576: MappedDisplay Unit 2; Vendor 0x4c2d Model 0x6dd S/N 1128411700 Dimensions 6.30 x 3.54; online enabled, Bounds (0,0)[1920 x 1080], Rotation 0, Resolution 1
    27/10/13 19:22:04,414 WindowServer[253]:   Display 0x003f003c: MappedDisplay Unit 0; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2944,0)[1 x 1], Rotation 0, Resolution 1
    27/10/13 19:22:04,415 WindowServer[253]:   Display 0x003f003d: MappedDisplay Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2945,0)[1 x 1], Rotation 0, Resolution 1
    27/10/13 19:22:04,421 WindowServer[253]: GLCompositor: GL renderer id 0x01024301, GL mask 0x00000007, accelerator 0x00003343, unit 0, caps QEX|QGL|MIPMAP, vram 579 MB
    27/10/13 19:22:04,422 WindowServer[253]: GLCompositor: GL renderer id 0x01024301, GL mask 0x00000007, texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    27/10/13 19:22:04,454 loginwindow[252]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    27/10/13 19:22:04,483 WindowServer[253]: Created shield window 0x7 for display 0x0b418576
    27/10/13 19:22:04,484 WindowServer[253]: Display 0x0b418576: MappedDisplay Unit 2; ColorProfile { 2, "HD 709-A"}; TransferFormula (1.000000, 1.000000, 1.000000)
    27/10/13 19:22:04,508 launchctl[255]: com.apple.findmymacmessenger: Already loaded
    27/10/13 19:22:04,637 com.apple.SecurityServer[16]: Session 100007 created
    27/10/13 19:22:05,401 loginwindow[252]: Login Window Started Security Agent
    27/10/13 19:22:05,443 UserEventAgent[257]: cannot find useragent 1102
    27/10/13 19:22:05,524 SecurityAgent[264]: MacBuddy was run = 0
    27/10/13 19:22:06,413 WindowServer[253]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    27/10/13 19:22:06,437 WindowServer[253]: Display 0x0b418576: MappedDisplay Unit 2; ColorProfile { 2, "HD 709-A"}; TransferFormula (1.000000, 1.000000, 1.000000)
    27/10/13 19:22:06,454 WindowServer[253]: Display 0x0b418576: MappedDisplay Unit 2; ColorProfile { 2, "HD 709-A"}; TransferFormula (1.000000, 1.000000, 1.000000)
    27/10/13 19:22:11,294 cfprefsd[147]: Failed to open parent directory, errno was 2
    27/10/13 19:22:12,510 SecurityAgent[264]: User info context values set for joe
    27/10/13 19:22:12,766 SecurityAgent[264]: Login Window login proceeding
    27/10/13 19:22:13,123 loginwindow[252]: Login Window - Returned from Security Agent
    27/10/13 19:22:13,184 loginwindow[252]: ERROR | ScreensharingLoginNotification | Failed sending message to screen sharing GetScreensharingPort, err: 1102
    27/10/13 19:22:13,218 loginwindow[252]: USER_PROCESS: 252 console
    27/10/13 19:22:13,547 com.apple.launchd.peruser.501[273]: (com.divx.agent.postinstall) Unknown key: LimitToSessionType
    27/10/13 19:22:13,547 com.apple.launchd.peruser.501[273]: (com.spotify.webhelper) Unknown key: SpotifyPath
    27/10/13 19:22:13,547 com.apple.launchd.peruser.501[273]: (com.citrix.ServiceRecords) Unknown key for string: CitrixVersionString
    27/10/13 19:22:13,547 com.apple.launchd.peruser.501[273]: (com.citrix.ServiceRecords) Unknown key: CitrixVersionString
    27/10/13 19:22:13,548 com.apple.launchd.peruser.501[273]: (com.apple.gamed) Ignored this key: UserName
    27/10/13 19:22:13,548 com.apple.launchd.peruser.501[273]: (com.apple.gamed) Ignored this key: GroupName
    27/10/13 19:22:13,549 com.apple.launchd.peruser.501[273]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    27/10/13 19:22:13,553 loginwindow[252]: Connection with distnoted server was invalidated
    27/10/13 19:22:13,564 distnoted[277]: # distnote server agent  absolute time: 390.832594115   civil time: Sun Oct 27 19:22:13 2013   pid: 277 uid: 501  root: no
    27/10/13 19:22:13,662 WindowServer[253]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    27/10/13 19:22:13,849 coreservicesd[28]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=191
    27/10/13 19:22:14,231 talagent[286]: _LSSetApplicationInformationItem(kLSDefaultSessionID, asn, _kLSApplicationIsHiddenKey, hidden ? kCFBooleanTrue : kCFBooleanFalse, NULL) produced OSStatus -50 on line 623 in TCApplication.m
    27/10/13 19:22:14,241 com.apple.launchd.peruser.501[273]: (com.apple.afpstat-qfa[309]) Exited with code: 2
    27/10/13 19:22:14,251 talagent[286]: _LSSetApplicationInformationItem(kLSDefaultSessionID, asn, TAL_kLSIsProxiedForTALKey, kCFBooleanTrue, NULL) produced OSStatus -50 on line 626 in TCApplication.m
    27/10/13 19:22:14,318 com.apple.launchd.peruser.501[273]: ([email protected][317]) Exited with code: 2
    27/10/13 19:22:14,549 com.apple.launchd.peruser.501[273]: (com.adobe.CS4ServiceManager[312]) Exited with code: 97
    27/10/13 19:22:14,568 PlexHelper[314]: PlexHelper 0.7 starting up...
    27/10/13 19:22:14,000 kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=315[GoogleSoftwareUp] clearing CS_VALID
    27/10/13 19:22:14,881 NetworkBrowserAgent[324]: Starting NetworkBrowserAgent
    27/10/13 19:22:14,914 WindowServer[253]: Display 0x0b418576: MappedDisplay Unit 2; ColorProfile { 2, "HD 709-A"}; TransferFormula (1.000000, 1.000000, 1.000000)
    27/10/13 19:22:14,929 com.apple.launchd.peruser.501[273]: (com.apple.mrt.uiagent[299]) Exited with code: 255
    27/10/13 19:22:16,076 locationd[334]: NOTICE,Location icon should now be in state 0
    27/10/13 19:22:16,493 Google Drive[332]: PyObjCPointer created: at 0xac523da8 of type {__CFBoolean=}
    27/10/13 19:22:16,494 Google Drive[332]: PyObjCPointer created: at 0xac523da0 of type {__CFBoolean=}
    27/10/13 19:22:16,495 Google Drive[332]: PyObjCPointer created: at 0xac523db0 of type {__CFNumber=}
    27/10/13 19:22:16,496 Google Drive[332]: PyObjCPointer created: at 0xac523dc0 of type {__CFNumber=}
    27/10/13 19:22:16,497 Google Drive[332]: PyObjCPointer created: at 0xac523dd0 of type {__CFNumber=}
    27/10/13 19:22:16,814 UserEventAgent[276]: cannot find fw daemon port 1102
    27/10/13 19:22:18,428 apsd[203]: Unable to bootstrap_lookup connection port for 'com.apple.ubd.system-push': Unknown service name
    27/10/13 19:22:20,344 Software Update[336]: Couldn't contact spell checker for Italiano
    27/10/13 19:22:20,784 UserEventAgent[276]: rcdevent.plugin : IOHIDManagerOpen returned an error but continuing anyway.
    27/10/13 19:22:21,122 Download Java Components[323]: Java Install cancelled
    27/10/13 19:22:21,136 locationd[355]: NOTICE,Location icon should now be in state 0
    27/10/13 19:22:21,351 com.apple.SecurityServer[16]: Session 100009 created
    Mac-mini-di-Giuseppe-4:~ joe$ kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}'
    com.Cycling74.driver.Soundflower (1.6.2)
    com.waves.driver.soundgrid (2.0.0)
    com.cleverandson.driver.XAerial (1.0.0)
    Mac-mini-di-Giuseppe-4:~ joe$ sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix)|edu\.mit|org\.(amavis|apache|cups|isc|ntp|postfi x|x)/{print $3}'
    WARNING: Improper use of the sudo command could lead to data loss
    or the deletion of important system files. Please double-check your
    typing when using sudo. Type "man sudo" for more information.
    To proceed, enter your password, or type Ctrl-C to abort.
    Password:
    org.macosforge.xquartz.privileged_startx
    com.waves.daemon.SoundGridProtocolService
    com.oracle.java.Helper-Tool
    com.cleverfiles.cfbackd
    com.adobe.versioncueCS4
    com.adobe.fpsaud
    Mac-mini-di-Giuseppe-4:~ joe$ launchctl list | sed 1d | awk '!/0x|com\.apple|edu\.mit|org\.(x|openbsd)/{print $3}'
    com.paragon.ntfs.trial
    com.paragon.extfs.trial
    org.macosforge.xquartz.startx
    com.oracle.java.Java-Updater
    com.citrix.ServiceRecords
    com.citrix.ReceiverHelper
    com.citrix.AuthManager_Mac
    com.adobe.CS4ServiceManager
    com.spotify.webhelper
    com.plexapp.helper
    com.google.keystone.user.agent
    com.divx.agent.postinstall
    com.adobe.ARM.930da3ce175de4e82bd3cdf1dd8571f74bd3b6a7236bc94bfc00f6e9
    Mac-mini-di-Giuseppe-4:~ joe$ osascript -e 'tell application "System Events" to get name of every login item' 2> /dev/null
    iTunesHelper, Canon IJ Network Scanner Selector EX, Google Drive
    Mac-mini-di-Giuseppe-4:~ joe$ sudo iotop -C 5 12
    Tracing... Please wait.
    2013 Oct 27 19:49:46,  load: 0.42,  disk_r:     36 KB,  disk_w:      0 KB
      UID    PID   PPID CMD              DEVICE  MAJ MIN D            BYTES
        0     12      1 kextd            ??        1   1 R            36864
    2013 Oct 27 19:49:51,  load: 0.71,  disk_r:    100 KB,  disk_w:     16 KB
      UID    PID   PPID CMD              DEVICE  MAJ MIN D            BYTES
      501    424    273 Terminal         ??        1   1 W            16384
      501    424    273 Terminal         ??        1   1 R           102400
    2013 Oct 27 19:49:56,  load: 0.65,  disk_r:      0 KB,  disk_w:     16 KB
      UID    PID   PPID CMD              DEVICE  MAJ MIN D            BYTES
      501    390    388 WebProcess       ??        1   1 W            16384
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    2013 Oct 27 19:50:01,  load: 0.60,  disk_r:      0 KB,  disk_w:    120 KB
      UID    PID   PPID CMD              DEVICE  MAJ MIN D            BYTES
        0      1      0 launchd          ??        1   1 W           122880
        0      0      0                  ??        1   1            1952768
    2013 Oct 27 19:50:06,  load: 0.63,  disk_r:    232 KB,  disk_w:    216 KB
      UID    PID   PPID CMD              DEVICE  MAJ MIN D            BYTES
      501    388    273 Safari           ??        1   1 W           221184
      501    388    273 Safari           ??        1   1 R           237568
    2013 Oct 27 19:50:11,  load: 0.58,  disk_r:      0 KB,  disk_w:     36 KB
      UID    PID   PPID CMD              DEVICE  MAJ MIN D            BYTES
      501    390    388 WebProcess       ??        1   1 W            36864
    2013 Oct 27 19:50:16,  load: 0.53,  disk_r:      0 KB,  disk_w:      0 KB
      UID    PID   PPID CMD              DEVICE  MAJ MIN D            BYTES
    2013 Oct 27 19:50:21,  load: 0.49,  disk_r:      0 KB,  disk_w:      0 KB
      UID    PID   PPID CMD              DEVICE  MAJ MIN D            BYTES
    2013 Oct 27 19:50:26,  load: 0.45,  disk_r:      0 KB,  disk_w:     44 KB
      UID    PID   PPID CMD              DEVICE  MAJ MIN D            BYTES
      501    390    388 WebProcess       ??        1   1 W            45056
    2013 Oct 27 19:50:31,  load: 0.41,  disk_r:      0 KB,  disk_w:     96 KB
      UID    PID   PPID CMD              DEVICE  MAJ MIN D            BYTES
        0      1      0 launchd          ??        1   1 W            98304
        0      0      0                  ??        1   1             133120
    2013 Oct 27 19:50:36,  load: 0.54,  disk_r:      0 KB,  disk_w:      0 KB
      UID    PID   PPID CMD              DEVICE  MAJ MIN D            BYTES
    2013 Oct 27 19:50:41,  load: 0.49,  disk_r:      0 KB,  disk_w:    420 KB
      UID    PID   PPID CMD              DEVICE  MAJ MIN D            BYTES
      501    390    388 WebProcess       ??        1   1 W            61440
      501    346    273 cookied          ??        1   1 W           368640

    Thanks for pointing me to places to look into that I had not looked into before. I was very hopeful!
    I did again the SafeBoot test, and SafeBoot does not show the problem.
    Some other findings:
    /private/var/run/StartupItems does not appear to exist in my machine
    /Library/StartupItems and /System/Library/StartupItems are/system/ empty
    /System/Library/LaunchDaemons contains a lot of stuff, at first glance I could not say what might be causing the problem, here is the list
    31316461 -rw-r--r--    1 wheel   678 27 Ott 15:24 bootps.plist
    31328716 -rw-r--r--    1 wheel   729 27 Ott 15:26 com.apple.AOSNotificationFMM.plist
    31335194 -rw-r--r--    1 wheel   480 27 Ott 15:26 com.apple.AirPlayXPCHelper.plist
    31316468 -rw-r--r--    1 wheel   811 27 Ott 15:24 com.apple.AppleFileServer.plist
    31316480 -rw-r--r--    1 wheel   626 27 Ott 15:24 com.apple.CoreRAID.plist
    31394633 -rw-r--r--    1 wheel   647 27 Ott 15:28 com.apple.DiagnosticReportCleanUp.plist
    31415806 -rw-r--r--    1 wheel   906 27 Ott 15:29 com.apple.DumpGPURestart.plist
    31394634 -rw-r--r--    1 wheel   352 27 Ott 15:28 com.apple.DumpPanic.plist
    31316489 -rw-r--r--    1 wheel   296 27 Ott 15:25 com.apple.FileCoordination.plist
    31407998 -rw-r--r--    1 wheel   952 27 Ott 15:29 com.apple.FileSyncAgent.sshd.plist
    31316494 -rw-r--r--    1 wheel   610 27 Ott 15:25 com.apple.FontWorker.plist
    31420695 -rw-r--r--    1 wheel   372 27 Ott 15:29 com.apple.IFCStart.plist
    31422263 -rw-r--r--    1 wheel   546 27 Ott 15:29 com.apple.IOAccelMemoryInfoCollector.plist
    31423939 -rw-r--r--    1 wheel   714 27 Ott 15:30 com.apple.IOBluetoothUSBDFU.plist
    31432840 -rw-r--r--    1 wheel   731 27 Ott 15:30 com.apple.InternetSharing.plist
    31420053 -rw-r--r--    1 wheel   526 27 Ott 15:29 com.apple.Kerberos.digest-service.plist
    31420054 -rw-r--r--    1 wheel   586 27 Ott 15:29 com.apple.Kerberos.kadmind.plist
    31420055 -rw-r--r--    1 wheel   524 27 Ott 15:29 com.apple.Kerberos.kcm.plist
    31420056 -rw-r--r--    1 wheel   850 27 Ott 15:29 com.apple.Kerberos.kdc.plist
    31420057 -rw-r--r--    1 wheel   588 27 Ott 15:29 com.apple.Kerberos.kpasswdd.plist
    31316499 -rw-r--r--    1 wheel   449 27 Ott 15:25 com.apple.KernelEventAgent.plist
    31446907 -rw-r--r--    1 wheel   457 27 Ott 15:31 com.apple.ManagedClient.plist
    31446908 -rw-r--r--    1 wheel   585 27 Ott 15:31 com.apple.ManagedClient.startup.plist
    31316508 -rw-r--r--    1 wheel   418 27 Ott 15:25 com.apple.NetBootClientStatus.plist
    31316511 -rw-r--r--    1 wheel   585 27 Ott 15:25 com.apple.NetworkDiagnostics.plist
    31316512 -rw-r--r--    1 wheel   486 27 Ott 15:25 com.apple.NetworkLinkConditioner.plist
    31455980 -rw-r--r--    1 wheel   575 27 Ott 15:31 com.apple.ODSAgent.plist
    31406688 -rw-r--r--    1 wheel   561 27 Ott 15:28 com.apple.PCIELaneConfigTool.plist
    31534137 -rw-r--r--    1 wheel   621 27 Ott 15:34 com.apple.PasswordService.plist
    31659830 -rw-r--r--    1 wheel   618 27 Ott 23:40 com.apple.RFBEventHelper.plist
    31659831 -rw-r--r--    1 wheel   676 27 Ott 23:40 com.apple.RemoteDesktop.PrivilegeProxy.plist
    31316516 -rw-r--r--    1 wheel   614 27 Ott 15:25 com.apple.ReportCrash.Root.plist
    31316518 -rw-r--r--    1 wheel   459 27 Ott 15:25 com.apple.SCHelper.plist
    31316519 -rw-r--r--    1 wheel   696 27 Ott 15:25 com.apple.SecurityAgent.plist
    31485183 -rw-r--r--    1 wheel   620 27 Ott 15:33 com.apple.ServerPerfLog.aslmanager.plist
    31485184 -rw-r--r--    1 wheel   510 27 Ott 15:33 com.apple.ServerPerfLog.plist
    31316523 -rw-r--r--    1 wheel   611 27 Ott 15:25 com.apple.SystemStarter.plist
    31316525 -rw-r--r--    1 wheel   766 27 Ott 15:25 com.apple.TrustEvaluationAgent.system.plist
    31502162 -rw-r--r--    1 wheel   541 27 Ott 15:33 com.apple.UserEventAgent-System.plist
    31502236 -rw-r--r--    1 wheel   453 27 Ott 15:33 com.apple.UserNotificationCenter.plist
    31316526 -rw-r--r--    1 wheel   647 27 Ott 15:25 com.apple.WindowServer.plist
    31331043 -rw-r--r--    1 wheel   764 27 Ott 15:26 com.apple.activitymonitord.plist
    31316462 -rw-r--r--    1 wheel   491 27 Ott 15:24 com.apple.afpfs_afpLoad.plist
    31316463 -rw-r--r--    1 wheel   524 27 Ott 15:24 com.apple.afpfs_checkafp.plist
    31316464 -rw-r--r--    1 wheel   541 27 Ott 15:24 com.apple.airport.wps.plist
    31316466 -rw-r--r--    1 wheel   583 27 Ott 15:24 com.apple.airportPrefsUpdater.plist
    31316465 -rw-r--r--    1 wheel   662 27 Ott 15:24 com.apple.airportd.plist
    31316467 -rw-r--r--    1 wheel   778 27 Ott 15:24 com.apple.alf.agent.plist
    31342500 -rw-r--r--    1 wheel   571 27 Ott 15:26 com.apple.appleprofilepolicyd.plist
    31316469 -rw-r--r--    1 wheel   794 27 Ott 15:24 com.apple.apsd.plist
    31551319 -rw-r--r--    1 wheel   168 27 Ott 15:34 com.apple.aslmanager.plist
    31551328 -rw-r--r--    1 wheel   444 27 Ott 15:34 com.apple.atrun.plist
    31316470 -rw-r--r--    1 wheel   880 27 Ott 15:24 com.apple.audio.coreaudiod.plist
    31456531 -rw-r--r--    1 wheel   581 27 Ott 15:31 com.apple.auditd.plist
    31316471 -rw-r--r--    1 wheel   658 27 Ott 15:24 com.apple.authorizationhost.plist
    31507587 -rw-r--r--    1 wheel   456 27 Ott 15:33 com.apple.autofsd.plist
    31507588 -rw-r--r--    1 wheel   633 27 Ott 15:33 com.apple.automountd.plist
    31422241 -rw-r--r--    1 wheel   841 27 Ott 15:29 com.apple.avbdeviced.plist
    31507914 -rw-r--r--    1 wheel   484 27 Ott 15:33 com.apple.awacsd.plist
    31316472 -rw-r--r--    1 wheel   589 27 Ott 15:24 com.apple.backupd-attach.plist
    31316473 -rw-r--r--    1 wheel   808 27 Ott 15:24 com.apple.backupd-auto.plist
    31316474 -rw-r--r--    1 wheel   551 27 Ott 15:24 com.apple.backupd-wake.plist
    31316475 -rw-r--r--    1 wheel   880 27 Ott 15:24 com.apple.backupd.plist
    31316476 -rw-r--r--    1 wheel   941 27 Ott 15:24 com.apple.blued.plist
    31422378 -rw-r--r--    1 wheel   887 27 Ott 15:29 com.apple.bnepd.plist
    31316477 -rw-r--r--    1 wheel   758 27 Ott 15:24 com.apple.bsd.dirhelper.plist
    31529702 -rw-r--r--    1 wheel   470 27 Ott 15:34 com.apple.bsd.launchdadd.plist
    31316478 -rw-r--r--    1 wheel   248 27 Ott 15:24 com.apple.cfprefsd.xpc.daemon.plist
    31393460 -rw-r--r--    1 wheel   565 27 Ott 15:28 com.apple.cmio.AVCAssistant.plist
    31339848 -rw-r--r--    1 wheel   572 27 Ott 15:26 com.apple.cmio.AppleCameraAssistant.plist
    31393461 -rw-r--r--    1 wheel   584 27 Ott 15:28 com.apple.cmio.IIDCVideoAssistant.plist
    31393462 -rw-r--r--    1 wheel   565 27 Ott 15:28 com.apple.cmio.VDCAssistant.plist
    31530636 -rw-r--r--    1 wheel   619 27 Ott 15:34 com.apple.comsat.plist
    31316479 -rw-r--r--    1 wheel   677 27 Ott 15:24 com.apple.configd.plist
    31433300 -rw-r--r--    1 wheel   520 27 Ott 15:30 com.apple.configureLocalKDC.plist
    31328223 -rw-r--r--    1 wheel   608 27 Ott 15:26 com.apple.coreservices.appleevents.plist
    31456366 -rw-r--r--    1 wheel   590 27 Ott 15:31 com.apple.coreservices.appleid.passwordcheck.plist
    31316481 -rw-r--r--    1 wheel   683 27 Ott 15:24 com.apple.coreservicesd.plist
    31394243 -rw-r--r--    1 wheel   619 27 Ott 15:28 com.apple.corestorage.corestoraged.plist
    31455957 -rw-r--r--    1 wheel  1744 27 Ott 15:31 com.apple.corestorage.corestoragehelperd.plist
    31316482 -rw-r--r--    1 wheel   549 27 Ott 15:24 com.apple.coresymbolicationd.plist
    31381675 -rw-r--r--    1 wheel   509 27 Ott 15:27 com.apple.cvmsServ.plist
    31316483 -rw-r--r--    1 wheel   495 27 Ott 15:25 com.apple.diskarbitrationd.plist
    31316484 -rw-r--r--    1 wheel   528 27 Ott 15:25 com.apple.diskmanagementd.plist
    31316485 -rw-r--r--    1 wheel   328 27 Ott 15:25 com.apple.distnoted.xpc.daemon.plist
    31530627 -rw-r--r--    1 wheel   425 27 Ott 15:34 com.apple.dnsextd.plist
    31404424 -rw-r--r--    1 wheel   552 27 Ott 15:28 com.apple.docsetinstalld.plist
    31339991 -rw-r--r--    1 wheel   510 27 Ott 15:26 com.apple.dpd.plist
    31508305 -rw-r--r--    1 wheel   620 27 Ott 15:33 com.apple.dspluginhelperd.plist
    31394886 -rw-r--r--    1 wheel   494 27 Ott 15:28 com.apple.dvdplayback.setregion.plist
    31551329 -rw-r--r--    1 wheel   687 27 Ott 15:34 com.apple.dynamic_pager.plist
    31316486 -rw-r--r--    1 wheel   452 27 Ott 15:25 com.apple.eapolcfg_auth.plist
    31508522 -rw-r--r--    1 wheel   485 27 Ott 15:33 com.apple.efax.plist
    31316487 -rw-r--r--    1 wheel   571 27 Ott 15:25 com.apple.efilogin-helper.plist
    31484993 -rw-r--r--    1 wheel   788 27 Ott 15:33 com.apple.emlog.plist
    31484994 -rw-r--r--    1 wheel   613 27 Ott 15:33 com.apple.emond.aslmanager.plist
    31484995 -rw-r--r--    1 wheel   582 27 Ott 15:47 com.apple.emond.plist
    31340780 -rw-r--r--    1 wheel   917 27 Ott 15:26 com.apple.eppc.plist
    31316488 -rw-r--r--    1 wheel   734 27 Ott 15:25 com.apple.familycontrols.plist
    31316490 -rw-r--r--    1 wheel   583 27 Ott 15:25 com.apple.findmymac.plist
    31316491 -rw-r--r--    1 wheel   557 27 Ott 15:25 com.apple.findmymacmessenger.plist
    31507694 -rw-r--r--    1 wheel   461 27 Ott 15:33 com.apple.firmwaresyncd.plist
    31316492 -rw-r--r--    1 wheel   681 27 Ott 15:25 com.apple.fontd.plist
    31316493 -rw-r--r--    1 wheel   570 27 Ott 15:25 com.apple.fontmover.plist
    31406991 -rw-r--r--    1 wheel  1059 27 Ott 15:28 com.apple.fseventsd.plist
    31316495 -rw-r--r--    1 wheel   891 27 Ott 15:25 com.apple.ftp-proxy.plist
    31400445 -rw-r--r--    1 wheel   641 27 Ott 15:28 com.apple.geod.plist
    31551330 -rw-r--r--    1 wheel   477 27 Ott 15:34 com.apple.getty.plist
    31316496 -rw-r--r--    1 wheel   504 27 Ott 15:25 com.apple.gkreport.plist
    31509496 -rw-r--r--    1 wheel   945 27 Ott 15:33 com.apple.gssd.plist
    31403939 -rw-r--r--    1 wheel   527 27 Ott 15:28 com.apple.hdiejectd.plist
    31316497 -rw-r--r--    1 wheel   607 27 Ott 15:25 com.apple.hidd.plist
    31316498 -rw-r--r--    1 wheel   713 27 Ott 15:25 com.apple.installd.plist
    31609928 -rw-r--r--    1 wheel   514 21 Mag 21:42 com.apple.installer.osmessagetracing.plist~orig
    31434578 -rw-r--r--    1 wheel   384 27 Ott 15:31 com.apple.kcproxy.plist
    31534026 -rw-r--r--    1 wheel   734 27 Ott 15:34 com.apple.kdumpd.plist
    31316500 -rw-r--r--    1 wheel   829 27 Ott 15:25 com.apple.kextd.plist
    31316501 -rw-r--r--    1 wheel   518 27 Ott 15:25 com.apple.kuncd.plist
    31550684 -rw-r--r--    1 wheel   802 27 Ott 15:34 com.apple.locate.plist
    31316502 -rw-r--r--    1 wheel   530 27 Ott 15:25 com.apple.locationd.plist
    31450791 -rw-r--r--    1 wheel   849 27 Ott 15:31 com.apple.lockd.plist
    31316503 -rw-r--r--    1 wheel   518 27 Ott 15:25 com.apple.locum.plist
    31529737 -rw-r--r--    1 wheel   517 27 Ott 15:34 com.apple.logind.plist
    31529793 -rw-r--r--    1 wheel   501 27 Ott 15:34 com.apple.loginwindow.plist
    31529794 -rw-r--r--    1 wheel   627 27 Ott 15:34 com.apple.loginwindow.secureerase.plist
    31316504 -rw-r--r--    1 wheel  1035 27 Ott 15:25 com.apple.mDNSResponder.plist
    31316505 -rw-r--r--    1 wheel   593 27 Ott 15:25 com.apple.mDNSResponderHelper.plist
    31437595 -rw-r--r--    1 wheel   523 27 Ott 15:31 com.apple.mbicloudsetupd.plist
    31436571 -rw-r--r--    1 wheel  1130 27 Ott 15:31 com.apple.mdmclient.daemon.plist
    31492205 -rw-r--r--    1 wheel   828 27 Ott 15:33 com.apple.metadata.mds.plist
    31492206 -rw-r--r--    1 wheel   751 27 Ott 15:33 com.apple.metadata.mds.scan.plist
    31492207 -rw-r--r--    1 wheel   754 27 Ott 15:33 com.apple.metadata.mds.spindump.plist
    31504692 -rw-r--r--    1 wheel   510 27 Ott 15:33 com.apple.mrt.plist
    31550739 -rw-r--r--    1 wheel   952 27 Ott 15:34 com.apple.msrpc.echosvc.plist
    31550740 -rw-r--r--    1 wheel  1073 27 Ott 15:34 com.apple.msrpc.lsarpc.plist
    31550741 -rw-r--r--    1 wheel   814 27 Ott 15:34 com.apple.msrpc.mdssvc.plist
    31550742 -rw-r--r--    1 wheel   832 27 Ott 15:34 com.apple.msrpc.netlogon.plist
    31550743 -rw-r--r--    1 wheel  1074 27 Ott 15:34 com.apple.msrpc.srvsvc.plist
    31550744 -rw-r--r--    1 wheel  1086 27 Ott 15:34 com.apple.msrpc.wkssvc.plist
    31450665 -rw-r--r--    1 wheel   930 27 Ott 15:31 com.apple.mtmd.plist
    31450666 -rw-r--r--    1 wheel   792 27 Ott 15:31 com.apple.mtmfs.plist
    31316506 -rw-r--r--    1 wheel   512 27 Ott 15:25 com.apple.netauth.sys.auth.plist
    31316507 -rw-r--r--    1 wheel   507 27 Ott 15:25 com.apple.netauth.sys.gui.plist
    31550745 -rw-r--r--    1 wheel  1934 27 Ott 15:34 com.apple.netbiosd.plist
    31316509 -rw-r--r--    1 wheel   945 27 Ott 15:25 com.apple.networkd.plist
    31316510 -rw-r--r--    1 wheel   517 27 Ott 15:25 com.apple.networkd_privileged.plist
    31507917 -rw-r--r--    1 wheel   509 27 Ott 15:33 com.apple.newsyslog.plist
    31450792 -rw-r--r--    1 wheel   472 27 Ott 15:31 com.apple.nfsconf.plist
    31450793 -rw-r--r--    1 wheel   445 27 Ott 15:31 com.apple.nfsd.plist
    31538639 -rw-r--r--    1 wheel   438 27 Ott 15:34 com.apple.nis.rpc.yppasswdd.plist
    31538640 -rw-r--r--    1 wheel   454 27 Ott 15:34 com.apple.nis.ypbind.plist
    31538641 -rw-r--r--    1 wheel   424 27 Ott 15:34 com.apple.nis.ypserv.plist
    31435710 -rw-r--r--    1 wheel   723 27 Ott 15:31 com.apple.notifyd.plist
    31316514 -rw-r--r--    1 wheel   516 27 Ott 15:25 com.apple.ocspd.plist
    31534038 -rw-r--r--    1 wheel   601 27 Ott 15:34 com.apple.odproxyd.plist
    31534060 -rw-r--r--    1 wheel   665 27 Ott 15:34 com.apple.opendirectoryd.plist
    31507918 -rw-r--r--    1 wheel   620 27 Ott 15:33 com.apple.periodic-daily.plist
    31507919 -rw-r--r--    1 wheel   664 27 Ott 15:33 com.apple.periodic-monthly.plist
    31507920 -rw-r--r--    1 wheel   666 27 Ott 15:33 com.apple.periodic-weekly.plist
    31458019 -rw-r--r--    1 wheel   625 27 Ott 15:31 com.apple.pfctl.plist
    31460035 -rw-r--r--    1 wheel   335 27 Ott 15:32 com.apple.platform.ptmd.plist
    31460626 -rw-r--r--    1 wheel   679 27 Ott 15:32 com.apple.powerd.plist
    31399223 -rw-r--r--    1 wheel   618 27 Ott 15:28 com.apple.preferences.timezone.admintool.plist
    31399224 -rw-r--r--    1 wheel   884 27 Ott 15:28 com.apple.preferences.timezone.auto.plist
    31465867 -rw-r--r--    1 wheel   690 27 Ott 15:32 com.apple.printtool.daemon.plist
    31529687 -rw-r--r--    1 wheel   307 27 Ott 15:34 com.apple.racoon.plist
    31342377 -rw-r--r--    1 wheel   421 27 Ott 15:26 com.apple.remotepairtool.plist
    31417729 -rw-r--r--    1 wheel   609 27 Ott 15:29 com.apple.revisiond.plist
    31534055 -rw-r--r--    1 wheel   760 27 Ott 15:34 com.apple.rpcbind.plist
    31316517 -rw-r--r--    1 wheel   639 27 Ott 15:25 com.apple.sandboxd.plist
    31659832 -rw-r--r--    1 wheel  1013 27 Ott 23:40 com.apple.screensharing.plist
    31550664 -rw-r--r--    1 wheel   453 27 Ott 15:34 com.apple.scsid.plist
    31484914 -rw-r--r--    1 wheel   507 27 Ott 15:33 com.apple.secd.plist
    31394244 -rw-r--r--    1 wheel   560 27 Ott 15:28 com.apple.security.FDERecoveryAgent.plist
    31550680 -rw-r--r--    1 wheel   510 27 Ott 15:34 com.apple.security.syspolicy.plist
    31316520 -rw-r--r--    1 wheel   646 27 Ott 15:25 com.apple.securityd.plist
    31492194 -rw-r--r--    1 wheel   575 27 Ott 15:33 com.apple.shutdown_monitor.plist
    31487764 -rw-r--r--    1 wheel   529 27 Ott 15:33 com.apple.sleepservicesd.plist
    31550746 -rw-r--r--    1 wheel  1067 27 Ott 15:34 com.apple.smb.preferences.plist
    31550747 -rw-r--r--    1 wheel   724 27 Ott 15:34 com.apple.smbd.plist
    31488479 -rw-r--r--    1 wheel   675 27 Ott 15:33 com.apple.softwareupdatecheck.initial.plist
    31488480 -rw-r--r--    1 wheel   647 27 Ott 15:33 com.apple.softwareupdatecheck.periodic.plist
    31492195 -rw-r--r--    1 wheel   500 27 Ott 15:33 com.apple.spindump.plist
    31492196 -rw-r--r--    1 wheel   499 27 Ott 15:33 com.apple.spindump_symbolicator.plist
    31551314 -rw-r--r--    1 wheel   531 27 Ott 15:34 com.apple.stackshot.plist
    31450794 -rw-r--r--    1 wheel   474 27 Ott 15:31 com.apple.statd.notify.plist
    31316521 -rw-r--r--    1 wheel   599 27 Ott 15:25 com.apple.storereceiptinstaller.plist
    31488481 -rw-r--r--    1 wheel   505 27 Ott 15:33 com.apple.suhelperd.plist
    31316522 -rw-r--r--    1 wheel   578 27 Ott 15:25 com.apple.syslogd.plist
    31551323 -rw-r--r--    1 wheel   189 27 Ott 15:34 com.apple.sysmond.plist
    31550681 -rw-r--r--    1 wheel   620 27 Ott 15:34 com.apple.systemkeychain.plist
    31497607 -rw-r--r--    1 wheel   594 27 Ott 15:33 com.apple.systempreferences.installer.plist
    31335168 -rw-r--r--    1 wheel   582 27 Ott 15:26 com.apple.systempreferences.writeconfig.plist
    31446909 -rw-r--r--    1 wheel   455 27 Ott 15:31 com.apple.taskgated-helper.plist
    31316524 -rw-r--r--    1 wheel   677 27 Ott 15:25 com.apple.taskgated.plist
    31342389 -rw-r--r--    1 wheel   430 27 Ott 15:26 com.apple.ucupdate.plist
    31500932 -rw-r--r--    1 wheel   503 27 Ott 15:33 com.apple.uninstalld.plist
    31502039 -rw-r--r--    1 wheel   513 27 Ott 15:33 com.apple.unmountassistant.sysagent.plist
    31529466 -rw-r--r--    1 wheel   868 27 Ott 15:34 com.apple.usbmuxd.plist
    31555158 -rw-r--r--    1 wheel   617 27 Ott 15:34 com.apple.uucp.plist
    31507921 -rw-r--r--    1 wheel   734 27 Ott 15:33 com.apple.var-db-dslocal-backup.plist
    31508287 -rw-r--r--    1 wheel   509 27 Ott 15:33 com.apple.vsdbutil.plist
    31555174 -rw-r--r--    1 wheel   975 27 Ott 15:34 com.apple.warmd.plist
    31335579 -rw-r--r--    1 wheel   512 27 Ott 15:26 com.apple.wdhelper.plist
    31555175 -rw-r--r--    1 wheel   487 27 Ott 15:34 com.apple.webdavfs_load_kext.plist
    31394608 -rw-r--r--    1 wheel   482 27 Ott 15:28 com.apple.wifid.plist
    31316527 -rw-r--r--    1 wheel   796 27 Ott 15:25 com.apple.xpcd.plist
    31613000 -rw-r--r--    1 wheel   513 27 Ott 15:50 com.apple.xprotectupdater.plist
    31504809 -rw-r--r--    1 wheel   386 27 Ott 15:33 com.apple.xprotectupdaterinit.plist
    31505658 -rw-r--r--    1 wheel   979 27 Ott 15:33 com.apple.xsan.plist
    31555275 -rw-r--r--    1 wheel  1160 27 Ott 15:34 com.apple.xsanmgrd.plist
    31387781 -rw-r--r--    1 wheel   442 27 Ott 15:28 com.apple.xscertadmin.plist
    31387782 -rw-r--r--    1 wheel   481 27 Ott 15:28 com.apple.xscertd-helper.plist
    31387783 -rw-r--r--    1 wheel   646 27 Ott 15:28 com.apple.xscertd.plist
    31530639 -rw-r--r--    1 wheel   672 27 Ott 15:34 com.danga.memcached.plist
    31507915 -rw-r--r--    1 wheel   574 27 Ott 15:33 com.vix.cron.plist
    31538642 -rw-r--r--    1 wheel   613 27 Ott 15:34 exec.plist
    31506099 -rw-r--r--    1 wheel   682 27 Ott 15:33 finger.plist
    31530620 -rw-r--r--    1 wheel   763 27 Ott 15:34 ftp.plist
    31538643 -rw-r--r--    1 wheel   246 27 Ott 15:34 login.plist
    31538644 -rw-r--r--    1 wheel   627 27 Ott 15:34 ntalk.plist
    31507016 -rw-r--r--    1 wheel   625 27 Ott 15:33 org.apache.httpd.plist
    31508037 -rw-r--r--    1 wheel   771 27 Ott 15:33 org.cups.cups-lpd.plist
    31508038 -rw-r--r--    1 wheel  1480 27 Ott 15:33 org.cups.cupsd.plist
    31508821 -rw-r--r--    1 wheel   489 27 Ott 15:33 org.freeradius.radiusd.plist
    31507685 -rw-r--r--    1 wheel   900 27 Ott 15:33 org.isc.named.plist
    31534022 -rw-r--r--    1 wheel   495 27 Ott 15:34 org.net-snmp.snmpd.plist
    31534037 -rw-r--r--    1 wheel   625 27 Ott 15:34 org.ntp.ntpd.plist
    31456907 -rw-r--r--    1 wheel   966 27 Ott 15:31 org.openldap.slapd.plist
       73515 -rw-r--r--    1 wheel   585 11 Ott  2011 org.postfix.master.plist
    31460618 -rw-r--r--    1 wheel  1284 27 Ott 15:32 org.postgresql.postgres_alt.plist
    31538645 -rw-r--r--    1 wheel   238 27 Ott 15:34 shell.plist
    31316528 -rw-r--r--    1 wheel   884 27 Ott 15:25 ssh.plist
    31538646 -rw-r--r--    1 wheel   260 27 Ott 15:34 telnet.plist
    31538647 -rw-r--r--    1 wheel   715 27 Ott 15:34 tftp.plist
    in /Library/LaunchDaemons I did some cleanup, but it did not solve the problem, what is left in it appears to be rather innoxious stuff:
    26830321 -rw-r--r--   1 wheel   377 26 Ago  2010 com.apple.qmaster.qmasterd.plist
    27073794 lrwxr-xr-x   1 wheel   103  7 Giu 13:39 com.oracle.java.Helper-Tool.plist -> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Resources/com.oracle.java.Helper-Tool .plist
    7743408 -rwxr-xr-x   1 wheel   621 30 Mag 07:49 com.teamviewer.teamviewer_service.plist
    16433156 -rw-r--r--   1 wheel   661 28 Set  2012 org.macosforge.xquartz.privileged_startx.plist
    I have disconnected all external peripherals, except the usb keyboard and the SuperDrive.
    Below are the console messages for the safeboot and the regular boot after the latest changes:
    ===== SAFEBOOT ======
    28/10/13 08:53:34,000 bootlog[0]: BOOT_TIME 1382946814 0
    28/10/13 08:58:10,000 kernel[0]: PMAP: PCID enabled
    28/10/13 08:58:10,000 kernel[0]: Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64
    28/10/13 08:58:10,000 kernel[0]: vm_page_bootstrap: 544974 free pages and 1552178 wired pages
    28/10/13 08:58:10,000 kernel[0]: kext submap [0xffffff7f80742000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000742000]
    28/10/13 08:58:10,000 kernel[0]: zone leak detection enabled
    28/10/13 08:58:10,000 kernel[0]: standard timeslicing quantum is 10000 us
    28/10/13 08:58:10,000 kernel[0]: standard background quantum is 2500 us
    28/10/13 08:58:10,000 kernel[0]: mig_table_max_displ = 74
    28/10/13 08:58:10,000 kernel[0]: TSC Deadline Timer supported and enabled
    28/10/13 08:58:10,000 kernel[0]: SAFE BOOT DETECTED - only valid OSBundleRequired kexts will be loaded.
    28/10/13 08:58:10,000 kernel[0]: corecrypto kext started!
    28/10/13 08:58:10,000 kernel[0]: Running kernel space in FIPS MODE
    28/10/13 08:58:10,000 kernel[0]: Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    28/10/13 08:58:10,000 kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    28/10/13 08:58:10,000 kernel[0]: corecrypto.kext FIPS integrity POST test passed!
    28/10/13 08:58:10,000 kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!
    28/10/13 08:58:10,000 kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!
    28/10/13 08:58:10,000 kernel[0]: corecrypto.kext FIPS AES ECB AESNI POST test passed!
    28/10/13 08:58:10,000 kernel[0]: corecrypto.kext FIPS AES XTS AESNI POST test passed!
    28/10/13 08:58:10,000 kernel[0]: corecrypto.kext FIPS SHA POST test passed!
    28/10/13 08:58:10,000 kernel[0]: corecrypto.kext FIPS HMAC POST test passed!
    28/10/13 08:58:10,000 kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!
    28/10/13 08:58:10,000 kernel[0]: corecrypto.kext FIPS DRBG POST test passed!
    28/10/13 08:58:10,000 kernel[0]: corecrypto.kext FIPS POST passed!
    28/10/13 08:58:10,000 kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    28/10/13 08:58:10,000 kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    28/10/13 08:58:10,000 kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
    28/10/13 08:58:10,000 kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    28/10/13 08:58:10,000 kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    28/10/13 08:58:10,000 kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    28/10/13 08:58:10,000 kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    28/10/13 08:58:10,000 kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    28/10/13 08:58:10,000 kernel[0]: calling mpo_policy_init for Sandbox
    28/10/13 08:58:10,000 kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    28/10/13 08:58:10,000 kernel[0]: calling mpo_policy_init for Quarantine
    28/10/13 08:58:10,000 kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    28/10/13 08:53:36,648 com.apple.launchd[1]: *** launchd[1] has started up. ***
    28/10/13 08:58:10,000 kernel[0]: calling mpo_policy_init for TMSafetyNet
    28/10/13 08:58:10,000 kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    28/10/13 08:58:10,000 kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    28/10/13 08:58:10,000 kernel[0]: The Regents of the University of California. All rights reserved.
    28/10/13 08:58:10,000 kernel[0]: MAC Framework successfully initialized
    28/10/13 08:58:10,000 kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    28/10/13 08:58:10,000 kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    28/10/13 08:58:10,000 kernel[0]: ACPI: sleep states S3 S4 S5
    28/10/13 08:58:10,000 kernel[0]: pci build Sep 29 2013 13:35:16, flags 0x23008, pfm64 (36 cpu) 0xf80000000, 0x80000000
    28/10/13 08:58:10,000 kernel[0]: [ PCI configuration begin ]
    28/10/13 08:58:10,000 kernel[0]: console relocated to 0xf81000000
    28/10/13 08:58:10,000 kernel[0]: [ PCI configuration end, bridges 13, devices 16 ]
    28/10/13 08:58:10,000 kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 0046
    28/10/13 08:58:10,000 kernel[0]: AppleIntelCPUPowerManagement: (built 13:50:43 Sep 29 2013) initialization complete
    28/10/13 08:58:10,000 kernel[0]: mbinit: done [96 MB total pool size, (64/32) split]
    28/10/13 08:53:36,648 com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    28/10/13 08:58:10,000 kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    28/10/13 08:58:10,000 kernel[0]: BTCOEXIST off
    28/10/13 08:58:06,093 com.apple.launchd[1]: (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination
    28/10/13 08:58:10,000 kernel[0]: BRCM tunables:
    28/10/13 08:58:10,000 kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    28/10/13 08:58:10,000 kernel[0]: rooting via boot-uuid from /chosen: F47B0803-7F96-3B8A-A025-DB74B67338B2
    28/10/13 08:58:10,000 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>
    28/10/13 08:58:10,000 kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    28/10/13 08:58:10,000 kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    28/10/13 08:58:10,000 kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    28/10/13 08:58:10,000 kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    28/10/13 08:58:10,000 kernel[0]: AppleIntelCPUPowerManagementClient: ready
    28/10/13 08:58:10,000 kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/TOSHIBA MK5065GSXF Media/IOGUIDPartitionScheme/Customer@2
    28/10/13 08:58:10,000 kernel[0]: BSD root: disk0s2, major 1, minor 3
    28/10/13 08:58:10,000 kernel[0]: FireWire (OHCI) TI ID 823f built-in now active, GUID a4b197fffeaf7c74; max speed s800.
    28/10/13 08:58:10,000 kernel[0]: Kernel is LP64
    28/10/13 08:58:10,000 kernel[0]: USBMSC Identifier (non-unique): KXGBB140833      0x5ac 0x1500 0x200, 2
    28/10/13 08:58:10,000 kernel[0]: USBMSC Identifier (non-unique): 㥒〳䜶䑗〳㄰䩘†ँ 0xe8d 0x1956 0x0, 2
    28/10/13 08:58:12,159 hidd[46]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    28/10/13 08:58:12,400 hidd[46]: void __IOHIDLoadBundles(): Loaded 0 HID plugins
    28/10/13 08:58:13,708 fseventsd[47]: event logs in /.fseventsd out of sync with volume.  destroying old logs. (3 278 303)
    28/10/13 08:58:14,181 fseventsd[47]: log dir: /.fseventsd getting new uuid: D46E90BB-2E65-4FCD-8C2C-8BA0108DADCF
    28/10/13 08:58:15,000 kernel[0]: macx_swapon SUCCESS
    28/10/13 08:58:16,000 kernel[0]: BCM5701Enet: Ethernet address 3c:07:54:4c:6b:11
    28/10/13 08:58:16,000 kernel[0]: AirPort_Brcm4331: Ethernet address 60:c5:47:22:70:71
    28/10/13 08:58:16,000 kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    28/10/13 08:58:16,000 kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    28/10/13 08:58:20,000 kernel[0]: Waiting for DSMOS...
    28/10/13 08:58:20,325 kdc[44]: label: default
    28/10/13 08:58:20,326 kdc[44]:           dbname: od:/Local/Default
    28/10/13 08:58:20,326 kdc[44]:           mkey_file: /var/db/krb5kdc/m-key
    28/10/13 08:58:20,326 kdc[44]:           acl_file: /var/db/krb5kdc/kadmind.acl
    28/10/13 08:58:21,645 appleeventsd[52]: main: Starting up
    28/10/13 08:58:22,391 com.apple.SecurityServer[15]: Session 100000 created
    28/10/13 08:58:22,423 mDNSResponder[38]: mDNSResponder mDNSResponder-379.38.1 (Apr 25 2013 19:19:56) starting OSXVers 12
    28/10/13 08:58:22,718 coreservicesd[62]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false
    28/10/13 08:58:22,740 airportd[64]: _processDLILEvent: en1 attached (down)
    28/10/13 08:58:22,000 kernel[0]: createVirtIf(): ifRole = 1
    28/10/13 08:58:22,000 kernel[0]: in func createVirtualInterface ifRole = 1
    28/10/13 08:58:22,000 kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1 this 0xffffff8009a23c00
    28/10/13 08:58:22,000 kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    28/10/13 08:58:22,000 kernel[0]: Created virtif 0xffffff8009a23c00 p2p0
    28/10/13 08:58:23,433 com.apple.usbmuxd[26]: usbmuxd-323 on Jul 29 2013 at 23:21:29, running 64 bit
    28/10/13 08:58:23,000 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    28/10/13 08:58:23,000 kernel[0]: en1::IO80211Interface::postMessage bssid changed
    28/10/13 08:58:24,005 configd[16]: setting hostname to "Mac-mini-di-Giuseppe-4.local"
    28/10/13 08:58:24,014 configd[16]: network changed.
    28/10/13 08:58:24,143 com.apple.SecurityServer[15]: Entering service
    28/10/13 08:58:26,000 kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 100-Megabit, Full-duplex, Symmetric flow-control, Debug [796d,0301,0de1,0300,45e1,0000]
    28/10/13 08:58:27,901 kdc[44]: WARNING Found KDC certificate (O=System Identity,CN=com.apple.kerberos.kdc)is missing the PK-INIT KDC EKU, this is bad for interoperability.
    28/10/13 08:58:27,894 systemkeychain[71]: done file: /var/run/systemkeychaincheck.done
    28/10/13 08:58:28,229 configd[16]: network changed: v4(en0+:192.168.1.101) DNS+ Proxy+ SMB+
    28/10/13 08:58:28,292 configd[16]: network changed: v4(en0:192.168.1.101) DNS* Proxy SMB
    28/10/13 08:58:29,498 mDNSResponder[38]: D2D_IPC: Loaded
    28/10/13 08:58:29,499 mDNSResponder[38]: D2DInitialize succeeded
    28/10/13 08:58:29,502 mDNSResponder[38]: ConfigResolvers: interface specific index 4 not found
    28/10/13 08:58:29,552 mDNSResponder[38]: ConfigResolvers: interface specific index 4 not found
    28/10/13 08:58:29,723 kdc[44]: KDC started
    28/10/13 08:58:30,179 locationd[42]: NOTICE,Location icon should now be in state 0
    28/10/13 08:58:31,807 awacsd[56]: Starting awacsd connectivity-78.3 (Apr 25 2013 19:22:44)
    28/10/13 08:58:31,853 stackshot[29]: Timed out waiting for IOKit to finish matching.
    28/10/13 08:58:31,000 kernel[0]: Previous Shutdown Cause: 3
    28/10/13 08:58:31,000 kernel[0]: SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode
    28/10/13 08:58:32,348 apsd[58]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    28/10/13 08:58:32,349 apsd[58]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    28/10/13 08:58:32,393 com.apple.kextd[11]: Can't load /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAController.ke xt - ineligible during safe boot.
    28/10/13 08:58:32,395 com.apple.kextd[11]: Load com.apple.driver.AppleHDAController failed; removing personalities from kernel.
    28/10/13 08:58:32,600 com.apple.kextd[11]: Can't load /System/Library/Extensions/AppleThunderboltEDMService.kext/Contents/PlugIns/App leThunderboltEDMSink.kext - ineligible during safe boot.
    28/10/13 08:58:32,602 com.apple.kextd[11]: Load com.apple.driver.AppleThunderboltEDMSink failed; removing personalities from kernel.
    28/10/13 08:58:32,706 awacsd[56]: InnerStore CopyAllZones: no info in Dynamic Store
    28/10/13 08:58:32,802 com.apple.kextd[11]: Can't load /System/Library/Extensions/IOFireWireIP.kext - ineligible during safe boot.
    28/10/13 08:58:32,803 com.apple.kextd[11]: Load com.apple.iokit.IOFireWireIP failed; removing personalities from kernel.
    28/10/13 08:58:35,906 com.apple.kextd[11]: Can't load /System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/PlugIns/AppleSM CPDRC.kext - ineligible during safe boot.
    28/10/13 08:58:35,908 com.apple.kextd[11]: Load com.apple.driver.AppleSMCPDRC failed; removing personalities from kernel.
    28/10/13 08:58:36,623 com.apple.kextd[11]: Can't load /System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/IOBluetoothU SBDFU.kext - ineligible during safe boot.
    28/10/13 08:58:36,630 com.apple.kextd[11]: Load com.apple.iokit.IOBluetoothUSBDFU failed; removing personalities from kernel.
    28/10/13 08:58:36,724 com.apple.kextd[11]: Can't load /System/Library/Extensions/AppleIntelHD3000Graphics.kext - ineligible during safe boot.
    28/10/13 08:58:36,728 com.apple.kextd[11]: Load com.apple.driver.AppleIntelHD3000Graphics failed; removing personalities from kernel.
    28/10/13 08:58:36,812 com.apple.kextd[11]: Can't load /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleMikeyDriver.kext - ineligible during safe boot.
    28/10/13 08:58:36,816 com.apple.kextd[11]: Load com.apple.driver.AppleMikeyDriver failed; removing personalities from kernel.
    28/10/13 08:58:36,873 com.apple.kextd[11]: Can't load /System/Library/Extensions/AppleTyMCEDriver.kext - ineligible during safe boot.
    28/10/13 08:58:36,876 com.apple.kextd[11]: Load com.apple.driver.AppleTyMCEDriver failed; removing personalities from kernel.
    28/10/13 08:58:36,994 com.apple.kextd[11]: Can't load /System/Library/Extensions/ApplePlatformEnabler.kext - ineligible during safe boot.
    28/10/13 08:58:36,997 com.apple.kextd[11]: Load com.apple.driver.ApplePlatformEnabler failed; removing personalities from kernel.
    28/10/13 08:58:37,000 kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- this = 0xffffff80091e5c00 ****
    28/10/13 08:58:39,109 com.apple.kextd[11]: Can't load /System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/IOBluetoothS erialManager.kext - ineligible during safe boot.
    28/10/13 08:58:39,114 com.apple.kextd[11]: Load com.apple.iokit.IOBluetoothSerialManager failed; removing personalities from kernel.
    28/10/13 08:58:39,190 com.apple.kextd[11]: Can't load /System/Library/Extensions/AppleUpstreamUserClient.kext - ineligible during safe boot.
    28/10/13 08:58:39,195 com.apple.kextd[11]: Load com.apple.driver.AppleUpstreamUserClient failed; removing personalities from kernel.
    28/10/13 08:58:39,199 com.apple.kextd[11]: Can't load /System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/IOBluetoothS erialManager.kext - ineligible during safe boot.
    28/10/13 08:58:39,203 com.apple.kextd[11]: Load com.apple.iokit.IOBluetoothSerialManager failed; removing personalities from kernel.
    28/10/13 08:58:39,723 com.apple.kextd[11]: Can't load /System/Library/Extensions/IOUserEthernet.kext - ineligible during safe boot.
    28/10/13 08:58:39,727 com.apple.kextd[11]: Load com.apple.iokit.IOUserEthernet failed; removing personalities from kernel.
    28/10/13 08:58:39,797 com.apple.kextd[11]: Can't load /System/Library/Extensions/Soundflower.kext - ineligible during safe boot.
    28/10/13 08:58:39,800 com.apple.kextd[11]: Load com.Cycling74.driver.Soundflower failed; removing personalities from kernel.
    28/10/13 08:58:39,885 com.apple.kextd[11]: Can't load /System/Library/Extensions/SoundGrid.kext - ineligible during safe boot.
    28/10/13 08:58:39,889 com.apple.kextd[11]: Load com.waves.driver.soundgrid failed; removing personalities from kernel.
    28/10/13 08:58:39,951 com.apple.kextd[11]: Can't load /System/Library/Extensions/XAerial.kext - ineligible during safe boot.
    28/10/13 08:58:39,955 com.apple.kextd[11]: Load com.cleverandson.driver.XAerial failed; removing personalities from kernel.
    28/10/13 08:58:40,048 blued[55]: Read the UHE Info
    28/10/13 08:58:40,049 blued[55]: Read version 2 info.  Number of devices:1
    28/10/13 08:58:40,050 blued[55]: Class of device:     0x2594
    28/10/13 08:58:40,050 blued[55]: Device name: 'Apple Wireless Trackpad' length:24
    28/10/13 08:58:40,050 blued[55]: Finished reading the HID data
    28/10/13 08:58:40,051 blued[55]: Found a device with PID:0x030e VID:0x05ac
    28/10/13 08:58:40,000 kernel[0]: DSMOS has arrived
    28/10/13 08:58:40,000 kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- controller = 0xffffff80091e5c00
    28/10/13 08:58:40,000 kernel[0]: [IOBluetoothHCIController][start] -- completed
    28/10/13 08:58:40,000 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    28/10/13 08:58:40,230 loginwindow[41]: Login Window Application Started
    28/10/13 08:58:42,353 apsd[58]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    28/10/13 08:58:42,000 kernel[0]: [BNBTrackpadDevice::init][75.19] init is complete
    28/10/13 08:58:43,094 digest-service[96]: label: default
    28/10/13 08:58:43,095 digest-service[96]:           dbname: od:/Local/Default
    28/10/13 08:58:43,095 digest-service[96]:           mkey_file: /var/db/krb5kdc/m-key
    28/10/13 08:58:43,096 digest-service[96]:           acl_file: /var/db/krb5kdc/kadmind.acl
    28/10/13 08:58:43,103 digest-service[96]: digest-request: uid=0
    28/10/13 08:58:43,000 kernel[0]: [BNBTrackpadDevice::handleStart][75.19] returning 1
    28/10/13 08:58:43,000 kernel[0]: [AppleMultitouchHIDEventDriver::start] entered
    28/10/13 08:58:43,000 kernel[0]: [AppleMultitouchDevice::start] entered
    28/10/13 08:58:44,918 rpcsvchost[99]: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    28/10/13 08:58:45,015 digest-service[96]: digest-request: init request
    28/10/13 08:58:45,050 digest-service[96]: digest-request: init return domain: BUILTIN server: MAC-MINI-DI-GIUSEPPE-4
    28/10/13 08:58:45,284 ntpd[92]: proto: precision = 1.000 usec
    28/10/13 08:58:48,402 awacsd[56]: Exiting
    28/10/13 08:58:48,730 mds[37]: (Normal) FMW: FMW 0 0
    28/10/13 08:58:48,892 WindowServer[89]: Server is starting up
    28/10/13 08:59:11,727 com.apple.kextd[11]: Safe boot mode detected; invalidating system extensions caches.
    28/10/13 08:59:14,893 configd[16]: InterfaceNamer: timed out waiting for IOKit to quiesce
    28/10/13 08:59:14,894 configd[16]: Busy services :
    28/10/13 08:59:14,894 configd[16]:   Macmini5,1 [1, 341418 ms]
    28/10/13 08:59:14,894 configd[16]:   Macmini5,1/AppleACPIPlatformExpert [1, 341304 ms]
    28/10/13 08:59:14,895 configd[16]:   Macmini5,1/AppleACPIPlatformExpert/PCI0@0 [1, 340972 ms]
    28/10/13 08:59:14,895 configd[16]:   Macmini5,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI [1, 340967 ms]
    28/10/13 08:59:14,895 configd[16]:   Macmini5,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP01@1C [1, 340972 ms]
    28/10/13 08:59:14,896 configd[16]:   Macmini5,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP01@1C/IOPCI2PCIBridge [1, 340283 ms]
    28/10/13 08:59:14,896 configd[16]:   Macmini5,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP01@1C/IOPCI2PCIBridge/ SDXC@0,1 [!matched, 1, 340282 ms]
    28/10/13 08:59:37,669 WindowServer[89]: Session 256 retained (2 references)
    28/10/13 08:59:37,669 WindowServer[89]: Session 256 released (1 references)
    28/10/13 08:59:37,851 WindowServer[89]: Session 256 retained (2 references)
    28/10/13 08:59:37,854 WindowServer[89]: init_page_flip: page flip mode is on
    28/10/13 08:59:37,858 com.apple.kextd[11]: Cache file /System/Library/Caches/com.apple.kext.caches/Directories/System/Library/Extensi ons/KextIdentifiers.plist.gz is out of date; not using.
    28/10/13 08:59:38,122 WindowServer[89]: mux_initialize: Couldn't find any matches
    28/10/13 08:59:38,435 WindowServer[89]: GLCompositor enabled for tile size [256 x 256]
    28/10/13 08:59:38,435 WindowServer[89]: CGXGLInitMipMap: mip map mode is on
    28/10/13 08:59:38,491 WindowServer[89]: WSMachineUsesNewStyleMirroring: false
    28/10/13 08:59:38,492 WindowServer[89]: Display 0x0b418576: GL mask 0x4; bounds (0, 0)[1920 x 1080], 16 modes available
    Main, Active, on-line, enabled, boot, Vendor 4c2d, Model 6dd, S/N 43423234, Unit 2, Rotation 0
    UUID 0x00004c2d000006dd4342323400000000
    28/10/13 08:59:38,493 WindowServer[89]: Display 0x003f003c: GL mask 0x1; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c
    28/10/13 08:59:38,493 WindowServer[89]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003d
    28/10/13 08:59:38,507 WindowServer[89]: Created shield window 0x5 for display 0x0b418576
    28/10/13 08:59:38,507 WindowServer[89]: Created shield window 0x6 for display 0x003f003c
    28/10/13 08:59:38,508 WindowServer[89]: Created shield window 0x7 for display 0x003f003d
    28/10/13 08:59:38,513 WindowServer[89]: Display 0x0b418576: GL mask 0x4; bounds (0, 0)[1920 x 1080], 16 modes available
    Main, Active, on-line, enabled, boot, Vendor 4c2d, Model 6dd, S/N 43423234, Unit 2, Rotation 0
    UUID 0x00004c2d000006dd4342323400000000
    28/10/13 08:59:38,513 WindowServer[89]: Display 0x003f003c: GL mask 0x1; bounds (2944, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c
    28/10/13 08:59:38,513 WindowServer[89]: Display 0x003f003d: GL mask 0x2; bounds (2945, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003d
    28/10/13 08:59:38,514 WindowServer[89]: CGXPerformInitialDisplayConfiguration
    28/10/13 08:59:38,514 WindowServer[89]:   Display 0x0b418576: MappedDisplay Unit 2; Vendor 0x4c2d Model 0x6dd S/N 1128411700 Dimensions 6.30 x 3.54; online enabled, Bounds (0,0)[1920 x 1080], Rotation 0, Resolution 1
    28/10/13 08:59:38,514 WindowServer[89]:   Display 0x003f003c: MappedDisplay Unit 0; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2944,0)[1 x 1], Rotation 0, Resolution 1
    28/10/13 08:59:38,515 WindowServer[89]:   Display 0x003f003d: MappedDisplay Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2945,0)[1 x 1], Rotation 0, Resolution 1
    28/10/13 08:59:38,591 loginwindow[41]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    28/10/13 08:59:43,885 WindowServer[89]: Unable to open IOHIDSystem (e00002bd)
    28/10/13 08:59:43,000 kernel[0]: virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    28/10/13 08:59:47,330 WindowServer[89]: Created shield window 0x8 for display 0x0b418576
    28/10/13 08:59:47,332 WindowServer[89]: Display 0x0b418576: MappedDisplay Unit 2; ColorProfile { 2, "HD 709-A"}; TransferFormula (1.000000, 1.000000, 1.000000)
    28/10/13 08:59:49,308 com.apple.SecurityServer[15]: Session 100002 created
    28/10/13 08:59:49,345 loginwindow[41]: Login Window Started Security Agent
    28/10/13 08:59:49,452 launchctl[105]: com.apple.findmymacmessenger: Already loaded
    28/10/13 08:59:51,146 SecurityAgent[109]: This is the first run
    28/10/13 08:59:51,147 SecurityAgent[109]: MacBuddy was run = 0
    28/10/13 08:59:51,208 locationd[117]: NOTICE,Location icon should now be in state 0
    28/10/13 08:59:51,637 UserEventAgent[110]: cannot find useragent 1102
    28/10/13 08:59:53,416 warmd[25]: [warmctl_evt_timer_bc_activation_timeout:286] BC activation bcstop timer fired!
    28/10/13 09:00:01,833 genatsdb[120]: ########## genatsdb Sandboxed. ##########
    28/10/13 09:00:07,033 SecurityAgent[109]: User info context values set for joe
    28/10/13 09:00:17,044 SecurityAgent[109]: Login Window login proceeding
    28/10/13 09:00:18,047 loginwindow[41]: Login Window - Returned from Security Agent
    28/10/13 09:00:18,137 loginwindow[41]: ERROR | ScreensharingLoginNotification | Failed sending message to screen sharing GetScreensharingPort, err: 1102
    28/10/13 09:00:18,233 loginwindow[41]: USER_PROCESS: 41 console
    28/10/13 09:00:19,783 com.apple.launchd.peruser.501[130]: (com.apple.gamed) Ignored this key: UserName
    28/10/13 09:00:19,783 com.apple.launchd.peruser.501[130]: (com.apple.gamed) Ignored this key: GroupName
    28/10/13 09:00:19,786 com.apple.launchd.peruser.501[130]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    28/10/13 09:00:19,803 loginwindow[41]: Connection with distnoted server was invalidated
    28/10/13 09:00:19,878 distnoted[134]: # distnote server agent  absolute time: 406.527413823   civil time: Mon Oct 28 09:00:19 2013   pid: 134 uid: 501  root: no
    28/10/13 09:00:19,881 distnoted[134]: Bug: 12F45: liblaunch.dylib + 23849 [2F71CAF8-6524-329E-AC56-C506658B4C0C]: 0x25
    28/10/13 09:00:21,661 com.apple.launchd.peruser.501[130]: (com.apple.afpstat-qfa[160]) Exited with code: 2
    28/10/13 09:00:27,903 coreservicesd[62]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationBirth to notificationID=121
    28/10/13 09:00:32,899 talagent[142]: _LSSetApplicationInformationItem(kLSDefaultSessionID, asn, _kLSApplicationIsHiddenKey, hidden ? kCFBooleanTrue : kCFBooleanFalse, NULL) produced OSStatus -50 on line 623 in TCApplication.m
    28/10/13 09:00:32,901 talagent[142]: _LSSetApplicationInformationItem(kLSDefaultSessionID, asn, TAL_kLSIsProxiedForTALKey, kCFBooleanTrue, NULL) produced OSStatus -50 on line 626 in TCApplication.m
    28/10/13 09:00:34,907 com.apple.launchd.peruser.501[130]: (com.apple.mrt.uiagent[150]) Exited with code: 255
    28/10/13 09:00:36,308 locationd[174]: NOTICE,Location icon should now be in state 0
    28/10/13 09:00:36,488 coreaudiod[167]: Enabled automatic stack shots because audio IO is inactive
    28/10/13 09:00:39,247 UserEventAgent[133]: cannot find fw daemon port 1102
    28/10/13 09:00:40,268 WindowServer[89]: CGXDisableUpdate: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    28/10/13 09:00:42,141 WindowServer[89]: reenable_update_for_connection: UI updates were finally reenabled by application "SystemUIServer" after 2.87 seconds (server forcibly re-enabled them after 1.00 seconds)
    28/10/13 09:00:44,609 com.apple.SecurityServer[15]: Session 100005 created
    28/10/13 09:00:44,740 NetworkBrowserAgent[187]: Starting NetworkBrowserAgent
    28/10/13 09:00:44,854 locationd[188]: NOTICE,Location icon should now be in state 0
    28/10/13 09:00:45,561 mds[37]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputerIndexed"
    28/10/13 09:00:46,792 mds[37]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    28/10/13 09:00:46,859 mds[37]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    28/10/13 09:00:52,138 locationd[192]: NOTICE,Location icon should now be in state 0
    28/10/13 09:00:55,201 apsd[168]: Unable to bootstrap_lookup connection port for 'com.apple.ubd.system-push': Unknown service name
    28/10/13 09:01:01,168 SystemUIServer[162]: 2013-10-28 09:01:01.167495 AM [AVSystemController] AirPlay became the default audio device
    28/10/13 09:01:01,683 WindowServer[89]: CGXDisableUpdate: UI updates were forcibly disabled by application "Finder" for over 1.00 seconds. Server has re-enabled them.
    28/10/13 09:01:02,057 WindowServer[89]: reenable_update_for_connection: UI updates were finally reenabled by application "Finder" after 1.37 seconds (server forcibly re-enabled them after 1.00 seconds)
    28/10/13 09:01:02,517 WindowServer[89]: _CGXWindowRightsRelinquish: Invalid window 0x1d
    28/10/13 09:01:02,518 talagent[142]: CGSConnectionRelinquishWindowRights(cid, newWindowNumber, reservedRights): CGError 1001 on line 717
    28/10/13 09:01:02,520 WindowServer[89]: CGXTerminateWindowList: Invalid window 0x1d
    28/10/13 09:01:02,534 mds[37]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    28/10/13 09:01:02,535 talagent[142]: CGSReleaseWindow(cid, wid): CGError 1001 on line 878
    28/10/13 09:01:06,108 com.apple.time[133]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    28/10/13 09:01:17,316 genatsdb[120]: *GENATSDB* FontObjects generated = 524
    28/10/13 09:01:35,430 WindowServer[89]: CGXDisableUpdate: UI updates were forcibly disabled by application "Console" for over 1.00 seconds. Server has re-enabled them.
    28/10/13 09:01:36,477 WindowServer[89]: reenable_update_for_connection: UI updates were finally reenabled by application "Console" after 2.05 seconds (server forcibly re-enabled them after 1.00 seconds)
    ==== REGULAR BOOT =====
    28/10/13 09:04:54,000 bootlog[0]: BOOT_TIME 1382947494 0
    28/10/13 09:05:10,000 kernel[0]: PMAP: PCID enabled
    28/10/13 09:05:10,000 kernel[0]: Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64
    28/10/13 09:05:10,000 kernel[0]: vm_page_bootstrap: 1973469 free pages and 107299 wired pages
    28/10/13 09:05:10,000 kernel[0]: kext submap [0xffffff7f80742000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000742000]
    28/10/13 09:05:10,000 kernel[0]: zone leak detection enabled
    28/10/13 09:05:10,000 kernel[0]: standard timeslicing quantum is 10000 us
    28/10/13 09:05:10,000 kernel[0]: standard background quantum is 2500 us
    28/10/13 09:05:10,000 kernel[0]: mig_table_max_displ = 74
    28/10/13 09:05:10,000 kernel[0]: TSC Deadline Timer supported and enabled
    28/10/13 09:05:10,000 kernel[0]: corecrypto kext started!
    28/10/13 09:05:10,000 kernel[0]: Running kernel space in FIPS MODE
    28/10/13 09:05:10,000 kernel[0]: Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    28/10/13 09:05:10,000 kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    28/10/13 09:05:10,000 kernel[0]: corecrypto.kext FIPS integrity POST test passed!
    28/10/13 09:05:10,000 kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!
    28/10/13 09:05:10,000 kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!
    28/10/13 09:05:10,000 kernel[0]: corecrypto.kext FIPS AES ECB AESNI POST test passed!
    28/10/13 09:05:10,000 kernel[0]: corecrypto.kext FIPS AES XTS AESNI POST test passed!
    28/10/13 09:05:10,000 kernel[0]: corecrypto.kext FIPS SHA POST test passed!
    28/10/13 09:05:10,000 kernel[0]: corecrypto.kext FIPS HMAC POST test passed!
    28/10/13 09:05:10,000 kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!
    28/10/13 09:05:10,000 kernel[0]: corecrypto.kext FIPS DRBG POST test passed!
    28/10/13 09:05:10,000 kernel[0]: corecrypto.kext FIPS POST passed!
    28/10/13 09:05:10,000 kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    28/10/13 09:05:10,000 kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    28/10/13 09:05:10,000 kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
    28/10/13 09:05:10,000 kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    28/10/13 09:05:10,000 kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    28/10/13 09:05:10,000 kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    28/10/13 09:05:10,000 kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    28/10/13 09:05:10,000 kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    28/10/13 09:05:10,000 kernel[0]: calling mpo_policy_init for TMSafetyNet
    28/10/13 09:05:10,000 kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    28/10/13 09:05:10,000 kernel[0]: calling mpo_policy_init for Sandbox
    28/10/13 09:04:55,537 com.apple.launchd[1]: *** launchd[1] has started up. ***
    28/10/13 09:05:10,000 kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    28/10/13 09:05:10,000 kernel[0]: calling mpo_policy_init for Quarantine
    28/10/13 09:05:10,000 kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    28/10/13 09:05:10,000 kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    28/10/13 09:05:10,000 kernel[0]: The Regents of the University of California. All rights reserved.
    28/10/13 09:05:10,000 kernel[0]: MAC Framework successfully initialized
    28/10/13 09:05:10,000 kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    28/10/13 09:05:10,000 kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    28/10/13 09:05:10,000 kernel[0]: ACPI: sleep states S3 S4 S5
    28/10/13 09:05:10,000 kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 0046
    28/10/13 09:05:10,000 kernel[0]: AppleIntelCPUPowerManagement: (built 13:50:43 Sep 29 2013) initialization complete
    28/10/13 09:05:10,000 kernel[0]: pci build Sep 29 2013 13:35:16, flags 0x23008, pfm64 (36 cpu) 0xf80000000, 0x80000000
    28/10/13 09:05:10,000 kernel[0]: [ PCI configuration begin ]
    28/10/13 09:05:10,000 kernel[0]: console relocated to 0xf81000000
    28/10/13 09:04:55,537 com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    28/10/13 09:05:08,923 com.apple.launchd[1]: (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination
    28/10/13 09:05:10,000 kernel[0]: [ PCI configuration end, bridges 13, devices 16 ]
    28/10/13 09:05:10,000 kernel[0]: mbinit: done [96 MB total pool size, (64/32) split]
    28/10/13 09:05:10,000 kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    28/10/13 09:05:10,000 kernel[0]: rooting via boot-uuid from /chosen: F47B0803-7F96-3B8A-A025-DB74B67338B2
    28/10/13 09:05:10,000 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>
    28/10/13 09:05:10,000 kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    28/10/13 09:05:10,000 kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    28/10/13 09:05:10,000 kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    28/10/13 09:05:10,000 kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    28/10/13 09:05:10,000 kernel[0]: AppleIntelCPUPowerManagementClient: ready
    28/10/13 09:05:10,000 kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/TOSHIBA MK5065GSXF Media/IOGUIDPartitionScheme/Customer@2
    28/10/13 09:05:10,000 kernel[0]: BSD root: disk0s2, major 1, minor 1
    28/10/13 09:05:10,000 kernel[0]: BTCOEXIST off
    28/10/13 09:05:10,000 kernel[0]: BRCM tunables:
    28/10/13 09:05:10,000 kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    28/10/13 09:05:10,000 kernel[0]: FireWire (OHCI) TI ID 823f built-in now active, GUID a4b197fffeaf7c74; max speed s800.
    28/10/13 09:05:10,000 kernel[0]: Kernel is LP64
    28/10/13 09:05:10,000 kernel[0]: USBMSC Identifier (non-unique): KXGBB140833      0x5ac 0x1500 0x200, 2
    28/10/13 09:05:10,000 kernel[0]: USBMSC Identifier (non-unique): 㥒〳䜶䑗〳㄰䩘†ँ 0xe8d 0x1956 0x0, 2
    28/10/13 09:05:12,000 kernel[0]: BCM5701Enet: Ethernet address 3c:07:54:4c:6b:11
    28/10/13 09:05:12,000 kernel[0]: AirPort_Brcm4331: Ethernet address 60:c5:47:22:70:71
    28/10/13 09:05:12,000 kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    28/10/13 09:05:12,000 kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    28/10/13 09:05:14,989 hidd[49]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    28/10/13 09:05:15,016 hidd[49]: void __IOHIDLoadBundles(): Loaded 0 HID plugins
    28/10/13 09:05:18,000 kernel[0]: macx_swapon SUCCESS
    28/10/13 09:05:21,000 kernel[0]: Waiting for DSMOS...
    28/10/13 09:05:21,356 kdc[47]: label: default
    28/10/13 09:05:21,356 kdc[47]:           dbname: od:/Local/Default
    28/10/13 09:05:21,356 kdc[47]:           mkey_file: /var/db/krb5kdc/m-key
    28/10/13 09:05:21,356 kdc[47]:           acl_file: /var/db/krb5kdc/kadmind.acl
    28/10/13 09:05:22,495 com.apple.SecurityServer[18]: Session 100000 created
    28/10/13 09:05:22,689 appleeventsd[55]: main: Starting up
    28/10/13 09:05:23,000 kernel[0]: [IOBluetoothHCIController][start] -- completed
    28/10/13 09:05:23,000 kernel[0]: Waves SoundGrid Version: 2.0.0.14, Non-Interleaved Playback
    28/10/13 09:05:23,000 kernel[0]: IOBluetoothUSBDFU::probe
    28/10/13 09:05:23,000 kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8281 FirmwareVersion - 0x0125
    28/10/13 09:05:23,000 kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- this = 0xffffff801c143c00 ****
    28/10/13 09:05:23,000 kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- controller = 0xffffff801c143c00
    28/10/13 09:05:23,000 kernel[0]: Previous Shutdown Cause: 5
    28/10/13 09:05:23,000 kernel[0]: SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode
    28/10/13 09:05:23,000 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    28/10/13 09:05:23,000 kernel[0]: DSMOS has arrived
    28/10/13 09:05:23,000 kernel[0]: mTail has not been written to hardware: mTail = 0x00000000, hardare tail register = 0x00000060
    28/10/13 09:05:23,081 coreservicesd[65]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false
    28/10/13 09:05:23,086 mDNSResponder[41]: mDNSResponder mDNSResponder-379.38.1 (Apr 25 2013 19:19:56) starting OSXVers 12
    28/10/13 09:05:24,138 airportd[69]: _processDLILEvent: en1 attached (down)
    28/10/13 09:05:24,000 kernel[0]: createVirtIf(): ifRole = 1
    28/10/13 09:05:24,000 kernel[0]: in func createVirtualInterface ifRole = 1
    28/10/13 09:05:24,000 kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1 this 0xffffff801c12b000
    28/10/13 09:05:24,000 kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    28/10/13 09:05:24,000 kernel[0]: Created virtif 0xffffff801c12b000 p2p0
    28/10/13 09:05:26,418 com.apple.usbmuxd[29]: usbmuxd-323 on Jul 29 2013 at 23:21:29, running 64 bit
    28/10/13 09:05:30,806 com.apple.SecurityServer[18]: Entering service
    28/10/13 09:05:31,742 systemkeychain[74]: done file: /var/run/systemkeychaincheck.done
    28/10/13 09:05:31,750 kdc[47]: WARNING Found KDC certificate (O=System Identity,CN=com.apple.kerberos.kdc)is missing the PK-INIT KDC EKU, this is bad for interoperability.
    28/10/13 09:05:32,018 stackshot[32]: Timed out waiting for IOKit to finish matching.
    28/10/13 09:05:34,919 mDNSResponder[41]: D2D_IPC: Loaded
    28/10/13 09:05:34,919 mDNSResponder[41]: D2DInitialize succeeded
    28/10/13 09:05:35,301 apsd[61]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    28/10/13 09:05:35,302 apsd[61]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    28/10/13 09:05:35,612 kdc[47]: KDC started
    28/10/13 09:05:36,300 locationd[45]: NOTICE,Location icon should now be in state 0
    28/10/13 09:05:36,568 loginwindow[44]: Login Window Application Started
    28/10/13 09:05:37,167 UserEventAgent[11]: Captive: [HandleNetworkInformationChanged:2435] nwi_state_copy returned NULL
    28/10/13 09:05:39,622 awacsd[59]: Starting awacsd connectivity-78.3 (Apr 25 2013 19:22:44)
    28/10/13 09:05:39,627 awacsd[59]: InnerStore CopyAllZones: no info in Dynamic Store
    28/10/13 09:05:43,553 blued[58]: Read the UHE Info
    28/10/13 09:05:43,553 blued[58]: Read version 2 info.  Number of devices:1
    28/10/13 09:05:43,553 blued[58]: Class of device:     0x2594
    28/10/13 09:

  • Finder crashes when connecting to server (10.9.4)

    I have been having an issue with my Mac Mini the last few days when it tries to connect to my local server.
    The first few times I can access the server normally through Finder, but after a few goes Finder freezes (spinning beach ball on finder - other apps work ok) up completely and needs to be restarted. Once it has restarted and I re-open Finder, it freezes up again completely until I restart my computer. The same applies when I try to access the server from other apps (eg. when adding a photo from the server to something in Chrome).
    I have reset PRAM, verified/repaired disk, run CCleaner.
    Any solutions to this issue?
    Mac Mini mid-2011
    Processor  2.5 GHz Intel Core i5
    Memory  4 GB 1333 MHz DDR3
    Running 10.9.4

    Sorry...
    tcp:
        61269 packets sent
            14501 data packets (5423429 bytes)
            457 data packets (298568 bytes) retransmitted
            0 resends initiated by MTU discovery
            34229 ack-only packets (284 delayed)
            0 URG only packets
            0 window probe packets
            8915 window update packets
            3181 control packets
            0 data packets sent after flow control
            0 checksummed in software
                0 segments (0 bytes) over IPv4
                0 segments (0 bytes) over IPv6
        66665 packets received
            15538 acks (for 5408457 bytes)
            1286 duplicate acks
            0 acks for unsent data
            46049 packets (49418889 bytes) received in-sequence
            233 completely duplicate packets (175429 bytes)
            0 old duplicate packets
            1 packet with some dup. data (996 bytes duped)
            6329 out-of-order packets (8815198 bytes)
            0 packets (0 bytes) of data after window
            0 window probes
            70 window update packets
            166 packets received after close
            0 bad resets
            0 discarded for bad checksums
            0 checksummed in software
                0 segments (0 bytes) over IPv4
                0 segments (0 bytes) over IPv6
            0 discarded for bad header offset fields
            0 discarded because packet too short
        1604 connection requests
        50 connection accepts
        0 bad connection attempts
        0 listen queue overflows
        1622 connections established (including accepts)
        1613 connections closed (including 48 drops)
            37 connections updated cached RTT on close
            37 connections updated cached RTT variance on close
            15 connections updated cached ssthresh on close
        0 embryonic connections dropped
        15554 segments updated rtt (of 13699 attempts)
        544 retransmit timeouts
            20 connections dropped by rexmit timeout
            0 connections dropped after retransmitting FIN
        2 persist timeouts
            0 connections dropped by persist timeout
        0 keepalive timeouts
            0 keepalive probes sent
            0 connections dropped by keepalive
        2887 correct ACK header predictions
        40214 correct data packet header predictions
        79 SACK recovery episodes
        43 segment rexmits in SACK recovery episodes
        39243 byte rexmits in SACK recovery episodes
        256 SACK options (SACK blocks) received
        6226 SACK options (SACK blocks) sent
        0 SACK scoreboard overflow
        0 LRO coalesced packets
            0 times LRO flow table was full
            0 collisions in LRO flow table
            0 times LRO coalesced 2 packets
            0 times LRO coalesced 3 or 4 packets
            0 times LRO coalesced 5 or more packets
        3 limited transmits done
        106 early retransmits done
        20 times cumulative ack advanced along with SACK
    udp:
        6116 datagrams received
            0 with incomplete header
            0 with bad data length field
            0 with bad checksum
            0 with no checksum
            0 checksummed in software
                0 datagrams (0 bytes) over IPv4
                0 datagrams (0 bytes) over IPv6
            41 dropped due to no socket
            2230 broadcast/multicast datagrams undelivered
            0 times multicast source filter matched
            0 dropped due to full socket buffers
            0 not for hashed pcb
            3845 delivered
        994 datagrams output
            69 checksummed in software
                0 datagrams (0 bytes) over IPv4
                69 datagrams (11318 bytes) over IPv6
    ip:
        72011 total packets received
            0 bad header checksums
            0 headers (0 bytes) checksummed in software
            0 with size smaller than minimum
            0 with data size < data length
            3522 with data size > data length
                0 packets forced to software checksum
            0 with ip length > max ip packet size
            0 with header length < data size
            0 with data length < header length
            0 with bad options
            0 with incorrect version number
            0 fragments received
                0 dropped (dup or out of space)
                0 dropped after timeout
                0 reassembled ok
            71997 packets for this host
            14 packets for unknown/unsupported protocol
            0 packets forwarded (0 packets fast forwarded)
            0 packets not forwardable
            0 packets received for unknown multicast group
            0 redirects sent
        62678 packets sent from this host
            0 packets sent with fabricated ip header
            0 output packets dropped due to no bufs, etc.
            0 output packets discarded due to no route
            0 output datagrams fragmented
            0 fragments created
            0 datagrams that can't be fragmented
            0 tunneling packets that can't find gif
            0 datagrams with bad address in header
            0 packets dropped due to no bufs for control data
            71 headers (1428 bytes) checksummed in software
    icmp:
        41 calls to icmp_error
        0 errors not generated 'cuz old message was icmp
        Output histogram:
            destination unreachable: 41
        0 messages with bad code fields
        0 messages < minimum length
        0 bad checksums
        0 messages with bad length
        0 multicast echo requests ignored
        0 multicast timestamp requests ignored
        Input histogram:
            destination unreachable: 14
        0 message responses generated
        ICMP address mask responses are disabled
    igmp:
        0 messages received
        0 messages received with too few bytes
        0 messages received with wrong TTL
        0 messages received with bad checksum
        0 V1/V2 membership queries received
        0 V3 membership queries received
        0 membership queries received with invalid field(s)
        0 general queries received
        0 group queries received
        0 group-source queries received
        0 group-source queries dropped
        0 membership reports received
        0 membership reports received with invalid field(s)
        0 membership reports received for groups to which we belong
        0 V3 reports received without Router Alert
        2 membership reports sent
    ipsec:
        0 inbound packets processed successfully
        0 inbound packets violated process security policy
        0 inbound packets with no SA available
        0 invalid inbound packets
        0 inbound packets failed due to insufficient memory
        0 inbound packets failed getting SPI
        0 inbound packets failed on AH replay check
        0 inbound packets failed on ESP replay check
        0 inbound packets considered authentic
        0 inbound packets failed on authentication
        0 outbound packets processed successfully
        0 outbound packets violated process security policy
        0 outbound packets with no SA available
        0 invalid outbound packets
        0 outbound packets failed due to insufficient memory
        0 outbound packets with no route
    arp:
        5 ARP requests sent
        9 ARP replies sent
        0 ARP announcements sent
        98 ARP requests received
        6 ARP replies received
        104 total ARP packets received
        0 ARP conflict probes sent
        0 invalid ARP resolve requests
        0 total packets dropped due to lack of memory
        3 total packets dropped due to no ARP entry
        0 total packets dropped during ARP entry removal
        12 ARP entries timed out
        0 Duplicate IPs seen
    ip6:
        793 total packets received
            0 with size smaller than minimum
            0 with data size < data length
            0 with data size > data length
                0 packets forced to software checksum
            0 with bad options
            0 with incorrect version number
            0 fragments received
                0 dropped (dup or out of space)
                0 dropped after timeout
                0 exceeded limit
                0 reassembled ok
            784 packets for this host
            0 packets forwarded
            0 packets not forwardable
            0 redirects sent
            0 multicast packets which we don't join
            0 packets whose headers are not continuous
            0 tunneling packets that can't find gif
            0 packets discarded due to too may headers
            0 forward cache hit
            0 forward cache miss
            0 packets dropped due to no bufs for control data
        126 packets sent from this host
            0 packets sent with fabricated ip header
            0 output packets dropped due to no bufs, etc.
            4145 output packets discarded due to no route
            0 output datagrams fragmented
            0 fragments created
            0 datagrams that can't be fragmented
            0 packets that violated scope rules
        Input histogram:
            TCP: 22
            UDP: 762
            ICMP6: 9
        Mbuf statistics:
            507 one mbuf
            two or more mbuf:
                lo0= 69
            217 one ext mbuf
            0 two or more ext mbuf
            0 failures of source address selection
    icmp6:
        0 calls to icmp_error
        0 errors not generated because old message was icmp error or so
        0 errors not generated because rate limitation
        Output histogram:
            router solicitation: 4
            neighbor solicitation: 4
            neighbor advertisement: 4
            MLDv2 listener report: 7
        0 messages with bad code fields
        0 messages < minimum length
        0 bad checksums
        0 messages with bad length
        Input histogram:
            neighbor solicitation: 3
            neighbor advertisement: 6
        Histogram of error messages to be generated:
            0 no route
            0 administratively prohibited
            0 beyond scope
            0 address unreachable
            0 port unreachable
            0 packet too big
            0 time exceed transit
            0 time exceed reassembly
            0 erroneous header field
            0 unrecognized next header
            0 unrecognized option
            0 redirect
            0 unknown
        0 message responses generated
        0 messages with too many ND options
        0 messages with bad ND options
        0 bad neighbor solicitation messages
        3 bad neighbor advertisement messages
        0 bad router solicitation messages
        0 bad router advertisement messages
        0 bad redirect messages
        0 path MTU changes
    ipsec6:
        0 inbound packets processed successfully
        0 inbound packets violated process security policy
        0 inbound packets with no SA available
        0 invalid inbound packets
        0 inbound packets failed due to insufficient memory
        0 inbound packets failed getting SPI
        0 inbound packets failed on AH replay check
        0 inbound packets failed on ESP replay check
        0 inbound packets considered authentic
        0 inbound packets failed on authentication
        0 outbound packets processed successfully
        0 outbound packets violated process security policy
        0 outbound packets with no SA available
        0 invalid outbound packets
        0 outbound packets failed due to insufficient memory
        0 outbound packets with no route
    rip6:
        0 messages received
        0 checksum calcurations on inbound
        0 messages with bad checksum
        0 messages dropped due to no socket
        0 multicast messages dropped due to no socket
        0 messages dropped due to full socket buffers
        0 delivered
        0 datagrams output
    pfkey:
        0 requests sent to userland
        0 bytes sent to userland
        0 messages with invalid length field
        0 messages with invalid version field
        0 messages with invalid message type field
        0 messages too short
        0 messages with memory allocation failure
        0 messages with duplicate extension
        0 messages with invalid extension type
        0 messages with invalid sa type
        0 messages with invalid address extension
        0 requests sent from userland
        0 bytes sent from userland
        0 messages toward single socket
        0 messages toward all sockets
        0 messages toward registered sockets
        0 messages with memory allocation failure

  • Random Pinwheeling (Beach Ball) after upgrade to 10.6.4

    Everything was fine on 10.6.3. After System Update to 10.6.4, my MacPro takes 5 minutes to boot and launching apps takes 10 times longer (e.g. FCP 6 normally opens in 20 seconds but now takes over 2 minutes). Everything is slowed down from surfing the web to whatever.
    I re-installed 10.6.4 using the combo updater to no avail. Running Techtools gives the system a passing grade except halfway thru the Volume scan of the boot volume, the test paused for 10 minutes. This didn't happen on the second volume which is identical and has about the same amount used.
    I ran Verify/Fix off the system restore disk and it fixed a "serious error".
    The system still randomly pinwheels for 20-40 seconds and then returns. Lots of Finder functions like grabbing a scroll bar or clicking thru folders randomly have a second or two delay and sometimes the system just pinwheels before doing the operation.
    Looking at the Log, I see the Kernel frequently emitting this message:
    kernel outputPacket: data connection is closed, dropping packetDropping packet
    Altho it's in the log from before upgrading, it's now every 9 seconds. I see other errors at boot time having to do with Invalid Kernel extensions.
    Any ideas on how to find and delete the bad kext files? I don't know where they are and I'm sure there's some old stuff hanging around since this unit comes from doing migrations from as far back as Tiger or maybe even Panther.
    TIA

    Let this be a lesson. Just because there is a NEW update does NOT mean you have to install it immediately. First and FOREMOST make sure you have a CLONE of your currently operating system.
    2nd, consider doing what quite a few of us do, and WAIT for a week or so before installing the new updates. In addition, even if you DON'T wait, at least if you have a working CLONE, you can always go back to it, if the update screws up your system.
    Face it, the days of "It JUST WORKS" for Apple hardware/software are OVER, and the sooner everyone realizes that the COMMODITY hardware Apple now uses is just as fallible as Dell/HP/etc.. hardware, the better off we will all will be.
    The lack of QUALITY ASSURANCE is now evident, and the trend will continue until Apple takes its FORMERLY CORE AUDIENCE (the Macintosh COMPUTER OWNERS) as serious as it now takes its NEW VIRGIN "iDEVICE" owners. Whats sad, is quite a few of us(myself included) own BOTH/and or ALL of the above, and therefore are responsible for allowing Apple to treat us this way.....
    Good Luck to us all..... "http://theoatmeal.com/comics/apple"
    Cheers M8te!

  • Mac Pro crashes on boot, won't boot from install CD - help!

    Hi - I've got a Mac Pro which will only boot in safe mode - it goes to grey screen before login under normal conditions, and has a kernel panic when told to boot from the install DVD. Please help!
    For background: I've got a dual-core 2007 Mac Pro and a 2 core 2008 aluminium MacBook, both of which I've been backing up to their own external drives with Time Machine. I've just bought a NetGear ReadyNAS (2TB) to back them both up because I ran out of space on the Mac Pro's two internal 500GB drives - I've put in a new Samsung 1TB drive, which is the only hardware upgrade I've made to either machine. The MacBook backs up fine to the NAS over a wireless network, but the MacPro kept crashing the system while making its first attempts at backing up, both within Time Machine and when just copying the TM backup files across in Finder. It would hang about 10GB into backups of approx 1TB, as here - http://support.apple.com/kb/TS1550 - but the NAS formatting works for the MacBook.
    On advice from NetGear I put the following command into Terminal:
    sudo sysctl -w net.inet.tcp.delayed_ack=0
    Now the Mac Pro won't boot except in safe mode - it won't boot from the install disc, either the 10.4.9 that came with the machine or the 10.6 disc I bought later. if I let the boot run as normal, it locks up on the grey screen (as here - http://support.apple.com/kb/TS2570). If I boot with the install CD (holding down 'c') I get a kernel panic (as here - http://docs.info.apple.com/article.html?path=Mac/10.6/en/8965.html). If I hold down 'option' I can choose between the HD or the install CD, but each option just takes me to the same places as above. Safe boot works, but that's it.
    I've done all the obvious things: I've unplugged all peripherals and network cables. The extended Apple Hardware Test shows no problems. I've repaired disk permissions and done a live verify on the startup drive in Disk Utility. I've reset the PRAM as well, but the behaviour is the same: It doesn't feel like a drive failure as I've managed to back up the startup drive while in safe mode and I don't hear any clicking or worrying drive noises. I don't know how I could wipe the startup drive and reinstall the OS because I can't boot from the install CD - or from a USB drive, as suggested here - http://osxdaily.com/2009/09/02/install-snow-leopard-from-external-firewire-or-us b-hard-drive-or-how-to-upgrade-to-106-without-a-dvd-drive/
    Thanks for any help anyone can offer!

    More info, in case it helps:
    Hardware overview:
    Model Name: Mac Pro
    Model Identifier: MacPro1,1
    Processor Name: Dual-Core Intel Xeon
    Processor Speed: 3 GHz
    Number Of Processors: 2
    Total Number Of Cores: 4
    L2 Cache (per processor): 4 MB
    Memory: 4 GB
    Bus Speed: 1.33 GHz
    Boot ROM Version: MP11.005C.B08
    SMC Version (system): 1.7f10
    Disk permissions report in Disk Utility:
    Repairing permissions for “OPERATION”
    Permissions differ on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jconsole.ja r", should be lrwxr-xr-x , they are lrw-r--r-- .
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/jconsole.ja r".
    User differs on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib", should be 0, user is 95.
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib".
    User differs on "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries", should be 0, user is 95.
    Repaired "System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries".
    Permissions differ on "System/Library/Java/Support/Deploy.bundle/Contents/Resources/JavaPluginCocoa.b undle/Contents/Resources/Java/deploy.jar", should be lrwxr-xr-x , they are lrw-r--r-- .
    Repaired "System/Library/Java/Support/Deploy.bundle/Contents/Resources/JavaPluginCocoa.b undle/Contents/Resources/Java/deploy.jar".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/jconsole.jar ", should be -rw-r--r-- , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/jconsole.jar ".
    User differs on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib", should be 95, user is 0.
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib".
    User differs on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries", should be 95, user is 0.
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle/Contents/Resources/Java/deploy.jar", should be -rw-r--r-- , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle/Contents/Resources/Java/deploy.jar".
    Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle/Contents/Resources/Java/libdeploy.jnilib", should be -rwxr-xr-x , they are lrwxr-xr-x .
    Repaired "System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle/Contents/Resources/Java/libdeploy.jnilib".
    Warning: SUID file "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAg ent" has been modified and will not be repaired.
    Permissions repair complete
    Here are console logs in case they help:
    Crash and subsequent safe boot console log:
    25/01/2011 19:21:26 kernel npvhash=4095
    25/01/2011 19:21:26 kernel PAE enabled
    25/01/2011 19:21:26 kernel 64 bit mode enabled
    25/01/2011 19:21:26 kernel Darwin Kernel Version 10.6.0: Wed Nov 10 18:13:17 PST 2010; root:xnu-1504.9.26~3/RELEASE_I386
    25/01/2011 19:21:26 com.apple.kextd[10] Cache file /System/Library/Caches/com.apple.kext.caches/Directories//System/Library/Extens ions/KextIdentifiers.plist.gz is out of date; not using.
    25/01/2011 19:21:26 kernel vmpagebootstrap: 1020759 free pages and 19625 wired pages
    25/01/2011 19:21:26 kernel standard timeslicing quantum is 10000 us
    25/01/2011 19:21:26 kernel migtable_maxdispl = 73
    25/01/2011 19:21:26 kernel AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
    25/01/2011 19:21:26 kernel AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
    25/01/2011 19:21:26 kernel AppleACPICPU: ProcessorId=2 LocalApicId=6 Enabled
    25/01/2011 19:21:26 kernel AppleACPICPU: ProcessorId=3 LocalApicId=7 Enabled
    25/01/2011 19:21:26 kernel AppleACPICPU: ProcessorId=4 LocalApicId=0 Disabled
    25/01/2011 19:21:26 kernel AppleACPICPU: ProcessorId=5 LocalApicId=0 Disabled
    25/01/2011 19:21:26 kernel AppleACPICPU: ProcessorId=6 LocalApicId=0 Disabled
    25/01/2011 19:21:26 kernel AppleACPICPU: ProcessorId=7 LocalApicId=0 Disabled
    25/01/2011 19:21:26 kernel calling mpopolicyinit for Quarantine
    25/01/2011 19:21:26 kernel Security policy loaded: Quarantine policy (Quarantine)
    25/01/2011 19:21:26 kernel calling mpopolicyinit for Sandbox
    25/01/2011 19:21:26 kernel Security policy loaded: Seatbelt sandbox policy (Sandbox)
    25/01/2011 19:21:26 kernel calling mpopolicyinit for TMSafetyNet
    25/01/2011 19:21:26 kernel Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    25/01/2011 19:21:26 kernel Copyright (c) 1982, 1986, 1989, 1991, 1993
    25/01/2011 19:21:26 kernel The Regents of the University of California. All rights reserved.
    25/01/2011 19:21:26 kernel MAC Framework successfully initialized
    25/01/2011 19:21:26 kernel using 16384 buffer headers and 4096 cluster IO buffer headers
    25/01/2011 19:21:26 kernel IOAPIC: Version 0x20 Vectors 64:87
    25/01/2011 19:21:26 kernel ACPI: System State [S0 S3 S4 S5] (S3)
    25/01/2011 19:21:26 kernel AppleIntelCPUPowerManagement: initialization complete
    25/01/2011 19:21:26 kernel mbinit: done (64 MB memory set for mbuf pool)
    25/01/2011 19:21:26 kernel rooting via boot-uuid from /chosen: D78E2368-85B5-352F-AF18-0B81A8CABD58
    25/01/2011 19:21:26 kernel Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    25/01/2011 19:21:26 kernel com.apple.AppleFSCompressionTypeZlib kmod start
    25/01/2011 19:21:26 kernel com.apple.AppleFSCompressionTypeZlib load succeeded
    25/01/2011 19:21:26 kernel AppleIntelCPUPowerManagementClient: ready
    25/01/2011 19:21:26 kernel Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT0 @0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDri ver/ST3500630AS P Media/IOGUIDPartitionScheme/Customer@2
    25/01/2011 19:21:26 kernel BSD root: disk2s2, major 14, minor 8
    25/01/2011 19:21:26 kernel FireWire (OHCI) TI ID 8025 built-in now active, GUID 001b63fffe774e0c; max speed s800.
    25/01/2011 19:21:26 kernel [Bluetooth::CSRHIDTransition] switchToHCIMode (legacy)
    25/01/2011 19:21:26 kernel [Bluetooth::CSRHIDTransition] transition complete.
    25/01/2011 19:21:26 kernel CSRUSBBluetoothHCIController::setupHardware super returned 0
    25/01/2011 19:21:22 com.apple.launchd[1] * launchd[1] has started up. *
    25/01/2011 19:21:34 kernel systemShutdown false
    25/01/2011 19:21:38 mDNSResponder[17] mDNSResponder mDNSResponder-258.14 (Nov 18 2010 14:18:32) starting
    25/01/2011 19:21:40 configd[14] setting hostname to "Macintosh.local"
    25/01/2011 19:21:40 configd[14] network configuration changed.
    25/01/2011 19:21:40 com.apple.SecurityServer[23] Session 0x5fbff962 created
    25/01/2011 19:21:41 com.apple.SecurityServer[23] Entering service
    25/01/2011 19:21:42 configd[14] network configuration changed.
    25/01/2011 19:21:42 configd[14] network configuration changed.
    25/01/2011 19:21:43 blued[16] Apple Bluetooth daemon started
    25/01/2011 19:21:44 configd[14] network configuration changed.
    25/01/2011 19:21:44 blued[16] writeExtendedInquiryResponse returned 52
    25/01/2011 19:21:45 blued[16] writeExtendedInquiryResponse returned 111
    25/01/2011 19:21:46 kernel Previous Shutdown Cause: 0
    25/01/2011 19:21:46 configd[14] network configuration changed.
    25/01/2011 19:21:47 kernel NVDANV40HAL loaded and registered.
    25/01/2011 19:21:49 bootlog[62] BOOT_TIME: 1295983282 0
    25/01/2011 19:21:53 kernel Waiting for DSMOS...
    25/01/2011 19:21:55 com.apple.usbmuxd[43] usbmuxd-207 built for iTunesTenOne on Oct 19 2010 at 13:50:35, running 64 bit
    25/01/2011 19:22:06 kernel [0916c800][BNBTrackpadDevice::init][54] init is complete
    25/01/2011 19:22:06 kernel [0916c800][BNBTrackpadDevice::probe][54] entered
    25/01/2011 19:22:06 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[51] Login Window Application Started
    25/01/2011 19:22:07 kernel DSMOS has arrived
    25/01/2011 19:22:07 kernel [0916c800][BNBTrackpadDevice::handleStart][54] Done
    25/01/2011 19:22:07 kernel AppleIntel8254XEthernet: Ethernet address 00:17:f2:0b:2e:0a
    25/01/2011 19:22:07 kernel AppleIntel8254XEthernet: Ethernet address 00:17:f2:0b:2e:0b
    25/01/2011 19:22:07 kernel [09263400][AppleMultitouchHIDEventDriver::start] entered
    25/01/2011 19:22:07 kernel [09288d80][AppleMultitouchDevice::start] entered
    25/01/2011 19:22:11 com.apple.SystemStarter[44] Starting Sophos Update Manager
    25/01/2011 19:22:11 com.apple.SystemStarter[44] Starting Aladdin USB daemon
    25/01/2011 19:22:11 com.apple.SystemStarter[44] PACESupport - launchd already started us
    25/01/2011 19:22:11 com.apple.SystemStarter[44] head: /var/run/com.sophos.sum.pid: No such file or directory
    25/01/2011 19:22:18 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:18 kernel 00000069
    25/01/2011 19:22:18 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:18 kernel 00000069
    25/01/2011 19:22:18 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:18 kernel 00000069
    25/01/2011 19:22:19 kernel e = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:19 kernel 00000069
    25/01/2011 19:22:19 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:19 kernel 00000069
    25/01/2011 19:22:19 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:20 kernel xception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:20 kernel 00000069
    25/01/2011 19:22:20 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:21 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:21 kernel 00000069
    25/01/2011 19:22:21 com.apple.SecurityServer[23] Session 0x1200ae2 created
    25/01/2011 19:22:21 com.apple.SecurityServer[23] Session 0x1200ae2 attributes 0x30
    25/01/2011 19:22:22 kernel e = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:22 kernel 00000069
    25/01/2011 19:22:22 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:22 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:22 kernel 00000069
    25/01/2011 19:22:23 kernel e = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:23 kernel 00000069
    25/01/2011 19:22:23 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:23 kernel 00000069
    25/01/2011 19:22:23 _mdnsresponder[117] /usr/libexec/ntpd-wrapper: scutil key State:/Network/Global/DNS not present after 30 seconds
    25/01/2011 19:22:24 kernel e = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:24 kernel 00000069
    25/01/2011 19:22:24 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:24 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:24 _mdnsresponder[123] sntp options: a=2 v=1 e=0.100 E=5.000 P=2147483647.000
    25/01/2011 19:22:24 _mdnsresponder[123] d=15 c=5 x=0 op=1 l=/var/run/sntp.pid f= time.euro.apple.com
    25/01/2011 19:22:24 _mdnsresponder[123] sntp: getaddrinfo(hostname, ntp) failed with nodename nor servname provided, or not known
    25/01/2011 19:22:24 loginwindow[51] Login Window Started Security Agent
    25/01/2011 19:22:25 kernel xception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:25 kernel 00000069
    25/01/2011 19:22:25 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:26 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:26 kernel 00000069
    25/01/2011 19:22:26 WindowServer[90] kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    25/01/2011 19:22:26 com.apple.WindowServer[90] Tue Jan 25 19:22:26 Macintosh.local WindowServer[90] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    25/01/2011 19:22:27 kernel e = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:27 kernel 00000069
    25/01/2011 19:22:27 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:27 kernel 00000069
    25/01/2011 19:22:27 SecurityAgent[132] Showing Login Window
    25/01/2011 19:22:28 kernel e = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:28 kernel 00000069
    25/01/2011 19:22:28 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:28 kernel 00000069
    25/01/2011 19:22:28 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:28 kernel 00000069
    25/01/2011 19:22:28 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:28 kernel 00000069
    25/01/2011 19:22:28 kernel NVDA(OpenGL): Channel exception! exception type = 0x2 = Fifo: SW Method Error
    25/01/2011 19:22:28 kernel 00000069
    25/01/2011 19:25:34 kernel npvhash=4095
    25/01/2011 19:25:34 kernel PAE enabled
    25/01/2011 19:25:34 kernel 64 bit mode enabled
    25/01/2011 19:25:34 kernel Darwin Kernel Version 10.6.0: Wed Nov 10 18:13:17 PST 2010; root:xnu-1504.9.26~3/RELEASE_I386
    25/01/2011 19:25:34 com.apple.kextd[9] Safe boot mode detected; invalidating system extensions caches.
    25/01/2011 19:25:34 kernel vmpagebootstrap: 507278 free pages and 541298 wired pages
    25/01/2011 19:25:34 kernel standard timeslicing quantum is 10000 us
    25/01/2011 19:25:34 kernel migtable_maxdispl = 73
    25/01/2011 19:25:34 kernel SAFE BOOT DETECTED - only valid OSBundleRequired kexts will be loaded.
    25/01/2011 19:25:34 kernel Kext _kernel_ is not loadable during safe boot; omitting its personalities.
    25/01/2011 19:25:34 kernel AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
    25/01/2011 19:25:34 kernel AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
    25/01/2011 19:25:34 kernel AppleACPICPU: ProcessorId=2 LocalApicId=6 Enabled
    25/01/2011 19:25:34 kernel AppleACPICPU: ProcessorId=3 LocalApicId=7 Enabled
    25/01/2011 19:25:34 kernel AppleACPICPU: ProcessorId=4 LocalApicId=0 Disabled
    25/01/2011 19:25:34 kernel AppleACPICPU: ProcessorId=5 LocalApicId=0 Disabled
    25/01/2011 19:25:34 kernel AppleACPICPU: ProcessorId=6 LocalApicId=0 Disabled
    25/01/2011 19:25:34 kernel AppleACPICPU: ProcessorId=7 LocalApicId=0 Disabled
    25/01/2011 19:25:34 kernel calling mpopolicyinit for Quarantine
    25/01/2011 19:25:34 kernel Security policy loaded: Quarantine policy (Quarantine)
    25/01/2011 19:25:34 kernel calling mpopolicyinit for Sandbox
    25/01/2011 19:25:34 kernel Security policy loaded: Seatbelt sandbox policy (Sandbox)
    25/01/2011 19:25:34 kernel calling mpopolicyinit for TMSafetyNet
    25/01/2011 19:25:34 kernel Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    25/01/2011 19:25:34 kernel Copyright (c) 1982, 1986, 1989, 1991, 1993
    25/01/2011 19:25:34 kernel The Regents of the University of California. All rights reserved.
    25/01/2011 19:25:34 kernel MAC Framework successfully initialized
    25/01/2011 19:25:34 kernel using 16384 buffer headers and 4096 cluster IO buffer headers
    25/01/2011 19:25:34 kernel IOAPIC: Version 0x20 Vectors 64:87
    25/01/2011 19:25:34 kernel ACPI: System State [S0 S3 S4 S5] (S3)
    25/01/2011 19:25:34 kernel AppleIntelCPUPowerManagement: initialization complete
    25/01/2011 19:25:34 kernel mbinit: done (64 MB memory set for mbuf pool)
    25/01/2011 19:25:34 kernel rooting via boot-uuid from /chosen: D78E2368-85B5-352F-AF18-0B81A8CABD58
    25/01/2011 19:25:34 kernel Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    25/01/2011 19:25:34 kernel com.apple.AppleFSCompressionTypeZlib kmod start
    25/01/2011 19:25:34 kernel com.apple.AppleFSCompressionTypeZlib load succeeded
    25/01/2011 19:25:34 kernel AppleIntelCPUPowerManagementClient: ready
    25/01/2011 19:25:34 kernel Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT0 @0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDri ver/ST3500630AS P Media/IOGUIDPartitionScheme/Customer@2
    25/01/2011 19:25:34 kernel BSD root: disk2s2, major 14, minor 8
    25/01/2011 19:25:34 kernel jnl: unknown-dev: replay_journal: from: 9129984 to: 20120576 (joffset 0x13dd4000)
    25/01/2011 19:25:34 kernel FireWire (OHCI) TI ID 8025 built-in now active, GUID 001b63fffe774e0c; max speed s800.
    25/01/2011 19:25:34 kernel [Bluetooth::CSRHIDTransition] switchToHCIMode (legacy)
    25/01/2011 19:25:34 kernel [Bluetooth::CSRHIDTransition] transition complete.
    25/01/2011 19:25:34 kernel CSRUSBBluetoothHCIController::setupHardware super returned 0
    25/01/2011 19:25:34 kernel jnl: unknown-dev: journal replay done.
    25/01/2011 19:25:34 kernel hfs: Removed 3 orphaned / unlinked files and 0 directories
    25/01/2011 19:24:20 com.apple.launchd[1] * launchd[1] has started up. *
    25/01/2011 19:25:37 DirectoryService[10] Improper shutdown detected
    25/01/2011 19:25:40 kernel AppleIntel8254XEthernet: Ethernet address 00:17:f2:0b:2e:0a
    25/01/2011 19:25:40 kernel AppleIntel8254XEthernet: Ethernet address 00:17:f2:0b:2e:0b
    25/01/2011 19:25:41 kernel systemShutdown false
    25/01/2011 19:25:47 blued[15] Apple Bluetooth daemon started
    25/01/2011 19:25:49 com.apple.kextd[9] Cache file /System/Library/Caches/com.apple.kext.caches/Directories//System/Library/Extens ions/IOKitPersonalities_i386.ioplist.gz is out of date; not using.
    25/01/2011 19:25:49 mDNSResponder[17] mDNSResponder mDNSResponder-258.14 (Nov 18 2010 14:18:32) starting
    25/01/2011 19:25:49 configd[13] network configuration changed.
    25/01/2011 19:25:49 configd[13] setting hostname to "Macintosh.local"
    25/01/2011 19:25:51 com.apple.SecurityServer[26] Session 0x5fbff962 created
    25/01/2011 19:25:51 com.apple.SecurityServer[26] Entering service
    25/01/2011 19:25:51 configd[13] network configuration changed.
    25/01/2011 19:25:51 configd[13] network configuration changed.
    25/01/2011 19:25:57 kernel jnl: disk1s2: replay_journal: from: 29517312 to: 30563328 (joffset 0x1d1c000)
    25/01/2011 19:25:57 kernel jnl: disk1s2: journal replay done.
    25/01/2011 19:25:57 bootlog[58] BOOT_TIME: 1295983451 0
    25/01/2011 19:25:57 fseventsd[51] event logs in /Volumes/ANNEXE/.fseventsd out of sync with volume. destroying old logs. (275 1 482)
    25/01/2011 19:25:57 fseventsd[51] log dir: /Volumes/ANNEXE/.fseventsd getting new uuid: 3E9B75A2-6939-4F49-9E18-9AA41C926F7F
    25/01/2011 19:25:57 fseventsd[51] event logs in /.fseventsd out of sync with volume. destroying old logs. (274 106 482)
    25/01/2011 19:25:58 fseventsd[51] log dir: /.fseventsd getting new uuid: 8749CEBA-97CF-422A-A4F8-B5C68EBB6C26
    25/01/2011 19:26:01 kernel Waiting for DSMOS...
    25/01/2011 19:26:01 com.apple.usbmuxd[39] usbmuxd-207 built for iTunesTenOne on Oct 19 2010 at 13:50:35, running 64 bit
    25/01/2011 19:26:04 fseventsd[51] event logs in /Volumes/STORAGE/.fseventsd out of sync with volume. destroying old logs. (272 0 489)
    25/01/2011 19:26:04 fseventsd[51] log dir: /Volumes/STORAGE/.fseventsd getting new uuid: B646DF67-25DA-4867-BF50-319B9F66ADEE
    25/01/2011 19:26:22 com.apple.kextd[9] Can't load AmbrosiaAudioSupport.kext - validation problems.
    25/01/2011 19:26:22 com.apple.kextd[9] Failed to load AmbrosiaAudioSupport.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:22 com.apple.kextd[9] Load com.AmbrosiaSW.AudioSupport failed; removing personalities.
    25/01/2011 19:26:22 com.apple.kextd[9] Can't load AppleHDAController.kext - validation problems.
    25/01/2011 19:26:22 com.apple.kextd[9] Failed to load AppleHDAController.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:22 com.apple.kextd[9] Load com.apple.driver.AppleHDAController failed; removing personalities.
    25/01/2011 19:26:22 com.apple.kextd[9] Can't load AppleMCEDriver.kext - validation problems.
    25/01/2011 19:26:22 com.apple.kextd[9] Failed to load AppleMCEDriver.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:22 com.apple.kextd[9] Load com.apple.driver.AppleMCEDriver failed; removing personalities.
    25/01/2011 19:26:22 com.apple.kextd[9] Can't load AppleProfileFamily.kext - validation problems.
    25/01/2011 19:26:22 com.apple.kextd[9] Failed to load AppleProfileFamily.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:22 com.apple.kextd[9] Load com.apple.iokit.AppleProfileFamily failed; removing personalities.
    25/01/2011 19:26:22 com.apple.kextd[9] Can't load AppleIntelMeromProfile.kext - validation problems.
    25/01/2011 19:26:22 com.apple.kextd[9] Failed to load AppleIntelMeromProfile.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:22 com.apple.kextd[9] Load com.apple.driver.AppleIntelMeromProfile failed; removing personalities.
    25/01/2011 19:26:22 com.apple.kextd[9] Can't load IOFireWireIP.kext - validation problems.
    25/01/2011 19:26:22 com.apple.kextd[9] Failed to load IOFireWireIP.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:22 com.apple.kextd[9] Load com.apple.iokit.IOFireWireIP failed; removing personalities.
    25/01/2011 19:26:23 kernel Previous Shutdown Cause: 3
    25/01/2011 19:26:23 com.apple.kextd[9] Can't load AppleIntelMeromProfile.kext - validation problems.
    25/01/2011 19:26:23 com.apple.kextd[9] Failed to load AppleIntelMeromProfile.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:23 com.apple.kextd[9] Load com.apple.driver.AppleIntelMeromProfile failed; removing personalities.
    25/01/2011 19:26:23 com.apple.kextd[9] Can't load AppleProfileFamily.kext - validation problems.
    25/01/2011 19:26:23 com.apple.kextd[9] Failed to load AppleProfileFamily.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:23 com.apple.kextd[9] Load com.apple.iokit.AppleProfileFamily failed; removing personalities.
    25/01/2011 19:26:23 com.apple.kextd[9] Can't load AudioIPCDriver.kext - validation problems.
    25/01/2011 19:26:23 com.apple.kextd[9] Failed to load AudioIPCDriver.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:23 com.apple.kextd[9] Load com.apple.driver.AudioIPCDriver failed; removing personalities.
    25/01/2011 19:26:23 com.apple.kextd[9] Can't load AppleIntelNehalemProfile.kext - validation problems.
    25/01/2011 19:26:23 com.apple.kextd[9] Failed to load AppleIntelNehalemProfile.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:23 com.apple.kextd[9] Load com.apple.driver.AppleIntelNehalemProfile failed; removing personalities.
    25/01/2011 19:26:23 com.apple.kextd[9] Can't load GeForce.kext - validation problems.
    25/01/2011 19:26:23 com.apple.kextd[9] Failed to load GeForce.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:23 com.apple.kextd[9] Load com.apple.GeForce failed; removing personalities.
    25/01/2011 19:26:23 com.apple.kextd[9] Can't load AppleIntelPenrynProfile.kext - validation problems.
    25/01/2011 19:26:23 com.apple.kextd[9] Failed to load AppleIntelPenrynProfile.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:23 com.apple.kextd[9] Load com.apple.driver.AppleIntelPenrynProfile failed; removing personalities.
    25/01/2011 19:26:23 com.apple.kextd[9] Can't load AppleMCCSControl.kext - validation problems.
    25/01/2011 19:26:23 com.apple.kextd[9] Failed to load AppleMCCSControl.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:23 com.apple.kextd[9] Load com.apple.driver.AppleMCCSControl failed; removing personalities.
    25/01/2011 19:26:23 com.apple.kextd[9] Can't load IOBluetoothSerialManager.kext - validation problems.
    25/01/2011 19:26:23 com.apple.kextd[9] Failed to load IOBluetoothSerialManager.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:23 com.apple.kextd[9] Load com.apple.iokit.IOBluetoothSerialManager failed; removing personalities.
    25/01/2011 19:26:23 com.apple.kextd[9] Can't load AppleIntelYonahProfile.kext - validation problems.
    25/01/2011 19:26:23 com.apple.kextd[9] Failed to load AppleIntelYonahProfile.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:23 com.apple.kextd[9] Load com.apple.driver.AppleIntelYonahProfile failed; removing personalities.
    25/01/2011 19:26:23 com.apple.kextd[9] Can't load AppleUpstreamUserClient.kext - validation problems.
    25/01/2011 19:26:23 com.apple.kextd[9] Failed to load AppleUpstreamUserClient.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:23 com.apple.kextd[9] Load com.apple.driver.AppleUpstreamUserClient failed; removing personalities.
    25/01/2011 19:26:23 com.apple.kextd[9] Can't load IOSurface.kext - validation problems.
    25/01/2011 19:26:23 com.apple.kextd[9] Failed to load IOSurface.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:23 com.apple.kextd[9] Load com.apple.iokit.IOSurface failed; removing personalities.
    25/01/2011 19:26:23 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[47] Login Window Application Started
    25/01/2011 19:26:23 com.apple.kextd[9] Can't load AppleTyMCEDriver.kext - validation problems.
    25/01/2011 19:26:23 com.apple.kextd[9] Failed to load AppleTyMCEDriver.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:26:23 com.apple.kextd[9] Load com.apple.driver.AppleTyMCEDriver failed; removing personalities.
    25/01/2011 19:26:23 com.apple.SystemStarter[40] Starting Sophos Update Manager
    25/01/2011 19:26:23 com.apple.SystemStarter[40] Starting Aladdin USB daemon
    25/01/2011 19:26:24 kernel NVDANV40HAL loaded and registered.
    25/01/2011 19:26:24 kernel DSMOS has arrived
    25/01/2011 19:26:24 com.apple.SystemStarter[40] PACESupport - launchd already started us
    25/01/2011 19:26:27 com.apple.fontd[83] FODBCheck: foRec->annexNumber != kInvalidAnnexNumber (0)
    25/01/2011 19:26:29 com.apple.SecurityServer[26] Session 0x152114f created
    25/01/2011 19:26:29 com.apple.SecurityServer[26] Session 0x152114f attributes 0x30
    25/01/2011 19:26:29 _mdnsresponder[104] /usr/libexec/ntpd-wrapper: scutil key State:/Network/Global/DNS not present after 30 seconds
    25/01/2011 19:26:30 _mdnsresponder[107] sntp options: a=2 v=1 e=0.100 E=5.000 P=2147483647.000
    25/01/2011 19:26:30 _mdnsresponder[107] d=15 c=5 x=0 op=1 l=/var/run/sntp.pid f= time.euro.apple.com
    25/01/2011 19:26:30 _mdnsresponder[107] sntp: getaddrinfo(hostname, ntp) failed with nodename nor servname provided, or not known
    25/01/2011 19:26:31 loginwindow[47] Login Window Started Security Agent
    25/01/2011 19:26:31 com.apple.fontd[83] FODBCheck: foRec->annexNumber != kInvalidAnnexNumber (0)
    25/01/2011 19:26:32 WindowServer[92] kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    25/01/2011 19:26:32 com.apple.WindowServer[92] Tue Jan 25 19:26:32 Macintosh.local WindowServer[92] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    25/01/2011 19:26:33 SecurityAgent[117] Showing Login Window
    25/01/2011 19:26:35 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Support/genatsdb[96] GENATSDB FontObjects generated = 472
    25/01/2011 19:26:36 warmd[38] [fetcheropenfile:936] open("/var/db/dyld/dyldshared_cache_x8664") => -1 (errno: 2)
    25/01/2011 19:26:36 warmd[38] [fetcheropenfile:936] open("/var/db/dyld/dyldshared_cachei386") => -1 (errno: 2)
    25/01/2011 19:27:05 com.apple.coreservicesd[74] ThrottleProcessIO: throttling disk i/o
    25/01/2011 19:27:27 SecurityAgent[117] User info context values set for megasystemadministrator
    25/01/2011 19:27:27 authorizationhost[111] Failed to authenticate user <megasystemadministrator> (tDirStatus: -14090).
    25/01/2011 19:27:29 SecurityAgent[117] User info context values set for megasystemadministrator
    25/01/2011 19:27:30 SecurityAgent[117] Login Window Showing Progress
    25/01/2011 19:27:30 SecurityAgent[117] Login Window done
    25/01/2011 19:27:30 loginwindow[47] Login Window - Returned from Security Agent
    25/01/2011 19:27:30 loginwindow[47] USER_PROCESS: 47 console
    25/01/2011 19:27:30 com.apple.UserEventAgent-LoginWindow[101] ALF error: cannot find useragent 1102
    25/01/2011 19:27:30 com.apple.UserEventAgent-LoginWindow[101] plugin.UserEventAgentFactory: called with typeID=FC86416D-6164-2070-726F-70735C216EC0
    25/01/2011 19:27:30 com.apple.launchd.peruser.504[124] (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    25/01/2011 19:27:31 loginwindow[47] Error loading /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: dlopen(/Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHD Audio, 262): no suitable image found. Did find:
    /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: no matching architecture in universal wrapper
    25/01/2011 19:27:31 com.apple.loginwindow[47] 2011-01-25 19:27:31.209 loginwindow[47:107] Error loading /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: dlopen(/Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHD Audio, 262): no suitable image found. Did find:
    25/01/2011 19:27:31 com.apple.loginwindow[47] /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: no matching architecture in universal wrapper
    25/01/2011 19:27:31 loginwindow[47] Cannot find function pointer NewPlugIn for factory C5A4CE5B-0BB8-11D8-9D75-0003939615B6 in CFBundle/CFPlugIn 0x10970e170 </Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin> (bundle, not loaded)
    25/01/2011 19:27:31 com.apple.loginwindow[47] 2011-01-25 19:27:31.211 loginwindow[47:107] Cannot find function pointer NewPlugIn for factory C5A4CE5B-0BB8-11D8-9D75-0003939615B6 in CFBundle/CFPlugIn 0x10970e170 </Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin> (bundle, not loaded)
    25/01/2011 19:27:32 fontd[139] Database content version mismatch (stored(15) != expected(14))
    25/01/2011 19:27:37 com.apple.launchd.peruser.504[124] (com.apple.Kerberos.renew.plist[148]) Exited with exit code: 1
    25/01/2011 19:27:37 mds[46] (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    25/01/2011 19:27:37 UserEventAgent[143] Error loading /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: dlopen(/Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHD Audio, 262): no suitable image found. Did find:
    /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: no matching architecture in universal wrapper
    25/01/2011 19:27:37 UserEventAgent[143] Cannot find function pointer NewPlugIn for factory C5A4CE5B-0BB8-11D8-9D75-0003939615B6 in CFBundle/CFPlugIn 0x101e35730 </Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin> (bundle, not loaded)
    25/01/2011 19:27:39 SystemUIServer[129] Error loading /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: dlopen(/Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHD Audio, 262): no suitable image found. Did find:
    /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: no matching architecture in universal wrapper
    25/01/2011 19:27:39 SystemUIServer[129] Cannot find function pointer NewPlugIn for factory C5A4CE5B-0BB8-11D8-9D75-0003939615B6 in CFBundle/CFPlugIn 0x108345bd0 </Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin> (bundle, not loaded)
    25/01/2011 19:27:44 com.apple.coreservicesd[74] ThrottleProcessIO: throttling disk i/o
    25/01/2011 19:27:48 mds[46] (Warning) Server: No stores registered for metascope "kMDQueryScopeComputerIndexed"
    25/01/2011 19:30:20 kernel USBMSC Identifier (non-unique): 20053552200A47E0602D 0x781 0x5566 0x100
    25/01/2011 19:30:49 com.apple.kextd[9] Cache file /System/Library/Caches/com.apple.kext.caches/Directories//System/Library/Extens ions/KextIdentifiers.plist.gz is out of date; not using.
    25/01/2011 19:30:49 com.apple.kextd[9] Rescanning kernel extensions.
    25/01/2011 19:30:49 com.apple.kextd[9] Can't load AppleIntelMeromProfile.kext - validation problems.
    25/01/2011 19:30:49 com.apple.kextd[9] Failed to load AppleIntelMeromProfile.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:30:49 com.apple.kextd[9] Load com.apple.driver.AppleIntelMeromProfile failed; removing personalities.
    25/01/2011 19:30:49 com.apple.kextd[9] Can't load GeForce.kext - validation problems.
    25/01/2011 19:30:49 com.apple.kextd[9] Failed to load GeForce.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:30:49 com.apple.kextd[9] Load com.apple.GeForce failed; removing personalities.
    25/01/2011 19:30:49 com.apple.kextd[9] Can't load AmbrosiaAudioSupport.kext - validation problems.
    25/01/2011 19:30:49 com.apple.kextd[9] Failed to load AmbrosiaAudioSupport.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:30:49 com.apple.kextd[9] Load com.AmbrosiaSW.AudioSupport failed; removing personalities.
    25/01/2011 19:30:49 com.apple.kextd[9] Can't load AppleHDAController.kext - validation problems.
    25/01/2011 19:30:49 com.apple.kextd[9] Failed to load AppleHDAController.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:30:49 com.apple.kextd[9] Load com.apple.driver.AppleHDAController failed; removing personalities.
    25/01/2011 19:30:49 com.apple.kextd[9] Can't load AppleMCCSControl.kext - validation problems.
    25/01/2011 19:30:49 com.apple.kextd[9] Failed to load AppleMCCSControl.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:30:49 com.apple.kextd[9] Load com.apple.driver.AppleMCCSControl failed; removing personalities.
    25/01/2011 19:30:49 com.apple.kextd[9] Can't load AppleMCEDriver.kext - validation problems.
    25/01/2011 19:30:49 com.apple.kextd[9] Failed to load AppleMCEDriver.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:30:49 com.apple.kextd[9] Load com.apple.driver.AppleMCEDriver failed; removing personalities.
    25/01/2011 19:30:49 com.apple.kextd[9] Can't load AppleProfileFamily.kext - validation problems.
    25/01/2011 19:30:49 com.apple.kextd[9] Failed to load AppleProfileFamily.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:30:49 com.apple.kextd[9] Load com.apple.iokit.AppleProfileFamily failed; removing personalities.
    25/01/2011 19:30:49 com.apple.kextd[9] Can't load IOFireWireIP.kext - validation problems.
    25/01/2011 19:30:49 com.apple.kextd[9] Failed to load IOFireWireIP.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:30:49 com.apple.kextd[9] Load com.apple.iokit.IOFireWireIP failed; removing personalities.
    25/01/2011 19:30:49 com.apple.kextd[9] Can't load AppleTyMCEDriver.kext - validation problems.
    25/01/2011 19:30:49 com.apple.kextd[9] Failed to load AppleTyMCEDriver.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:30:49 com.apple.kextd[9] Load com.apple.driver.AppleTyMCEDriver failed; removing personalities.
    25/01/2011 19:30:49 com.apple.kextd[9] Can't load AppleIntelNehalemProfile.kext - validation problems.
    25/01/2011 19:30:49 com.apple.kextd[9] Failed to load AppleIntelNehalemProfile.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:30:49 com.apple.kextd[9] Load com.apple.driver.AppleIntelNehalemProfile failed; removing personalities.
    25/01/2011 19:30:49 com.apple.kextd[9] Can't load AppleProfileFamily.kext - validation problems.
    25/01/2011 19:30:49 com.apple.kextd[9] Failed to load AppleProfileFamily.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:30:49 com.apple.kextd[9] Load com.apple.iokit.AppleProfileFamily failed; removing personalities.
    25/01/2011 19:30:49 com.apple.kextd[9] Can't load AppleUpstreamUserClient.kext - validation problems.
    25/01/2011 19:30:49 com.apple.kextd[9] Failed to load AppleUpstreamUserClient.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:30:49 com.apple.kextd[9] Load com.apple.driver.AppleUpstreamUserClient failed; removing personalities.
    25/01/2011 19:30:49 com.apple.kextd[9] Can't load AudioIPCDriver.kext - validation problems.
    25/01/2011 19:30:49 com.apple.kextd[9] Failed to load AudioIPCDriver.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:30:49 com.apple.kextd[9] Load com.apple.driver.AudioIPCDriver failed; removing personalities.
    25/01/2011 19:30:49 com.apple.kextd[9] Can't load AppleIntelPenrynProfile.kext - validation problems.
    25/01/2011 19:30:49 com.apple.kextd[9] Failed to load AppleIntelPenrynProfile.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:30:49 com.apple.kextd[9] Load com.apple.driver.AppleIntelPenrynProfile failed; removing personalities.
    25/01/2011 19:30:49 com.apple.kextd[9] Can't load IOBluetoothSerialManager.kext - validation problems.
    25/01/2011 19:30:49 com.apple.kextd[9] Failed to load IOBluetoothSerialManager.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:30:49 com.apple.kextd[9] Load com.apple.iokit.IOBluetoothSerialManager failed; removing personalities.
    25/01/2011 19:30:49 com.apple.kextd[9] Can't load AppleIntelYonahProfile.kext - validation problems.
    25/01/2011 19:30:49 com.apple.kextd[9] Failed to load AppleIntelYonahProfile.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:30:49 com.apple.kextd[9] Load com.apple.driver.AppleIntelYonahProfile failed; removing personalities.
    25/01/2011 19:30:49 com.apple.kextd[9] Can't load IOSurface.kext - validation problems.
    25/01/2011 19:30:49 com.apple.kextd[9] Failed to load IOSurface.kext - (libkern/kext) validation failure (plist/executable).
    25/01/2011 19:30:49 com.apple.kextd[9] Load com.apple.iokit.IOSurface failed; removing personalities.
    25/01/2011 19:30:50 com.apple.kextcache[182] AmbrosiaAudioSupport.kext is not valid; omitting from mkext.
    25/01/2011 19:30:50 com.apple.kextcache[182] Apple16X50Serial.kext is not valid; omitting from mkext.
    25/01/2011 19:30:50 com.apple.kextcache[182] Apple16X50ACPI.kext is not valid; omitting from mkext.
    25/01/2011 19:30:50 com.apple.kextcache[182] Apple_iSight.kext is not valid; omitting from mkext.
    25/01/2011 19:30:50 com.apple.kextcache[182] AppleBMC.kext is not valid; omitting from mkext.
    25/01/2011 19:30:50 com.apple.kextcache[182] AppleFWAudio.kext is not valid; omitting from mkext.
    25/01/2011 19:30:50 com.apple.kextcache[182] AppleHDA.kext is not valid; omitting from mkext.
    25/01/2011 19:30:50 com.apple.kextcache[182] AppleHDAController.kext is not valid; omitting from mkext.
    25/01/2011 19:30:50 com.apple.kextcache[182] AppleHDAHardwareConfigDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:50 com.apple.kextcache[182] AppleHDAPlatformDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:50 com.apple.kextcache[182] AppleMikeyDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:50 com.apple.kextcache[182] DspFuncLib.kext is not valid; omitting from mkext.
    25/01/2011 19:30:50 com.apple.kextcache[182] IOHDAFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:50 com.apple.kextcache[182] AppleIntelGMA950.kext is not valid; omitting from mkext.
    25/01/2011 19:30:50 com.apple.kextcache[182] AppleIntelGMAX3100.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleIntelHDGraphics.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleMCCSControl.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleMCEDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleMikeyHIDDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] ApplePlatformEnabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleProfileFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleIntelMeromProfile.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleIntelNehalemProfile.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleIntelPenrynProfile.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleIntelYonahProfile.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleProfileCallstackAction.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleProfileKEventAction.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleProfileReadCounterAction.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleProfileRegisterStateAction.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleProfileThreadInfoAction.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleProfileTimestampAction.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleSMBusController.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleSMBusPCI.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleSMCLMU.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleStorageDrivers.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] PreventMediaMountDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleTyMCEDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleUpstreamUserClient.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleUSBAudio.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleUSBDisplays.kext is not valid; omitting from mkext.
    25/01/2011 19:30:51 com.apple.kextcache[182] AppleUSBEthernetHost.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] ATIRadeonX1000.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] ATIRadeonX2000.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] ATIRadeonX3000.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] AudioAUUC.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] AudioIPCDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] BJUSBLoad.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] cd9660.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] cddafs.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] EPSONUSBPrintClass.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] exfat.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] GeForce.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] hpdesignjetseries.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] hpDeskjet_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] hpInkjet1_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] hpInkjet3_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] hpInkjet4_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] hpInkjet5_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] hpInkjet8_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] hpInkjet_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] hpio_printerclassdriverenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] hpLaserjet_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] hpOfficejet_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] hpPhotosmart_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] hpPhotosmartPro_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] hpqc_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] AirPortAtheros.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] AirPortAtheros21.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] IOAudioFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] IOBluetoothA2DPAudioDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] IOBluetoothBNEPDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] IOBluetoothSCOAudioDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] IOBluetoothSerialManager.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] IOFireWireAVC.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] IOFireWireIP.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] IOFireWireIPPrivate.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] AppleDiskImagesCryptoEncoding.kext is not valid; omitting from mkext.
    25/01/2011 19:30:52 com.apple.kextcache[182] IOHIDUserClient.kext is not valid; omitting from mkext.
    25/01/2011 19:30:53 com.apple.kextcache[182] IOSerialFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] AppleUSBIrDA.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] AppleWWANSupport1.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] AppleWWANSupport2.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] InternalModemSupport.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] MotorolaSM56KUSB.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] IOStreamFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] IOStreamUserClient.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] IOSurface.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] AppleUSBCDC.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] AppleUSBCDCACMControl.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] AppleUSBCDCACMData.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] AppleUSBCDCDMM.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] AppleUSBCDCECMControl.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] AppleUSBCDCECMData.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] AppleUSBCDCEEM.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] AppleUSBCDCWCM.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] IOVideoFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] IOVideoDeviceUserClient.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] JMicronATA.kext does not declare a kernel dependency; using com.apple.kernel.6.0.
    25/01/2011 19:30:54 com.apple.kextcache[182] LexmarkUSBMerge.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] mcxalr.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] msdosfs.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] NovationUSBAudio.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] ntfs.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] OSvKernDSPLib.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] PACESupportFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] PACESupportLeopard.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] PACESupportPanther.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] PACESupportSnowLeopard.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] PACESupportTiger.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] PPP.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] SM56KUSBAudioFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] AppleSM56KUSBAudio.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] AppleSM56KUSBModemFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] smbfs.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] SMCMotionSensor.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] TASCAMFW1804.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] udf.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] ufs.kext is not valid; omitting from mkext.
    25/01/2011 19:30:54 com.apple.kextcache[182] webdav_fs.kext is not valid; omitting from mkext.
    25/01/2011 19:30:56 com.apple.kextcache[182] AmbrosiaAudioSupport.kext is not valid; omitting from mkext.
    25/01/2011 19:30:56 com.apple.kextcache[182] Apple16X50Serial.kext is not valid; omitting from mkext.
    25/01/2011 19:30:56 com.apple.kextcache[182] Apple16X50ACPI.kext is not valid; omitting from mkext.
    25/01/2011 19:30:56 com.apple.kextcache[182] Apple_iSight.kext is not valid; omitting from mkext.
    25/01/2011 19:30:56 com.apple.kextcache[182] AppleBMC.kext is not valid; omitting from mkext.
    25/01/2011 19:30:56 com.apple.kextcache[182] AppleFWAudio.kext is not valid; omitting from mkext.
    25/01/2011 19:30:56 com.apple.kextcache[182] AppleHDA.kext is not valid; omitting from mkext.
    25/01/2011 19:30:56 com.apple.kextcache[182] AppleHDAController.kext is not valid; omitting from mkext.
    25/01/2011 19:30:56 com.apple.kextcache[182] AppleHDAHardwareConfigDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleHDAPlatformDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleMikeyDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] DspFuncLib.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] IOHDAFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleIntelGMA950.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleIntelGMAX3100.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleIntelHDGraphics.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleMCCSControl.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleMCEDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleMikeyHIDDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] ApplePlatformEnabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleProfileFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleIntelMeromProfile.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleIntelNehalemProfile.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleIntelPenrynProfile.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleIntelYonahProfile.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleProfileCallstackAction.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleProfileKEventAction.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleProfileReadCounterAction.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleProfileRegisterStateAction.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleProfileThreadInfoAction.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleProfileTimestampAction.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleSMBusController.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleSMBusPCI.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleSMCLMU.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleStorageDrivers.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] PreventMediaMountDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleTyMCEDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleUpstreamUserClient.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleUSBAudio.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleUSBDisplays.kext is not valid; omitting from mkext.
    25/01/2011 19:30:57 com.apple.kextcache[182] AppleUSBEthernetHost.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] ATIRadeonX1000.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] ATIRadeonX2000.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] ATIRadeonX3000.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] AudioAUUC.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] AudioIPCDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] BJUSBLoad.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] cd9660.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] cddafs.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] EPSONUSBPrintClass.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] exfat.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] GeForce.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] hpdesignjetseries.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] hpDeskjet_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] hpInkjet1_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] hpInkjet3_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] hpInkjet4_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] hpInkjet5_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] hpInkjet8_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] hpInkjet_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] hpio_printerclassdriverenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] hpLaserjet_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] hpOfficejet_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] hpPhotosmart_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] hpPhotosmartPro_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] hpqc_ioenabler.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] AirPortAtheros.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] AirPortAtheros21.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] IOAudioFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] IOBluetoothA2DPAudioDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] IOBluetoothBNEPDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] IOBluetoothSCOAudioDriver.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] IOBluetoothSerialManager.kext is not valid; omitting from mkext.
    25/01/2011 19:30:58 com.apple.kextcache[182] IOFireWireAVC.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] IOFireWireIP.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] IOFireWireIPPrivate.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] AppleDiskImagesCryptoEncoding.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] IOHIDUserClient.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] IOSerialFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] AppleUSBIrDA.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] AppleWWANSupport1.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] AppleWWANSupport2.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] InternalModemSupport.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] MotorolaSM56KUSB.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] IOStreamFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] IOStreamUserClient.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] IOSurface.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] AppleUSBCDC.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] AppleUSBCDCACMControl.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] AppleUSBCDCACMData.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] AppleUSBCDCDMM.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] AppleUSBCDCECMControl.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] AppleUSBCDCECMData.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] AppleUSBCDCEEM.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] AppleUSBCDCWCM.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] IOVideoFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] IOVideoDeviceUserClient.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] LexmarkUSBMerge.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] mcxalr.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] msdosfs.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] NovationUSBAudio.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] ntfs.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] OSvKernDSPLib.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] PACESupportFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] PACESupportLeopard.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] PACESupportPanther.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] PACESupportSnowLeopard.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] PACESupportTiger.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] PPP.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] SM56KUSBAudioFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] AppleSM56KUSBAudio.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] AppleSM56KUSBModemFamily.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] smbfs.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] SMCMotionSensor.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] TASCAMFW1804.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] udf.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] ufs.kext is not valid; omitting from mkext.
    25/01/2011 19:30:59 com.apple.kextcache[182] webdav_fs.kext is not valid; omitting from mkext.
    25/01/2011 19:31:01 com.apple.kextcache[182] Created mkext archive //System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext.
    25/01/2011 19:31:01 com.apple.kextcache[181] /: no supported helper partitions to update.

Maybe you are looking for

  • How to access certain line's values from former list in a dynpro?

    hi, i generate a list after a select screen whose results look like the following list: userA - number1 - 5points userA - number2 - 3points userA - number3 - 2points      userA: 10points total userB - number1 - 3points userB - number2 - 4points userB

  • Does OBIEE picks up Email Id of the user from LDAP?

    Hello All, As soon as I configured the iBot I want to send the reports output as email. I assigned them to the user. It is failing with the following errors. " No devices for user: xxxxxx" My understanding was LDAP where the user authentication happe

  • JTree Help

    Hi, I'm having trouble trying to override the tree icons when the tree is either expanded or collapsed. I used the following statements: JTree tree = new JTree(); ImageIcon plusIcon = new ImageIcon( "./plus.gif" ); ImageIcon minusIcon = new ImageIcon

  • Listcube or ODS content

    Hi, PCA Cube : We have a long text field (SGTXT) available in GLPCA table in R/3 used in the BW PCA ODS object. Field is mapped to 0TXTLG in the transfer rule(Long description). This field 0TXTLG is available in the infosource and ods object. Same fi

  • Just installed ilife11cannot open iPhoto always asking for updates when checked no updates available only had this computer a week i am not impressed

    can anyone advise me on what to do i have just installed ilife11 onto my computer it seems to have stopped my iphoto from working, I cant open it always says install updates when having done this no upgrades are available. How do i get my iphoto to w