Mktime error in awk on Snow Leopard

Is mktime not working in Snow Leopard awk (version 20070501)?  I get the error: "awk: calling undefined function mktime" when I run a Bash script with: "awk '{run=$1; start_time=mktime($2" "$3" "$4" "$5" "$6" "$7)}".  It worked on other boxes, but I was not privy to what was loaded on those.  Maybe I'm asleep.  Maybe time functions aren't in the standard awk in Snow Leopard?  (seems unlikely to me.)  Any help appreciated.  Thanks.

Thanks Bob.  I feared that.  Of course, I am not really sure what flavor of awk we get as standard from Apple.  I guess my choices are to install gawk and hope that it won't cause any problems with other things depending on the Apple version or I'll insert my own function to do what I need.  And I may spend a few hours wondering why Apple didn't include gawk anyway.
Moving a little off the original topic: Is there a general way to figure out things like what Apple is giving us in the included Unix utilities/programs/etc?  In this particular case, I obviously knew to do 'awk -version' to get a version number, but I mean how does one know if this is BWK awk, gawk, mawk,awka, Jawk... yada, yada, yada?  Does one have to figure it out for any given utility?
Thanks again for the help.

Similar Messages

  • Beachballing and "disk0s10: I/O errors" after upgrading to Snow Leopard

    Here's my situation: I recently upgraded my iMac (2.93 Ghz Intel Core Duo, 4GB of ram, model id is 9.1) from Leopard to Snow Leopard. I did a basic install (not a clean install), the installation went smoothly, no errors were reported and in less than 40 minutes I was up running Snow Leopard.
    But... immediately, on the first launch, after a couple of minutes my Mac started beachballing, leaving it completely unresponsive for like 5 minutes. Afterwards, the spinning pinwheel disappears, my Mac continues running normally, and I don't experience much issues. At first I thought it was a one time thing, probably saving some settings up after the first launch, but... it has been happening every time I start my computer! Every time, it starts up, all my startup programs launch, the desktop icons appear, and then suddenly after a couple of minutes it starts beachballing again.
    I now start to suspect there's something wrong. I launch the Console and take a look at the logs. There at the exact same time the beachballing occurs, i find like 3 or 4 subsequent "disk0s10: I/O errors". Now I'm starting to think it's a hard disk issue, so I bring up Disk Utility and check the S.M.A.R.T., it says everything is OK. I verify the disk, and it says everything is OK. Now I don't know what to suspect.
    Something tells me it's not the hard disk failing (maybe it's denial), because the problem started happening immediately after installing Snow Leopard. With Leopard I didn't have any problems at all. Also, once the beachballing stops, my computer runs smooth and fast, much faster than with Leopard; and it seems the beachballing and the errors don't happen again until the next restart (though I haven't yet used it for a long period of time since this problem happened like three days ago). Another thing is that I recently transfered like 30GBs worth of files and I didn't receive a single error. Everything seems (as for now) to run perfectly well after the initial beachballing occurs.
    So, I'm now facing two options: (1) Make a clean install and see if the problem persists, or (2) Replace the hard disk.
    As all of you know, both options are pretty time consuming and annoying, so I really want to troubleshoot everything I can to see if the problem has a simpler solution. What other things can I check? Have any of you had this problem before?
    Sorry to make my post so long but I believe the more information you get first hand the better, right? Please, I will really appreciate any advice.

    OK. Here's what I found out.
    When I boot in Safe Mode the problem does not occur (and I discovered why, I'll explain further along). Also, Disk Utility didn't report any errors in either the "Macintosh HD" volume nor the "WINDOWS" volume.
    Looking closer at the console errors I noticed a couple of things. Here are the console errors:
    6/19/11 4:03:02 AM    kernel    disk0s1: I/O error.
    6/19/11 4:03:02 AM    kernel   
    6/19/11 4:03:02 AM    kernel   
    6/19/11 4:04:09 AM    kernel    disk0s1: I/O error.
    6/19/11 4:04:09 AM    kernel   
    6/19/11 4:04:09 AM    kernel   
    6/19/11 4:05:17 AM    kernel    disk0s1: I/O error.
    6/19/11 4:05:17 AM    kernel   
    6/19/11 4:05:17 AM    kernel   
    6/19/11 4:05:17 AM    firmwaresyncd[63]    /sbin/mount exited with 71
    6/19/11 4:05:17 AM    firmwaresyncd[63]    Command /sbin/mount output: mount_msdos: /dev/disk0s1 on /Volumes/firmwaresyncd.QsGgXz: Input/output error
    First of all, the error is reported on disk0s1. So I ran diskutil list on Terminal to check which drive was this. These are the drives and partitions that were listed:
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *640.1 GB   disk0
       1:                        EFI                         209.7 MB   disk0s1
       2:                  Apple_HFS Macintosh HD            605.5 GB   disk0s2
       3:       Microsoft Basic Data WINDOWS                 34.3 GB    disk0s3
    As you can see, disk0s1 is the EFI System Partition (ESP) in my Mac. After a little research I found out that this partition is used as a stage for handling firmware updates. I also found out that this partition is not really needed to run Mac OS X. This explains the subsequent appearance of the firmwaresyncd command which, according to the Apple's developer manuals, runs at boot time to synchronize the firmware files from the root filesystem to the EFI System Partition (ESP). Also, it does not run when the system is performing a Safe Boot.
    Now this explains why the problem only happens after I boot and never happens again until I reboot. It also explains why it doesn't happen when I run in Safe Mode.
    Therefore, the problem I'm experiencing is basically the following:
    At boot time the firmwaresyncd command tries to access the EFI partition to synchronize the firmware files from the root filesystem to the EFI System Partition.
    It seems that the EFI partition at disk0s1 is either corrupted or inaccesible so the firmwaresyncd command can't access the partition and after a couple of tries throws the input / output error.
    Now the next thing I did was to run Single User Mode and run  fsck_msdos /dev/disk0s1 to see if I could repair this partition. Unfortunately, I got the following error:
    :/ root# fsck_msdos /dev/disk0s1
    ** /dev/disk0s1
    ** Phase 1 - Preparing FAT
    ** Phase 2 - Checking Directories
    ** Phase 3 - Checking for Orphan Clusters
    disk0s1: I/O error.
    0 [Level 3][ReadUID 0] [Facility com.apple.system.fs] [ErrType IO] [ErrNo 5] [IOType Read] [PBlkNum 1744] [FSLogMsgID 1787532898] [FSLogMsgOrder First]
    0 [Level 3][ReadUID 0] [Facility com.apple.system.fs] [DevNode devfs] [MountPt /dev] [Path /dev/disk0s1] [FSLogMsgID 1787532898] [FSLogMsgOrder Last]
    disk0s1: I/O error.
    0 [Level 3][ReadUID 0] [Facility com.apple.system.fs] [ErrType IO] [ErrNo 5] [IOType Read] [PBlkNum 1744] [FSLogMsgID 1585536958] [FSLogMsgOrder First]
    0 [Level 3][ReadUID 0] [Facility com.apple.system.fs] [DevNode devfs] [MountPt /dev] [Path /dev/disk0s1] [FSLogMsgID 1585536958] [FSLogMsgOrder Last]
    Unable to read FAT (Input/output error)
    Free space in FSInfo block (364217) not correct (173941)
    Fix? [yn] y
    6 files, 86970 KiB free (173941 clusters)
    So that's what I've found out for now.
    What do you think I should do now? Should I try to erase and re-partition the disk to see if it solves the issue? Could these errors suggest the disk is about to fail?
    I could technically keep using the Mac like this since the EFI partition isn't strictly needed to run Mac OS X and this problem only happens once at boot time (and I do keep a Time Machine backup). But should I?
    Any thoughts?

  • Error configuring services from Snow Leopard Server to Mountain Lion Server

    I am trying to upgrade a Snow Leopard Server Mac Mini to Mountain Lion Server.
    We have two Mac Mini servers at our office (production and backup) so I migrated the everything from our production server to the backup using the migration assistant when setting up the backup computer.
    I now have the backup at home trying to upgrade it to Mountain Lion Server.  I have downloaded and installed Mountain Lion as well as the Server App version 2.2.  I basically followed the simple directions found in the Apple documentation.
    I started the server app and it got to the part where it said "Upgrading services".  After running for a few minutes, I get a window that states "An error occurred while configuring your server."  It also sayd "The following actions failed or were not attempted:" with a red dot next to "Upgrading services".  The other three items:  "Authenticating to local directory", "Reading directory configuration" and "Authenticating to local directory services" have gray dots so I'm sure they were not even attempted.
    Our Snow Leopard server is setup for SMB file sharing, LDAP services, FTP, Web, DNS, DHCP.
    Can someone point me to where I can figure out what exactly is failing?  Are there specific log files I need to look into?
    Thanks

    Have EXACTLY the same issue - also tried reinstalling mountain lion server fresh and still had the same problem...

  • Error message when installing Snow Leopard

    When i try to install snow leopard it says "the mac OS X installation couldn't be completed" please help here is the second half of the installer log
    May 12 13:37:06 localhost ReportCrash[150]: Process:         Mac OS X Installer [135]
    May 12 13:37:06 localhost ReportCrash[150]: Path:            /System/Installation/CDIS/Mac OS X Installer.app/Contents/MacOS/Mac OS X Installer
    May 12 13:37:06 localhost ReportCrash[150]: Identifier:      Mac OS X Installer
    May 12 13:37:06 localhost ReportCrash[150]: Version:         ??? (???)
    May 12 13:37:06 localhost ReportCrash[150]: Code Type:       X86-64 (Native)
    May 12 13:37:06 localhost ReportCrash[150]: Parent Process:  LCA [87]
    May 12 13:37:06 localhost ReportCrash[150]: 
    May 12 13:37:06 localhost ReportCrash[150]: Date/Time:       2012-05-12 13:37:05.293 -0700
    May 12 13:37:06 localhost ReportCrash[150]: OS Version:      Mac OS X 10.6 (10A432)
    May 12 13:37:06 localhost ReportCrash[150]: Report Version:  6
    May 12 13:37:06 localhost ReportCrash[150]: 
    May 12 13:37:06 localhost ReportCrash[150]: Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    May 12 13:37:06 localhost ReportCrash[150]: Exception Codes: 0x000000000000000a, 0x000000011d56c3d4
    May 12 13:37:06 localhost ReportCrash[150]: Crashed Thread:  9
    May 12 13:37:06 localhost ReportCrash[150]: 
    May 12 13:37:06 localhost ReportCrash[150]: Thread 0:  Dispatch queue: com.apple.main-thread
    May 12 13:37:06 localhost ReportCrash[150]: 0   libSystem.B.dylib                       0x000000010032aefa mach_msg_trap + 10
    May 12 13:37:06 localhost ReportCrash[150]: 1   libSystem.B.dylib                       0x000000010032b56d mach_msg + 59
    May 12 13:37:06 localhost ReportCrash[150]: 2   com.apple.CoreFoundation                0x0000000100690ce2 __CFRunLoopRun + 2002
    May 12 13:37:06 localhost ReportCrash[150]: 3   com.apple.CoreFoundation                0x000000010069003f CFRunLoopRunSpecific + 575
    May 12 13:37:06 localhost ReportCrash[150]: 4   com.apple.HIToolbox                     0x0000000105c2dc4e RunCurrentEventLoopInMode + 333
    May 12 13:37:06 localhost ReportCrash[150]: 5   com.apple.HIToolbox                     0x0000000105c2da53 ReceiveNextEventCommon + 310
    May 12 13:37:06 localhost ReportCrash[150]: 6   com.apple.HIToolbox                     0x0000000105c2d90c BlockUntilNextEventMatchingListInMode + 59
    May 12 13:37:06 localhost ReportCrash[150]: 7   com.apple.AppKit                        0x0000000100d11570 _DPSNextEvent + 718
    May 12 13:37:06 localhost ReportCrash[150]: 8   com.apple.AppKit                        0x0000000100d10ed9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    May 12 13:37:06 localhost ReportCrash[150]: 9   com.apple.AppKit                        0x0000000100cd6b29 -[NSApplication run] + 395
    May 12 13:37:06 localhost ReportCrash[150]: 10  com.apple.AppKit                        0x0000000100ccf844 NSApplicationMain + 364
    May 12 13:37:06 localhost ReportCrash[150]: 11  com.apple.MacOSXInstaller               0x000000010000489a 0x100000000 + 18586
    May 12 13:37:06 localhost ReportCrash[150]: 12  com.apple.MacOSXInstaller               0x0000000100001620 0x100000000 + 5664
    May 12 13:37:06 localhost ReportCrash[150]: 
    May 12 13:37:06 localhost ReportCrash[150]: Thread 1:
    May 12 13:37:06 localhost ReportCrash[150]: 0   libSystem.B.dylib                       0x0000000100365ace __semwait_signal + 10
    May 12 13:37:06 localhost ReportCrash[150]: 1   libSystem.B.dylib                       0x000000010036595d nanosleep + 148
    May 12 13:37:06 localhost ReportCrash[150]: 2   libSystem.B.dylib                       0x00000001003b3320 sleep + 61
    May 12 13:37:06 localhost ReportCrash[150]: 3   com.apple.installframework              0x00000001000b79f4 do_log_watch + 53
    May 12 13:37:06 localhost ReportCrash[150]: 4   libSystem.B.dylib                       0x000000010036406e _pthread_start + 331
    May 12 13:37:06 localhost ReportCrash[150]: 5   libSystem.B.dylib                       0x0000000100363f21 thread_start + 13
    May 12 13:37:06 localhost ReportCrash[150]: 
    May 12 13:37:06 localhost ReportCrash[150]: Thread 2:  Dispatch queue: com.apple.libdispatch-manager
    May 12 13:37:06 localhost ReportCrash[150]: 0   libSystem.B.dylib                       0x0000000100343c7e kevent + 10
    May 12 13:37:06 localhost ReportCrash[150]: 1   libSystem.B.dylib                       0x0000000100345b55 _dispatch_mgr_invoke + 154
    May 12 13:37:06 localhost ReportCrash[150]: 2   libSystem.B.dylib                       0x0000000100345824 _dispatch_queue_invoke + 185
    May 12 13:37:06 localhost ReportCrash[150]: 3   libSystem.B.dylib                       0x000000010034534e _dispatch_worker_thread2 + 244
    May 12 13:37:06 localhost ReportCrash[150]: 4   libSystem.B.dylib                       0x0000000100344c80 _pthread_wqthread + 353
    May 12 13:37:06 localhost ReportCrash[150]: 5   libSystem.B.dylib                       0x0000000100344b1d start_wqthread + 13
    May 12 13:37:06 localhost ReportCrash[150]: 
    May 12 13:37:06 localhost ReportCrash[150]: Thread 3:
    May 12 13:37:06 localhost ReportCrash[150]: 0   libSystem.B.dylib                       0x000000010032aefa mach_msg_trap + 10
    May 12 13:37:06 localhost ReportCrash[150]: 1   libSystem.B.dylib                       0x000000010032b56d mach_msg + 59
    May 12 13:37:06 localhost ReportCrash[150]: 2   com.apple.CoreFoundation                0x0000000100690ce2 __CFRunLoopRun + 2002
    May 12 13:37:06 localhost ReportCrash[150]: 3   com.apple.CoreFoundation                0x000000010069003f CFRunLoopRunSpecific + 575
    May 12 13:37:06 localhost ReportCrash[150]: 4   com.apple.Foundation                    0x000000010096451f +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    May 12 13:37:06 localhost ReportCrash[150]: 5   com.apple.Foundation                    0x00000001008e4f65 __NSThread__main__ + 1429
    May 12 13:37:06 localhost ReportCrash[150]: 6   libSystem.B.dylib                       0x000000010036406e _pthread_start + 331
    May 12 13:37:06 localhost ReportCrash[150]: 7   libSystem.B.dylib                       0x0000000100363f21 thread_start + 13
    May 12 13:37:06 localhost ReportCrash[150]: 
    May 12 13:37:06 localhost ReportCrash[150]: Thread 4:
    May 12 13:37:06 localhost ReportCrash[150]: 0   libSystem.B.dylib                       0x000000010036eaae select$DARWIN_EXTSN + 10
    May 12 13:37:06 localhost ReportCrash[150]: 1   com.apple.CoreFoundation                0x00000001006b2252 __CFSocketManager + 818
    May 12 13:37:06 localhost ReportCrash[150]: 2   libSystem.B.dylib                       0x000000010036406e _pthread_start + 331
    May 12 13:37:06 localhost ReportCrash[150]: 3   libSystem.B.dylib                       0x0000000100363f21 thread_start + 13
    May 12 13:37:06 localhost ReportCrash[150]: 
    May 12 13:37:06 localhost ReportCrash[150]: Thread 5:
    May 12 13:37:06 localhost ReportCrash[150]: 0   libSystem.B.dylib                       0x000000010032aefa mach_msg_trap + 10
    May 12 13:37:06 localhost ReportCrash[150]: 1   libSystem.B.dylib                       0x000000010032b56d mach_msg + 59
    May 12 13:37:06 localhost ReportCrash[150]: 2   com.apple.CoreFoundation                0x0000000100690ce2 __CFRunLoopRun + 2002
    May 12 13:37:06 localhost ReportCrash[150]: 3   com.apple.CoreFoundation                0x000000010069003f CFRunLoopRunSpecific + 575
    May 12 13:37:06 localhost ReportCrash[150]: 4   com.apple.Foundation                    0x000000010091fa94 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    May 12 13:37:06 localhost ReportCrash[150]: 5   com.apple.Foundation                    0x000000010096b4da -[NSRunLoop(NSRunLoop) runUntilDate:] + 78
    May 12 13:37:06 localhost ReportCrash[150]: 6   com.apple.osinstallframework            0x000000010002cdd6 -[OSPreInstallSizingQueueElement _calculateReapedFreeSpace] + 157
    May 12 13:37:06 localhost ReportCrash[150]: 7   com.apple.osinstallframework            0x000000010002d05f -[OSPreInstallSizingQueueElement run] + 159
    May 12 13:37:06 localhost ReportCrash[150]: 8   com.apple.installframework              0x000000010008c79f -[IFSession(Jobs) _runMetaQueueEngine] + 933
    May 12 13:37:06 localhost ReportCrash[150]: 9   com.apple.Foundation                    0x00000001008e4f65 __NSThread__main__ + 1429
    May 12 13:37:06 localhost ReportCrash[150]: 10  libSystem.B.dylib                       0x000000010036406e _pthread_start + 331
    May 12 13:37:06 localhost ReportCrash[150]: 11  libSystem.B.dylib                       0x0000000100363f21 thread_start + 13
    May 12 13:37:06 localhost ReportCrash[150]: 
    May 12 13:37:06 localhost ReportCrash[150]: Thread 6:
    May 12 13:37:06 localhost ReportCrash[150]: 0   libSystem.B.dylib                       0x000000010032af5a semaphore_timedwait_signal_trap + 10
    May 12 13:37:06 localhost ReportCrash[150]: 1   libSystem.B.dylib                       0x00000001003697b2 _pthread_cond_wait + 1015
    May 12 13:37:06 localhost ReportCrash[150]: 2   com.apple.Foundation                    0x000000010091edd3 -[NSCondition waitUntilDate:] + 399
    May 12 13:37:06 localhost ReportCrash[150]: 3   com.apple.Foundation                    0x000000010091212e -[NSConditionLock lockWhenCondition:beforeDate:] + 238
    May 12 13:37:06 localhost ReportCrash[150]: 4   com.apple.installframework              0x000000010007d47c +[IFDTargetController(WorkerThread) _handleTargetRequests] + 774
    May 12 13:37:06 localhost ReportCrash[150]: 5   com.apple.Foundation                    0x00000001008e4f65 __NSThread__main__ + 1429
    May 12 13:37:06 localhost ReportCrash[150]: 6   libSystem.B.dylib                       0x000000010036406e _pthread_start + 331
    May 12 13:37:06 localhost ReportCrash[150]: 7   libSystem.B.dylib                       0x0000000100363f21 thread_start + 13
    May 12 13:37:06 localhost ReportCrash[150]: 
    May 12 13:37:06 localhost ReportCrash[150]: Thread 7:
    May 12 13:37:06 localhost ReportCrash[150]: 0   libSystem.B.dylib                       0x0000000100365ace __semwait_signal + 10
    May 12 13:37:06 localhost ReportCrash[150]: 1   libSystem.B.dylib                       0x000000010036595d nanosleep + 148
    May 12 13:37:06 localhost ReportCrash[150]: 2   com.apple.Foundation                    0x0000000100969f8c +[NSThread sleepForTimeInterval:] + 101
    May 12 13:37:06 localhost ReportCrash[150]: 3   com.apple.SystemMigration               0x0000000101dcd56d -[SMManager _suppressSpotlightThread:] + 104
    May 12 13:37:06 localhost ReportCrash[150]: 4   com.apple.Foundation                    0x00000001008e4f65 __NSThread__main__ + 1429
    May 12 13:37:06 localhost ReportCrash[150]: 5   libSystem.B.dylib                       0x000000010036406e _pthread_start + 331
    May 12 13:37:06 localhost ReportCrash[150]: 6   libSystem.B.dylib                       0x0000000100363f21 thread_start + 13
    May 12 13:37:06 localhost ReportCrash[150]: 
    May 12 13:37:06 localhost ReportCrash[150]: Thread 8:
    May 12 13:37:06 localhost ReportCrash[150]: 0   libSystem.B.dylib                       0x000000010032aefa mach_msg_trap + 10
    May 12 13:37:06 localhost ReportCrash[150]: 1   libSystem.B.dylib                       0x000000010032b56d mach_msg + 59
    May 12 13:37:06 localhost ReportCrash[150]: 2   com.apple.CoreFoundation                0x0000000100690ce2 __CFRunLoopRun + 2002
    May 12 13:37:06 localhost ReportCrash[150]: 3   com.apple.CoreFoundation                0x000000010069003f CFRunLoopRunSpecific + 575
    May 12 13:37:06 localhost ReportCrash[150]: 4   com.apple.Foundation                    0x000000010091fa94 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    May 12 13:37:06 localhost ReportCrash[150]: 5   com.apple.Foundation                    0x000000010096b4da -[NSRunLoop(NSRunLoop) runUntilDate:] + 78
    May 12 13:37:06 localhost ReportCrash[150]: 6   com.apple.installframework              0x000000010008dc81 -[IFDInstallController(Private) _install] + 1524
    May 12 13:37:06 localhost ReportCrash[150]: 7   com.apple.osinstallframework            0x000000010001a06f -[OSInstallController(Private) _install] + 499
    May 12 13:37:06 localhost ReportCrash[150]: 8   com.apple.Foundation                    0x00000001008e4f65 __NSThread__main__ + 1429
    May 12 13:37:06 localhost ReportCrash[150]: 9   libSystem.B.dylib                       0x000000010036406e _pthread_start + 331
    May 12 13:37:06 localhost ReportCrash[150]: 10  libSystem.B.dylib                       0x0000000100363f21 thread_start + 13
    May 12 13:37:06 localhost ReportCrash[150]: 
    May 12 13:37:06 localhost ReportCrash[150]: Thread 9 Crashed:
    May 12 13:37:06 localhost ReportCrash[150]: 0   com.apple.bom                           0x0000000101d1cdeb BOMStreamReadUInt32 + 104
    May 12 13:37:06 localhost ReportCrash[150]: 1   com.apple.bom                           0x0000000101d17b91 _ReadBlockTable + 42
    May 12 13:37:06 localhost ReportCrash[150]: 2   com.apple.bom                           0x0000000101d185f2 BOMStorageOpen + 1131
    May 12 13:37:06 localhost ReportCrash[150]: 3   com.apple.bom                           0x0000000101d04110 BOMBomOpen + 441
    May 12 13:37:06 localhost ReportCrash[150]: 4   com.apple.PackageKit                    0x0000000101d59879 -[PKBOM initWithBOMPath:] + 139
    May 12 13:37:06 localhost ReportCrash[150]: 5   com.apple.PackageKit                    0x0000000101d666ef -[PKReceipt(Private) _BOM] + 97
    May 12 13:37:06 localhost ReportCrash[150]: 6   com.apple.PackageKit                    0x0000000101d66290 -[PKReceipt(Private) _directoryEnumerator] + 16
    May 12 13:37:06 localhost ReportCrash[150]: 7   com.apple.SystemMigration               0x0000000101e0d62d -[SMFindSystemFiles _findSystemPaths] + 1700
    May 12 13:37:06 localhost ReportCrash[150]: 8   com.apple.SystemMigration               0x0000000101e0db18 -[SMFindSystemFiles systemPaths] + 700
    May 12 13:37:06 localhost ReportCrash[150]: 9   com.apple.SystemMigration               0x0000000101e0f5e2 -[SMPathAnalyzer prunedSystemPathsReturningSize:] + 197
    May 12 13:37:06 localhost ReportCrash[150]: 10  com.apple.SystemMigration               0x0000000101e0fa25 -[SMPathAnalyzer prunedReaperPathsReturningSize:] + 54
    May 12 13:37:06 localhost ReportCrash[150]: 11  com.apple.osinstallframework            0x0000000100027d93 -[IFDiskObject(OSExtensions) calculateReapedFreeSpace] + 386
    May 12 13:37:06 localhost ReportCrash[150]: 12  com.apple.osinstallframework            0x000000010002cd10 -[OSPreInstallSizingQueueElement _calculateReapedFreeSpaceThread] + 64
    May 12 13:37:06 localhost ReportCrash[150]: 13  com.apple.Foundation                    0x00000001008e4f65 __NSThread__main__ + 1429
    May 12 13:37:06 localhost ReportCrash[150]: 14  libSystem.B.dylib                       0x000000010036406e _pthread_start + 331
    May 12 13:37:06 localhost ReportCrash[150]: 15  libSystem.B.dylib                       0x0000000100363f21 thread_start + 13
    May 12 13:37:06 localhost ReportCrash[150]: 
    May 12 13:37:06 localhost ReportCrash[150]: Thread 9 crashed with X86 Thread State (64-bit):
    May 12 13:37:06 localhost ReportCrash[150]:   rax: 0x000000011d56c3d4  rbx: 0x000000012a9424e0  rcx: 0x0000000000000000  rdx: 0x000000011d56c3d8
    May 12 13:37:06 localhost ReportCrash[150]:   rdi: 0x000000012a9424e0  rsi: 0x000000012a9424e0  rbp: 0x0000000122a3f5a0  rsp: 0x0000000122a3f590
    May 12 13:37:06 localhost ReportCrash[150]:    r8: 0x000000012a9fc0a0   r9: 0x000000012a9fc0a4  r10: 0x0000000000000013  r11: 0x000000012a9424e0
    May 12 13:37:06 localhost ReportCrash[150]:   r12: 0x000000010c224600  r13: 0x000000000000000c  r14: 0x000000012aa88ac0  r15: 0x000000012a9424e0
    May 12 13:37:06 localhost ReportCrash[150]:   rip: 0x0000000101d1cdeb  rfl: 0x0000000000010287  cr2: 0x000000011d56c3d4
    May 12 13:37:06 localhost ReportCrash[150]: 
    May 12 13:37:06 localhost ReportCrash[150]: Binary Images:
    May 12 13:37:06 localhost ReportCrash[150]:        0x100000000 -        0x10000eff7  com.apple.MacOSXInstaller 230.1 (255) <4D519D4D-458E-1EB5-B8EC-5D71279B3154> /System/Installation/CDIS/Mac OS X Installer.app/Contents/MacOS/Mac OS X Installer
    May 12 13:37:06 localhost ReportCrash[150]:        0x100018000 -        0x10003bff7  com.apple.osinstallframework 518.1 (572) <1F8F9C79-2B8D-F514-0D1D-D21B41F99B1E> /System/Library/PrivateFrameworks/Install.framework/Frameworks/OSInstall.framew ork/Versions/A/OSInstall
    May 12 13:37:06 localhost ReportCrash[150]:        0x100059000 -        0x100059ff7  com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    May 12 13:37:06 localhost ReportCrash[150]:        0x10005c000 -        0x100067ff7  com.apple.framework.Assistant 1.6.0 (14) <B3E711E3-998D-7CA8-06A5-8E685069C5BD> /System/Library/PrivateFrameworks/Assistant.framework/Versions/A/Assistant
    May 12 13:37:06 localhost ReportCrash[150]:        0x100074000 -        0x100138fef  com.apple.installframework 518.1 (572) <80D1E801-9D44-39D7-9A90-D7296EC1648C> /System/Library/PrivateFrameworks/Install.framework/Versions/A/Install
    May 12 13:37:06 localhost ReportCrash[150]:        0x1001b9000 -        0x1001d1ff7  com.apple.InstallerPlugins 4.0 (430.1) <8C3A33C1-D98A-6996-EB49-395B2959B7ED> /System/Library/Frameworks/InstallerPlugins.framework/Versions/A/InstallerPlugi ns
    May 12 13:37:06 localhost ReportCrash[150]:        0x1001e7000 -        0x100228ff7  com.apple.SystemConfiguration 1.10 (1.10) <E3FF1FC8-C760-2047-F954-0D283DD0F714> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    May 12 13:37:06 localhost ReportCrash[150]:        0x10024b000 -        0x1002a8fef  com.apple.framework.IOKit 2.0 (???) <65AA6170-12E3-BFB5-F982-E0C433610A1F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    May 12 13:37:06 localhost ReportCrash[150]:        0x1002ca000 -        0x1002d0ff7  com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    May 12 13:37:06 localhost ReportCrash[150]:        0x1002d9000 -        0x10030eff7  com.apple.DiskManagement 3.0 (338) <06BDA03D-A615-5AE8-10F8-5FAABC7FFA89> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
    May 12 13:37:06 localhost ReportCrash[150]:        0x10032a000 -        0x1004e9fe7  libSystem.B.dylib ??? (???) <1AABDC4B-CBAE-F40C-405C-DAE785959F57> /usr/lib/libSystem.B.dylib
    May 12 13:37:06 localhost ReportCrash[150]:        0x10057a000 -        0x100630fe7  libobjc.A.dylib ??? (???) <261D97A3-225B-8A00-56AA-F9F27973063F> /usr/lib/libobjc.A.dylib
    May 12 13:37:06 localhost ReportCrash[150]:        0x100645000 -        0x1007b8fef  com.apple.CoreFoundation 6.6 (550) <04EC0CC2-6CE4-4EE0-03B9-6C5109398CB1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    May 12 13:37:06 localhost ReportCrash[150]:        0x1008d1000 -        0x1008d1ff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    May 12 13:37:06 localhost ReportCrash[150]:        0x1008d4000 -        0x100b55fe7  com.apple.Foundation 6.6 (751) <CCE98C5C-DFEA-6C80-A014-A5985437072E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    May 12 13:37:06 localhost ReportCrash[150]:        0x100ccd000 -        0x1016bffef  com.apple.AppKit 6.6 (1038) <D4AB61F8-371E-D197-6F3D-DE397D1A717C> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    May 12 13:37:06 localhost ReportCrash[150]:        0x101cb3000 -        0x101ce7fe7  com.apple.framework.Apple80211 6.0 (600.27) <4FFF128A-4F64-01DB-A33A-99A8FF39D1B8> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    May 12 13:37:06 localhost ReportCrash[150]:        0x101cfb000 -        0x101d35fff  com.apple.bom 10.0 (164) <E5C9AFBD-68C1-197E-72B0-B43295DC87DC> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    May 12 13:37:06 localhost ReportCrash[150]:        0x101d45000 -        0x101d92fff  com.apple.PackageKit 1.0 (65) <B6A0FDF7-200B-0A01-E5D7-B5F96711D08A> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
    May 12 13:37:06 localhost ReportCrash[150]:        0x101dc7000 -        0x101e6efff  com.apple.SystemMigration 215.1 (365) <71B6C7DC-7CA5-5322-9127-5FFD7C049288> /System/Library/PrivateFrameworks/SystemMigration.framework/Versions/A/SystemMi gration
    May 12 13:37:06 localhost ReportCrash[150]:        0x101f9b000 -        0x101f9bff7  com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    May 12 13:37:06 localhost ReportCrash[150]:        0x101f9e000 -        0x101fadfff  libxar.1.dylib ??? (???) <0E323815-A88A-E239-973F-2819CED2282E> /usr/lib/libxar.1.dylib
    May 12 13:37:06 localhost ReportCrash[150]:        0x101fb5000 -        0x102239fff  com.apple.security 6.0 (36910) <F7431448-BC2E-835D-E7A2-E47E0A5CB984> /System/Library/Frameworks/Security.framework/Versions/A/Security
    May 12 13:37:06 localhost ReportCrash[150]:        0x10232f000 -        0x102340fef  libz.1.dylib ??? (???) <3A7A4C48-A4C8-A78A-8B87-C0DDF6601AC8> /usr/lib/libz.1.dylib
    May 12 13:37:06 localhost ReportCrash[150]:        0x102345000 -        0x102353ff7  libkxld.dylib ??? (???) <823B6BE6-E952-3B3C-3633-8F4D6C4606A8> /usr/lib/system/libkxld.dylib
    May 12 13:37:06 localhost ReportCrash[150]:        0x102357000 -        0x1023a4ff7  libauto.dylib ??? (???) <8658DB85-C611-1212-44E5-5B2539018FA0> /usr/lib/libauto.dylib
    May 12 13:37:06 localhost ReportCrash[150]:        0x1023b1000 -        0x10256efff  libicucore.A.dylib ??? (???) <224721C0-EC21-94D0-6484-66C603C34CBE> /usr/lib/libicucore.A.dylib
    May 12 13:37:06 localhost ReportCrash[150]:        0x1025dd000 -        0x10265afef  libstdc++.6.dylib ??? (???) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    May 12 13:37:06 localhost ReportCrash[150]:        0x1026bb000 -        0x1026bfff7  libmathCommon.A.dylib ??? (???) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    May 12 13:37:06 localhost ReportCrash[150]:        0x1026c2000 -        0x10277bfff  libsqlite3.dylib ??? (???) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib
    May 12 13:37:06 localhost ReportCrash[150]:        0x10278b000 -        0x102798ff7  com.apple.AppleFSCompression 1.0 (1.0) <597C8E16-90C0-A7AA-7236-5D1281F20AD0> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    May 12 13:37:06 localhost ReportCrash[150]:        0x1027a0000 -        0x1027acfef  libbz2.1.0.dylib ??? (???) <4AA81AA7-DF37-6430-07D1-F59F37AEC357> /usr/lib/libbz2.1.0.dylib
    May 12 13:37:06 localhost ReportCrash[150]:        0x1027b1000 -        0x1028c8fef  libxml2.2.dylib ??? (???) <6D4C196C-B061-CBCD-AAFD-A21736A8425C> /usr/lib/libxml2.2.dylib
    May 12 13:37:06 localhost ReportCrash[150]:        0x1028f1000 -        0x1029bdfff  com.apple.CFNetwork 454.4 (454.4) <E7721AD8-3177-8749-60F7-5EF323E6492B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    May 12 13:37:06 localhost ReportCrash[150]:        0x102a2d000 -        0x102d5ffef  com.apple.CoreServices.CarbonCore 859.1 (859.1) <5712C4C1-B18B-88EE-221F-DA04A8EDA029> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    May 12 13:37:06 localhost ReportCrash[150]:        0x102dd8000 -        0x102e22ff7  com.apple.Metadata 10.6.0 (507.1) <AA0DF8E0-9B5B-2377-9B20-884919E28994> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    May 12 13:37:06 localhost ReportCrash[150]:        0x102e4c000 -        0x102f08ff7  com.apple.CoreServices.OSServices 352 (352) <CD933BBD-B260-552F-E64E-291D6ED3091A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    May 12 13:37:06 localhost ReportCrash[150]:        0x102f62000 -        0x102ff2fff  com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    May 12 13:37:06 localhost ReportCrash[150]:        0x103030000 -        0x10306bfef  com.apple.AE 496 (496) <6AFD62E0-DD92-4F04-A73A-90224D80593D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    May 12 13:37:06 localhost ReportCrash[150]:        0x103085000 -        0x103125fff  com.apple.LaunchServices 360.3 (360.3) <02FFE657-CC7A-5266-F06E-8732E28F70A9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    May 12 13:37:06 localhost ReportCrash[150]:        0x10316b000 -        0x103193fff  com.apple.DictionaryServices 1.1 (1.1) <D57BA55A-4CC5-5C17-8077-AEEA27A01C7A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    May 12 13:37:06 localhost ReportCrash[150]:        0x1031ad000 -        0x1031c3fef  libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    May 12 13:37:06 localhost ReportCrash[150]:        0x1031cc000 -        0x1031dbfff  com.apple.NetFS 3.2 (3.2) <61E3D8BE-A529-20BF-1A11-026EC774820D> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    May 12 13:37:06 localhost ReportCrash[150]:        0x1031e4000 -        0x10320fff7  libxslt.1.dylib ??? (???) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    May 12 13:37:06 localhost ReportCrash[150]:        0x10321a000 -        0x103329ff7  libcrypto.0.9.8.dylib ??? (???) <A2DA70D0-02AE-89FA-1CDA-B3CA986CAE6D> /usr/lib/libcrypto.0.9.8.dylib
    May 12 13:37:06 localhost ReportCrash[150]:        0x10338e000 -        0x103512fff  com.apple.JavaScriptCore 6531 (6531.5) <8C470ACB-1A45-71FC-673D-34EA3F5EF0DC> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    May 12 13:37:06 localhost ReportCrash[150]:        0x10357c000 -        0x10357dff7  com.apple.TrustEvaluationAgent 1.0 (1) <4B6B7853-EDAC-08B7-3324-CA9A3802FAE2> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    May 12 13:37:06 localhost ReportCrash[150]:        0x103581000 -        0x10358cfff  com.apple.CrashReporterSupport 10.6 (237) <7B22FB86-33C7-A775-2F13-0D3356E2B971> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    May 12 13:37:06 localhost ReportCrash[150]:        0x103599000 -        0x103c8b5d7  com.apple.CoreGraphics 1.535.5 (???) <6599C41F-2D50-5E04-44E4-44FA90E022B5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    May 12 13:37:06 localhost ReportCrash[150]:        0x103d7b000 -        0x103f35fef  com.apple.ImageIO.framework 3.0.0 (3.0.0) <D5594E10-F805-F816-10E9-F95753BE18CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    May 12 13:37:07 localhost ReportCrash[150]:        0x103f9b000 -        0x104018fe7  com.apple.CoreText 3.0.0 (???) <51175014-9F0C-7E96-FB6F-3DC5E446B92E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    May 12 13:37:07 localhost ReportCrash[150]:        0x104056000 -        0x1040f0fe7  com.apple.ApplicationServices.ATS 4.0 (???) <76009EB5-037B-8A08-5AB5-18DA59559509> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    May 12 13:37:07 localhost ReportCrash[150]:        0x104119000 -        0x1041cdfef  com.apple.ColorSync 4.6.0 (4.6.0) <080BEDDE-E7A4-F88D-928B-7501574A157B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    May 12 13:37:07 localhost ReportCrash[150]:        0x10420a000 -        0x10425bfe7  com.apple.HIServices 1.8.0 (???) <113EEB8A-8EC6-9F86-EF46-4BA5C2CBF77C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    May 12 13:37:07 localhost ReportCrash[150]:        0x104287000 -        0x10429cfff  com.apple.LangAnalysis 1.6.5 (1.6.5) <D4956302-5A2D-2AFD-C143-6287F1313196> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    May 12 13:37:07 localhost ReportCrash[150]:        0x1042aa000 -        0x10432efff  com.apple.print.framework.PrintCore 6.0 (312) <1F747E69-924D-8C5B-F318-C4828CC6E85D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    May 12 13:37:07 localhost ReportCrash[150]:        0x104363000 -        0x1043a3fef  com.apple.QD 3.31 (???) <0FA2713A-99BD-A96B-56AF-7DB0AB4927AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    May 12 13:37:07 localhost ReportCrash[150]:        0x1043ba000 -        0x1043ceff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    May 12 13:37:07 localhost ReportCrash[150]:        0x1043df000 -        0x1043dfff7  com.apple.Accelerate 1.5 (Accelerate 1.5) <E517A811-E0E6-89D0-F397-66122C7A25A4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    May 12 13:37:07 localhost ReportCrash[150]:        0x1043e2000 -        0x104431ff7  libTIFF.dylib ??? (???) <E11A75A8-223C-8B5E-7F62-821F9ADE8821> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    May 12 13:37:07 localhost ReportCrash[150]:        0x10443e000 -        0x104443fff  libGIF.dylib ??? (???) <0C112067-95FE-B9BC-C70C-64A46A277F34> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    May 12 13:37:07 localhost ReportCrash[150]:        0x104448000 -        0x104466ff7  libPng.dylib ??? (???) <6A0E35B8-2E33-7C64-2B53-6F47F628DE7A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    May 12 13:37:07 localhost ReportCrash[150]:        0x10446e000 -        0x104470fff  libRadiance.dylib ??? (???) <77F285E0-5D5E-A0B0-A89E-9332D6AB2867> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    May 12 13:37:07 localhost ReportCrash[150]:        0x104474000 -        0x10449afe7  libJPEG.dylib ??? (???) <52ACD177-F101-BEF5-E7CC-9131F8372D0A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    May 12 13:37:07 localhost ReportCrash[150]:        0x1044a2000 -        0x10457cff7  com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    May 12 13:37:07 localhost ReportCrash[150]:        0x10458b000 -        0x10458bff7  com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <BA861575-B0DE-50F5-A799-BDF188A3D4EF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    May 12 13:37:07 localhost ReportCrash[150]:        0x10458e000 -        0x1045d4fe7  libvDSP.dylib ??? (???) <2DAA1591-8AE8-B411-7D01-68DE99C63CEE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    May 12 13:37:07 localhost ReportCrash[150]:        0x1045dc000 -        0x104646fe7  libvMisc.dylib ??? (???) <524DC30F-6A54-CCED-56D9-F57033B06E99> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    May 12 13:37:07 localhost ReportCrash[150]:        0x104650000 -        0x104e5afe7  libBLAS.dylib ??? (???) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    May 12 13:37:07 localhost ReportCrash[150]:        0x104ea3000 -        0x1052e6fef  libLAPACK.dylib ??? (???) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    May 12 13:37:07 localhost ReportCrash[150]:        0x105473000 -        0x10552eff7  libFontParser.dylib ??? (???) <8926E1B0-6D1E-502A-5028-1DCC57F6D6FA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    May 12 13:37:07 localhost ReportCrash[150]:        0x105624000 -        0x105659ff7  libcups.2.dylib ??? (???) <1FE99C26-B845-F508-815A-5B2CF2CA5337> /usr/lib/libcups.2.dylib
    May 12 13:37:07 localhost ReportCrash[150]:        0x105668000 -        0x105717fef  edu.mit.Kerberos 6.5.8 (6.5.8) <A9C16B72-A1F8-3DDE-7772-E7635774CA6E> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    May 12 13:37:07 localhost ReportCrash[150]:        0x10573d000 -        0x10575efff  libresolv.9.dylib ??? (???) <01C7C750-7F6A-89B3-C586-5C50A839019E> /usr/lib/libresolv.9.dylib
    May 12 13:37:07 localhost ReportCrash[150]:        0x105768000 -        0x10588aff7  com.apple.audio.toolbox.AudioToolbox 1.6 (1.6) <3CA3B481-9627-6F36-F2B8-C2763DEEB128> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    May 12 13:37:07 localhost ReportCrash[150]:        0x1058f9000 -        0x1058faff7  com.apple.audio.units.AudioUnit 1.6 (1.6) <7A51FBCE-7907-28A0-B2D2-CAADA78F2913> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    May 12 13:37:07 localhost ReportCrash[150]:        0x1058ff000 -        0x105a37ff7  com.apple.CoreData 102 (246) <0502CBD8-513E-C19A-3562-20EC35535D71> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    May 12 13:37:07 localhost ReportCrash[150]:        0x105acd000 -        0x105bb1fe7  com.apple.DesktopServices 1.5.0 (1.5.0) <EA3CDFEC-713D-7291-4015-600336E83EDD> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    May 12 13:37:07 localhost ReportCrash[150]:        0x105c00000 -        0x105efdfef  com.apple.HIToolbox 1.6.0 (???) <870B39B2-55BD-9C82-72EB-2E3470BD0E14> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    May 12 13:37:07 localhost ReportCrash[150]:        0x106029000 -        0x1063bdff7  com.apple.QuartzCore 1.6.0 (226.0) <66E14771-C5F0-1415-0B7B-C45EE00C51A1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    May 12 13:37:07 localhost ReportCrash[150]:        0x1064ea000 -        0x1064f5ff7  com.apple.speech.recognition.framework 3.10.10 (3.10.10) <7E2A89FC-0F18-1CCC-472E-AD0E2BC2DD4C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    May 12 13:37:07 localhost ReportCrash[150]:        0x1064ff000 -        0x106546ff7  com.apple.coreui 0.2 (112) <E64F7594-7829-575F-666A-0B16875FC644> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    May 12 13:37:07 localhost ReportCrash[150]:        0x10656b000 -        0x1065e9fef  com.apple.audio.CoreAudio 3.2.0 (3.2) <51E4AA76-3A8A-2B78-95D2-582501421A4E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    May 12 13:37:07 localhost ReportCrash[150]:        0x10661f000 -        0x106620fff  liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    May 12 13:37:07 localhost ReportCrash[150]:        0x106624000 -        0x10663afff  com.apple.MultitouchSupport.framework 200.20 (200.20) <96B8C66E-D84D-863B-CB1D-F7E005569706> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    May 12 13:37:07 localhost ReportCrash[150]:        0x106647000 -        0x106647ff7  com.apple.vecLib 3.5 (vecLib 3.5) <5B072584-9579-F54F-180E-5D425B37E85C> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    May 12 13:37:07 localhost ReportCrash[150]:        0x10664a000 -        0x10669ffef  com.apple.framework.familycontrols 2.0 (2.0) <2520A455-5487-1964-C5D9-D284699D2537> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    May 12 13:37:07 localhost ReportCrash[150]:        0x1066bc000 -        0x106771fff  com.apple.ink.framework 1.3 (104) <9B552E27-7E3F-6767-058A-C998E8F78692> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    May 12 13:37:07 localhost ReportCrash[150]:        0x1067a4000 -        0x1067c8ff7  com.apple.CoreVideo 1.6.0 (43.0) <FF5F0EEF-56BE-24DD-C8FA-CB41F126E6A8> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    May 12 13:37:07 localhost ReportCrash[150]:        0x1067e1000 -        0x1067f0fef  com.apple.opengl 1.6.3 (1.6.3) <6318A188-B43D-E82F-C157-2E76331227BD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    May 12 13:37:07 localhost ReportCrash[150]:        0x1067f8000 -        0x106829fff  libGLImage.dylib ??? (???) <4F318A3E-20C1-D846-2B36-62451A3241F7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    May 12 13:37:07 localhost ReportCrash[150]:        0x106830000 -        0x106851ff7  com.apple.opencl 11 (11) <A53E07FB-AD2F-9F3E-EC00-7DCC7DDE2F90> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    May 12 13:37:07 localhost ReportCrash[150]:        0x10685a000 -        0x106860ff7  IOSurface ??? (???) <8E0EE904-59D1-9AA0-CE55-B1777F4BAEC1> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    May 12 13:37:07 localhost ReportCrash[150]:        0x106869000 -        0x1068c5fff  libGLU.dylib ??? (???) <AA2D37B3-8B7C-6772-F8BA-7364284C55FE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    May 12 13:37:07 localhost ReportCrash[150]:        0x1068d9000 -        0x1068ecfff  libGL.dylib ??? (???) <D452ADC0-04B1-E24F-03E6-717E58E1D659> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    May 12 13:37:07 localhost ReportCrash[150]:        0x1068fc000 -        0x106a01fe7  libGLProgrammability.dylib ??? (???) <EDEC71CB-5F5B-7F55-47F4-19E953E3BE61> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    May 12 13:37:07 localhost ReportCrash[150]:        0x106a24000 -        0x106a27ff7  libCoreVMClient.dylib ??? (???) <3A41933A-5174-7516-37E0-8E06365BF3DA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    May 12 13:37:07 localhost ReportCrash[150]:        0x106a2c000 -        0x106a31fff  libGFXShared.dylib ??? (???) <C386DB22-A0AA-D826-ACBA-25E82B480D05> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    May 12 13:37:07 localhost ReportCrash[150]:        0x106a36000 -        0x106ac2fef  SecurityFoundation ??? (???) <B69E2FF9-A698-4923-BC8B-180224B6EF75> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    May 12 13:37:07 localhost ReportCrash[150]:        0x106b06000 -        0x106b0dfff  com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    May 12 13:37:07 localhost ReportCrash[150]:        0x106b16000 -        0x106b2ffff  com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    May 12 13:37:07 localhost ReportCrash[150]:        0x106b44000 -        0x106b64fef  com.apple.DirectoryService.Framework 3.6 (621) <925EE208-03B2-B24A-3686-57EAFBDA5ADF> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    May 12 13:37:07 localhost ReportCrash[150]:        0x106b6e000 -        0x106bacfe7  com.apple.MediaKit 10.0 (472) <5C9E6EAA-D074-96B8-81AC-F52D8B6D8AAC> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    May 12 13:37:07 localhost ReportCrash[150]:        0x106bbf000 -        0x106c96fef  com.apple.DiscRecording 5.0 (5000.4.6) <34DF0AA3-916C-811D-A32E-0CD8D0C51FFC> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    May 12 13:37:07 localhost ReportCrash[150]:        0x106cf6000 -        0x106d10ff7  com.apple.NetInfo 1.0.0 (???) <65E4F4B7-FE72-E29A-25F4-3B382947793C> /System/Library/PrivateFrameworks/NetInfo.framework/Versions/A/NetInfo
    May 12 13:37:07 localhost ReportCrash[150]:        0x106d1c000 -        0x106e1cfef  com.apple.DiskImagesFramework 10.6 (281) <8C1B230C-AE15-4F19-F5BB-ADCBFC136E08> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    May 12 13:37:07 localhost ReportCrash[150]:        0x106e79000 -        0x106e79ff7  com.apple.Carbon 150 (152) <8D8CF535-90BE-691C-EC1B-63FBE2162C9B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    May 12 13:37:07 localhost ReportCrash[150]:        0x106e7c000 -        0x106eb7fff  libcurl.4.dylib ??? (???) <383AC19D-AEED-9F53-DEA3-FF118BDD3735> /usr/lib/libcurl.4.dylib
    May 12 13:37:07 localhost ReportCrash[150]:        0x106ec5000 -        0x106efcff7  libssl.0.9.8.dylib ??? (???) <2D7FAEF9-A3CD-9F80-7CDE-852D3C93AEDB> /usr/lib/libssl.0.9.8.dylib
    May 12 13:37:07 localhost ReportCrash[150]:        0x106f11000 -        0x106f16ff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    May 12 13:37:07 localhost ReportCrash[150]:        0x106f1e000 -        0x106f21fff  com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    May 12 13:37:07 localhost ReportCrash[150]:        0x106f27000 -        0x106f3dfff  com.apple.ImageCapture 6.0 (6.0) <5B5AF8FB-C12A-B51F-94FC-3EC4698E818E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    May 12 13:37:07 localhost ReportCrash[150]:        0x106f57000 -        0x106f72ff7  com.apple.openscripting 1.3 (???) <DFBFBFD3-90C0-0710-300C-1A7210CB3713> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    May 12 13:37:07 localhost ReportCrash[150]:        0x106f83000 -        0x106f85fff  com.apple.print.framework.Print 6.0 (237) <70DA9755-5DC1-716B-77E2-E42C5DAB85A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    May 12 13:37:07 localhost ReportCrash[150]:        0x106f8a000 -        0x106f8dff7  com.apple.securityhi 4.0 (36638) <77F40B57-2D97-7AE5-1331-8945C71DFB57> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    May 12 13:37:07 localhost ReportCrash[150]:        0x1071de000 -        0x1071ebfff  libCSync.A.dylib ??? (???) <D97C8D7E-2CA3-9495-0C41-004CE47BC5DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    May 12 13:37:07 localhost ReportCrash[150]:        0x1073f2000 -        0x1073f6ff7  libCGXType.A.dylib ??? (???) <50EB4AB0-0B25-E5DC-FC9E-12268B51F02F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    May 12 13:37:07 localhost ReportCrash[150]:        0x107500000 -        0x107504ff7  libFontRegistryUI.dylib ??? (???) <EB462473-8DC9-5F16-4592-8F1D743C779A> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
    May 12 13:37:07 localhost ReportCrash[150]:        0x107531000 -        0x107532fff  ATSHI.dylib ??? (???) <9BC80E39-A52B-D3C2-4C3C-3CA209BA35FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    May 12 13:37:07 localhost ReportCrash[150]:        0x107688000 -        0x1076cbff7  libRIP.A.dylib ??? (???) <8D7113D2-71A7-A205-D2D0-2DB0F37FFBB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    May 12 13:37:07 localhost ReportCrash[150]:        0x107742000 -        0x107748fff  libCGXCoreImage.A.dylib ??? (???) <D113DB65-BB37-5499-8825-E6AE8AB1F8B8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    May 12 13:37:07 localhost ReportCrash[150]:        0x10775c000 -        0x107799ff7  libFontRegistry.dylib ??? (???) <43ADB89E-036B-9D8F-CC4B-CE6B6BCC5AB5> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistry.dylib
    May 12 13:37:07 localhost ReportCrash[150]:        0x1077b8000 -        0x1077e9fef  libTrueTypeScaler.dylib ??? (???) <3F30259E-9EB0-18D2-B0F3-7B8A9625574E> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libTrueTypeScaler.dylib
    May 12 13:37:07 localhost ReportCrash[150]:        0x11d5e9000 -        0x11d5f0fff  com.apple.TIMCore 1.2.0 (1.2.0) <7F44307F-83C0-E67D-90CC-988333109803> /System/Library/CoreServices/Menu Extras/TextInput.menu/Contents/SharedSupport/TIMCore.bundle/Contents/MacOS/TIMC ore
    May 12 13:37:07 localhost ReportCrash[150]:        0x11d700000 -        0x11d7cbfe7  ColorSyncDeprecated.dylib ??? (???) <03DA3BF0-1293-8947-A8B6-5E599F5B5DC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    May 12 13:37:07 localhost ReportCrash[150]:        0x11e9d8000 -        0x11e9f5fff  com.apple.menuextra.airport 6.0 (600.22) <64E84349-18AA-2A65-45D0-D56E0BF7A158> /System/Library/CoreServices/Menu Extras/AirPort.menu/Contents/MacOS/AirPort
    May 12 13:37:07 localhost ReportCrash[150]:        0x11ea06000 -        0x11ea17ff7  com.apple.TextInputUI 1.0 (1.0) <DA3E36FC-5B69-C471-71CE-6EE50D5FE2CE> /System/Library/CoreServices/Menu Extras/TextInput.menu/Contents/SharedFrameworks/TextInputUI.framework/Versions/ A/TextInputUI
    May 12 13:37:07 localhost ReportCrash[150]:        0x11ea29000 -        0x11ea43fff  com.apple.airport.clientbundle 6.0 (600.22) <C94F0C3A-8BF0-722C-4E56-FF5BC27F5FEE> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Resources/Cli entController.bundle/Contents/MacOS/ClientController
    May 12 13:37:07 localhost ReportCrash[150]:        0x11ea54000 -        0x11ea77ff7  com.apple.SystemConfiguration.EAP8021X 10.0.0 (1.0) <46DFFE51-F835-03FE-48E7-ED0A7326B8A1> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
    May 12 13:37:07 localhost ReportCrash[150]:        0x11ea83000 -        0x11eaccff7  com.apple.securityinterface 4.0 (36981) <F14235A2-8320-1A71-24FE-EB22008483E9> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    May 12 13:37:07 localhost ReportCrash[150]:        0x11f489000 -        0x11f4b7fff  com.apple.XInstall.InstallAssistant 230.1 (255) <8253263C-82C6-4634-55A9-54CF1E9165FC> /System/Installation/CDIS/Mac OS X Installer.app/Contents/Resources/OSXInstallAssistant.bundle/Contents/MacOS/OSXI nstallAssistant
    May 12 13:37:07 localhost ReportCrash[150]:     0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <B633F790-4DDB-53CD-7ACF-2A3682BCEA9F> /usr/lib/dyld
    May 12 13:37:07 localhost ReportCrash[150]:     0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <1AABDC4B-CBAE-F40C-405C-DAE785959F57> /usr/lib/libSystem.B.dylib
    May 12 13:37:07 localhost ReportCrash[150]: 
    May 12 13:37:07 localhost ReportCrash[150]: 
    May 12 13:37:07 localhost LCA[87]: Found primary language hint "en"
    May 12 13:37:07 localhost LCA[87]: Child exited with status 10
    May 12 13:37:09 localhost Unknown[154]: Launching the Installer Crash Log Viewer
    this occurs about 5 minutes into the install.

    Try my original suggestion to repair the drive and permissions. Then try installing Snow Leopard. I assume you have the Snow Leopard retail DVD?
    Or see:
    How to Install OS X Updates Successfully
    A. Repair the Hard Drive and Permissions:
    Boot from your current OS X Installer disc. After the installer loads select your language and click on the Continue button. Then select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer. Now restart normally. 
    If DU reports errors it cannot fix, then you will need Disk Warrior (4.0 for Tiger) and/or TechTool Pro (4.5.2 for Tiger) to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    B. Make a Bootable Backup Using Restore Option of Disk Utility:
    Open Disk Utility from the Utilities folder.
    Select the destination volume from the left side list.
    Click on the Restore tab in the DU main window.
    Check the box labeled Erase destination.
    Select the destination volume from the left side list and drag it to the Destination entry field.
    Select the source volume from the left side list and drag it to the Source entry field.
    Double-check you got it right, then click on the Restore button.
    Destination means the external backup drive. Source means the internal startup drive.
    C. Important: Please read before installing:
    If you have a FireWire hard drive connected, disconnect it before installing the update unless you will boot from this drive and install the update on it. Reconnect it and turn it back on after installation is complete and you've restarted.
    You may experience unexpected results if you have installed third-party system software modifications, or if you have modified the operating system through other means. (This does not apply to normal application software installation.)
    The installation process should not be interrupted. If a power outage or other interruption occurs during installation, use the standalone installer (see below) from Apple Downloads to update.  While the installation is in progress do not use the computer.
    D. To upgrade:
    Purchase the Snow Leopard Retail DVD.
    Boot From The OS X Installer Disc:
    Insert OS X Installer Disc into the optical drive.
    Restart the computer.
    Immediately after the chime press and hold down the "C" key.
    Release the key when the spinning gear below the dark gray Apple logo appears.
    Wait for installer to finish loading.
    E. If updating:
    Download and install update(s) 
    Use Software Update, or
    Download standalone updater(s).
    If the above does not work then you may need to first repartition and reformat the hard drive then do a clean install of Snow Leopard. Be sure you first make a backup so you can recover all your files.

  • TS1963 DMS Launch error after migration from snow leopard iMac to new Macbook Pro?

    I just purchased a Macbook Pro. I used Migration assistant to transfer my files from my '06 iMac, which was running snow leopard to the Macbook and at start up now get a DMS Launch error every time... any suggestions??
    The error message says check with the developer to make sure DMS Launch works on this version of OS X.  You may need to reinstall the application.
    I have installed all updates as it suggests, to no avail.  I keep getting the error message and report pop up box each time at start up and the only way to be rid of it, is to click ok to send the report - there is no option to stop the report from coming up.
    Does anyone have any suggestions on what I can do to stop the error message appearing and resolve the issue?
    Thanks
    Chelle

    Click Command+shift+G
    Type in the following, one by one- Then delete the **** out of them.
    /Library/LaunchAgents/com.divx.update.agent.plist
    /Library/LaunchAgents/com.divx.dms.agent.plist
      /Library/LaunchAgents/com.divx.update.agent.plist
      /Library/LaunchAgents/com.divx.dms.agent.plist
      /Library/Application\ Support/DivX/
      HOME/Library/Preferences/com.divx.*
    Also search anything "DIVX" while in library. Delete the **** out of that too.

  • PHP/MySQL error since upgrading to Snow Leopard

    When I upgraded to Snow Leopard from Leopard I am getting errors on my webserver:
    *Warning: mysql_connect() http://function.mysql-connect: OK packet 6 bytes shorter than expected in /Library/WebServer/mysql_connect.php on line 8*
    *Warning: mysql_connect() http://function.mysql-connect: mysqlnd cannot connect to MySQL 4.1+ using old authentication in /Library/WebServer/mysql_connect.php on line 8*
    The MySQL server is hosted remotely, and the php files are running locally.
    Any ideas?
    Thanks in advance.

    Got mine working:
    I fixed the bug per http://bugs.php.net/bug.php?id=49267
    and
    I complied php-5.3.1RC1 with
    ./configure '--prefix=/usr' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--disable-dependency-tracking' '--sysconfdir=/private/etc' '--with-apxs2=/usr/sbin/apxs' '--enable-cli' '--with-config-file-path=/etc' '--with-libxml-dir=/usr' '--with-openssl=/usr' '--with-kerberos=/usr' '--with-zlib=/usr' '--enable-bcmath' '--with-bz2=/usr' '--enable-calendar' '--with-curl=/usr' '--enable-exif' '--enable-ftp' '--with-ldap=/usr' '--with-ldap-sasl=/usr' '--enable-mbstring' '--enable-mbregex' '--with-mysql=/usr/local/mysql' '--with-mysql-sock=/var/mysql' '--with-mysqli=/usr/local/mysql/bin/mysql_config' '--with-iodbc=/usr' '--enable-shmop' '--with-snmp=/usr' '--enable-soap' '--enable-sockets' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--with-xmlrpc' '--with-iconv-dir=/usr' '--with-xsl=/usr'

  • IDVD Encoding Error on Menu in Snow leopard 10.6 - Not replicated in 10.5.8

    Hi All,
    Why would iDVD have fail at the start of encoding MP4 files in snow leopard 10.6.?1 But the same project encodes with no problems or errors in OS 10.5.8? Is this a bug? Any ideas?
    Thanks

    I have the same issue. Same mouse. Its definitely snow leopard. I have 2 macbooks that use that mouse that were upgraded to snow leopard from leopard. On one of them I had deleted the mouse and encoutered the same errors trying to add it - it worked on my other machine. But then as a test (bad idea) I deleted it off the other machine and was also unable to recreate the connection thereby narrowing the issue to snow leopard. I have tried pretty much everything for hours. Deleting pllist file, smc reset, nvram etc... I think I have to wipe off the machine and install leopard again and start from there

  • Script Gets Error After Upgrading to Snow Leopard

    Hi, everyone - I have several Applescripts I'm running that mostly import Entourage emails into Filemaker Pro (retrieving data from forms submitted) - everything worked fine until I upgraded to Snow Leopard recently! I need to get this working ASAP since a client is waiting on it and I have no idea what I need to change to make it work! I'm getting the following error now upon the import of the 1st email:
    error "Can’t get text item 1 of \"\"." number -1728 from text item 1 of ""
    I will post the script below. ANY help so greatly appreciated!!
    - Jacki
    =============
    activate application "Microsoft Entourage"
    -- get messages from Entourage
    tell application "Microsoft Entourage"
    set mail_count to count message of folder "Mailing List" of folder "Judith's Site" of folder "OO Mail" of folder "Inbox"
    set query_number to 0
    if mail_count > 0 then
    repeat with i from 1 to mail_count
    try
    set subject_field to subject of message i of folder "Mailing List" of folder "Judith's Site" of folder "OO Mail" of folder "Inbox"
    set the_months to "January February March April May June July August September October November December"
    set message_date to time sent of message i of folder "Mailing List" of folder "Judith's Site" of folder "OO Mail" of folder "Inbox"
    set mess_year to year of message_date as string
    set mess_day to day of message_date as string
    set day_count to count characters in mess_day
    if day_count = 1 then set mess_day to "0" & mess_day
    set mess_month to month of message_date as string
    repeat with x from 1 to count words in the_months
    if mess_month = word x of the_months then set month_count to x as string
    end repeat
    set monthnumbercount to count characters in month_count
    if monthnumbercount = 1 then set month_count to "0" & month_count
    set entry_date to month_count & "/" & mess_day & "/" & mess_year
    set full_name to display name of sender of message i of folder "Mailing List" of folder "Judith's Site" of folder "OO Mail" of folder "Inbox" as string
    set word_count to count words in full_name
    set first_name to word 1 of full_name
    if word_count = 1 then
    set last_name to ""
    else if word_count = 2 then
    set last_name to word 2 of full_name
    else if word_count = 3 then
    set last_name to word 3 of full_name
    else if word_count > 3 then
    set last_name to word 3 of full_name
    end if
    set message_body to content of message i of folder "Mailing List" of folder "Judith's Site" of folder "OO Mail" of folder "Inbox"
    end try
    set paragraph_number to count paragraphs in message_body
    if (subject_field is not "") and (subject_field contains "E-mail List Form Submission!") then
    set query_number to query_number + 1
    if my importdata(entrydate, first_name, last_name, message_body, paragraph_number) is 0 then
    display dialog "failure at message number " & i
    end if
    end if
    end repeat
    end if
    end tell
    tell application "FileMaker Pro"
    with timeout of 1200 seconds
    if query_number = 0 then
    display dialog "There were no new responses."
    else
    display dialog "There were " & query_number & ¬
    " records added to the database." buttons {"Cancel", "Okay"} default button "Okay"
    end if
    end timeout
    end tell
    on importdata(entrydate, first_name, last_name, message_body, paragraph_number)
    set old_delimiters to AppleScript's text item delimiters
    set AppleScript's text item delimiters to {": "}
    --specify Filemaker and corresponding Web site fields names {Filemaker,Web}:
    set field_names to ¬
    {{"FULL_NAME", "realname"}, ¬
    {"EMAIL", "email"}, ¬
    {"ADDRESS", "Address"}, ¬
    {"CITY", "city"}, ¬
    {"STATE", "state"}, ¬
    {"ZIP", "zip"}, ¬
    {"COUNTRY", "country"}, ¬
    {"PHONE", "phone"}}
    set count_fields to count field_names
    --import data
    activate application "FileMaker Pro"
    tell application "FileMaker Pro"
    open "Macintosh HD:Users:jacki:Documents:Judith Matz:Mailing List - Judith.fp7"
    set this_record to create record
    go to this_record
    set data cell "FIRST" of this_record to first_name
    set data cell "LAST" of this_record to last_name
    set data cell "ENTRY_DATE" of this_record to entry_date
    set data cell "STATUS" of this_record to "edit"
    repeat with current from 1 to paragraph_number
    set current_paragraph to paragraph current of message_body
    repeat with i from 1 to count_fields
    if first text item of current_paragraph is item 2 of item i of field_names then
    set this_field to item 1 of item i of field_names
    set field_data to second text item of current_paragraph
    set data cell this_field of this_record to field_data
    exit repeat
    end if
    end repeat
    end repeat
    end tell
    set AppleScript's text item delimiters to old_delimiters
    end import_data

    The main differences that can cause a problem are scripting additions (64-bit vs 32-bit and security reasons) and the usage of dates (it is not as forgiving). AppleScript itself is basically the same, so if empty paragraphs are what caused your problems the update would have just been a coincidence.

  • New Error Code -36 on Snow Leopard - will Lion fix this?

    Guys - I know that this has been asked before - but I've not seen a solution that works.  Basically, I used my PNY City USB Flash Drive as an "on the go" container for movies, music and work files.  I happily was (and still am) to move all content from the PNY to my PC and view all on my Toshiba Portable DVD player.  Until last night, I could happily transfer movies at whim from either my iMac or my Macbook Air to PNY to watch on the go.  Last night the dreaded error code -36 arrived, stopping me from writing ANY content from my two apple computers to the PNY.  Then, I surfed the net for 3 hours and tried:
    Disk Utility (Repair etc)
    Terminal dot_clean
    Jumping on the PNY stick, then my iMac, finally my Macbook Air
    Breaking PNY stick in two.
    Obvs, kidding about the last two.  Nothing works.  I've now ordered my Lion thumb drive as I've heard tell that this is a Snow Leopard-specific issue.  It better be at £55 an upgrade. 
    Now everything except movie files (.mkv, .avi etc) can  be moved from the apple computers to the PNY - but not what I need - the movies!  I need the content on the PNY because this is what I stick in to my Toshiba to view content on my commute.
    I use a PC at work and I've just copied items from the PNY to the PC which works, but has a write-protection error message preventing me.  Seems like the PNY has flipped to write-protection? I can't remove it at the moment as at work and big brother does not give me permissions here to do that - I'll try it at home.  BUT would be great to know:
    (a) why this happens
    (b) is there a solution
    (c) has this been addressed by Lion - have any Lion users had this issue too?
    Apple support says that it's 10.6.8 update fixed error code -36 - but it surely didn't on mine!
    Cheers guys.

    Emzelld wrote:
    the dreaded error code -36 arrived
    Error -36 is not a specific error or bug. It simply means input/output error, and nothing more. If it occurs when copying a file, it doesn't even tell you whether the issue is with the source or the target. It can be caused by any number of problems.
    Apple support says that it's 10.6.8 update fixed error code -36
    Where exactly does it say that? I can't find anything about an "error code -36" in the "about" doc
    <http://support.apple.com/kb/ht4561>
    Until last night, I could happily transfer movies at whim
    In that case, it's not likely you're dealing with a bug in the OS.
    from either my iMac or my Macbook Air […] PC which works, but has a write-protection error message preventing me. […]
    So, let me get this straight.
    You get an I/O error when you try to copy from one Mac.
    You get an I/O error when you try to copy from another Mac.
    And you get some kind of error or unexpected issue when trying to copy from the PC.
    What exactly do all these three have in common?
    First, that there's an error; second, that it occurs with the same "PNY City USB Flash Drive".
    So what's your conclusion? That you've encountered some bug in Mac OS X? Or that there's some problem with the drive?

  • Error message when reinstalling Snow Leopard

    hai
    i have macbook pro 13" 2,4 GHz core 2 duo processor. i want to reinstall SL 10.6.3 from original dvd installer came up with the machine. i tried to do clean install. but each and everytime i got error message "install failed. the installer could not copy the necessary support file. click restart to restart your computer and try installing again"
    please help

    Try cleaning the disk with a little bit of rubbing alcohol and a soft cloth
    Try holding the option or c key down to boot from the disk.
    If the install still fails, use Disk Utility under the Utlilites menu to Erase with Security Option Zero all Data the entire drive (select the drive makers name and size on the left).
    This will take some time, but if your installing over a failing sector on the hard drive, this could be the cause.
    The Zero Erase will enable the driver to map off some of the offending sectors.
    After all this if it still doesn't install, then likely the disk is bad or scratched, order a new one.
    How to erase and install Snow Leopard 10.6

  • FreeHand 11 Colors picker error on launch in Snow Leopard

    I hava new 27 inch imac running Snow leopard 10.6.2. I got FreeHand 11 running great for the last two weeks. I always got an error on launch saying " Colors picker error. " Invalid color file. I click OK and it worked anyways. Today FreeHand launches and then quits when I click OK on the error. I reinstalled freeHand with no luck. Does anyone know how to fix this?

    Reinstalling FreeHand does not overwrite the Preferences or Settings files with new copies. If the problem is a corrupt file in that folder, you will have to remove it.
    I suggest you make a backup copy of your Settings folder and then delete the original folder. FH will write a new Settings folder when it launches. If the problem is in the settings folder, then FH will launch.
    The Setting folder is here:
    Users/[Username]/Library/Application Support/ Macromedia/ FreeHand MX/ 11/ English/ Settings
    Were you using ColorSync profiles as part of your color management settings? A corrupt ICC color profile could be causing the problem. Have you created any new profiles or installed software that adds profiles? If you search your hard drive for .icc with 'System Files are included', you'll see where .icc files are stored.
    Judy Arndt

  • What is error ( -9999 ) in terminal Snow Leopard

    Hello,
    Re- Snow Leopard 10.6.8 - Mac Mini
    I was trying to make a bootable USB drive for Yosemite Installer, my first steps were to erase the drive to Journaled extended and selecting erase which was fine, second step was to  partition, selected 1, renamed the drive from Untitled 1 to Untitled clicked options and chose GUID and then applied when this was complete exited disk utility. Went to Terminal and entered
    sudo /Applications/Install\ OS\ X\ Yosemite.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install\ OS\ X\ Yosemite.app --nointeraction
    clicked return, entered password and get an error message ( -9999 ), is this hardware problem or software problem.  The USB drives I have tried on the Mac Mini are both OK, I tried the above on my Macbook Pro and was able to go through the whole process on both drives which went through perfectly.  Any suggestions please would be much appreciated.
    Thank you
    rachealfromva

    This is the error, but I haven't a clue what it might mean:
    cannotMoveAttachedController  = -9999
    Peruse the results from a google search for error 9999 mac. They might give you a solution.

  • "Inkjet 4 Quit Unexpectedly" error message after installing Snow Leopard, C410 printer

    Can't get printer to print after installing Snow Leopard.  C410 Photosmart Premium All in One Printer.  Keeps saying "Inkjet 4 Quit Unexpectedly".  Wireless test says everything is fine.

    If you are using Snow Leopard or Lion and have HP software for pre-Snow Leopard (either from a CD not marked as compatible with 10.6 or you recently upgraded to Snow Leopard or Lion and had the HP software on your Mac before you upgraded - even if you did a standard uninstall of the old software or installed new software over the top of it) you must uninstall the software using the 'scrubber' option:
    Go to Applications/Hewlett Packard/ click on HP Uninstaller
    Click on Continue
    Highlight your device on the left pane
    Press and hold Control + Alt + Cmd keys on the keyboard simultaneously while you click on Uninstall <<<< This IS the Scrubber Option, there is no button labeled "Scrubber"
    There will be a pop up that asks if you are sure you want to uninstall ALL hp software. (At this point, if you continue, any HP printers you have installed will need to be reinstalled)
    Click Continue and let it finish
    Restart your Mac
    Download and install this: support.apple.com/kb/DL907
    Now reset the printing system:
    - Sys Prefs, Print & Fax
    - Right (control) click in the rectangle listing your printers and select Reset Printing System.
    WARNING - this will delete ALL of your printers!
    Finally, get the latest software for your printer from the "Support & Drivers" link at the top of this page.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Login error after migration from Snow Leopard to Lion

    I went through the migration process to get all settings and data over from my MacBook (10.6.8) to my new Mac Pro (10.7.3). During the migration, I was logged into the old MacBook with my FileVault-enabled account. Migration completed successfully, but when I tried to log into the new Mac Pro, I got this error:
    "You are unable to log in to the FileVault user account "user1" at this time. Log in to the account failed because an error occurred." [OK]
    When I typed a password I knew was incorrect, the login box would do the familiar shaking. When I typed the correct password, I got the behavior above.
    I was able to log in to the new Mac Pro as a different user (user2), even though user2 also had FileVault enabled on the old system.
    When logged in as user2 on the new system, I was able to escalate privileges by authenticating as user1, so I knew the password for user1 was working. I gave user2 admin privileges and saw that user1's data had been copied over, but not as a sparsebundle - presumably because user1 was logged in at the time of migration.
    To fix the login problem, I did the following:
    1) Logged in as user2 on both source and target system, then escalated privs to give  user2 admin rights.
    2) Copied /Users/user1/user1.sparsebundle from source to target system:
         - On target system, in System Preferences -> Sharing, enabled Remote Login for user2
         - On source system, opened Terminal window and typed:
         $ sudo -s
         > [password for user2]
         # cd /Users/user1
         # scp -rp user1.sparsebundle user2@IP_address:
        (where IP address is the actual IP address of the target system)
         > [password for user2]
    3) Moved aside the unencrypted files in user2's home directory:
         - On target system, logged in as user2, in Terminal:
         $ sudo -s
         > [password for user2]
         # chown -R user1 ~/user1.sparsebundle
         # mkdir /tmp/user1
         # chown user1 /tmp/user1
         # cd /Users/user1
         # mv * /tmp/user1
         # mv .[a-zA-Z]* /tmp/user1
    4) Moved the user1.sparsebundle into place (in same Terminal window on target system):
         # chown -R user1 ~/user1.sparsebundle
         # mv ~/user1.sparsebundle /Users/user1
    5) Logged out of user2 account and logged back in as user1
    6) Securely deleted the unencrypted files for user1 (in Terminal window as user1):
         $ srm -rf /tmp/user1
    Many thanks to @neirbowj for the analysis of why the migration failed!

    Go get a powered USB hub and try that. Lion may have issued a fix for devices drawing too much power, by cutting them off.

  • Multiple kernel panic errors after upgrading to snow leopard 10.6.8 on my MacBook Pro.

    After upgrading to 10.6.8, I almost immediately began experiencing multiple random kernel panic errors.  I reinstalled the operating system that came with my notebook from the cd (10.6?) and the problem went away.  I upgraded again to 10.6.8 and again began experiencing the same error.  I have since gone back and installed the operating syatem from the cd and then upgraded to 10.6.7.  I have not had a single kernel panic error since, but I would like to upgrade to 10.6.8 so that I can install Lion when it is avaialable.  Any thoughts as to how I can do this without experiencing all of the accompanying kernel panic errors?

    Thank you.  The log is below:
    Anonymous UUID:                    CC4821C8-35CD-469C-BE4C-98F1DE35B903
    Sun Jun 26 21:18:00 2011
    Machine-check capabilities (cpu 3) 0x0000000000000c09:
    family: 6 model: 37 stepping: 2 microcode: 9
    Intel(R) Core(TM) i5 CPU       M 540  @ 2.53GHz
    9 error-reporting banks
    threshold-based error status present
    extended corrected memory error handling present
    Machine-check status 0x0000000000000004:
    machine-check in progress
    MCA error-reporting registers:
    IA32_MC0_STATUS(0x401): 0x0000000000000800 invalid
    IA32_MC1_STATUS(0x405): 0x0000000000000000 invalid
    IA32_MC2_STATUS(0x409): 0xb200000000020005 valid
      MCA error code:            0x0005
      Model specific error code: 0x0002
      Other information:         0x00000000
      Threshold-based status:    No tracking
      Status bits:
       Processor context corrupt
       Error enabled
       Uncorrected error
    IA32_MC3_STATUS(0x40d): 0x0000000000000000 invalid
    IA32_MC4_STATUS(0x411): 0x0000000000000000 invalid
    IA32_MC5_STATUS(0x415): 0x0000000000000000 invalid
    IA32_MC6_STATUS(0x419): 0x0000000000000000 invalid
    IA32_MC7_STATUS(0x41d): 0x0000000000000000 invalid
    Package 0 logged:
    IA32_MC8_STATUS(0x421): 0x0000000000000000 invalid
    panic(cpu 3 caller 0x2aaf41): Machine Check at 0x002b1eb9, thread:0x85833d4, trapno:0x12, err:0x0,registers:
    CR0: 0x8001003b, CR2: 0x02282868, CR3: 0x00100000, CR4: 0x00000660
    EAX: 0x000100de, EBX: 0x00000630, ECX: 0x00000000, EDX: 0x7fffffff
    ESP: 0x5c82bd28, EBP: 0x5c82bd28, ESI: 0x00000000, EDI: 0x5501e0a8
    EFL: 0x00000002, EIP: 0x002b1eb9
    Backtrace (CPU 3), Frame : Return Address (4 potential args on stack)
    0x550b8fb8 : 0x21b837 (0x5dd7fc 0x550b8fec 0x223ce1 0x0)
    0x550b9008 : 0x2aaf41 (0x59dfe4 0x59e0d1 0x2b1eb9 0x85833d4)
    0x550b90f8 : 0x2a29f2 (0x1 0x3b40c858 0xfffd9085 0x83077fff)
    0x5c82bd28 : 0x2b2124 (0x32 0x0 0x0 0x0)
    0x5c82bd48 : 0x11f1db7 (0x5501e0a8 0xffffffff 0x7fffffff 0xffffffff)
    0x5c82be28 : 0x11f3850 (0xffffffff 0x7fffffff 0x0 0x0)
    0x5c82bf28 : 0x2ad0c5 (0xffffffff 0x7fffffff 0x10 0x202)
    0x5c82bf48 : 0x225bba (0x0 0x4ffad2b2 0xd5 0x5502d488)
    0x5c82bfa8 : 0x22810b (0x85833d4 0x2280f4 0x0 0x8c57764)
    0x5c82bfc8 : 0x2a179c (0x0 0xffffffff 0x10 0xa1f1064)
          Kernel Extensions in backtrace (with dependencies):
             com.apple.driver.AppleIntelCPUPowerManagement(142.6.0)@0x11f0000->0x1213fff
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    10K540
    Kernel version:
    Darwin Kernel Version 10.8.0: Tue Jun  7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 916750825314
    unloaded kexts:
    com.apple.driver.AppleUSBUHCI    4.2.0 (addr 0x142d000, size 0x65536) - last unloaded 138176310496
    loaded kexts:
    com.Symantec.kext.SAVAPComm    11.0.6 - last loaded 30941770731
    com.apple.driver.AppleHWSensor    1.9.3d0
    com.apple.filesystems.autofs    2.1.0
    com.apple.driver.AGPM    100.12.31
    com.apple.filesystems.ntfs    3.4
    com.apple.driver.AppleMikeyHIDDriver    1.2.0
    com.apple.driver.AppleMikeyDriver    2.0.5f13
    com.apple.driver.AppleUpstreamUserClient    3.5.7
    com.apple.driver.AppleMCCSControl    1.0.20
    com.apple.driver.AppleHDA    2.0.5f13
    com.apple.driver.AudioAUUC    1.57
    com.apple.driver.AppleIntelHDGraphics    6.3.6
    com.apple.driver.AppleIntelHDGraphicsFB    6.3.6
    com.apple.driver.SMCMotionSensor    3.0.1d2
    com.apple.Dont_Steal_Mac_OS_X    7.0.0
    com.apple.driver.AudioIPCDriver    1.1.6
    com.apple.driver.ACPI_SMC_PlatformPlugin    4.7.0a1
    com.apple.GeForce    6.3.6
    com.apple.driver.AppleGraphicsControl    2.10.6
    com.apple.driver.AppleLPC    1.5.1
    com.apple.kext.AppleSMCLMU    1.5.2d10
    com.apple.driver.AppleUSBTCButtons    201.6
    com.apple.driver.AppleUSBCardReader    2.6.1
    com.apple.driver.AppleIRController    303.8
    com.apple.driver.AppleUSBTCKeyboard    201.6
    com.apple.BootCache    31.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.iokit.SCSITaskUserClient    2.6.8
    com.apple.iokit.IOAHCIBlockStorage    1.6.4
    com.apple.driver.AppleUSBHub    4.2.4
    com.apple.driver.AppleFWOHCI    4.7.3
    com.apple.driver.AirPortBrcm43224    428.42.4
    com.apple.iokit.AppleBCM5701Ethernet    3.0.5b8
    com.apple.driver.AppleEFINVRAM    1.4.0
    com.apple.driver.AppleSmartBatteryManager    160.0.0
    com.apple.driver.AppleAHCIPort    2.1.7
    com.apple.driver.AppleUSBEHCI    4.2.4
    com.apple.driver.AppleACPIButtons    1.3.6
    com.apple.driver.AppleRTC    1.3.1
    com.apple.driver.AppleHPET    1.5
    com.apple.driver.AppleSMBIOS    1.7
    com.apple.driver.AppleACPIEC    1.3.6
    com.apple.driver.AppleAPIC    1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient    142.6.0
    com.apple.security.sandbox    1
    com.apple.security.quarantine    0
    com.apple.nke.applicationfirewall    2.1.12
    com.apple.driver.AppleIntelCPUPowerManagement    142.6.0
    com.apple.driver.AppleProfileReadCounterAction    17
    com.apple.driver.DspFuncLib    2.0.5f13
    com.apple.driver.AppleProfileTimestampAction    10
    com.apple.driver.AppleProfileThreadInfoAction    14
    com.apple.driver.AppleProfileRegisterStateAction    10
    com.apple.driver.AppleProfileKEventAction    10
    com.apple.driver.AppleProfileCallstackAction    20
    com.apple.driver.AppleSMBusController    1.0.10d0
    com.apple.iokit.IOFireWireIP    2.0.3
    com.apple.iokit.IOSurface    74.2
    com.apple.iokit.IOBluetoothSerialManager    2.4.5f3
    com.apple.iokit.IOSerialFamily    10.0.3
    com.apple.iokit.IOAudioFamily    1.8.3fc2
    com.apple.kext.OSvKernDSPLib    1.3
    com.apple.driver.AppleHDAController    2.0.5f13
    com.apple.iokit.IOHDAFamily    2.0.5f13
    com.apple.iokit.AppleProfileFamily    41
    com.apple.driver.IOPlatformPluginFamily    4.7.0a1
    com.apple.driver.AppleSMBusPCI    1.0.10d0
    com.apple.driver.AppleBacklightExpert    1.0.1
    com.apple.driver.AppleSMC    3.1.0d5
    com.apple.nvidia.nv50hal    6.3.6
    com.apple.NVDAResman    6.3.6
    com.apple.iokit.IONDRVSupport    2.2
    com.apple.iokit.IOGraphicsFamily    2.2
    com.apple.driver.BroadcomUSBBluetoothHCIController    2.4.5f3
    com.apple.driver.AppleUSBBluetoothHCIController    2.4.5f3
    com.apple.iokit.IOBluetoothFamily    2.4.5f3
    com.apple.iokit.IOSCSIBlockCommandsDevice    2.6.8
    com.apple.iokit.IOUSBMassStorageClass    2.6.7
    com.apple.driver.AppleUSBMultitouch    207.7
    com.apple.iokit.IOUSBHIDDriver    4.2.0
    com.apple.driver.AppleUSBMergeNub    4.2.4
    com.apple.driver.AppleUSBComposite    3.9.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice    2.6.8
    com.apple.iokit.IOBDStorageFamily    1.6
    com.apple.iokit.IODVDStorageFamily    1.6
    com.apple.iokit.IOCDStorageFamily    1.6.1
    com.apple.driver.XsanFilter    402.1
    com.apple.iokit.IOAHCISerialATAPI    1.2.6
    com.apple.iokit.IOSCSIArchitectureModelFamily    2.6.8
    com.apple.iokit.IOFireWireFamily    4.2.6
    com.apple.iokit.IOUSBUserClient    4.2.4
    com.apple.iokit.IO80211Family    320.1
    com.apple.iokit.IONetworkingFamily    1.10
    com.apple.iokit.IOAHCIFamily    2.0.6
    com.apple.iokit.IOUSBFamily    4.2.4
    com.apple.driver.AppleEFIRuntime    1.4.0
    com.apple.iokit.IOHIDFamily    1.6.6
    com.apple.iokit.IOSMBusFamily    1.1
    com.apple.kext.AppleMatch    1.0.0d1
    com.apple.security.TMSafetyNet    6
    com.apple.driver.DiskImages    289.1
    com.apple.iokit.IOStorageFamily    1.6.3
    com.apple.driver.AppleACPIPlatform    1.3.6
    com.apple.iokit.IOPCIFamily    2.6.5
    com.apple.iokit.IOACPIFamily    1.3.0
    System Profile:
    Model: MacBookPro6,2, BootROM MBP61.0057.B0C, 2 processors, Intel Core i5, 2.53 GHz, 4 GB, SMC 1.58f15
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 256 MB
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.10.131.36.9)
    Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST9500325ASG, 465.76 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfd100000
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0xfd110000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd120000
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfa100000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0xfa120000
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8218, 0xfa113000
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0xfa130000

Maybe you are looking for

  • /dev/null link destroyed. Need help

    I have Forms 6i applications deployed on the internet under Oracle 9iAS 1.0.2.2 on Solaris 2.9 64 bits OS. I am starting the 9iAS running the command "apachectl startssl" as 'root' because that's the only way I am able to grab port 443. However as so

  • Can multiple people work on one form

    We do onsite assessments. I am attempting to determine the best method to have all of my assessors' feedback compiled into one form. Any help will be much appreciated!

  • Help the update messed up my PC as well msvcr80

    What do I do ?? Update messed up my PC I get error message MSVCR80 missing??? itunes will not open

  • BAPI_DOCUMENT_CREATE2 - adding classification data

    Hello, I want to create document data with the named BAPI. Not that bad, I thought, implemented the BAPI in my program, provided the required data and then made my first tests. Result: - document created - no classification data added And the return

  • Advance Table - Add Row button and coloumn issue

    Hi all, I have created Advanced Table wth four coloumns. for two columns item style as messagtextinput and the rest are same as DATE. But when the page is rendering the table columns shows as messagestyletext , which means messagetextinput style item