Script application hdiutil mount errors
Script application hdiutil mount errors
- Subject: Script application hdiutil mount errors
- From: "Fransen, Britney R (Britney)" <email@hidden>
- Date: Wed, 16 Apr 2003 09:55:38 -0400
I am writing a small AppleScript that mounts a disk image using the do shell script hdiutil mount command. When I run the script as a compiled script it works quickly and perfectly. However, when I save the script as an application and run it takes alot longer but does mount the image it just takes a while. The console log gives me the following info:
Apr 15 20:32:54 Dual-867 /sbin/autodiskmount[233]: Someone (pid =
(4935)) isn't responding to a sent disk acknowledgement request. That
client has been disconnected.
Apr 15 20:32:54 Dual-867 /sbin/autodiskmount[233]:
(autodiskmount.tproj/DiskArbitrationServerMain.c:4450) mach_msg failed:
{0x10004003} (ipc/rcv) timed out
Apr 15 20:32:55 Dual-867 /sbin/autodiskmount[233]:
(autodiskmount.tproj/DiskArbitrationServerMain.c:410) received
unrecognized message (id=0x41) on notify port
Apr 15 20:32:55 Dual-867 /sbin/autodiskmount[233]:
DiskArbEjectPreNotifyAck_async_rpc(pid = 4935, diskIdentifier =
'disk2', errorCode = 0): no known client with this pid.
After these 4 messages I get 2 more messages that show that the disk image was mounted. When run as a compiled script I only get the 2 messages that show the disk image was mounted.
So does anyone have any idea what this means and why I get these errors only when the script is run as an application and not as a compiled script?
Thanks,
Britney
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.