PDA

View Full Version : Shell script not executing before backup


gfesmire
01-08-2009, 03:42 PM
Hi all,

I'm a newbie at scripting, so please bear with me.

In trying to achieve unattended backups that mount the backup disk (which is a partition on another internal hard drive, the other partition on that drive is always mounted already) before SuperDuper runs, then unmounts the backup disk when the backup is complete, I found some examples of shell scripts to do that. My test run didn't work correctly, here is the log result for the error:

| 12:20:20 PM | Info | SuperDuper!, 2.5 (84), path: /Volumes/HomeDrive/Applications/Utilities/SuperDuper!.app, Mac OS 10.5.6 build 9G55 (i386)
| 12:20:20 PM | Info | Started on Thu, Jan 8, 2009 at 12:20 PM
| 12:20:20 PM | Info | Source Volume: HomeDrive, mount: /Volumes/HomeDrive, device: /dev/disk3s2, media: ST31000333AS, interconnect: Internal SATA, file system: "Journaled HFS+", OS: N/A, capacity: 681.51 GB, used: 157.86 GB, directories: 53791, files: 317610, ejectable: NO, ACLs: Enabled
| 12:20:20 PM | Info | Target Volume: HomeDriveBAK, mount: /Volumes/HomeDriveBAK, device: /dev/disk2s3, media: ST31000340AS, interconnect: Internal SATA, file system: "Journaled HFS+", OS: N/A, capacity: 681.07 GB, used: 157.53 GB, directories: 53777, files: 317355, ejectable: NO, ACLs: Enabled
| 12:20:20 PM | Info | Copy Mode : Smart Update
| 12:20:20 PM | Info | Copy Script : Backup - all files.dset
| 12:20:20 PM | Info | Transcript : BuildTranscript.plist
| 12:20:21 PM | Info | PHASE: 1. Prepare to Copy Files
| 12:20:21 PM | Info | ...ACTION: Preparing HomeDrive
| 12:20:21 PM | Info | ......COMMAND => Verifying the integrity of volinfo.database
| 12:20:21 PM | Info | volinfo.database OK
| 12:20:21 PM | Info | ......COMMAND => Enabling permissions on HomeDrive
| 12:20:21 PM | Info | Refreshing Disk Arbitration ...
| 12:20:21 PM | Info | ......COMMAND => Verifying that permissions are enabled for HomeDrive
| 12:20:21 PM | Info | Permissions on '/Volumes/HomeDrive' are enabled.
| 12:20:21 PM | Info | ...ACTION: Preparing HomeDriveBAK
| 12:20:21 PM | Info | ......COMMAND => Enabling permissions on HomeDriveBAK
| 12:20:21 PM | Info | Refreshing Disk Arbitration ...
| 12:20:21 PM | Info | ......COMMAND => Verifying that permissions are enabled for HomeDriveBAK
| 12:20:21 PM | Info | Permissions on '/Volumes/HomeDriveBAK' are enabled.
| 12:20:21 PM | Info | ......COMMAND => Verifying that HomeDriveBAK ACL support matches HomeDrive
| 12:20:21 PM | Info | ...ACTION: Preserving Spotlight state on HomeDriveBAK
| 12:20:21 PM | Info | ......COMMAND => Disabling Spotlight search indexing on HomeDriveBAK
| 12:20:21 PM | Info | ...ACTION: Running shell script superduper_mountdisk.sh
| 12:20:21 PM | Info | ......COMMAND => Invoking Before Copy shell script: /Volumes/HomeDrive/Users/gina/Library/Application Support/SuperDuper!/Shell Scripts/superduper_mountdisk.sh
| 12:20:21 PM | Error | sh: /Volumes/HomeDrive/Users/gina/Library/Application Support/SuperDuper!/Shell Scripts/superduper_mountdisk.sh: Permission denied
| 12:21:38 PM | Error | LOGGED EXCEPTION: FSGetVolumeInfo failed., reason: Unable to retrieve volume information, userInfo: (null)

My shell script (superduper_mountdisk.sh) for mounting the backup disk contains this code:

#!/bin/bash

# mounts backup partition before running SuperDuper unattended backup

BDISK=`/usr/sbin/diskutil list | awk '$3=="HomeDriveBAK" {print $6}'`
/usr/sbin/diskutil mount $BDISK > /dev/null

I have a similar script to unmount the disk... Can you tell me how to make this work?

Thanks!

chris_johnsen
01-08-2009, 04:12 PM
The error message is "Permission denied", so you can probably fix it with chmod a+rx /Volumes/HomeDrive/Users/gina/Library/Application Support/SuperDuper!/Shell Scripts/superduper_mountdisk.sh (give "everyone" read and execute permission).

But if all you want is to mount a volume before a backup and unmount the volume afterwards, I think SuperDuper! can already do what you want by itself (no scripts needed). See the Note on p40 at the end of the “Saving and restoring settings” section of the User's Guide (accessible via the Help menu)).

