I have two zpools I connect to my MBP running 10.8.2 as above.
One is a single external USB3 1 TB disk (Western Digital) configured as zpool named mhzfstm, the other the above mentioned 6 disk array (3*2 LaCie 2big) configured as raidz2 zpool (4+2 disks) named caribe.
The pool with a single disk I can eject normally, unplug the USB3 connection, replug the USB3 and it will mount normally again.
The pool with the 6 disk raidz (connected through a single Thunderbolt connection) will not do that but crashes the system upon reconnect. What does work is unmounting and remounting a zfs file system named music that resides on caribe (caribe/music).
This is the raidz2 and the single zpool:
- Code: Select all
mh-macbookpro-5:~ mh$ zpool status
pool: caribe
state: ONLINE
scan: scrub repaired 0 in 0h39m with 0 errors on Thu Nov 15 18:39:13 2012
config:
NAME STATE READ WRITE CKSUM
caribe ONLINE 0 0 0
raidz2-0 ONLINE 0 0 0
GPTE_72B50444-1B8E-4C2D-88A0-61774B5147F6 ONLINE 0 0 0 at disk1s2
GPTE_F3B75D05-64FC-45AA-9FFD-4235FDA38DC3 ONLINE 0 0 0 at disk3s2
GPTE_02DC6C3C-7B98-4F6C-B9F4-C53A34307DC5 ONLINE 0 0 0 at disk4s2
GPTE_ED7D590A-B363-4088-88C1-CD94F20C530E ONLINE 0 0 0 at disk6s2
GPTE_293E6F1D-E0F8-485A-94FF-D40499DB9358 ONLINE 0 0 0 at disk0s2
GPTE_22249195-0774-4B18-807A-DA24CC610BC6 ONLINE 0 0 0 at disk5s2
errors: No known data errors
pool: mhzfstm
state: ONLINE
scan: scrub repaired 0 in 4h43m with 0 errors on Mon Oct 29 19:02:46 2012
config:
NAME STATE READ WRITE CKSUM
mhzfstm ONLINE 0 0 0
GPTE_FC64576E-9658-4766-A22F-E943338D17D5 ONLINE 0 0 0 at disk8s2
errors: No known data errors
I add the system log of going through the above sequence of events:
- Code: Select all
Nov 18 12:50:13 mh-macbookpro-5 kernel[0]: zfsx_unmount: '/Volumes/mhzfstm' (umount)
Nov 18 12:50:13 mh-macbookpro-5 kernel[0]: zfsvfs_teardown: '/Volumes/mhzfstm' (txg_wait_synced in 67 ms)
Nov 18 12:50:13 mh-macbookpro-5 kernel[0]: zfsx_vdm_close: 'disk1s2'
Nov 18 12:50:31 mh-macbookpro-5 kernel[0]: ZFSLabelScheme:willTerminate: this 0xffffff8025be4000 provider 0xffffff802635f800 'zfs vdev for 'mhzfstm''
Nov 18 12:50:31 mh-macbookpro-5 kernel[0]: ZFSLabelScheme:stop: 0xffffff8025be4000 goodbye 'zfs vdev for 'mhzfstm''
Nov 18 12:50:52 mh-macbookpro-5 kernel[0]: ZFSLabelScheme:probe: label 'mhzfstm', vdev 15555846555825933104
Nov 18 12:50:52 mh-macbookpro-5 kernel[0]: ZFSLabelScheme:start: 'mhzfstm' critical mass with 1 vdev(s) (importing)
Nov 18 12:50:52 mh-macbookpro-5 kernel[0]: zfsx_kev_importpool:'mhzfstm' (17562405194974351161)
Nov 18 12:50:53 mh-macbookpro-5 kernel[0]: zfsx_vdm_open: 'mhzfstm' disk1s2
Nov 18 12:50:57 mh-macbookpro-5 kernel[0]: zfsx_mount: '/Volumes/mhzfstm'
Nov 18 12:51:10 mh-macbookpro-5.local com.apple.SecurityServer[15]: Succeeded authorizing right 'system.volume.external.unmount' by client '/System/Library/CoreServices/Finder.app' [4631] for authorization created by '/System/Library/CoreServices/Finder.app' [4631] (100013,0)
Nov 18 12:51:10 mh-macbookpro-5.local com.apple.SecurityServer[15]: Succeeded authorizing right 'system.volume.external.unmount' by client '/usr/sbin/diskarbitrationd' [16] for authorization created by '/System/Library/CoreServices/Finder.app' [4631] (100002,0)
Nov 18 12:51:10 mh-macbookpro-5.local fseventsd[34]: Events arrived for /Volumes/mhzfstm after an unmount request! Re-initializing.
Nov 18 12:51:10 mh-macbookpro-5.local fseventsd[34]: creating a dls for /Volumes/mhzfstm but it already has one...
Nov 18 12:51:11 mh-macbookpro-5 kernel[0]: zfsx_unmount: '/Volumes/mhzfstm' (umount)
Nov 18 12:51:12 mh-macbookpro-5.local com.apple.SecurityServer[15]: Succeeded authorizing right 'system.volume.external.unmount' by client '/System/Library/CoreServices/Finder.app' [4631] for authorization created by '/System/Library/CoreServices/Finder.app' [4631] (100013,0)
Nov 18 12:51:12 mh-macbookpro-5.local com.apple.SecurityServer[15]: Succeeded authorizing right 'system.volume.external.unmount' by client '/usr/sbin/diskarbitrationd' [16] for authorization created by '/System/Library/CoreServices/Finder.app' [4631] (100002,0)
Nov 18 12:51:13 mh-macbookpro-5.local fseventsd[34]: disk logger: failed to open output file /Volumes/mhzfstm/.fseventsd/fc007475643a8cbd (No such file or directory). mount point /Volumes/mhzfstm/.fseventsd
Nov 18 12:51:13 --- last message repeated 1 time ---
Nov 18 12:51:13 mh-macbookpro-5 kernel[0]: zfsvfs_teardown: '/Volumes/mhzfstm' (txg_wait_synced in 1645 ms)
Nov 18 12:51:14 mh-macbookpro-5 kernel[0]: zfsx_vdm_close: 'disk1s2'
Nov 18 12:52:27 mh-macbookpro-5 kernel[0]: ZFSLabelScheme:willTerminate: this 0xffffff8025be0800 provider 0xffffff8022756700 'zfs vdev for 'mhzfstm''
Nov 18 12:52:27 mh-macbookpro-5 kernel[0]: ZFSLabelScheme:stop: 0xffffff8025be0800 goodbye 'zfs vdev for 'mhzfstm''
Nov 18 12:54:33 mh-macbookpro-5.local mdworker[6944]: Unable to talk to lsboxd
Nov 18 12:54:33 mh-macbookpro-5.local mdworker[6943]: Unable to talk to lsboxd
Nov 18 12:54:33 mh-macbookpro-5.local mdworker[6942]: Unable to talk to lsboxd
Nov 18 12:54:33 mh-macbookpro-5.local sandboxd[6945] ([6944]): mdworker(6944) deny mach-lookup com.apple.ls.boxd
Nov 18 12:54:33 mh-macbookpro-5.local sandboxd[6945] ([6943]): mdworker(6943) deny mach-lookup com.apple.ls.boxd
Nov 18 12:54:33 mh-macbookpro-5.local sandboxd[6945] ([6942]): mdworker(6942) deny mach-lookup com.apple.ls.boxd
Nov 18 12:54:33 mh-macbookpro-5 kernel[0]: Sandbox: sandboxd(6945) deny mach-lookup com.apple.coresymbolicationd
Nov 18 12:54:41 mh-macbookpro-5.local WindowServer[102]: Created shield window 0x1ae for display 0x04280380
Nov 18 12:54:41 mh-macbookpro-5.local WindowServer[102]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x0(0)
Nov 18 12:54:41 mh-macbookpro-5.local WindowServer[102]: device_generate_lock_screen_screenshot: authw 0x0(0), shield 0x0(0)
Nov 18 12:54:42 mh-macbookpro-5 com.apple.launchd.peruser.507[699] (com.rosettastone.rosettastonedaemon): Throttling respawn: Will start in 10 seconds
Nov 18 12:55:07 --- last message repeated 2 times ---
Nov 18 12:55:07 mh-macbookpro-5.local WindowServer[102]: handle_will_sleep_auth_and_shield_windows: no lock state data
Nov 18 12:55:07 mh-macbookpro-5 kernel[0]: IOThunderboltSwitch(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
Nov 18 12:55:07 mh-macbookpro-5 kernel[0]: IOThunderboltSwitch(0x1)::listenerCallback - Thunderbolt HPD packet for route = 0x1 port = 2 unplug = 0
Nov 18 12:55:07 mh-macbookpro-5 kernel[0]: IOThunderboltSwitch(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 1 unplug = 0
Nov 18 12:55:07 mh-macbookpro-5 kernel[0]: IOThunderboltSwitch(0x1)::listenerCallback - Thunderbolt HPD packet for route = 0x1 port = 4 unplug = 0
Nov 18 12:55:07 mh-macbookpro-5 kernel[0]: IOThunderboltSwitch(0x1)::listenerCallback - Thunderbolt HPD packet for route = 0x1 port = 1 unplug = 0
Nov 18 12:55:08 mh-macbookpro-5 kernel[0]: IOThunderboltSwitch(0x101)::listenerCallback - Thunderbolt HPD packet for route = 0x101 port = 4 unplug = 0
Nov 18 12:55:08 mh-macbookpro-5 kernel[0]: IOThunderboltSwitch(0x101)::listenerCallback - Thunderbolt HPD packet for route = 0x101 port = 2 unplug = 0
Nov 18 12:55:08 mh-macbookpro-5 kernel[0]: IOThunderboltSwitch(0x101)::listenerCallback - Thunderbolt HPD packet for route = 0x101 port = 1 unplug = 0
Nov 18 12:55:08 mh-macbookpro-5 kernel[0]: IOThunderboltSwitch(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 2 unplug = 0
Nov 18 12:55:08 mh-macbookpro-5 kernel[0]: IOThunderboltSwitch(0x10101)::listenerCallback - Thunderbolt HPD packet for route = 0x10101 port = 4 unplug = 0
Nov 18 12:55:08 mh-macbookpro-5 kernel[0]: IOThunderboltSwitch(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
Nov 18 12:55:10 mh-macbookpro-5 kernel[0]: [ PCI configuration begin ]
Nov 18 12:55:10 mh-macbookpro-5 kernel[0]: PCI configuration changed (bridge=30 device=6 cardbus=0)
Nov 18 12:55:10 mh-macbookpro-5 kernel[0]: [ PCI configuration end, bridges 16 devices 17 ]
Nov 18 12:55:12 mh-macbookpro-5 kernel[0]: [ PCI configuration begin ]
Nov 18 12:55:12 mh-macbookpro-5 kernel[0]: PCI configuration changed (bridge=51 device=7 cardbus=0)
Nov 18 12:55:12 mh-macbookpro-5 kernel[0]: [ PCI configuration end, bridges 20 devices 18 ]
Nov 18 12:55:14 mh-macbookpro-5 kernel[0]: [ PCI configuration begin ]
Nov 18 12:55:14 mh-macbookpro-5 kernel[0]: PCI configuration changed (bridge=80 device=8 cardbus=0)
Nov 18 12:55:14 mh-macbookpro-5 kernel[0]: [ PCI configuration end, bridges 24 devices 19 ]
Nov 18 12:55:17 mh-macbookpro-5 kernel[0]: ZFSLabelScheme:probe: label 'caribe', vdev 12487585573348715292
Nov 18 12:55:17 mh-macbookpro-5 kernel[0]: ZFSLabelScheme:probe: label 'caribe', vdev 10451683884735712470
Nov 18 12:55:17 mh-macbookpro-5 kernel[0]: ZFSLabelScheme:probe: label 'caribe', vdev 4298627027841004341
Nov 18 12:55:17 mh-macbookpro-5 kernel[0]: ZFSLabelScheme:probe: label 'caribe', vdev 9058583280252580354
Nov 18 12:55:17 mh-macbookpro-5 kernel[0]: ZFSLabelScheme:start: 'caribe' critical mass with 4 vdevs (importing)
Nov 18 12:55:18 mh-macbookpro-5 kernel[0]: ZFSLabelScheme:probe: label 'caribe', vdev 13723646381108749964
Nov 18 12:55:18 mh-macbookpro-5 kernel[0]: zfsx_kev_importpool:'caribe' (4717846643075116321)
Nov 18 12:55:18 mh-macbookpro-5 kernel[0]: ZFSLabelScheme:probe: label 'caribe', vdev 17222921317799980675
Nov 18 12:55:23 mh-macbookpro-5 kernel[0]: zfsx_vdm_open: 'caribe' disk7s2
Nov 18 12:55:23 mh-macbookpro-5 kernel[0]: zfsx_vdm_open: 'caribe' disk4s2
Nov 18 12:55:23 mh-macbookpro-5 kernel[0]: zfsx_vdm_open: 'caribe' disk6s2
Nov 18 12:55:23 mh-macbookpro-5 kernel[0]: zfsx_vdm_open: 'caribe' disk5s2
Nov 18 12:55:23 mh-macbookpro-5 kernel[0]: zfsx_vdm_open: 'caribe' disk1s2
Nov 18 12:55:23 mh-macbookpro-5 kernel[0]: zfsx_vdm_open: 'caribe' disk3s2
Nov 18 12:55:26 mh-macbookpro-5 kernel[0]: zfsx_mount: '/Volumes/caribe'
Nov 18 12:55:26 mh-macbookpro-5 kernel[0]: zfsx_mount: '/Volumes/caribe/music'
Nov 18 12:55:27 mh-macbookpro-5.local fseventsd[34]: event logs in /Volumes/caribe/music/.fseventsd out of sync with volume. destroying old logs. (243 1 236471)
Nov 18 12:55:27 mh-macbookpro-5.local fseventsd[34]: log dir: /Volumes/caribe/music/.fseventsd getting new uuid: FCBD4517-66B2-4592-A579-C3A2C725EC94
Nov 18 12:56:41 mh-macbookpro-5.local login[7075]: in pam_sm_acct_mgmt(): OpenDirectory - Membership cache TTL set to 1800.
Nov 18 12:56:41 mh-macbookpro-5.local login[7075]: in od_record_check_pwpolicy(): retval: 0
Nov 18 12:56:41 mh-macbookpro-5.local login[7075]: in od_record_attribute_create_cfstring(): returned 2 attributes for dsAttrTypeStandard:AuthenticationAuthority
Nov 18 12:58:15 mh-macbookpro-5.local mdworker[7101]: Unable to talk to lsboxd
Nov 18 12:58:15 mh-macbookpro-5.local mdworker[7102]: Unable to talk to lsboxd
Nov 18 12:58:15 mh-macbookpro-5.local mdworker[7100]: Unable to talk to lsboxd
Nov 18 12:58:15 mh-macbookpro-5.local sandboxd[7103] ([7101]): mdworker(7101) deny mach-lookup com.apple.ls.boxd
Nov 18 12:58:15 mh-macbookpro-5.local sandboxd[7103] ([7102]): mdworker(7102) deny mach-lookup com.apple.ls.boxd
Nov 18 12:58:15 mh-macbookpro-5.local sandboxd[7103] ([7100]): mdworker(7100) deny mach-lookup com.apple.ls.boxd
Nov 18 12:58:15 mh-macbookpro-5 kernel[0]: Sandbox: sandboxd(7103) deny mach-lookup com.apple.coresymbolicationd
Nov 18 12:58:27 mh-macbookpro-5.local sandboxd[7103] ([300]): Mail(300) deny file-read-data /Library/Preferences/com.apple.mail.plist
Nov 18 12:58:35 --- last message repeated 20 times ---
Nov 18 12:58:57 mh-macbookpro-5.local xpcd[4684]: restored permissions (100644 -> 100744) on /Users/mh/Library/Containers/com.apple.TextEdit/Container.plist
Nov 18 12:58:57 mh-macbookpro-5.local xpcd[4684]: (null): have symlinks: (
)
Nov 18 12:58:57 mh-macbookpro-5.local com.apple.qtkitserver[7119]: MessageTracer: load_domain_prefix_whitelist:115: Opening whitelist file: /Library/Application Support/CrashReporter/SubmitDiagInfo.domains
Nov 18 12:58:57 mh-macbookpro-5.local com.apple.qtkitserver[7119]: Unable to talk to lsboxd
Nov 18 12:58:57 mh-macbookpro-5 kernel[0]: Sandbox: sandboxd(7125) deny mach-lookup com.apple.coresymbolicationd
Nov 18 12:58:57 mh-macbookpro-5.local sandboxd[7125] ([7119]): com.apple.qtkits(7119) deny file-read-data /Library/InputManagers
Nov 18 12:58:57 --- last message repeated 1 time ---
Nov 18 12:58:57 mh-macbookpro-5.local sandboxd[7125] ([7119]): com.apple.qtkits(7119) deny file-read-data /Library/Application Support/CrashReporter/SubmitDiagInfo.domains
Nov 18 12:58:58 mh-macbookpro-5.local sandboxd[7125] ([7119]): com.apple.qtkits(7119) deny mach-lookup com.apple.ls.boxd
Nov 18 12:58:58 mh-macbookpro-5.local sandboxd[7125] ([7119]): com.apple.qtkits(7119) deny file-read-data /Library/PreferencePanes/Perian.prefPane/Contents/Resources/PerianUpdateChecker.app
Nov 18 12:58:58 mh-macbookpro-5.local sandboxd[7125] ([7119]): com.apple.qtkits(7119) deny file-read-data /Library/PreferencePanes/Perian.prefPane/Contents/Resources/PerianUpdateChecker.app/Contents/PkgInfo
Nov 18 12:58:58 mh-macbookpro-5.local sandboxd[7125] ([7119]): com.apple.qtkits(7119) deny file-read-data /Library/PreferencePanes/Perian.prefPane/Contents/Resources/PerianUpdateChecker.app/Contents/MacOS/PerianUpdateChecker
Nov 18 12:58:58 mh-macbookpro-5.local sandboxd[7125] ([7119]): com.apple.qtkits(7119) deny file-read-data /Library/PreferencePanes/Perian.prefPane/Contents/Resources/PerianUpdateChecker.app/Contents/MacOS/PerianUpdateChecker/..namedfork/rsrc
Nov 18 12:58:58 mh-macbookpro-5.local librariand[7127]: MMe quota status changed: under quota
Nov 18 12:58:58 mh-macbookpro-5.local librariand[7126]: MMe quota status changed: under quota
Nov 18 12:58:58 mh-macbookpro-5.local com.apple.security.pboxd[7130]: Bug: 12C3006: liblaunch.dylib + 23849 [2F71CAF8-6524-329E-AC56-C506658B4C0C]: 0x25
Nov 18 12:59:40 mh-macbookpro-5 kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=7142[GoogleSoftwareUp] clearing CS_VALID
Nov 18 12:59:44 mh-macbookpro-5.local com.apple.SecurityServer[15]: Succeeded authorizing right 'system.volume.external.unmount' by client '/System/Library/CoreServices/Finder.app' [4631] for authorization created by '/System/Library/CoreServices/Finder.app' [4631] (100013,0)
Nov 18 12:59:44 mh-macbookpro-5.local com.apple.SecurityServer[15]: Succeeded authorizing right 'system.volume.external.unmount' by client '/usr/sbin/diskarbitrationd' [16] for authorization created by '/System/Library/CoreServices/Finder.app' [4631] (100002,0)
Nov 18 12:59:44 mh-macbookpro-5.local coreservicesd[32]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=100
Nov 18 12:59:46 mh-macbookpro-5 kernel[0]: zfsx_unmount: '/Volumes/caribe/music' (umount)
Nov 18 13:00:56 mh-macbookpro-5 kernel[0]: zfsx_unmount: '/Volumes/caribe' (umount)
Nov 18 13:00:56 mh-macbookpro-5.local com.apple.SecurityServer[15]: Succeeded authorizing right 'system.volume.external.unmount' by client '/System/Library/CoreServices/Finder.app' [4631] for authorization created by '/System/Library/CoreServices/Finder.app' [4631] (100013,0)
Nov 18 13:00:56 mh-macbookpro-5.local com.apple.SecurityServer[15]: Succeeded authorizing right 'system.volume.external.unmount' by client '/usr/sbin/diskarbitrationd' [16] for authorization created by '/System/Library/CoreServices/Finder.app' [4631] (100002,0)
Nov 18 13:00:57 mh-macbookpro-5 kernel[0]: zfsvfs_teardown: '/Volumes/caribe' (txg_wait_synced in 1389 ms)
Nov 18 13:00:57 mh-macbookpro-5.local Growl[416]: Error generating context string from supposed plist: (null)
Nov 18 13:00:58 mh-macbookpro-5 kernel[0]: zfsx_vdm_close: 'disk1s2'
Nov 18 13:00:58 mh-macbookpro-5 kernel[0]: zfsx_vdm_close: 'disk4s2'
Nov 18 13:00:58 mh-macbookpro-5 kernel[0]: zfsx_vdm_close: 'disk5s2'
Nov 18 13:00:58 mh-macbookpro-5 kernel[0]: zfsx_vdm_close: 'disk6s2'
Nov 18 13:00:58 mh-macbookpro-5 kernel[0]: zfsx_vdm_close: 'disk3s2'
Nov 18 13:00:58 mh-macbookpro-5 kernel[0]: zfsx_vdm_close: 'disk7s2'
Nov 18 13:02:29 mh-macbookpro-5.local mdworker[7183]: Unable to talk to lsboxd
Nov 18 13:02:29 mh-macbookpro-5.local mdworker[7185]: Unable to talk to lsboxd
Nov 18 13:02:29 mh-macbookpro-5.local mdworker[7184]: Unable to talk to lsboxd
Nov 18 13:02:29 mh-macbookpro-5.local sandboxd[7186] ([7183]): mdworker(7183) deny mach-lookup com.apple.ls.boxd
Nov 18 13:02:29 mh-macbookpro-5.local sandboxd[7186] ([7185]): mdworker(7185) deny mach-lookup com.apple.ls.boxd
Nov 18 13:02:29 mh-macbookpro-5.local sandboxd[7186] ([7184]): mdworker(7184) deny mach-lookup com.apple.ls.boxd
Nov 18 13:02:29 mh-macbookpro-5 kernel[0]: Sandbox: sandboxd(7186) deny mach-lookup com.apple.coresymbolicationd
Nov 18 13:03:39 mh-macbookpro-5 kernel[0]: IOThunderboltSwitch(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 1 unplug = 1
Nov 18 13:03:39 mh-macbookpro-5 kernel[0]: [ PCI configuration begin ]
Nov 18 13:03:39 mh-macbookpro-5 kernel[0]: PCI configuration changed (bridge=83 device=8 cardbus=0)
Nov 18 13:03:39 mh-macbookpro-5 kernel[0]: [ PCI configuration end, bridges 12 devices 19 ]
Nov 18 13:03:39 mh-macbookpro-5 kernel[0]: IOThunderboltSwitch(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 2 unplug = 1
Nov 18 13:03:46 mh-macbookpro-5 kernel[0]: ZFSLabelScheme:willTerminate: this 0xffffff802639b300 provider 0xffffff802636b100 'zfs vdev for 'caribe''
Nov 18 13:03:46 mh-macbookpro-5 kernel[0]: ZFSLabelScheme:willTerminate: this 0xffffff802639b300 provider 0xffffff80259a3400 'zfs vdev for 'caribe''
Nov 18 13:03:46 mh-macbookpro-5 kernel[0]: ZFSLabelScheme:willTerminate: this 0xffffff802639b300 provider 0xffffff8026364c00 'zfs vdev for 'caribe''
Nov 18 13:03:46 mh-macbookpro-5 kernel[0]: ZFSLabelScheme:willTerminate: this 0xffffff802639b300 provider 0xffffff8026365900 'zfs vdev for 'caribe''
Nov 18 13:03:46 mh-macbookpro-5 kernel[0]: ZFSLabelScheme:willTerminate: this 0xffffff802639b300 provider 0xffffff80258c0500 'zfs vdev for 'caribe''
Nov 18 13:03:46 mh-macbookpro-5 kernel[0]: ZFSLabelScheme:willTerminate: this 0xffffff802639b300 provider 0xffffff8026365c00 'zfs vdev for 'caribe''
Nov 18 13:03:46 mh-macbookpro-5 kernel[0]: ZFSLabelScheme:stop: 0xffffff802639b300 goodbye 'zfs vdev for 'caribe''
Nov 18 13:03:49 --- last message repeated 5 times ---
Nov 18 13:04:53 mh-macbookpro-5.local helpd[7218]: Could not find access page in directory /Applications/Pac the Man X.app/Contents/Resources/English.lproj/PacXHelp
Nov 18 13:04:53 --- last message repeated 1 time ---
Nov 18 13:04:53 mh-macbookpro-5.local helpd[7218]: Could not find access page in directory /Applications/TechTool Pro 4.app/Contents/Resources/English.lproj/TechTool Pro 4 Help
Nov 18 13:04:55 --- last message repeated 1 time ---
=== CRASH ===
Nov 18 13:07:19 localhost bootlog[0]: BOOT_TIME 1353240439 0
Nov 18 13:07:22 localhost kernel[0]: PMAP: PCID enabled
Nov 18 13:07:22 localhost kernel[0]: PMAP: Supervisor Mode Execute Protection enabled
Nov 18 13:07:22 localhost kernel[0]: Darwin Kernel Version 12.2.1: Thu Oct 18 16:32:48 PDT 2012; root:xnu-2050.20.9~2/RELEASE_X86_64
Nov 18 13:07:22 localhost kernel[0]: vm_page_bootstrap: 3868687 free pages and 292849 wired pages
Nov 18 13:07:22 localhost kernel[0]: kext submap [0xffffff7f80735000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000735000]
Nov 18 13:07:22 localhost kernel[0]: zone leak detection enabled
Nov 18 13:07:22 localhost kernel[0]: standard timeslicing quantum is 10000 us
Nov 18 13:07:22 localhost kernel[0]: standard background quantum is 2500 us
Nov 18 13:07:22 localhost kernel[0]: mig_table_max_displ = 74
Nov 18 13:07:22 localhost kernel[0]: TSC Deadline Timer supported and enabled
Nov 18 13:07:22 localhost kernel[0]: corecrypto kext started!
Nov 18 13:07:22 localhost kernel[0]: Running kernel space in FIPS MODE
...
Nov 18 13:07:22 localhost kernel[0]: [ PCI configuration begin ]
Nov 18 13:07:22 localhost kernel[0]: console relocated to 0xfd0020000
Nov 18 13:07:22 localhost kernel[0]: PCI configuration changed (bridge=111 device=8 cardbus=0)
Nov 18 13:07:22 localhost kernel[0]: [ PCI configuration end, bridges 24 devices 19 ]
Nov 18 13:07:22 localhost kernel[0]: AppleThunderboltNHIType2::setupPowerSavings - GPE based runtime power management
Nov 18 13:07:22 localhost kernel[0]: AppleThunderboltNHIType2::start - type 2 sleep enabled
Nov 18 13:07:22 localhost kernel[0]: AppleThunderboltNHIType2::start - SXFP method found
Nov 18 13:07:22 localhost kernel[0]: IOThunderboltSwitch(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
Nov 18 13:07:22 localhost kernel[0]: IOThunderboltSwitch(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 3 unplug = 0
Nov 18 13:07:22 localhost kernel[0]: IOThunderboltSwitch(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 4 unplug = 0
Nov 18 13:07:22 localhost kernel[0]: IOThunderboltSwitch(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
Nov 18 13:07:22 localhost kernel[0]: vtd[0] fault: device 4:0:0 reason 0x5 W:0x7d2fa000
Nov 18 13:07:22 localhost kernel[0]: AppleUSBMultitouchDriver: Touch failed to initialize after 325739467 ms
Nov 18 13:07:22 localhost kernel[0]: mbinit: done [128 MB total pool size, (85/42) split]
Nov 18 13:07:22 localhost kernel[0]: Pthread support ABORTS when sync kernel primitives misused
Nov 18 13:07:22 localhost kernel[0]: AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
Nov 18 13:07:22 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
Nov 18 13:07:22 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
Nov 18 13:07:22 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
Nov 18 13:07:22 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
Nov 18 13:07:22 localhost kernel[0]: AppleIntelCPUPowerManagementClient: ready
Nov 18 13:07:22 localhost kernel[0]: rooting via boot-uuid from /chosen: C6748E34-AA3B-30B5-90EC-A8E1EBE692AE
Nov 18 13:07:22 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
Nov 18 13:07:20 localhost com.apple.launchd[1]: *** Shutdown logging is enabled. ***
Nov 18 13:07:22 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchSeriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDriver/APPLE SSD SM768E Media/IOGUIDPartitionScheme/Customer@2
Nov 18 13:07:22 localhost kernel[0]: BSD root: disk2s2, major 1, minor 17
Nov 18 13:07:22 localhost kernel[0]: jnl: unknown-dev: replay_journal: from: 3429888 to: 17417728 (joffset 0x12ada000)
Nov 18 13:07:22 localhost com.apple.launchd[1] (com.bombich.ccc.scheduledtask.64BF989B-8FDE-4F97-BC4E-6194819A5849): Unknown key for dictionary: cccTaskDict
Nov 18 13:07:22 localhost kernel[0]: BTCOEXIST off
Nov 18 13:07:22 localhost com.apple.launchd[1] (com.parallels.desktop.launchdaemon): Unknown key for boolean: HopefullyExitsFirst
Nov 18 13:07:22 localhost kernel[0]: BRCM tunables:
Nov 18 13:07:22 localhost kernel[0]: pullmode[1] txringsize[ 256] txsendqsize[1024] reapmin[ 32] reapcount[ 128]
Nov 18 13:07:22 localhost kernel[0]: jnl: unknown-dev: journal replay done.
Nov 18 13:07:22 localhost com.apple.launchd[1] (com.apple.automountd): Unknown key for boolean: NSSupportsSuddenTermination
Nov 18 13:07:22 localhost kernel[0]: Kernel is LP64
Nov 18 13:07:22 localhost kernel[0]: hfs: Removed 48 orphaned / unlinked files and 28 directories
... sync with volume. destroying old logs. (78033 4 78076)
Nov 18 13:07:23 mh-macbookpro-5.local fseventsd[34]: log dir: /.fseventsd getting new uuid: 9DC9A396-C798-4F60-94C5-87444341DEFE
Nov 18 13:07:23 mh-macbookpro-5 kernel[0]: IOBluetoothUSBDFU::probe
Nov 18 13:07:23 mh-macbookpro-5 kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8286 FirmwareVersion - 0x0100
Nov 18 13:07:23 mh-macbookpro-5 kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
Nov 18 13:07:23 mh-macbookpro-5 kernel[0]: Previous Shutdown Cause: -112
Nov 18 13:07:23 mh-macbookpro-5 kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
Nov 18 13:07:23 mh-macbookpro-5 kernel[0]: [IOBluetoothHCIController][start] -- completed
Nov 18 13:07:23 mh-macbookpro-5 kernel[0]: NVDAStartup: Official
Nov 18 13:07:23 mh-macbookpro-5 kernel[0]: AGC: 3.2.13, HW version=3.2.19 [3.2.8], flags:0, features:20600
Nov 18 13:07:23 mh-macbookpro-5 kernel[0]: NVDAGK100HAL loaded and registered
Nov 18 13:07:23 mh-macbookpro-5 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
Nov 18 13:07:23 mh-macbookpro-5 kernel[0]: DSMOS has arrived
Nov 18 13:07:24 mh-macbookpro-5 kernel[0]: -------------------------------------------------------------------
Nov 18 13:07:24 mh-macbookpro-5 kernel[0]: | Z F S
Nov 18 13:07:24 mh-macbookpro-5 kernel[0]: |
Nov 18 13:07:24 mh-macbookpro-5 kernel[0]: | Copyright (c) 2005, 2010, Oracle and/or its affiliates.
Nov 18 13:07:24 mh-macbookpro-5 kernel[0]: | Portions, Copyright (c) 2012 GreenBytes, Inc.
Nov 18 13:07:24 mh-macbookpro-5 kernel[0]: | Portions, Copyright (c) 2011 Delphix
Nov 18 13:07:24 mh-macbookpro-5 kernel[0]: | Portions Copyright (c) 2011 Nexenta Systems, Inc.
Nov 18 13:07:24 mh-macbookpro-5 kernel[0]: -------------------------------------------------------------------
Nov 18 13:07:24 mh-macbookpro-5 kernel[0]: zevo build 2012.09.14
Nov 18 13:07:24 mh-macbookpro-5 kernel[0]: max heap_arena_size: 2147483648, max maps 2068
Nov 18 13:07:24 mh-macbookpro-5 kernel[0]: maximum znodes: 120000
Nov 18 13:07:24 mh-macbookpro-5 kernel[0]: ZFSLabelScheme:probe: label 'caribe', vdev 17222921317799980675
Nov 18 13:07:24 mh-macbookpro-5 kernel[0]: ZFSLabelScheme:probe: label 'caribe', vdev 13723646381108749964
Nov 18 13:07:24 mh-macbookpro-5 kernel[0]: ZFSLabelScheme:probe: label 'caribe', vdev 10451683884735712470
Nov 18 13:07:24 mh-macbookpro-5 kernel[0]: ZFSLabelScheme:probe: label 'caribe', vdev 4298627027841004341
Nov 18 13:07:24 mh-macbookpro-5 kernel[0]: ZFSLabelScheme:probe: label 'caribe', vdev 12487585573348715292
Nov 18 13:07:24 mh-macbookpro-5 kernel[0]: ZFSLabelScheme:start: 'caribe' critical mass with 4 vdevs (importing)
Nov 18 13:07:24 mh-macbookpro-5 kernel[0]: ZFSLabelScheme:probe: label 'caribe', vdev 9058583280252580354
Nov 18 13:07:24 mh-macbookpro-5 com.apple.launchd[1] (com.caleido.portmap[79]): Job failed to exec(3). Setting up event to tell us when to try again: 2: No such file or directory
Nov 18 13:07:24 mh-macbookpro-5 com.apple.launchd[1] (com.caleido.portmap[79]): Job failed to exec(3) for weird reason: 2
Nov 18 13:07:24 mh-macbookpro-5.local hidd[63]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
Nov 18 13:07:24 mh-macbookpro-5.local DumpPanic[66]: Saved panic report for kernel to /Library/Logs/DiagnosticReports/Kernel_2012-11-18-130724_mh-macbookpro-5.panic
…
Nov 18 13:07:24 mh-macbookpro-5 kernel[0]: zfsx_sysctl: hide children 1 --> 0
...
Nov 18 13:07:25 mh-macbookpro-5 kernel[0]: zfsx_kev_importpool:'caribe' (4717846643075116321)
…
Nov 18 13:07:26 mh-macbookpro-5.local SystemStarter[226]: The following StartupItems failed to stop properly:
Nov 18 13:07:26 mh-macbookpro-5.local SystemStarter[226]: /System/Library/StartupItems/CiscoVPN
Nov 18 13:07:26 mh-macbookpro-5.local SystemStarter[226]: - execution of Startup script failed
Nov 18 13:07:26 mh-macbookpro-5.local Parallels[232]: Starting Parallels Dispatcher Service
Nov 18 13:07:26 mh-macbookpro-5.local Parallels[236]: Parallels Dispatcher Service sucessfully started
Nov 18 13:07:26 mh-macbookpro-5.local WindowServer[109]: mux_initialize: Mode is dynamic
…
Nov 18 13:07:28 mh-macbookpro-5 kernel[0]: zfsx_vdm_open: 'caribe' disk4s2
Nov 18 13:07:28 mh-macbookpro-5 kernel[0]: zfsx_vdm_open: 'caribe' disk1s2
Nov 18 13:07:28 mh-macbookpro-5 kernel[0]: zfsx_vdm_open: 'caribe' disk3s2
Nov 18 13:07:28 mh-macbookpro-5 kernel[0]: zfsx_vdm_open: 'caribe' disk6s2
Nov 18 13:07:28 mh-macbookpro-5 kernel[0]: zfsx_vdm_open: 'caribe' disk0s2
Nov 18 13:07:28 mh-macbookpro-5 kernel[0]: zfsx_vdm_open: 'caribe' disk5s2
Nov 18 13:07:31 mh-macbookpro-5.local SecurityAgent[256]: User info context values set for marc
Nov 18 13:07:31 mh-macbookpro-5 kernel[0]: zfsx_mount: '/Volumes/caribe'
Nov 18 13:08:03 mh-macbookpro-5.local loginwindow[403]: Login Window Started Security Agent
Nov 18 13:08:03 mh-macbookpro-5.local UserEventAgent[409]: cannot find useragent 1102
Nov 18 13:08:03 mh-macbookpro-5.local sandboxd[146] ([291]): Mail(291) deny file-read-data /Library/Preferences/com.apple.mail.plist
Nov 18 13:08:03 --- last message repeated 1 time ---
…
Nov 18 13:08:08 mh-macbookpro-5.local authorizationhost[428]: in pam_sm_authenticate(): Got user: mh
…
Nov 18 13:08:08 mh-macbookpro-5.local airportd[401]: _doAutoJoin: Already associated to “hnetCh9KeepOff6To13Use1Or5”. Bailing on auto-join.
…
Nov 18 13:08:08 mh-macbookpro-5.local com.apple.SecurityServer[15]: Succeeded authorizing right 'system.login.done' by client '/System/Library/CoreServices/loginwindow.app' [403] for authorization created by '/System/Library/CoreServices/loginwindow.app' [403] (100002,0)
...
Nov 18 13:08:10 mh-macbookpro-5.local TextEdit[443]: -[NSDocumentController reopenDocumentForURL:withContentsOfURL:display:completionHandler:] failed during state restoration. Here's the error:
Error Domain=NSCocoaErrorDomain Code=257 "The autosaved document “Terminal” could not be reopened. You don’t have permission." UserInfo=0x7ffa9a619590 {NSLocalizedFailureReason=You don’t have permission., NSLocalizedDescription=The autosaved document “Terminal” could not be reopened. You don’t have permission., NSLocalizedRecoverySuggestion=To view or change permissions, select the item in the Finder and choose File > Get Info., NSFilePath=/Users/mh/Desktop/ZEVOProblems/Terminal.rtf, NSUnderlyingError=0x7ffa9b909740 "The file “Terminal” couldn’t be opened because you don’t have permission to view it."}
…
Nov 18 13:08:10 mh-macbookpro-5.local zfs_notifier[500]: Growl is not active
Nov 18 13:08:10 mh-macbookpro-5.local UserNotificationCenter[505]: *** WARNING: Method userSpaceScaleFactor in class NSWindow is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking: instead.
Nov 18 13:08:10 mh-macbookpro-5.local sandboxd[146] ([443]): TextEdit(443) deny file-read-data /Users/mh/Desktop/ZEVOProblems/Terminal.rtf
…
Nov 18 13:10:03 mh-macbookpro-5 kernel[0]: considerRebuildOfPrelinkedKernel com.getgreenbytes.filesystem.zfs triggered rebuild
Nov 18 13:10:08 mh-macbookpro-5.local mdworker[550]: Unable to talk to lsboxd
Nov 18 13:10:08 mh-macbookpro-5.local mdworker[551]: Unable to talk to lsboxd
Nov 18 13:10:08 mh-macbookpro-5.local mdworker[552]: Unable to talk to lsboxd
Nov 18 13:10:08 mh-macbookpro-5.local sandboxd[553] ([550]): mdworker(550) deny mach-lookup com.apple.ls.boxd
Nov 18 13:10:08 mh-macbookpro-5.local sandboxd[553] ([551]): mdworker(551) deny mach-lookup com.apple.ls.boxd
Nov 18 13:10:08 mh-macbookpro-5.local sandboxd[553] ([552]): mdworker(552) deny mach-lookup com.apple.ls.boxd
Nov 18 13:10:09 mh-macbookpro-5 kernel[0]: Sandbox: sandboxd(553) deny mach-lookup com.apple.coresymbolicationd
Nov 18 13:12:09 mh-macbookpro-5.local mdworker[562]: Unable to talk to lsboxd
Nov 18 13:12:09 mh-macbookpro-5.local mdworker[563]: Unable to talk to lsboxd
Nov 18 13:12:09 mh-macbookpro-5.local mdworker[561]: Unable to talk to lsboxd
Nov 18 13:12:09 mh-macbookpro-5.local sandboxd[564] ([562]): mdworker(562) deny mach-lookup com.apple.ls.boxd
Nov 18 13:12:09 mh-macbookpro-5.local sandboxd[564] ([563]): mdworker(563) deny mach-lookup com.apple.ls.boxd
Nov 18 13:12:09 mh-macbookpro-5.local sandboxd[564] ([561]): mdworker(561) deny mach-lookup com.apple.ls.boxd
Nov 18 13:12:10 mh-macbookpro-5 kernel[0]: Sandbox: sandboxd(564) deny mach-lookup com.apple.coresymbolicationd
Nov 18 13:14:10 mh-macbookpro-5.local mdworker[570]: Unable to talk to lsboxd
Nov 18 13:14:10 mh-macbookpro-5.local mdworker[571]: Unable to talk to lsboxd
Nov 18 13:14:10 mh-macbookpro-5.local sandboxd[572] ([570]): mdworker(570) deny mach-lookup com.apple.ls.boxd
Nov 18 13:14:10 mh-macbookpro-5.local sandboxd[572] ([571]): mdworker(571) deny mach-lookup com.apple.ls.boxd
Nov 18 13:14:11 mh-macbookpro-5 kernel[0]: Sandbox: sandboxd(572) deny mach-lookup com.apple.coresymbolicationd
Nov 18 13:16:11 mh-macbookpro-5.local mdworker[575]: Unable to talk to lsboxd
Nov 18 13:16:11 mh-macbookpro-5.local sandboxd[576] ([575]): mdworker(575) deny mach-lookup com.apple.ls.boxd
Nov 18 13:16:11 mh-macbookpro-5 kernel[0]: Sandbox: sandboxd(576) deny mach-lookup com.apple.coresymbolicationd
Nov 18 13:18:44 mh-macbookpro-5.local com.apple.kextcache[549]: Can't read info dictionary for EyeTVClassicDontSeize.kext: IOCFUnserialize: syntax error near line 271.
Nov 18 13:18:44 --- last message repeated 1 time ---
Nov 18 13:18:44 mh-macbookpro-5.local com.apple.kextcache[549]: Kernel file /mach_kernel does not contain requested arch: i386
Nov 18 13:18:56 mh-macbookpro-5.local com.apple.kextcache[549]: Created prelinked kernel /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache.
Nov 18 13:20:12 mh-macbookpro-5.local mdworker[583]: Unable to talk to lsboxd
Nov 18 13:20:12 mh-macbookpro-5.local mdworker[582]: Unable to talk to lsboxd
Nov 18 13:20:12 mh-macbookpro-5.local mdworker[584]: Unable to talk to lsboxd
Nov 18 13:20:12 mh-macbookpro-5.local sandboxd[585] ([583]): mdworker(583) deny mach-lookup com.apple.ls.boxd
Nov 18 13:20:12 mh-macbookpro-5.local sandboxd[585] ([582]): mdworker(582) deny mach-lookup com.apple.ls.boxd
Nov 18 13:20:12 mh-macbookpro-5.local sandboxd[585] ([584]): mdworker(584) deny mach-lookup com.apple.ls.boxd
Nov 18 13:20:12 mh-macbookpro-5 kernel[0]: Sandbox: sandboxd(585) deny mach-lookup com.apple.coresymbolicationd
Nov 18 13:22:44 mh-macbookpro-5.local WebProcess[593]: objc[593]: Object 0x7fc1bac1c8f0 of class NSUserDefaults autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
Nov 18 13:23:14 mh-macbookpro-5.local CVMServer[239]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
Nov 18 13:23:44 --- last message repeated 1 time ---
Nov 18 13:25:12 mh-macbookpro-5.local mdworker[608]: Unable to talk to lsboxd
Nov 18 13:25:12 mh-macbookpro-5.local mdworker[606]: Unable to talk to lsboxd
Nov 18 13:25:12 mh-macbookpro-5.local mdworker[607]: Unable to talk to lsboxd
Nov 18 13:25:12 mh-macbookpro-5.local sandboxd[609] ([608]): mdworker(608) deny mach-lookup com.apple.ls.boxd
Nov 18 13:25:12 mh-macbookpro-5.local sandboxd[609] ([606]): mdworker(606) deny mach-lookup com.apple.ls.boxd
Nov 18 13:25:12 mh-macbookpro-5.local sandboxd[609] ([607]): mdworker(607) deny mach-lookup com.apple.ls.boxd
Nov 18 13:25:12 mh-macbookpro-5 kernel[0]: Sandbox: sandboxd(609) deny mach-lookup com.apple.coresymbolicationd
Nov 18 13:29:38 mh-macbookpro-5.local WindowServer[406]: Created shield window 0x7e for display 0x04280380
Nov 18 13:29:38 mh-macbookpro-5.local WindowServer[406]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x0(0)
Nov 18 13:29:38 mh-macbookpro-5.local WindowServer[406]: device_generate_lock_screen_screenshot: authw 0x0(0), shield 0x0(0)
Nov 18 13:31:19 mh-macbookpro-5.local WindowServer[406]: handle_will_sleep_auth_and_shield_windows: no lock state data
Nov 18 13:33:57 mh-macbookpro-5.local mdworker[627]: Unable to talk to lsboxd
Nov 18 13:33:57 mh-macbookpro-5.local mdworker[628]: Unable to talk to lsboxd
Nov 18 13:33:57 mh-macbookpro-5.local sandboxd[629] ([627]): mdworker(627) deny mach-lookup com.apple.ls.boxd
Nov 18 13:33:57 mh-macbookpro-5.local sandboxd[629] ([628]): mdworker(628) deny mach-lookup com.apple.ls.boxd
Nov 18 13:33:57 mh-macbookpro-5 kernel[0]: Sandbox: sandboxd(629) deny mach-lookup com.apple.coresymbolicationd
Nov 18 13:37:58 mh-macbookpro-5.local mdworker[639]: Unable to talk to lsboxd
Nov 18 13:37:58 mh-macbookpro-5.local mdworker[641]: Unable to talk to lsboxd
Nov 18 13:37:58 mh-macbookpro-5.local mdworker[640]: Unable to talk to lsboxd
Nov 18 13:37:58 mh-macbookpro-5 kernel[0]: Sandbox: sandboxd(642) deny mach-lookup com.apple.coresymbolicationd
Nov 18 13:37:58 mh-macbookpro-5.local sandboxd[642] ([639]): mdworker(639) deny mach-lookup com.apple.ls.boxd
Nov 18 13:37:58 mh-macbookpro-5.local sandboxd[642] ([641]): mdworker(641) deny mach-lookup com.apple.ls.boxd
Nov 18 13:37:58 mh-macbookpro-5.local sandboxd[642] ([640]): mdworker(640) deny mach-lookup com.apple.ls.boxd
Nov 18 13:41:59 mh-macbookpro-5.local mdworker[651]: Unable to talk to lsboxd
Nov 18 13:41:59 mh-macbookpro-5.local sandboxd[652] ([651]): mdworker(651) deny mach-lookup com.apple.ls.boxd
Nov 18 13:41:59 mh-macbookpro-5 kernel[0]: Sandbox: sandboxd(652) deny mach-lookup com.apple.coresymbolicationd
...
Nov 18 13:52:54 mh-macbookpro-5 kernel[0]: USBMSC Identifier (non-unique): 575848314133315633373637 0x1058 0x730 0x1016
Nov 18 13:53:02 mh-macbookpro-5 kernel[0]: ZFSLabelScheme:probe: label 'mhzfstm', vdev 15555846555825933104
Nov 18 13:53:02 mh-macbookpro-5 kernel[0]: ZFSLabelScheme:start: 'mhzfstm' critical mass with 1 vdev(s) (importing)
Nov 18 13:53:02 mh-macbookpro-5 kernel[0]: zfsx_kev_importpool:'mhzfstm' (17562405194974351161)
Nov 18 13:53:04 mh-macbookpro-5 kernel[0]: zfsx_vdm_open: 'mhzfstm' disk8s2
Nov 18 13:53:05 mh-macbookpro-5.local Growl[510]: add screen with id 2077752447
Nov 18 13:53:07 mh-macbookpro-5 kernel[0]: zfsx_mount: '/Volumes/mhzfstm'
Nov 18 13:53:37 mh-macbookpro-5.local com.apple.backupd[698]: Starting automatic backup
Nov 18 13:53:37 mh-macbookpro-5.local com.apple.SecurityServer[15]: Succeeded authorizing right 'com.apple.ServiceManagement.daemons.modify' by client '/usr/libexec/UserEventAgent' [11] for authorization created by '/usr/libexec/UserEventAgent' [11] (100012,0)
Nov 18 13:53:37 --- last message repeated 1 time ---
Nov 18 13:53:37 mh-macbookpro-5.local com.apple.backupd[698]: Backup failed with error: 19
Nov 18 13:53:37 mh-macbookpro-5.local com.apple.backupd[698]: Starting automatic backup
Nov 18 13:53:37 mh-macbookpro-5.local com.apple.SecurityServer[15]: Succeeded authorizing right 'com.apple.ServiceManagement.daemons.modify' by client '/usr/libexec/UserEventAgent' [11] for authorization created by '/usr/libexec/UserEventAgent' [11] (100012,0)
Nov 18 13:53:39 mh-macbookpro-5.local com.apple.backupd[698]: Resizing backup disk image from 984.26 GB to 983.92 GB
…
Nov 18 13:56:18 mh-macbookpro-5.local com.apple.backupd[698]: Finished scan
Nov 18 13:56:38 mh-macbookpro-5.local com.apple.backupd[698]: Found 2392 files (91.3 MB) needing backup
Nov 18 13:56:38 mh-macbookpro-5.local com.apple.backupd[698]: 2.6 GB required (including padding), 615.79 GB available
...
Nov 18 14:00:23 mh-macbookpro-5.local com.apple.backupd[698]: Backup completed successfully.
Nov 18 14:00:24 mh-macbookpro-5.local coreservicesd[31]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=100
Nov 18 14:00:25 mh-macbookpro-5.local WindowServer[406]: CGXDisableUpdate: UI updates were forcibly disabled by application "Disk Utility" for over 1.00 seconds. Server has re-enabled them.
Nov 18 14:00:25 mh-macbookpro-5.local com.apple.backupd[698]: Ejected Time Machine disk image: /Volumes/mhzfstm/Marc Heusser Computer (2).sparsebundle
Nov 18 14:00:27 mh-macbookpro-5.local WindowServer[406]: reenable_update_for_connection: UI updates were finally reenabled by application "Disk Utility" after 3.95 seconds (server forcibly re-enabled them after 1.00 seconds)
Nov 18 14:00:49 mh-macbookpro-5.local mdworker[804]: Unable to talk to lsboxd
Nov 18 14:00:49 mh-macbookpro-5.local sandboxd[805] ([804]): mdworker(804) deny mach-lookup com.apple.ls.boxd
Nov 18 14:00:50 mh-macbookpro-5 kernel[0]: Sandbox: sandboxd(805) deny mach-lookup com.apple.coresymbolicationd