Jump to content

Slow Shutdown


JDubU

Recommended Posts

Bronxteck,

 

Take a look at the system logs shown in my earlier posts above.

 

I am a total novice at this but...

The problem seems to be that the EDP supplied AppleHDA.kext and AppleACPIPlatform.kext are not fully compatible with their Mountain Lion counterparts. They appear to be missing several function implementations, causing kernel caching to always fail with linking errors. So what happens is that when the kernelcache operation is attempted during shutdown (trying and failing five times before giving up), those two kexts do not get merged into the cache and, most likely, that failure leaves a flag for the OS to attempt to repeat the kernelcache operation at the next shutdown. Since it never succeeds, the cache rebuild occurs at every shutdown and restart. Five failed kernelcache operations take a long time, especially with a standard hard drive (it takes several minutes even with an SSD).

 

BTW, I don't think that it is a permissions issue (running a full MyFix does not change the behavior) and UseKernelCache=yes.

Link to comment
Share on other sites

  • Replies 54
  • Created
  • Last Reply

Top Posters In This Topic

  • Administrators

hmm. interesting but i don't experience this issue. i have those kexts in E/E. at least not to the tune of several minutes that's for sure. have you manually deleted your system / kernel caches and let osx rebuild them? or boot with -s flag and preform an fsck.

Link to comment
Share on other sites

  • Administrators

Bronxteck,

 

Take a look at the system logs shown in my earlier posts above.

 

I am a total novice at this but...

The problem seems to be that the EDP supplied AppleHDA.kext and AppleACPIPlatform.kext are not fully compatible with their Mountain Lion counterparts. They appear to be missing several function implementations, causing kernel caching to always fail with linking errors. So what happens is that when the kernelcache operation is attempted during shutdown (trying and failing five times before giving up), those two kexts do not get merged into the cache and, most likely, that failure leaves a flag for the OS to attempt to repeat the kernelcache operation at the next shutdown. Since it never succeeds, the cache rebuild occurs at every shutdown and restart. Five failed kernelcache operations take a long time, especially with a standard hard drive (it takes several minutes even with an SSD).

 

BTW, I don't think that it is a permissions issue (running a full MyFix does not change the behavior) and UseKernelCache=yes.

 

Hi,

 

The AppleACPI is added to actually make sure that eg. the D and several of the E models even can boot.

 

What model do you have ?

Link to comment
Share on other sites

hmm. interesting but i don't experience this issue. i have those kexts in E/E. at least not to the tune of several minutes that's for sure. have you manually deleted your system / kernel caches and let osx rebuild them? or boot with -s flag and preform an fsck.

 

 

I booted with -s flag and ran fsck. File system reported to be OK.

 

 

I am not seeing the kernelcache at all in S/L/Caches/com.apple.kext.caches/Startup

There are only two files in there:

IOKitPersonalities_x86_64.ioplist.gz

KextPropertyValues_OSBundleHelper_x86_64.plist.gz

 

I deleted the entire contents of in S/L/Caches/com.apple.kext.caches/, ran MyFix (full) and restarted.

Shutdown took 3 minutes. Problem still exists -- kernelcache rebuild fails.

Here is the relevant section of the system log:

 

10/4/12 10:50:38.364 AM com.apple.kextcache[204]: rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache

10/4/12 10:50:53.888 AM com.apple.kextcache[205]: kxld[com.apple.driver.AppleHDA]: The following symbols are unresolved for this kext:

10/4/12 10:50:53.888 AM com.apple.kextcache[205]: kxld[com.apple.driver.AppleHDA]: IOAF_bcopy_WriteCombine(void const*, void*, unsigned int)

10/4/12 10:50:53.888 AM com.apple.kextcache[205]: kxld[com.apple.driver.AppleHDA]: DspAlgorithms::bcopyStride2(float const*, int, float*, int, int)

10/4/12 10:50:53.888 AM com.apple.kextcache[205]: kxld[com.apple.driver.AppleHDA]: DspAlgorithms::mBufferBytesPerChannel

10/4/12 10:50:53.888 AM com.apple.kextcache[205]: kxld[com.apple.driver.AppleHDA]: DspAlgorithms::downMixStereoToMonoStride(float const*, int, float*, int, unsigned int)