If the target (or source) volume for a saved settings file (for example a scheduled backup, or the default saved settings) is not mounted, SuperDuper! will try to mount it automatically. All you have to do is just unmount your target volume sometime before the next backup. The next time SuperDuper! loads the settings file that targets the volume, SuperDuper! will mount it automatically. For scheduled backups, I think it also automatically unmounts the volume iff it was automatically mounted (though the only mentions of unmount in the User's Guide refer to disk images (either local or on a network share)).

gfesmire
01-08-2009, 05:27 PM
It worked as you said, with just SuperDuper!

Wow, I had tried to just do the process and let SuperDuper do everything earlier and had the app say it couldn't find the target drive... but this time it worked, but with one problem, there was one of those "application quit unexpectedly" dialog windows waiting for me when I woke the machine up (I had set SuperDuper to sleep the computer when complete). I went ahead and let the OS compile the "report to send to Apple" so I could read the log easily... I can't figure it out.

I suppose I could live with having the OS think SuperDuper is crashing everytime it quits per my scheduled instructions, but that doesn't seem right...

Any guesses why that would be? Thanks for your help.

Here is the beginning of the log from the crash window, the whole thing is too long for one post, I can post or send the rest if this is indeed helpful:

Process: SuperDuper! [6941]
Path: /Volumes/HomeDrive/Applications/Utilities/SuperDuper!.app/Contents/MacOS/SuperDuper!
Identifier: com.blacey.SuperDuper!
Version: 2.5 (84)
Build Info: SuperDuper!-728~2
Code Type: X86 (Native)
Parent Process: launchd [125]

Date/Time: 2009-01-08 14:15:02.651 -0800
OS Version: Mac OS X 10.5.6 (9G55)
Report Version: 6

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000545f5f00
Crashed Thread: 0

Thread 0 Crashed:
0 libobjc.A.dylib 0x014038f4 objc_msgSend_stret + 20
1 com.apple.AppKit 0x01868b04 -[NSView _regionForOpaqueDescendants:forMove:] + 3776
2 com.apple.AppKit 0x01868b04 -[NSView _regionForOpaqueDescendants:forMove:] + 3776
3 com.apple.AppKit 0x01868b04 -[NSView _regionForOpaqueDescendants:forMove:] + 3776
4 com.apple.AppKit 0x018678eb -[NSThemeFrame _regionForOpaqueDescendants:forMove:] + 95
5 com.apple.AppKit 0x01886ec2 -[NSGrayFrame _computeHeightOfTop:bottom:] + 147
6 com.apple.AppKit 0x017adec8 _handleWindowNeedsDisplay + 392
7 com.apple.CoreFoundation 0x015b19a2 __CFRunLoopDoObservers + 466
8 com.apple.CoreFoundation 0x015b2cfc CFRunLoopRunSpecific + 844
9 com.apple.CoreFoundation 0x015b3cd8 CFRunLoopRunInMode + 88
10 com.apple.HIToolbox 0x028d62c0 RunCurrentEventLoopInMode + 283
11 com.apple.HIToolbox 0x028d60d9 ReceiveNextEventCommon + 374
12 com.apple.HIToolbox 0x028d5f4d BlockUntilNextEventMatchingListInMode + 106
13 com.apple.AppKit 0x017abd7d _DPSNextEvent + 657
14 com.apple.AppKit 0x017ab630 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
15 com.apple.AppKit 0x017a466b -[NSApplication run] + 795
16 com.apple.AppKit 0x017718a4 NSApplicationMain + 574
17 com.blacey.SuperDuper! 0x00002726 0x1000 + 5926
18 com.blacey.SuperDuper! 0x0000264d 0x1000 + 5709

Thread 1:
0 libSystem.B.dylib 0x011f91c6 mach_msg_trap + 10
1 libSystem.B.dylib 0x012009bc mach_msg + 72
2 com.apple.CoreFoundation 0x015b30ae CFRunLoopRunSpecific + 1790
3 com.apple.CoreFoundation 0x015b3cd8 CFRunLoopRunInMode + 88
4 com.apple.audio.CoreAudio 0x035015dc HALRunLoop::OwnThread(void*) + 160
5 com.apple.audio.CoreAudio 0x03501464 CAPThread::Entry(CAPThread*) + 96
6 libSystem.B.dylib 0x0122a095 _pthread_start + 321
7 libSystem.B.dylib 0x01229f52 thread_start + 34

Thread 2:
0 libSystem.B.dylib 0x011f91c6 mach_msg_trap + 10
1 libSystem.B.dylib 0x012009bc mach_msg + 72
2 com.apple.CoreFoundation 0x015b30ae CFRunLoopRunSpecific + 1790
3 com.apple.CoreFoundation 0x015b3cd8 CFRunLoopRunInMode + 88
4 com.apple.Foundation 0x007c7d40 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
5 com.apple.Foundation 0x007647ed -[NSThread main] + 45
6 com.apple.Foundation 0x00764394 __NSThread__main__ + 308
7 libSystem.B.dylib 0x0122a095 _pthread_start + 321
8 libSystem.B.dylib 0x01229f52 thread_start + 34

Thread 3:
0 libSystem.B.dylib 0x012486f2 select$DARWIN_EXTSN + 10
1 libSystem.B.dylib 0x0122a095 _pthread_start + 321
2 libSystem.B.dylib 0x01229f52 thread_start + 34

Thread 4:
0 libSystem.B.dylib 0x011f91c6 mach_msg_trap + 10
1 libSystem.B.dylib 0x012009bc mach_msg + 72
2 com.apple.CoreFoundation 0x015b30ae CFRunLoopRunSpecific + 1790
3 com.apple.CoreFoundation 0x015b3cd8 CFRunLoopRunInMode + 88
4 com.apple.CFNetwork 0x04604052 CFURLCacheWorkerThread(void*) + 396
5 libSystem.B.dylib 0x0122a095 _pthread_start + 321
6 libSystem.B.dylib 0x01229f52 thread_start + 34

Thread 5:
0 libSystem.B.dylib 0x011f9226 semaphore_timedwait_signal_trap + 10
1 libSystem.B.dylib 0x0122b1ef _pthread_cond_wait + 1244
2 libSystem.B.dylib 0x0122ca73 pthread_cond_timedwait_relative_np + 47
3 com.apple.Foundation 0x007aa75c -[NSCondition waitUntilDate:] + 236
4 com.apple.Foundation 0x007aa570 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
5 com.apple.Foundation 0x007aa4d5 -[NSConditionLock lockWhenCondition:] + 69
6 com.apple.AppKit 0x01811d90 -[NSUIHeartBeat _heartBeatThread:] + 753
7 com.apple.Foundation 0x007647ed -[NSThread main] + 45
8 com.apple.Foundation 0x00764394 __NSThread__main__ + 308
9 libSystem.B.dylib 0x0122a095 _pthread_start + 321
10 libSystem.B.dylib 0x01229f52 thread_start + 34

Thread 6:
0 libSystem.B.dylib 0x0121ceda read$UNIX2003 + 10
1 com.apple.Foundation 0x007dfdfc _backgroundActivity + 412
2 libSystem.B.dylib 0x0122a095 _pthread_start + 321
3 libSystem.B.dylib 0x01229f52 thread_start + 34

Thread 7:
0 libSystem.B.dylib 0x0121ceda read$UNIX2003 + 10
1 com.apple.Foundation 0x007dfdfc _backgroundActivity + 412
2 libSystem.B.dylib 0x0122a095 _pthread_start + 321
3 libSystem.B.dylib 0x01229f52 thread_start + 34

Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x078b0080 ebx: 0x01867c63 ecx: 0x014c94b8 edx: 0xc0000003
edi: 0x545f5f00 esi: 0x00000000 ebp: 0xbfffe1a8 esp: 0xbfffdf34
ss: 0x0000001f efl: 0x00010202 eip: 0x014038f4 cs: 0x00000017
ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
cr2: 0x545f5f00

dnanian
01-08-2009, 05:28 PM
This was likely because you have something that's causing the script command that does the sleep to crash. It's usually because of an old Power PC component/scripting dictionary or bad mouse driver input manager (Logitech - old version)... if you run again and look in your system log, it should indicate which.

gfesmire
01-08-2009, 05:35 PM
Here is the next part that crash log, I'll post the rest in subsequent posts:
Binary Images:
0x1000 - 0x5ffef +com.blacey.SuperDuper! 2.5 (84) <9b82acff19ea99149df3c8ffb31c22a4> /Volumes/HomeDrive/Applications/Utilities/SuperDuper!.app/Contents/MacOS/SuperDuper!
0x75000 - 0x75ff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x79000 - 0x80fe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
0x86000 - 0x86ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0xb1000 - 0x13cfff com.apple.framework.IOKit 1.5.1 (???) <f9f5f0d070e197a832d86751e1d44545> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x162000 - 0x162ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x16a000 - 0x16aff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x172000 - 0x176fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
0x17a000 - 0x17affd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x1b1000 - 0x1bafff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <73cf6b3c5ddf94d7ce9ae2c81c1b558c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x1c4000 - 0x1c4ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x1c8000 - 0x1caff5 libRadiance.dylib ??? (???) <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x218000 - 0x23cfeb libssl.0.9.7.dylib ??? (???) <c7359b7ab32b5f8574520746e10a41cc> /usr/lib/libssl.0.9.7.dylib
0x24b000 - 0x24ffff libGIF.dylib ??? (???) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x3ad000 - 0x604ffb com.apple.MessageFramework 3.5 (930.3) <548c39b875ebdc054eed49e9dd5238f3> /System/Library/Frameworks/Message.framework/Versions/B/Message
0x75a000 - 0x9d5fe7 com.apple.Foundation 6.5.7 (677.22) <8fe77b5d15ecdae1240b4cb604fc6d0b> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0xb33000 - 0xd01ff3 com.apple.security 5.0.4 (34102) <55dda7486df4e8e1d61505be16f83a1c> /System/Library/Frameworks/Security.framework/Versions/A/Security
0xe46000 - 0xfc5fff com.apple.AddressBook.framework 4.1.1 (699) <60ddae72a1df8ddbc5c53df92f372b76> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x10a1000 - 0x10d8fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <01426a38ba44efa5d448daef8b3e9941> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x10f7000 - 0x11a9ffb libcrypto.0.9.7.dylib ??? (???) <69bc2457aa23f12fa7d052601d48fa29> /usr/lib/libcrypto.0.9.7.dylib
0x11f8000 - 0x135fff3 libSystem.B.dylib ??? (???) <d68880dfb1f8becdbdac6928db1510fb> /usr/lib/libSystem.B.dylib
0x13ee000 - 0x14cefff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
0x1540000 - 0x1673fff com.apple.CoreFoundation 6.5.5 (476.17) <4a70c8dbb582118e31412c53dc1f407f> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x176b000 - 0x1f69fef com.apple.AppKit 6.5.6 (949.43) <a3a300499bbe4f1dfebf71d752d01916> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x24aa000 - 0x258fff3 com.apple.CoreData 100.1 (186) <8e28162ef2288692615b52acc01f8b54> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x260a000 - 0x275cff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x27d1000 - 0x285bfef com.apple.DesktopServices 1.4.7 (1.4.7) <7898a0f2a46fc7d8887b041bc23e3811> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x28a6000 - 0x2baefff com.apple.HIToolbox 1.5.4 (???) <3747086ba21ee419708a5cab946c8ba6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x2d0c000 - 0x30a9fef com.apple.QuartzCore 1.5.7 (1.5.7) <2fed2dd7565c84a0f0c608d41d4d172c> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x31a3000 - 0x31cefe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
0x31dc000 - 0x3314ff7 libicucore.A.dylib ??? (???) <18098dcf431603fe47ee027a60006c85> /usr/lib/libicucore.A.dylib
0x3368000 - 0x3449ff7 libxml2.2.dylib ??? (???) <d69560099d9eb32ba7f8a17baa65a28d> /usr/lib/libxml2.2.dylib
0x3476000 - 0x3484ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
0x348a000 - 0x34c4fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x34e4000 - 0x3561feb com.apple.audio.CoreAudio 3.1.1 (3.1.1) <f35477a5e23db0fa43233c37da01ae1c> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x35b6000 - 0x35befff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x35c8000 - 0x365bff3 com.apple.ApplicationServices.ATS 3.4 (???) <8c51de0ec3deaef416578cd59df38754> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x3682000 - 0x374dfff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x378e000 - 0x3e2efff com.apple.CoreGraphics 1.407.2 (???) <3a91d1037afde01d1d8acdf9cd1caa14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x3efe000 - 0x3f58ff7 com.apple.CoreText 2.0.3 (???) <1f1a97273753e6cfea86c810d6277680> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x3f98000 - 0x3fe9ff7 com.apple.HIServices 1.7.0 (???) <01b690d1f376e400ac873105533e39eb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x4013000 - 0x4159ff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x41b1000 - 0x41c1ffc com.apple.LangAnalysis 1.6.4 (1.6.4)

gfesmire
01-08-2009, 05:36 PM
<8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x41ce000 - 0x4275feb com.apple.QD 3.11.54 (???) <b743398c24c38e581a86e91744a2ba6e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x429e000 - 0x42aefff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <5171726062da2bd3c6b8b58486c7777a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x42bd000 - 0x4597ff3 com.apple.CoreServices.CarbonCore 786.10 (786.10) <ec35bb05f67fe0e828d49dda88bbf6d7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x4601000 - 0x469effc com.apple.CFNetwork 422.11 (422.11) <2780dfc3d2186195fccb3634bfb0944b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x4716000 - 0x475ffef com.apple.Metadata 10.5.2 (398.25) <e0572f20350523116f23000676122a8d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x477b000 - 0x4835fe3 com.apple.CoreServices.OSServices 226.5 (226.5) <25243fd02dc5d4f4cc5780f6b2f6fe26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x489a000 - 0x4919ff5 com.apple.SearchKit 1.2.1 (1.2.1) <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x495c000 - 0x498bfe3 com.apple.AE 402.2 (402.2) <e01596187e91af5d48653920017b8c8e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x49a3000 - 0x4a2fff7 com.apple.LaunchServices 290.3 (290.3) <6f9629f4ed1ba3bb313548e6838b2888> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x4a75000 - 0x4a8bfff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x4a9d000 - 0x4aa4ffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
0x4aab000 - 0x4b08ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
0x4b59000 - 0x4be0ff7 libsqlite3.0.dylib ??? (???) <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib
0x4bed000 - 0x4c11fff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
0x4c1b000 - 0x4ce2ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x4cf2000 - 0x4d6ffef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x4d7d000 - 0x4daafeb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x4db6000 - 0x51c6fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x520c000 - 0x55cafea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x5600000 - 0x561fffa libJPEG.dylib ??? (???) <e7eb56555109e23144924cd64aa8daec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x5627000 - 0x5666fef libTIFF.dylib ??? (???) <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x5671000 - 0x568cffb libPng.dylib ??? (???) <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x5694000 - 0x56bcfff libcups.2.dylib ??? (???) <81abd305142ad1b771024eb4a1309e2e> /usr/lib/libcups.2.dylib
0x56c7000 - 0x56e5fff libresolv.9.dylib ??? (???) <b5b1527c2d99495ad5d507ab0a4ea872> /usr/lib/libresolv.9.dylib
0x56ef000 - 0x56efffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x56f3000 - 0x56f3ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x56f7000 - 0x5701feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x570a000 - 0x5717fe7 com.apple.opengl 1.5.9 (1.5.9) <7e5048a2677b41098c84045305f42f7f> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x571f000 - 0x575dff7 libGLImage.dylib ??? (???) <1123b8a48bcbe9cc7aa8dd8e1a214a66> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x5767000 - 0x5768ffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
0x576d000 - 0x5783fe7 com.apple.CoreVideo 1.5.1 (1.5.1) <80b173571cdb99a829e1b8ec0a677291> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x5797000 - 0x57f0ff7 libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x5804000 - 0x5810ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x581e000 - 0x5ceff3e libGLProgrammability.dylib ??? (???) <5d283543ac844e7c6fa3440ac56cd265> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x5e1c000 - 0x5e50fef com.apple.bom 9.0.1 (136.1.1) <e1f64b0dae30d560a1204c69c14751a0> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x5e5e000 - 0x5fbfff2 com.apple.CalendarStore 3.0.6 (847) /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
0x60bb000 - 0x60f7fff com.apple.DAVKit 3.0.6 (653) /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
0x6120000 - 0x6122fff com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHandling
0x6129000 - 0x617afeb com.apple.framework.familycontrols 1.0.3 (1.0.3) <52c7ec091f6d3dc99ec42e1e185c38a7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x6196000 - 0x61fcffb com.apple.ISSupport 1.7 (38.2) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x6243000 - 0x6248ffc com.apple.KerberosHelper 1.1 (1.0) <d789cb3b793a05879bde688c19f60afe> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosHelper
0x624e000 - 0x6272fe7 com.apple.speech.LatentSemanticMappingFramework 2.6.4 (2.6.4) <1591e65449707141112554274c637e5a> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSemanticMapping
0x6287000 - 0x6388fef com.apple.PubSub 1.0.3 (65.1.1) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
0x6417000 - 0x64d5fff com.apple.WebKit 5525.27 (5525.27.1) <a15e548666c9a463d61be1f114b2fa27> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x6574000 - 0x6574fff com.apple.Carbon 136 (136) <27d42531a2cbeb05a7f4d05a28281bd7> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x6578000 - 0x6596ff3 com.apple.DirectoryService.Framework 3.5.5 (3.5.5) <f8931f64103c8a86b82e9714352f4323> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x65a3000 - 0x65d5fff com.apple.LDAPFramework 1.4.5 (110) <648b3ee893db8af0a5bbbe857ec0bb7d> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x65e0000 - 0x65efffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <98f7b46a9f1a099f77e1092ef8e29c63> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x65fd000 - 0x6602fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x660c000 - 0x6611fff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x661a000 - 0x661dfff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x6623000 - 0x667fff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x66ad000 - 0x66c2ffb com.apple.ImageCapture 5.0.1 (5.0.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x66dd000 - 0x6770fff com.apple.ink.framework 101.3 (86)

gfesmire
01-08-2009, 05:37 PM
<bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x678f000 - 0x67d1fef com.apple.NavigationServices 3.5.2 (163) <d3a7c9720479eed8ea35703125303871> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x67ff000 - 0x6817fff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x6829000 - 0x682bfff com.apple.securityhi 3.0 (30817) <31baaf7ea27b41480604ffc910fe827f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x6831000 - 0x6840fff libsasl2.2.dylib ??? (???) <bb7971ca2f609c070f87786a93d1041e> /usr/lib/libsasl2.2.dylib
0x6848000 - 0x6854fff libbz2.1.0.dylib ??? (???) <cc1b7e3f5f4e2ff545157c368e09bc5e> /usr/lib/libbz2.1.0.dylib
0x6859000 - 0x693afff com.apple.syncservices 3.1 (389.12) <e0c2241379300f52b12b479e53797016> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
0x69b8000 - 0x6a25ffb com.apple.WhitePagesFramework 1.2 (122.0) /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
0x6a63000 - 0x6a95ff7 com.apple.DotMacSyncManager 1.2.3 (305) <76f2a03fbb91d701cd8c1d1dde21b531> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMacSyncManager
0x6ab9000 - 0x6abdffd com.apple.AOSNotification 1.0.0 (68.10) <38239776860eed3c5265d4ae3c21dd73> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
0x6ac4000 - 0x6b0efe1 com.apple.securityinterface 3.0.1 (35183) <f855cb06d2541ce544d9bcdf998b991c> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x6b47000 - 0x6b81ffe com.apple.securityfoundation 3.0 (32989) <ef1baca4880788750c38461222b60cae> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x6bb7000 - 0x6bbbfff com.apple.OpenDirectory 10.5 (10.5) <e7e4507f5ecd8c8cdcdb2fc0675da0b4> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x6bc4000 - 0x6bd5ffe com.apple.CFOpenDirectory 10.5 (10.5) <6a7f55108d77db7384d0e2219d07e9f8> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x6be0000 - 0x6c24feb com.apple.DirectoryService.PasswordServerFramework 3.0.3 (3.0.3) <29109fed9f54cbe3d3faea0603362719> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
0x6c42000 - 0x6c78fef libtidy.A.dylib ??? (???) <468dcda829b0307ea64cb1967605af0c> /usr/lib/libtidy.A.dylib
0x6c88000 - 0x6d56ff3 com.apple.JavaScriptCore 5525.26 (5525.26.2) <69e219e81bc886a94c4d4b310d393ab9> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x6db3000 - 0x7404fff com.apple.WebCore 5525.26 (5525.26.6) <8676962ab93f003cf9b10748725c1bc2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x790e000 - 0x790fffd +com.1passwd.InputManager 2.9.5 (7325) <8b4fc4d349a34592f825b1b6ebac46c8> /Library/InputManagers/1PasswdIM/1PasswdIM.bundle/Contents/MacOS/1PasswdIM
0x7e2b000 - 0x7e6cfe7 libRIP.A.dylib ??? (???) <5d0b5af7992e14de017f9a9c7cb05960> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7e79000 - 0x7e84fe7 libCSync.A.dylib ??? (???) <e6aceed359bd228f42bc1246af5919c9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x7fc7000 - 0x7fceff7 libCGATS.A.dylib ??? (???) <386dce4b28448fb86e33e06ac466f4d8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x7fec000 - 0x7feffff com.apple.audio.AudioIPCPlugIn 1.0.5 (1.0.5) <e7424df9b53076d04045fb2e0132b2d0> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn
0x7ff5000 - 0x7ffafff com.apple.audio.AppleHDAHALPlugIn 1.6.2 (1.6.2a37) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x1b832000 - 0x1ba28fff com.apple.RawCamera.bundle 2.0.12 (421) <02fe3f4ea6251f7b2d23d855ce5c5fd2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x1c409000 - 0x1c476fff +com.DivXInc.DivXDecoder 6.6.0 (6.6.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
0x1c485000 - 0x1c7a7fe2 com.apple.QuickTime 7.5.5 (995.22.3) <07ffd134d58fdbfe377ba9007f591289> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x1c86d000 - 0x1c90fff3 com.apple.QuickTimeImporters.component 7.5.5 (995.22.3) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
0x1c935000 - 0x1d9dbffe com.apple.QuickTimeComponents.component 7.5.5 (995.22.3) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
0x1dd5b000 - 0x1dd62fff com.apple.agl 3.0.9 (AGL-3.0.9) <2f39c480cfcee9358a23d61b20a6aa56> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x1ed65000 - 0x1ed8dff7 com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x1edac000 - 0x1edb8ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x1ee56000 - 0x1ee57ff3 ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/ATSHI.dylib
0x1eec3000 - 0x1eec8ff3 libCGXCoreImage.A.dylib ??? (???) <375e0cdb64b043378dbf637992bbfeb0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x20000000 - 0x200b0fff edu.mit.Kerberos 6.0.12 (6.0.12) <685cc018c133668d0d3ac6a1cb63cff9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x4beef000 - 0x4befafff com.apple.dotMacLegacy 3.1 (246) <d335114af509bf38a7ead5274a93dfb1> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegacy
0x64b00000 - 0x64b06fff com.apple.print.framework.Print 218.0.2 (220.1) <8bf7ef71216376d12fcd5ec17e43742c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x70000000 - 0x700e6ff2 com.apple.audio.units.Components 1.5.2 (1.5.2) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld
0xba900000 - 0xba916fff libJapaneseConverter.dylib ??? (???) <349492efc0f6371227a6330d8b2c4fa5> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0xc0000000 - 0xc0008fef +com.growl.growlframework 0.7.3 (0.7.3) /Volumes/HomeDrive/Applications/Utilities/SuperDuper!.app/Contents/Frameworks/Growl.framework/Versions/A/Growl
0xfa100000 - 0xfa17aff8 com.apple.print.framework.PrintCore 5.5.3 (245.3) <222dade7b33b99708b8c09d1303f93fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

dnanian
01-08-2009, 05:46 PM
Yeah, doesn't really help. Run it again with the sleep command and then look at the system.log when it fails.

gfesmire
01-08-2009, 05:47 PM
Okay... I'll do that... thanks for looking. I'll post back with what happens.

gfesmire
01-08-2009, 06:25 PM
Jan 8 15:05:00 gina-marie com.apple.launchd[1] (0x40c820.cron[7610]): Could not setup Mach task special port 9: (os/kern) no access
Jan 8 15:05:00 gina-marie applet[7611]: Error loading /Library/ScriptingAdditions/Digital Hub Scripting.osax/Contents/MacOS/Digital Hub Scripting: dlopen(/Library/ScriptingAdditions/Digital Hub Scripting.osax/Contents/MacOS/Digital Hub Scripting, 262): no suitable image found. Did find:\n /Library/ScriptingAdditions/Digital Hub Scripting.osax/Contents/MacOS/Digital Hub Scripting: mach-o, but wrong architecture
Jan 8 15:05:00 gina-marie applet[7611]: Error loading /Library/ScriptingAdditions/StandardAdditions.osax/Contents/MacOS/StandardAdditions: dlopen(/Library/ScriptingAdditions/StandardAdditions.osax/Contents/MacOS/StandardAdditions, 262): no suitable image found. Did find:\n /Library/ScriptingAdditions/StandardAdditions.osax/Contents/MacOS/StandardAdditions: mach-o, but wrong architecture
Jan 8 15:05:00 gina-marie [0x0-0x128128].Copy Job[7611]: applet: OpenScripting.framework - scripting addition /Library/ScriptingAdditions/Digital Hub Scripting.osax declares no loadable handlers.
Jan 8 15:05:00 gina-marie [0x0-0x128128].Copy Job[7611]: applet: OpenScripting.framework - scripting addition /Library/ScriptingAdditions/StandardAdditions.osax declares no loadable handlers.
Jan 8 15:05:00 gina-marie System Events[7612]: Error loading /Library/ScriptingAdditions/Digital Hub Scripting.osax/Contents/MacOS/Digital Hub Scripting: dlopen(/Library/ScriptingAdditions/Digital Hub Scripting.osax/Contents/MacOS/Digital Hub Scripting, 262): no suitable image found. Did find:\n /Library/ScriptingAdditions/Digital Hub Scripting.osax/Contents/MacOS/Digital Hub Scripting: mach-o, but wrong architecture
Jan 8 15:05:00 gina-marie System Events[7612]: Error loading /Library/ScriptingAdditions/StandardAdditions.osax/Contents/MacOS/StandardAdditions: dlopen(/Library/ScriptingAdditions/StandardAdditions.osax/Contents/MacOS/StandardAdditions, 262): no suitable image found. Did find:\n /Library/ScriptingAdditions/StandardAdditions.osax/Contents/MacOS/StandardAdditions: mach-o, but wrong architecture
Jan 8 15:05:00 gina-marie [0x0-0x129129].com.apple.systemevents[7612]: System Events: OpenScripting.framework - scripting addition /Library/ScriptingAdditions/Digital Hub Scripting.osax declares no loadable handlers.
Jan 8 15:05:00 gina-marie [0x0-0x129129].com.apple.systemevents[7612]: System Events: OpenScripting.framework - scripting addition /Library/ScriptingAdditions/StandardAdditions.osax declares no loadable handlers.
Jan 8 15:05:01 gina-marie SuperDuper![7619]: .scriptSuite warning for attribute 'boundsAsQDRect' of class 'NSWindow' in suite 'NSCoreSuite': 'NSData<QDRect>' is not a valid type name.
Jan 8 15:05:01 gina-marie SuperDuper![7619]: .scriptSuite warning for type 'NSTextStorage' attribute 'name' of class 'NSApplication' in suite 'NSCoreSuite': AppleScript name references may not work for this property because its type is not NSString-derived.
Jan 8 15:05:01 gina-marie SuperDuper![7619]: .scriptSuite warning for type 'NSTextStorage' attribute 'lastComponentOfFileName' of class 'NSDocument' in suite 'NSCoreSuite': AppleScript name references may not work for this property because its type is not NSString-derived.
Jan 8 15:05:01 gina-marie SuperDuper![7619]: .scriptSuite warning for attribute 'boundsAsQDRect' of class 'NSWindow' in suite 'NSCoreSuite': 'NSData<QDRect>' is not a valid type name.
Jan 8 15:05:01 gina-marie SuperDuper![7619]: .scriptSuite warning for type 'NSTextStorage' attribute 'title' of class 'NSWindow' in suite 'NSCoreSuite': AppleScript name references may not work for this property because its type is not NSString-derived.
Jan 8 15:05:01 gina-marie SuperDuper![7619]: .scriptSuite warning for superclass of class 'NSAttachmentTextStorage' in suite 'NSTextSuite': 'NSString' is not a valid class name.
Jan 8 15:05:33 gina-marie KernelEventAgent[54]: tid 00000000 received unknown event (256)
Jan 8 15:05:33: --- last message repeated 1 time ---
Jan 8 15:05:33 gina-marie fsaclctl[7661]: HFSIOC_SETACLSTATE 1 on /Volumes/HomeDriveBAK returns 0 errno = 2
Jan 8 15:08:04 gina-marie com.apple.launchd[1] (0x40c620.nohup[7716]): Could not setup Mach task special port 9: (os/kern) no access
Jan 8 15:08:14 gina-marie osascript[7726]: Error loading /Library/ScriptingAdditions/Digital Hub Scripting.osax/Contents/MacOS/Digital Hub Scripting: dlopen(/Library/ScriptingAdditions/Digital Hub Scripting.osax/Contents/MacOS/Digital Hub Scripting, 262): no suitable image found. Did find:\n /Library/ScriptingAdditions/Digital Hub Scripting.osax/Contents/MacOS/Digital Hub Scripting: mach-o, but wrong architecture
Jan 8 15:08:14 gina-marie SuperDuper![7619]: ***ERROR OCCURRED: 2009-01-08 15:08:14.966 osascript[7726:10b] Error loading /Library/ScriptingAdditions/Digital Hub Scripting.osax/Contents/MacOS/Digital Hub Scripting: dlopen(/Library/ScriptingAdditions/Digital Hub Scripting.osax/Contents/MacOS/Digital Hub Scripting, 262): no suitable image found. Did find:
Jan 8 15:08:14 gina-marie SuperDuper![7619]: ***ERROR OCCURRED: /Library/ScriptingAdditions/Digital Hub Scripting.osax/Contents/MacOS/Digital Hub Scripting: mach-o, but wrong architecture
Jan 8 15:08:14 gina-marie SuperDuper![7619]: ***ERROR OCCURRED: osascript: OpenScripting.framework - scripting addition /Library/ScriptingAdditions/Digital Hub Scripting.osax declares no loadable handlers.
Jan 8 15:08:14 gina-marie osascript[7726]: Error loading /Library/ScriptingAdditions/StandardAdditions.osax/Contents/MacOS/StandardAdditions: dlopen(/Library/ScriptingAdditions/StandardAdditions.osax/Contents/MacOS/StandardAdditions, 262): no suitable image found. Did find:\n /Library/ScriptingAdditions/StandardAdditions.osax/Contents/MacOS/StandardAdditions: mach-o, but wrong architecture
Jan 8 15:08:16 gina-marie ReportCrash[7727]: Formulating crash report for process SuperDuper![7619]

gfesmire
01-08-2009, 06:26 PM
Jan 8 15:08:19 gina-marie ReportCrash[7727]: Saved crashreport to /Volumes/HomeDrive/Users/gina/Library/Logs/CrashReporter/SuperDuper!_2009-01-08-150815_gina-marie.crash using uid: 501 gid: 20, euid: 501 egid: 20
Jan 8 15:08:17 gina-marie com.apple.launchd[125] ([0x0-0x12a12a].com.blacey.SuperDuper![7619]): Exited abnormally: Segmentation fault
Jan 8 15:08:27 gina-marie diskarbitrationd[62]: applet [7611]:39163 not responding.
Jan 8 15:08:27 gina-marie applet[7611]: *** _NSAutoreleaseNoPool(): Object 0x1839560 of class NSConcreteMapTableValueEnumerator autoreleased with no pool in place - just leaking\nStack: (0x2e2f73f 0x2d3be32 0x2dde4cc 0x7094f0b 0x313b6e0 0xa9a61b 0xa9a70e 0xa95455 0xab98e8 0xab9cd8 0x28302c0 0x28e3904 0x28e3766 0x28e36c5 0x6d667d3 0xc7f6e4 0x291b5af 0x6d66834 0x6d89df9 0x6d98380 0x6db3879 0x6dbfe3c 0x6dbfeb1 0x6dab649 0x6d9c2f7 0x6d716af 0x41edcd 0x4642b4 0x6d69a9a 0x41ea95 0x1f9053a 0x6d66c7a 0x6d63cea 0x6d63f74 0xc73648 0xc7357e 0xc73425 0x28329a5 0x6d63d98 0x6d66104 0x6d64241 0x6d644c2 0x6d645e8 0x41ea95)
Jan 8 15:08:47 gina-marie kernel[0]: Intel8254x -- Link Down -- 00:1f:5b:39:91:c0 -- called by disable() --
Jan 8 15:09:03 gina-marie kernel[0]: -- Auto-Negotiation Advertisement Register (04d) = 0xde1
Jan 8 15:09:04 gina-marie kernel[0]: -- Auto-Negotiation Link Partner Ability Register (05d) = 0x41e1
Jan 8 15:09:03 gina-marie configd[14]: AppleTalk shutdown
Jan 8 15:09:04 gina-marie kernel[0]: -- Auto-Negotiation Gigabit Advertisement Register (09d) = 0xe00
Jan 8 15:09:04 gina-marie kernel[0]: -- Auto-Negotiation Gigabit Link Partner Ability Register (10d) = 0x4000
Jan 8 15:09:04 gina-marie configd[14]: AppleTalk shutdown complete
Jan 8 15:09:04 gina-marie kernel[0]: -- PHY Specific Status Register (17d) = 0x6c08
Jan 8 15:09:04 gina-marie kernel[0]: Intel8254x -- Link Down -- 00:1f:5b:39:91:c1 -- called by disable() --
Jan 8 15:09:04 gina-marie configd[14]: AppleTalk startup
Jan 8 15:09:04 gina-marie kernel[0]: -- Auto-Negotiation Advertisement Register (04d) = 0xde1
Jan 8 15:09:04 gina-marie kernel[0]: -- Auto-Negotiation Link Partner Ability Register (05d) = 0x0
Jan 8 15:09:04 gina-marie kernel[0]: -- Auto-Negotiation Gigabit Advertisement Register (09d) = 0xe00
Jan 8 15:09:04 gina-marie kernel[0]: -- Auto-Negotiation Gigabit Link Partner Ability Register (10d) = 0x0
Jan 8 15:09:04 gina-marie kernel[0]: -- PHY Specific Status Register (17d) = 0x8040
Jan 8 15:08:47 gina-marie kernel[0]: System Sleep
Jan 8 15:09:04 gina-marie kernel[0]: Wake reason = EHCI
Jan 8 15:09:04 gina-marie kernel[0]: System Wake
Jan 8 15:09:04 gina-marie kernel[0]: Previous Sleep Cause: 5
Jan 8 15:09:04 gina-marie kernel[0]: USB (EHCI):Port 4 on bus 0xfd has remote wakeup from some device
Jan 8 15:09:04 gina-marie kernel[0]: Intel8254x -- Link Up -- 00:1f:5b:39:91:c0 -- called by interruptOccurred() --
Jan 8 15:09:04 gina-marie kernel[0]: -- Auto-Negotiation Advertisement Register (04d) = 0xde1
Jan 8 15:09:04 gina-marie /usr/sbin/ocspd[7746]: starting
Jan 8 15:09:04 gina-marie kernel[0]: -- Auto-Negotiation Link Partner Ability Register (05d) = 0x41e1
Jan 8 15:09:04 gina-marie kernel[0]: -- Auto-Negotiation Gigabit Advertisement Register (09d) = 0xe00
Jan 8 15:09:04 gina-marie kernel[0]: -- Auto-Negotiation Gigabit Link Partner Ability Register (10d) = 0x4000
Jan 8 15:09:04 gina-marie kernel[0]: -- PHY Specific Status Register (17d) = 0x6c48
Jan 8 15:09:04 gina-marie kernel[0]: Intel8254X -- Negotiated Speed: 100 Mb/s, Duplex: Full, Flow Control: Receive Pause Disabled, Transmit Pause Disabled
Jan 8 15:09:04 gina-marie kernel[0]: Intel8254x -- Link Down -- 00:1f:5b:39:91:c1 -- called by enableHardware() --
Jan 8 15:09:04 gina-marie kernel[0]: -- Auto-Negotiation Advertisement Register (04d) = 0xde1
Jan 8 15:09:04 gina-marie kernel[0]: -- Auto-Negotiation Link Partner Ability Register (05d) = 0x0
Jan 8 15:09:04 gina-marie kernel[0]: -- Auto-Negotiation Gigabit Advertisement Register (09d) = 0xe00
Jan 8 15:09:04 gina-marie kernel[0]: -- Auto-Negotiation Gigabit Link Partner Ability Register (10d) = 0x4000
Jan 8 15:09:04 gina-marie kernel[0]: -- PHY Specific Status Register (17d) = 0x8000
Jan 8 15:09:05 gina-marie Safari[7750]: (Information) Activating Safari extension (version 7325) from '/Volumes/HomeDrive/Applications/1Password.app/Contents/Extensions/OnePasswdSafari.bundle'
Jan 8 15:09:09 gina-marie configd[14]: AppleTalk startup complete
Jan 8 15:11:24 gina-marie com.apple.launchd[1] (com.apple.backupd-wake[7745]): Exited with exit code: 1
Thursday, January 8, 2009 3:18:50 PM US/Pacific

chris_johnsen
01-08-2009, 07:13 PM
Jan 8 15:08:14 gina-marie SuperDuper![7619]: ***ERROR OCCURRED: […] Did find: […] /Library/ScriptingAdditions/Digital Hub Scripting.osax/Contents/MacOS/Digital Hub Scripting: mach-o, but wrong architecture

It looks like some PowerPC-only scripting additions found their way into your /Library/ScriptingAdditions directory. The two mentioned OSAXs (Digital Hub Scripting and StandardAdditions) are both normal parts of Mac OS X these days, but they are usually found elsewhere and on Leopard (10.5) installations they are probably Universal, not PowerPC-only.

Based on what Dave said ("usually because of an old Power PC component/scripting dictionary"), I suspect you need to get rid of these PowerPC OSAX bundles. You should be able to delete or move them in Finder as an administrator user:
/Library/ScriptingAdditions/Digital Hub Scripting.osax
/Library/ScriptingAdditions/StandardAdditions.osax


If there are other OSAX in that folder, you might want to examine them with Finder's File > Get Info. If any report "Kind: scripting addition (PowerPC)" in the General section of the Get Info window, they are also potential problems ("Kind: scripting addition (Universal)" is OK, if there are any Intel-only ones, they probably look like "… (Intel)" and they should be OK too).

gfesmire
01-08-2009, 08:04 PM
Perfect. I cleaned four other files from that location as well.

Now if I can figure out how to fix the "Interfacenamer: timed out waiting for IOkit to quiese" process that makes my startup slow down, things would be perfect ;-)

I just loaded Leopard two weeks ago for the first time... learning my way around. I wonder how many other pieces of PPC code are lurking around like that?

Thank you so much, good support is good to find.

dnanian
01-08-2009, 09:37 PM
Great: glad you're all set -- and thanks to Chris for the assist.