10/4/12 10:50:53.889 AM com.apple.kextcache[205]: kxld[com.apple.driver.AppleHDA]: DspFuncHelper::convertNanosToPercent(unsigned long long, unsigned long long, float*)

10/4/12 10:50:53.889 AM com.apple.kextcache[205]: kxld[com.apple.driver.AppleHDA]: DspFuncManager::setClientType(unsigned int)

10/4/12 10:50:53.889 AM com.apple.kextcache[205]: kxld[com.apple.driver.AppleHDA]: DspFuncManager::engineStarting()

10/4/12 10:50:53.889 AM com.apple.kextcache[205]: kxld[com.apple.driver.AppleHDA]: DspFuncManager::engineStopping()

10/4/12 10:50:53.889 AM com.apple.kextcache[205]: kxld[com.apple.driver.AppleHDA]: DspFuncManager::engineReStarting()

10/4/12 10:50:53.889 AM com.apple.kextcache[205]: kxld[com.apple.driver.AppleHDA]: DspFuncManager::getClientPGASetting()

10/4/12 10:50:53.889 AM com.apple.kextcache[205]: kxld[com.apple.driver.AppleHDA]: DspFuncManager::getClientPGABoostSetting()

10/4/12 10:50:53.889 AM com.apple.kextcache[205]: kxld[com.apple.driver.AppleHDA]: DspFuncManager::setGainAdjustDSPProperties()

10/4/12 10:50:53.889 AM com.apple.kextcache[205]: kxld[com.apple.driver.AppleHDA]: DspFuncManager::process(void const*, unsigned int, void const*, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int)

10/4/12 10:50:53.890 AM com.apple.kextcache[205]: kxld[com.apple.driver.AppleHDA]: AppleHDAController::claimSinkDevice(unsigned int, IOService*)

10/4/12 10:50:53.890 AM com.apple.kextcache[205]: kxld[com.apple.driver.AppleHDA]: AppleHDAController::updateVideoMode(unsigned int, IOService*, HDAGFXModeStruct*)

10/4/12 10:50:53.890 AM com.apple.kextcache[205]: kxld[com.apple.driver.AppleHDA]: AppleHDAController::requestBandwidth(unsigned int, IOService*, unsigned int)

10/4/12 10:50:53.890 AM com.apple.kextcache[205]: kxld[com.apple.driver.AppleHDA]: AppleHDAController::releaseSinkDevice(unsigned int, IOService*)

10/4/12 10:50:53.890 AM com.apple.kextcache[205]: kxld[com.apple.driver.AppleHDA]: AppleHDAController::alwaysDisplayRouting()

10/4/12 10:50:53.890 AM com.apple.kextcache[205]: kxld[com.apple.driver.AppleHDA]: AppleHDAController::verifySinkDeviceAttached(unsigned int, IOService*)

10/4/12 10:50:53.900 AM com.apple.kextcache[205]: Link failed (error code 5).

10/4/12 10:50:53.901 AM com.apple.kextcache[205]: Prelink failed for com.apple.driver.AppleHDA; omitting from prelinked kernel.

10/4/12 10:50:54.419 AM com.apple.kextcache[205]: kxld[com.apple.driver.AppleACPIEC]: The following symbols are unresolved for this kext:

10/4/12 10:50:54.419 AM com.apple.kextcache[205]: kxld[com.apple.driver.AppleACPIEC]: _AcpiHwRead

10/4/12 10:50:54.419 AM com.apple.kextcache[205]: kxld[com.apple.driver.AppleACPIEC]: _AcpiHwWrite

10/4/12 10:50:54.428 AM com.apple.kextcache[205]: Link failed (error code 5).

10/4/12 10:50:54.428 AM com.apple.kextcache[205]: Prelink failed for com.apple.driver.AppleACPIEC; aborting prelink.

10/4/12 10:50:54.435 AM com.apple.kextcache[205]: Failed to generate prelinked kernel.

10/4/12 10:50:54.444 AM com.apple.kextcache[204]: Child process /usr/sbin/kextcache[205] exited with status 71.

10/4/12 10:50:54.444 AM com.apple.kextcache[204]: Error 107 rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache.

10/4/12 10:50:54.444 AM com.apple.kextd[14]: kextcache error while updating / (error count: 1)

10/4/12 10:50:54.445 AM com.apple.kextd[14]: async child pid 204 exited with status 71

Link to comment
Share on other sites

Hi,

 

The AppleACPI is added to actually make sure that eg. the D and several of the E models even can boot.

 

What model do you have ?

 

Latitude D630, Nvidia, T7500 CPU, 2GB Ram, Kingston 120GB SSD

Mountain Lion 10.8.2 updated via App Store.

 

Yes, I had tried deleting AppleACPIPlatform.kext in the past and it did fail to reboot.

I also tried using a later version of AppleACPIPlatform.kext that I found from another site (1.36 instead of 1.35) but it did not fix the problem. I have since restored everything back to the original EDP 4r7 versions.

Link to comment
Share on other sites

  • Administrators

Hi, I have the exact same model as JDuBu on 10.8.2 (albeit 4Go DDR2-800 and standard 80Go SATA 7.2k rpm) and do not have that slow behaviour behaviour at all.

 

Whilst I have the occasionnal shutdown/restart failure, if I attempt a reboot or a shutdown after I've used the laptop for several minutes, it's all Ok. Just did a shutdown and it took 20s, spinning wheel appearing after 5s.

 

my EDP v4 r7 (not updated to r8 yet) settings:

1) kexts:

- ANV-Slice modified VoodooPS2Controller

- NullCPUPowerManagement (yes)

- SleepEnabler (yes)

- Emulated SpeedStep (yes)

- VoodooTSCsync (yes)

- AppleHDA STAC9205 #2 or VoodooHDA #3 (tested ok with both)

- VoodooBattery

 

2) fixes:

- Hibernation fix

- Touch S/L/E

- Sound delay (really good to synchronize Sound Kb buttons and task bar level)

Link to comment
Share on other sites

Thanks Hervé.

 

Something is very strange here. I installed the exact set of EDP kexts and fixes that you are using and the kernelcache still fails to rebuild, causing the slow shutdown. As far as I can tell, the only difference in the kexts that you are using and the default set that I was using is the audio driver. The default set uses AppleHDA STAC9205 #1. When I used AppleHDA STAC9205 #2 instead, the behavior seems to be the same (see log dump below). I also tried the VoodooHDA #3 but it caused a kernel panic while EDP was still working (possibly during the final cache rebuild but I'm not sure about that). I tried a hard reset but OSX would not boot -- it couldn't get past the spinning gear. Had to restore the original system from backup.

 

Could a difference in BIOS settings cause mine to fail and yours to work using the same Extra folder?

What does your system log show if you force a kernelcache rebuild?

 

 

Log of last cache rebuild attempt using your kexts/fixes with AppleHDA STAC9205 #2:

 

10/4/12 4:17:27.083 PM com.apple.kextd[14]: kextcache error while updating / (error count: 4)

10/4/12 4:17:27.084 PM com.apple.kextd[14]: / is still busy, delaying reboot.

10/4/12 4:17:27.086 PM com.apple.kextd[14]: async child pid 241 exited with status 71

10/4/12 4:17:27.118 PM com.apple.kextcache[243]: rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache

10/4/12 4:18:08.038 PM com.apple.kextcache[244]: kxld[com.apple.driver.AppleHDA]: The following symbols are unresolved for this kext:

10/4/12 4:18:08.040 PM com.apple.kextcache[244]: kxld[com.apple.driver.AppleHDA]: IOAF_bcopy_WriteCombine(void const*, void*, unsigned int)

10/4/12 4:18:08.040 PM com.apple.kextcache[244]: kxld[com.apple.driver.AppleHDA]: DspAlgorithms::bcopyStride2(float const*, int, float*, int, int)

10/4/12 4:18:08.043 PM com.apple.kextcache[244]: kxld[com.apple.driver.AppleHDA]: DspAlgorithms::downMixStereoToMonoStride(float const*, int, float*, int, unsigned int)

10/4/12 4:18:08.043 PM com.apple.kextcache[244]: kxld[com.apple.driver.AppleHDA]: DspFuncHelper::convertNanosToPercent(unsigned long long, unsigned long long, float*)

10/4/12 4:18:08.043 PM com.apple.kextcache[244]: kxld[com.apple.driver.AppleHDA]: DspFuncManager::setClientType(unsigned int)

10/4/12 4:18:08.044 PM com.apple.kextcache[244]: kxld[com.apple.driver.AppleHDA]: DspFuncManager::engineStarting()

10/4/12 4:18:08.044 PM com.apple.kextcache[244]: kxld[com.apple.driver.AppleHDA]: DspFuncManager::engineStopping()

10/4/12 4:18:08.045 PM com.apple.kextcache[244]: kxld[com.apple.driver.AppleHDA]: DspFuncManager::engineReStarting()

10/4/12 4:18:08.045 PM com.apple.kextcache[244]: kxld[com.apple.driver.AppleHDA]: DspFuncManager::getClientPGASetting()

10/4/12 4:18:08.048 PM com.apple.kextcache[244]: kxld[com.apple.driver.AppleHDA]: DspFuncManager::getClientPGABoostSetting()

10/4/12 4:18:08.049 PM com.apple.kextcache[244]: kxld[com.apple.driver.AppleHDA]: DspFuncManager::setGainAdjustDSPProperties()

10/4/12 4:18:08.050 PM com.apple.kextcache[244]: kxld[com.apple.driver.AppleHDA]: DspFuncManager::process(void const*, unsigned int, void const*, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int)

10/4/12 4:18:08.050 PM com.apple.kextcache[244]: kxld[com.apple.driver.AppleHDA]: AppleHDAController::requestBandwidth(unsigned int, IOService*, unsigned int)

10/4/12 4:18:08.051 PM com.apple.kextcache[244]: kxld[com.apple.driver.AppleHDA]: AppleHDAController::alwaysDisplayRouting()

10/4/12 4:18:08.077 PM com.apple.kextcache[244]: Link failed (error code 5).

10/4/12 4:18:08.078 PM com.apple.kextcache[244]: Prelink failed for com.apple.driver.AppleHDA; omitting from prelinked kernel.

10/4/12 4:18:09.674 PM com.apple.kextcache[244]: kxld[com.apple.driver.AppleACPIEC]: The following symbols are unresolved for this kext:

10/4/12 4:18:09.674 PM com.apple.kextcache[244]: kxld[com.apple.driver.AppleACPIEC]: _AcpiHwRead

10/4/12 4:18:09.675 PM com.apple.kextcache[244]: kxld[com.apple.driver.AppleACPIEC]: _AcpiHwWrite

10/4/12 4:18:09.693 PM com.apple.kextcache[244]: Link failed (error code 5).

10/4/12 4:18:09.694 PM com.apple.kextcache[244]: Prelink failed for com.apple.driver.AppleACPIEC; aborting prelink.

10/4/12 4:18:09.717 PM com.apple.kextcache[244]: Failed to generate prelinked kernel.

10/4/12 4:18:09.749 PM com.apple.kextcache[243]: Child process /usr/sbin/kextcache[244] exited with status 71.

10/4/12 4:18:09.750 PM com.apple.kextcache[243]: Error 107 rebuilding /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache.

10/4/12 4:18:09.751 PM com.apple.kextd[14]: kextcache error while updating / (error count: 5)

10/4/12 4:18:09.752 PM com.apple.kextd[14]: /: giving up; kextcache hit max failures

10/4/12 4:18:09.752 PM com.apple.kextd[14]: up to date; unblocking reboot.

Link to comment
Share on other sites

  • Administrators

Just cleared the log and did a shutdown. Took less than 20s

 

Here's the log file entries:

 

Oct 5 09:18:56 --- last message repeated 1 time ---

Oct 5 09:18:56 id630ml com.apple.launchd.peruser.501[184] (com.apple.PackageKit.InstallStatus): Throttling respawn: Will start in 8 seconds

Oct 5 09:18:56 id630ml.home WindowServer[99]: dict count after removing entry for window 0x25 is 0

Oct 5 09:18:56 id630ml.home com.apple.ShareKitHelper[308]: --warning: [shareKit-XPC] Received XPC_ERROR_CONNECTION_INVALID

Oct 5 09:18:56 id630ml.home WindowServer[99]: CGXGetConnectionProperty: Invalid connection 47875

Oct 5 09:18:56 --- last message repeated 2 times ---

Oct 5 09:18:56 id630ml.home com.apple.ShareKitHelper[308]: --warning: [shareKit-XPC] connectionWithClientInterrupted

Oct 5 09:18:56 id630ml.home WindowServer[99]: CGXGetConnectionProperty: Invalid connection 47875

Oct 5 09:18:56 --- last message repeated 1 time ---

Oct 5 09:18:56 id630ml com.apple.launchd[1] (com.apple.ShareKitHelper[308]): Exited: Killed: 9

Oct 5 09:18:56 id630ml com.apple.launchd.peruser.501[184] (com.apple.AirPlayUIAgent[250]): Exited: Killed: 9

Oct 5 09:18:56 id630ml.home WindowServer[99]: CGXGetConnectionProperty: Invalid connection 47875

Oct 5 09:18:56 --- last message repeated 4 times ---

Oct 5 09:18:56 id630ml com.apple.launchd.peruser.501[184] ([0x0-0x25025].com.apple.AppleSpell[310]): Exited: Terminated: 15

Oct 5 09:18:56 id630ml com.apple.launchd.peruser.501[184] ([0x0-0xc00c].com.apple.iTunesHelper[246]): Exited with code: 1

Oct 5 09:18:56 id630ml com.apple.launchd.peruser.501[184] (com.apple.mdworker.bundles[5838]): Exited: Killed: 9

Oct 5 09:18:56 id630ml com.apple.launchd.peruser.501[184] (com.apple.mdworker.shared.03000000-0000-0000-0000-000000000000[5835]): Exited: Killed: 9

Oct 5 09:18:56 id630ml com.apple.launchd.peruser.501[184] (com.bjango.istatlocal[242]): Exited: Terminated: 15

Oct 5 09:18:56 id630ml.home coreservicesd[62]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=934

Oct 5 09:18:56 id630ml.home loginwindow[43]: DEAD_PROCESS: 43 console

Oct 5 09:18:57 id630ml.home WindowServer[99]: CGXGetConnectionProperty: Invalid connection 47875

Oct 5 09:18:57 --- last message repeated 4 times ---

Oct 5 09:18:57 id630ml.home coreservicesd[62]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=152

Oct 5 09:18:57 id630ml.home com.apple.kextd[12]: /: giving up; kextcache hit max failures

Oct 5 09:18:57 id630ml.home shutdown[5845]: halt by admin:

Oct 5 09:18:57 id630ml.home shutdown[5845]: SHUTDOWN_TIME: 1349421537 560130

Oct 5 09:18:57 id630ml kernel[0]: Kext loading now disabled.

Re: BIOS settings, I have pretty obvious things (and there's no difference between A17 or A18 versions):

Onboard Devices:

. Integrated NIC = enabled

. Internel modem = enabled

. External USB ports = enabled

. Parallel port = ECP

. Serial port = COM1

. PC Card and 1390 = enabled

. SATA Operation = AHCI

. Module Bay Device = Enabled

. Flash Cache Module = Off

. ASF Mode = Off

. Microphone = Enabled

Video:

. Ambient Light Sensor = Off

. Brightness = max

. Brightness (AC) = max

. Primary Video = Onboard Video

Security:

. Admin Password = not set

. System Password = not set

. Internal HDD PW = not set

. Password Change = Permitted

. Password Bypass = Reboot & Resume Bypass

. Wireless Switch Change = Denied

. Wi-Fi Catcher Change = Denied

. CPU XD Support = Enabled

. TPM Security = Off

. TPM Activation = Deactivate

. Computrace® = Deactivate

Performance:

. Multi Core Support = Enabled

. Dynamic Acceleration = Off

. SpeedStep Enable = Enabled

Power Management:

. Auto On Mode = Off

. Auto On Time = xxxxxx

. USB Wake Support = Enabled

. Wake on LAN/WLAN = Off

Docking:

. Undocking Method = Hot Undock

. PCI Slot Monitoring = Enabled Silent

. Universal Connect = Enabled

POST Behavior:

. Adapter Warnings = Enabled

. Fn Key Emulation = Scroll Lock

. Fast Boot = Minimal

. Virtualization = Enabled

. Keypad (Embedded) = Fn Key Only

. Mouse/TouchPad = Touchpad-PS/2

. Numlock LED = On

. USB Emulation = Enabled

Wireless:

. Internal Bluetooth = Enabled

. Internal Wi-Fi = Enabled

. Internal Cellular = Enabled

. Wireless Switch = All

. Wi-Fi Catcher = Enabled

. LAN/Wi-Fi Auto Switch = Off

Link to comment
Share on other sites

  • Administrators

And here's another log following another 20s shutdown:

 

 

SystemUIServer.app' [178] for authorization created by '/System/Library/CoreServices/SystemUIServer.app' [178] (B,0)

Oct 5 10:01:49 --- last message repeated 1 time ---

Oct 5 10:01:48 id630ml com.apple.launchd.peruser.501[164] (com.apple.PackageKit.InstallStatus): Throttling respawn: Will start in 9 seconds

Oct 5 10:01:49 id630ml.home com.apple.ShareKitHelper[309]: --warning: [shareKit-XPC] Received XPC_ERROR_CONNECTION_INVALID

Oct 5 10:01:49 id630ml.home com.apple.ShareKitHelper[309]: --warning: [shareKit-XPC] connectionWithClientInterrupted

Oct 5 10:01:49 id630ml.home com.apple.ShareKitHelper[309]: --warning: [shareKit] Cancel UI for running services with Client PID: 245

Oct 5 10:01:49 id630ml.home WindowServer[93]: dict count after removing entry for window 0x1f is 0

Oct 5 10:01:49 id630ml.home WindowServer[93]: CGXGetConnectionProperty: Invalid connection 43779

Oct 5 10:01:49 --- last message repeated 4 times ---

Oct 5 10:01:49 id630ml com.apple.launchd.peruser.501[164] (com.apple.talagent[177]): Exited: Killed: 9

Oct 5 10:01:49 id630ml com.apple.launchd[1] (com.apple.ShareKitHelper[309]): Exited: Killed: 9

Oct 5 10:01:49 id630ml.home coreservicesd[62]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=136

Oct 5 10:01:49 --- last message repeated 2 times ---

Oct 5 10:01:49 id630ml com.apple.launchd.peruser.501[164] ([0x0-0x1a01a].com.apple.AppleSpell[251]): Exited: Terminated: 15

Oct 5 10:01:49 id630ml com.apple.launchd.peruser.501[164] (com.bjango.istatlocal[216]): Exited: Terminated: 15

Oct 5 10:01:49 id630ml.home WindowServer[93]: CGXGetConnectionProperty: Invalid connection 43779

Oct 5 10:01:49 --- last message repeated 4 times ---

Oct 5 10:01:49 id630ml com.apple.launchd.peruser.501[164] ([0x0-0xf00f].com.apple.iTunesHelper[220]): Exited with code: 1

Oct 5 10:01:49 id630ml com.apple.launchd.peruser.501[164] (com.apple.mdworker.shared.04000000-0000-0000-0000-000000000000[1285]): Exited: Killed: 9

Oct 5 10:01:49 id630ml.home coreservicesd[62]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=241

Oct 5 10:01:50 id630ml.home loginwindow[43]: DEAD_PROCESS: 43 console

Oct 5 10:01:50 id630ml.home WindowServer[93]: CGXGetConnectionProperty: Invalid connection 43779

Oct 5 10:01:50 --- last message repeated 4 times ---

Oct 5 10:01:50 id630ml.home coreservicesd[62]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=131

Oct 5 10:01:50 id630ml.home com.apple.kextd[12]: /: giving up; kextcache hit max failures

Oct 5 10:01:50 id630ml.home shutdown[1299]: halt by admin:

Link to comment
Share on other sites


×
×
  • Create New...