Piker-Alpha / ssdtPRGen.sh

Script to generate a SSDT for Power Management
714 stars 155 forks source link

XCPM: P-state table mismatch (error:0x15) #38

Open savemosca opened 10 years ago

savemosca commented 10 years ago

Hi, i've read all articles about this type of error, first i had 0x12, then 0x1b, 0x11 and now with -x 1 -w 0 i have 0x15; My cpu is a 3770 and mobo a z77x up5 th with edited dsdt; i've also tried to disable turbo, cpu pll, eist and c6 support in uefi bios but result is the same. Smbioses i've tried are macmini6,2 and imac 13,2 (same cpu). This is my SSDT (removed / only need the Debug data)

        Store ("ssdtPRGen version....: 13.5 / Mac OS X 10.9.3 (13D65)", Debug)
        Store ("target processor.....: i7-3770", Debug)
        Store ("running processor....: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz", Debug)
        Store ("baseFrequency........: 1600", Debug)
        Store ("frequency............: 3400", Debug)
        Store ("busFrequency.........: 100", Debug)
        Store ("logicalCPUs..........: 8", Debug)
        Store ("maximum TDP..........: 77", Debug)
        Store ("packageLength........: 24", Debug)
        Store ("turboStates..........: 5", Debug)
        Store ("maxTurboFrequency....: 3900", Debug)
        Store ("machdep.xcpm.mode....: 1", Debug)
    }

    Name (APLF, Zero)
    Name (APSN, 0x04)
    Name (APSS, Package (0x18)
Piker-Alpha commented 10 years ago

Here APSN is 0x05 when I run: ./ssdtPRGen.sh -p i7-3770 -x 1 -w 0 so something tells me that you have been editing the SSDT. Why?

savemosca commented 10 years ago

Because in a thread about 3770K i seen someone removed first and last frequency and changed apsn to 4; however with sudo ./ssdtPRGen.sh -a CPU -b Mac-F65AE981FFA204ED -c 1 -d 0 -f 3400 -lfm 1600 -l 8 -m Macmini6,2 -p i7-3770 -turbo 3900 -t 77 -w 0 -x 1 (untuched SSDT) i have this: "10/06/14 18:52:38,000 kernel[0]: XCPM: P-state table mismatch (error:0x11)". I can not have a fully working xcpm...

savemosca commented 10 years ago

./ssdtPRGen.sh -w 2 -x 0 10/06/14 19:55:48,000 kernel[0]: XCPM: registered 10/06/14 19:55:48,000 kernel[0]: IOPPF: XCPM mode I think the problem is solved. Last question: to prevent kp caused by xcpm i've patched both match_kernel and ACPM.kext with AICPM Patch, is this correct or one of these patches is enough? Thanks.

Piker-Alpha commented 10 years ago

XCPM in controlled by the mach_kernel, so you only need to patch the mach_kernel for XCPM, and then only if your UEFI BIOS locks MSR 0xE2. AppleIntelCPUPowerManagement.kext is for none XCPM mode.

savemosca commented 10 years ago

Ok but if i remove xcpm flag, freq stucks at x8

savemosca commented 10 years ago

Now i have patched mach kernel vanilla aicpm.kext -xcpm flag and ssdt -w 2 -x 0...

Piker-Alpha commented 10 years ago

It doesn't work for your setup without a patched mach_kernel?

savemosca commented 10 years ago

With unpatched kernel pc sometimes reboots with a kp... however i understand that xcpm flag force xcpm but with right ssdt it should enable automatically, without flag, right?

savemosca commented 10 years ago

I've compiled AicpmInfo.kext and this is my latest boot:

Jun 11 08:24:06 --- last message repeated 6 times --- Jun 11 08:24:06 localhost kernel[0]: Longterm timer threshold: 1000 ms Jun 11 08:24:06 localhost kernel[0]: PMAP: PCID enabled Jun 11 08:24:06 localhost kernel[0]: PMAP: Supervisor Mode Execute Protection enabled Jun 11 08:24:06 localhost kernel[0]: Darwin Kernel Version 13.2.0: Thu Apr 17 23:03:13 PDT 2014; root:xnu-2422.100.13~1/RELEASE_X86_64 Jun 11 08:24:06 localhost kernel[0]: vm_page_bootstrap: 1977999 free pages and 102769 wired pages Jun 11 08:24:06 localhost kernel[0]: kext submap [0xffffff7f807a9000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff80007a9000] Jun 11 08:24:06 localhost kernel[0]: zone leak detection enabled Jun 11 08:24:06 localhost kernel[0]: "vm_compressor_mode" is 4 Jun 11 08:24:06 localhost kernel[0]: standard timeslicing quantum is 10000 us Jun 11 08:24:06 localhost kernel[0]: standard background quantum is 2500 us Jun 11 08:24:06 localhost kernel[0]: mig_table_max_displ = 74 Jun 11 08:24:06 localhost kernel[0]: TSC Deadline Timer supported and enabled Jun 11 08:24:06 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled Jun 11 08:24:06 localhost kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled Jun 11 08:24:06 localhost kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled Jun 11 08:24:06 localhost kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=6 Enabled Jun 11 08:24:06 localhost kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=1 Enabled Jun 11 08:24:06 localhost kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=3 Enabled Jun 11 08:24:06 localhost kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=5 Enabled Jun 11 08:24:06 localhost kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=7 Enabled Jun 11 08:24:06 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet Jun 11 08:24:06 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet) Jun 11 08:24:06 localhost kernel[0]: calling mpo_policy_init for Sandbox Jun 11 08:24:06 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox) Jun 11 08:24:06 localhost kernel[0]: calling mpo_policy_init for Quarantine Jun 11 08:24:06 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine) Jun 11 08:24:06 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993 Jun 11 08:24:06 localhost kernel[0]: The Regents of the University of California. All rights reserved. Jun 11 08:24:06 localhost kernel[0]: MAC Framework successfully initialized Jun 11 08:24:06 localhost kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers Jun 11 08:24:06 localhost kernel[0]: FakeSMCKeyStore: started Jun 11 08:24:06 localhost kernel[0]: AppleKeyStore starting (BUILT: Apr 17 2014 23:36:27) Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: v3.3 Copyright © 2012-2014 Pike R. Alpha. All rights reserved Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: logMSRs............................: 1 Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: logIGPU............................: 0 Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: logCStates.........................: 1 Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: logIPGStyle........................: 1 Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: MWAIT C-States.....................: 4384 Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: MSR_CORE_THREAD_COUNT......(0x35) : 0x40008 Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: MSR_PLATFORM_INFO..........(0xCE) : 0x81010F0012200 Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: MSR_PMG_CST_CONFIG_CONTROL.(0xE2) : 0x1E000401 Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: MSR_PMG_IO_CAPTURE_BASE....(0xE4) : 0x414 Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: IA32_MPERF.................(0xE7) : 0xE4E8FBF0B Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: IA32_APERF.................(0xE8) : 0xD221E85CC Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: MSR_FLEX_RATIO.............(0x194) : 0x80000 Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: MSR_IA32_PERF_STATUS.......(0x198) : 0x22E800002700 Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: MSR_IA32_PERF_CONTROL......(0x199) : 0x2700 Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: IA32_CLOCK_MODULATION......(0x19A) : 0x0 Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: IA32_THERM_STATUS..........(0x19C) : 0x88340000 Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: IA32_MISC_ENABLES..........(0x1A0) : 0x850089 Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: MSR_MISC_PWR_MGMT..........(0x1AA) : 0x400001 Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: MSR_TURBO_RATIO_LIMIT......(0x1AD) : 0x25262727 Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: IA32_ENERGY_PERF_BIAS......(0x1B0) : 0xF Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: MSR_POWER_CTL..............(0x1FC) : 0x4005F Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: MSR_RAPL_POWER_UNIT........(0x606) : 0xA1003 Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: MSR_PKG_POWER_LIMIT........(0x610) : 0xA58000009F40 Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: MSR_PKG_ENERGY_STATUS......(0x611) : 0x13BC38D Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: MSR_PKGC3_IRTL.............(0x60a) : 0x883B Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: MSR_PKGC6_IRTL.............(0x60b) : 0x8850 Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: MSR_PKGC7_IRTL.............(0x60c) : 0x8857 Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: MSR_PP0_CURRENT_CONFIG.....(0x601) : 0x1814149400000960 Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: MSR_PP0_POWER_LIMIT........(0x638) : 0xA580 Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: MSR_PP0_ENERGY_STATUS......(0x639) : 0xDAFF85 Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: MSR_PP0_POLICY.............(0x63a) : 0x0 Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: MSR_CONFIG_TDP_NOMINAL.....(0x648) : 0x22 Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: MSR_CONFIG_TDP_LEVEL1......(0x649) : 0x1E0000000000000 Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: MSR_CONFIG_TDP_LEVEL2......(0x64a) : 0x1E0000000000000 Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: MSR_CONFIG_TDP_CONTROL.....(0x64b) : 0x80000000 Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: MSR_TURBO_ACTIVATION_RATIO.(0x64c) : 0x0 Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: MSR_PKG_C2_RESIDENCY.......(0x60d) : 0x0 Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: MSR_PKG_C3_RESIDENCY.......(0x3f8) : 0x0 Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: MSR_PKG_C6_RESIDENCY.......(0x3f9) : 0x0 Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: MSR_PKG_C7_RESIDENCY.......(0x3fa) : 0x0 Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: CPU Low Frequency Mode.............: 1600 MHz Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: CPU Maximum non-Turbo Frequency....: 3400 MHz Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: CPU Maximum Turbo Frequency........: 3900 MHz Jun 11 08:24:06 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87 Jun 11 08:24:06 localhost kernel[0]: ACPI: sleep states S3 S4 S5 Jun 11 08:24:06 localhost kernel[0]: CPUSensors: CPU family 0x6, model 0x3a, stepping 0x9, cores 4, threads 8, TJmax 105 Jun 11 08:24:06 localhost kernel[0]: CPUSensors: setting platform keys to [d8 ] Jun 11 08:24:06 localhost kernel[0]: CPUSensors: base CPU multiplier is 34 Jun 11 08:24:06 localhost kernel[0]: CPUSensors: started Jun 11 08:24:06 localhost kernel[0]: pci (build 23:24:05 Apr 17 2014), flags 0x63008, pfm64 (36 cpu) 0xf80000000, 0x80000000 Jun 11 08:24:06 localhost kernel[0]: [ PCI configuration begin ] Jun 11 08:24:06 localhost kernel[0]: ACPISensors (TZ00): 1 sensor added Jun 11 08:24:06 localhost kernel[0]: ACPISensors (TZ00): started Jun 11 08:24:06 localhost kernel[0]: ACPISensors (TZ01): 1 sensor added Jun 11 08:24:06 localhost kernel[0]: ACPISensors (TZ01): started Jun 11 08:24:06 localhost kernel[0]: FakeSMC v6.9.1315 Copyright 2014 netkas, slice, usr-sse2, kozlek, navi, THe KiNG, RehabMan. All rights reserved. Jun 11 08:24:06 localhost kernel[0]: FakeSMC: 13 preconfigured keys added Jun 11 08:24:06 localhost kernel[0]: FakeSMC: 5 keys exported by Clover EFI Jun 11 08:24:06 localhost kernel[0]: SMC: successfully initialized Jun 11 08:24:06 localhost kernel[0]: console relocated to 0x240000000 Jun 11 08:24:06 localhost kernel[0]: [ PCI configuration end, bridges 11, devices 15 ] Jun 11 08:24:06 localhost kernel[0]: mcache: 8 CPU(s), 64 bytes CPU cache line size Jun 11 08:24:06 localhost kernel[0]: mbinit: done [96 MB total pool size, (64/32) split] Jun 11 08:24:06 localhost kernel[0]: Pthread support ABORTS when sync kernel primitives misused Jun 11 08:24:06 localhost kernel[0]: FireWire runtime power conservation disabled. (3) Jun 11 08:24:06 localhost kernel[0]: rooting via boot-uuid from /chosen: 2455217E-E332-3D88-9895-45D6B6A1250A Jun 11 08:24:06 localhost kernel[0]: Waiting on IOProviderClassIOResourcesIOResourceMatchboot-uuid-media Jun 11 08:24:06 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start Jun 11 08:24:06 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start Jun 11 08:24:06 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded Jun 11 08:24:06 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded Jun 11 08:24:06 localhost kernel[0]: start[881]: configXB62 failed Jun 11 08:24:06 localhost kernel[0]: vendor:device: 0x8086:0x1503. Jun 11 08:24:06 localhost kernel[0]: AppleIntelE1000e(Info): Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode Jun 11 08:24:06 localhost kernel[0]: AppleIntelE1000e(Info): changing MTU from 0 to 1500 Jun 11 08:24:06 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchSeriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDriver/Samsung SSD 840 Series Media/IOGUIDPartitionScheme/Macintosh HD@2 Jun 11 08:24:06 localhost kernel[0]: BSD root: disk0s2, major 1, minor 1 Jun 11 08:24:06 localhost kernel[0]: 0.173796: can't support 2 instances - bye... Jun 11 08:24:06 localhost kernel[0]: SuperIODevice: found ITE IT8728F on port=0x2e address=0xa30 Jun 11 08:24:06 localhost kernel[0]: IT87xxSensors: started Jun 11 08:24:06 localhost kernel[0]: hfs: mounted Macintosh HD on device root_device Jun 11 08:24:06 localhost kernel[0]: XCPM: registered Jun 11 08:24:06 localhost kernel[0]: AppleIntelE1000e(Info): AppleIntelE1000e:rx = 256, tx = 256 Jun 11 08:24:06 localhost kernel[0]: FireWire (OHCI) VendorID 1106 ID 3044 PCI now active, GUID 00342b9011da3a00; max speed s400. Jun 11 08:24:06 localhost kernel[0]: USBF: 0.683 AppleUSBHub::ConfigureHub(hub @ 0x1a150000) No config descriptor, retrying Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 31 39 ] Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: CPU C3-Cores [ 2 3 7 ] Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: CPU C6-Cores [ 0 2 3 6 7 ] Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: CPU C7-Cores [ 0 1 2 3 4 ] Jun 11 08:24:06 localhost kernel[0]: USBMSC Identifier (non-unique): 00004770B192018C 0x781 0x5406 0x200, 2 Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 31 34 39 ] Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: CPU C3-Cores [ 2 3 6 7 ] Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: CPU C6-Cores [ 0 1 2 3 4 6 7 ] Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: CPU C7-Cores [ 0 1 2 3 4 5 7 ] Jun 11 08:24:05 localhost com.apple.launchd[1]: * launchd[1] has started up. Jun 11 08:24:05 localhost com.apple.launchd[1]: \ Shutdown logging is enabled. ** Jun 11 08:24:06 localhost com.apple.SecurityServer[15]: Session 100000 created Jun 11 08:24:06 localhost distnoted[20]: # distnote server daemon absolute time: 1.726244261 civil time: Wed Jun 11 08:24:06 2014 pid: 20 uid: 0 root: yes Jun 11 08:24:06 localhost com.apple.SecurityServer[15]: Entering service Jun 11 08:24:06 localhost UserEventAgent[11]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin Jun 11 08:24:06 localhost kernel[0]: Previous Shutdown Cause: 5 Jun 11 08:24:06 localhost kernel[0]: SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode Jun 11 08:24:06 localhost kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1 Jun 11 08:24:06 localhost kernel[0]: init Jun 11 08:24:06 localhost kernel[0]: probe Jun 11 08:24:06 localhost kernel[0]: start Jun 11 08:24:06 localhost kernel[0]: DSMOS has arrived Jun 11 08:24:06 localhost kernel[0]: [IOBluetoothHCIController][start] -- completed Jun 11 08:24:06 localhost kernel[0]: IOPPF: XCPM mode Jun 11 08:24:06 localhost kernel[0]: X86PlatformShim::start - Failed to send stepper Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: CPU P-States [ 16 31 34 (37) 39 ] Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: CPU C3-Cores [ 1 2 3 5 6 7 ] Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: CPU C6-Cores [ 0 1 2 3 4 5 6 7 ] Jun 11 08:24:06 localhost kernel[0]: AICPUPMI: CPU C7-Cores [ 0 1 2 3 4 5 6 7 ] Jun 11 08:24:07 localhost configd[18]: network changed. Jun 11 08:24:07 localhost networkd[41]: networkd.41 built Aug 24 2013 22:08:46 Jun 11 08:24:07 localhost mDNSResponder[42]: mDNSResponder mDNSResponder-522.90.2 (Nov 3 2013 18:51:09) starting OSXVers 13 Jun 11 08:24:07 localhost kernel[0]: * [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0x7c00 Jun 11 08:24:07 localhost kernel[0]: **\ [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0x7c00 Jun 11 08:24:07 localhost kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0x7c00 Jun 11 08:24:07 localhost kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService Jun 11 08:24:07 localhost kernel[0]: \ [IOBluetoothHCIController][protectedBluetoothHCIControllerTransportShowsUp] -- Connected to the transport successfully -- 0xae80 -- 0x2000 -- 0x7c00 ** Jun 11 08:24:07 localhost kernel[0]: [AGPM Controller] unknownPlatform Jun 11 08:24:07 localhost kernel[0]: AICPUPMI: CPU C3-Cores [ 1 2 3 4 5 6 7 ] Jun 11 08:24:07 localhost kernel[0]: VM Swap Subsystem is ON Jun 11 08:24:07 localhost hidd[78]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins Jun 11 08:24:07 localhost hidd[78]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1 Jun 11 08:24:07 localhost kdc[76]: label: default Jun 11 08:24:07 localhost kdc[76]: dbname: od:/Local/Default Jun 11 08:24:07 localhost kdc[76]: mkey_file: /var/db/krb5kdc/m-key Jun 11 08:24:07 localhost kdc[76]: acl_file: /var/db/krb5kdc/kadmind.acl Jun 11 08:24:07 localhost com.apple.usbmuxd[54]: usbmuxd-327.4 on Feb 12 2014 at 14:54:33, running 64 bit Jun 11 08:24:07 localhost loginwindow[72]: Login Window Application Started Jun 11 08:24:07 localhost blued[48]: hostControllerOnline - Number of Paired devices = 0, List of Paired devices = ( ) Jun 11 08:24:07 localhost digest-service[93]: label: default Jun 11 08:24:07 localhost digest-service[93]: dbname: od:/Local/Default Jun 11 08:24:07 localhost digest-service[93]: mkey_file: /var/db/krb5kdc/m-key Jun 11 08:24:07 localhost digest-service[93]: acl_file: /var/db/krb5kdc/kadmind.acl Jun 11 08:24:07 localhost digest-service[93]: digest-request: uid=0 Jun 11 08:24:07 localhost awacsd[88]: Starting awacsd connectivity_executables-97 (Aug 24 2013 23:49:23) Jun 11 08:24:07 localhost awacsd[88]: InnerStore CopyAllZones: no info in Dynamic Store Jun 11 08:24:07 localhost kdc[76]: WARNING Found KDC certificate (O=System Identity,CN=com.apple.kerberos.kdc)is missing the PK-INIT KDC EKU, this is bad for interoperability. Jun 11 08:24:07 localhost digest-service[93]: digest-request: netr probe 0 Jun 11 08:24:07 localhost digest-service[93]: digest-request: init request Jun 11 08:24:07 localhost aosnotifyd[91]: aosnotifyd has been launched Jun 11 08:24:07 localhost digest-service[93]: digest-request: init return domain: BUILTIN server: LOCALHOST indomain was: Jun 11 08:24:07 localhost WindowServer[101]: Server is starting up Jun 11 08:24:07 localhost WindowServer[101]: Session 256 retained (2 references) Jun 11 08:24:07 localhost WindowServer[101]: Session 256 released (1 references) Jun 11 08:24:07 localhost mds[69]: (Normal) FMW: FMW 0 0 Jun 11 08:24:07 localhost WindowServer[101]: Session 256 retained (2 references) Jun 11 08:24:07 localhost WindowServer[101]: init_page_flip: page flip mode is on Jun 11 08:24:07 localhost systemkeychain[98]: done file: /var/run/systemkeychaincheck.done Jun 11 08:24:07 localhost apsd[90]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102) Jun 11 08:24:07 localhost locationd[74]: Incorrect NSStringEncoding value 0x8000100 detected. Assuming NSASCIIStringEncoding. Will stop this compatiblity mapping behavior in the near future. Jun 11 08:24:07 localhost locationd[74]: NBB-Could not get UDID for stable refill timing, falling back on random Jun 11 08:24:07 localhost kernel[0]: RadeonSensors (pci1): found ATI Radeon ID: 0x6738, ATOM BIOS: BARTS Jun 11 08:24:07 localhost kernel[0]: RadeonSensors (pci1): adding EverGreen thermal sensor Jun 11 08:24:07 localhost kernel[0]: RadeonSensors (pci1): started Jun 11 08:24:07 localhost locationd[74]: Location icon should now be in state 'Inactive' Jun 11 08:24:07 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 31 34 35 37 39 ] Jun 11 08:24:07 localhost kernel[0]: AICPUPMI: CPU C3-Cores [ 0 1 2 3 4 5 6 7 ] Jun 11 08:24:08 localhost kernel[0]: Sound assertion in AppleHDAEngine at line 581 Jun 11 08:24:08 localhost fseventsd[39]: could not open <</Volumes/EFI/.fseventsd/fseventsd-uuid>> (No such file or directory) Jun 11 08:24:08 localhost fseventsd[39]: log dir: /Volumes/EFI/.fseventsd getting new uuid: A5AA9820-6F69-48B3-9FA9-48771ABCBF5C Jun 11 08:24:08 localhost kernel[0]: USBF: 4.149 AppleUSBHubPort::FatalError - Port 1 of Hub at 0x1a150000 reported error 0xe00002ed while doing setting port power Jun 11 08:24:09 localhost kernel[0]: USBF: 4.251 AppleUSBHubPort::FatalError - Port 2 of Hub at 0x1a150000 reported error 0xe00002ed while doing setting port power Jun 11 08:24:09 localhost kernel[0]: USBF: 4.350 AppleUSBHubPort::FatalError - Port 3 of Hub at 0x1a150000 reported error 0xe00002ed while doing setting port power Jun 11 08:24:09 localhost kernel[0]: USBF: 4.451 AppleUSBHubPort::FatalError - Port 4 of Hub at 0x1a150000 reported error 0xe00002ed while doing setting port power Jun 11 08:24:09 localhost kernel[0]: AppleIntelE1000e(Info): e1000e NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx Jun 11 08:24:09 localhost kernel[0]: AICPUPMI: CPU P-States [ 16 (29) 31 33 34 35 37 39 ] Jun 11 08:24:09 localhost kernel[0]: USBF: 4.842 AppleUSBHub::ConfigureHub(hub @ 0x1a150000) CheckPortPowerRequirements failed with 0xe00002ed Jun 11 08:24:09 localhost kernel[0]: USBF: 4.944 AppleUSBHubPort::FatalError - Port 1 of Hub at 0x1a150000 reported error 0xe00002c0 while doing setting port power Jun 11 08:24:09 localhost kernel[0]: USBF: 5. 45 AppleUSBHubPort::FatalError - Port 2 of Hub at 0x1a150000 reported error 0xe00002c0 while doing setting port power Jun 11 08:24:09 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 26 29 31 33 34 35 37 39 ] Jun 11 08:24:09 localhost kernel[0]: USBF: 5.146 AppleUSBHubPort::FatalError - Port 3 of Hub at 0x1a150000 reported error 0xe00002c0 while doing setting port power Jun 11 08:24:10 localhost kernel[0]: USBF: 5.247 AppleUSBHubPort::FatalError - Port 4 of Hub at 0x1a150000 reported error 0xe00002c0 while doing setting port power Jun 11 08:24:10 localhost WindowServer[101]: Found 87 modes for display 0x00000000 [87, 0] Jun 11 08:24:10 localhost WindowServer[101]: Found 1 modes for display 0x00000000 [1, 0] Jun 11 08:24:10 --- last message repeated 3 times --- Jun 11 08:24:10 localhost WindowServer[101]: mux_initialize: Couldn't find any matches Jun 11 08:24:10 localhost WindowServer[101]: Found 87 modes for display 0x00000000 [87, 0] Jun 11 08:24:10 localhost WindowServer[101]: Found 1 modes for display 0x00000000 [1, 0] Jun 11 08:24:10 --- last message repeated 3 times --- Jun 11 08:24:10 localhost WindowServer[101]: WSMachineUsesNewStyleMirroring: false Jun 11 08:24:10 localhost WindowServer[101]: Display 0x0b41a094: GL mask 0x1; bounds (0, 0)[1920 x 1080], 87 modes available Main, Active, on-line, enabled, boot, Vendor 4c2d, Model 78f, S/N 42324357, Unit 0, Rotation 0 UUID 0xab75fe8fd5938e6071091c8fb9ae0e21 Jun 11 08:24:10 localhost WindowServer[101]: Display 0x003f0041: GL mask 0x20; bounds (0, 0)[4096 x 2160], 2 modes available off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 5, Rotation 0 UUID 0xffffffffffffffffffffffffffffffff Jun 11 08:24:10 localhost WindowServer[101]: Display 0x003f0040: GL mask 0x10; bounds (0, 0)[0 x 0], 1 modes available off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 4, Rotation 0 UUID 0xffffffffffffffffffffffffffffffff Jun 11 08:24:10 localhost WindowServer[101]: Display 0x003f003f: GL mask 0x8; bounds (0, 0)[0 x 0], 1 modes available off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0 UUID 0xffffffffffffffffffffffffffffffff Jun 11 08:24:10 localhost WindowServer[101]: Display 0x003f003e: GL mask 0x4; bounds (0, 0)[0 x 0], 1 modes available off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0 UUID 0xffffffffffffffffffffffffffffffff Jun 11 08:24:10 localhost WindowServer[101]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0 UUID 0xffffffffffffffffffffffffffffffff Jun 11 08:24:10 localhost WindowServer[101]: WSSetWindowTransform: Singular matrix Jun 11 08:24:10 --- last message repeated 3 times --- Jun 11 08:24:10 localhost WindowServer[101]: Display 0x0b41a094: GL mask 0x1; bounds (0, 0)[1920 x 1080], 87 modes available Main, Active, on-line, enabled, boot, Vendor 4c2d, Model 78f, S/N 42324357, Unit 0, Rotation 0 UUID 0xab75fe8fd5938e6071091c8fb9ae0e21 Jun 11 08:24:10 localhost WindowServer[101]: Display 0x003f0041: GL mask 0x20; bounds (2944, 0)[1 x 1], 2 modes available off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 5, Rotation 0 UUID 0xffffffffffffffffffffffffffffffff Jun 11 08:24:10 localhost WindowServer[101]: Display 0x003f0040: GL mask 0x10; bounds (2945, 0)[1 x 1], 1 modes available off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 4, Rotation 0 UUID 0xffffffffffffffffffffffffffffffff Jun 11 08:24:10 localhost WindowServer[101]: Display 0x003f003f: GL mask 0x8; bounds (2946, 0)[1 x 1], 1 modes available off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0 UUID 0xffffffffffffffffffffffffffffffff Jun 11 08:24:10 localhost WindowServer[101]: Display 0x003f003e: GL mask 0x4; bounds (2947, 0)[1 x 1], 1 modes available off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0 UUID 0xffffffffffffffffffffffffffffffff Jun 11 08:24:10 localhost WindowServer[101]: Display 0x003f003d: GL mask 0x2; bounds (2948, 0)[1 x 1], 1 modes available off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0 UUID 0xffffffffffffffffffffffffffffffff Jun 11 08:24:10 localhost WindowServer[101]: CGXPerformInitialDisplayConfiguration Jun 11 08:24:10 localhost WindowServer[101]: Display 0x0b41a094: Unit 0; Vendor 0x4c2d Model 0x78f S/N 1110590295 Dimensions 18.78 x 10.55; online enabled, Bounds (0,0)[1920 x 1080], Rotation 0, Resolution 1 Jun 11 08:24:10 localhost WindowServer[101]: Display 0x003f0041: Unit 5; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2944,0)[1 x 1], Rotation 0, Resolution 1 Jun 11 08:24:10 localhost WindowServer[101]: Display 0x003f0040: Unit 4; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2945,0)[1 x 1], Rotation 0, Resolution 1 Jun 11 08:24:10 localhost WindowServer[101]: Display 0x003f003f: Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2946,0)[1 x 1], Rotation 0, Resolution 1 Jun 11 08:24:10 localhost WindowServer[101]: Display 0x003f003e: Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2947,0)[1 x 1], Rotation 0, Resolution 1 Jun 11 08:24:10 localhost WindowServer[101]: Display 0x003f003d: Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2948,0)[1 x 1], Rotation 0, Resolution 1 Jun 11 08:24:10 localhost WindowServer[101]: GLCompositor: GL renderer id 0x01021b05, GL mask 0x0000003f, accelerator 0x000035db, unit 0, caps QEX|MIPMAP, vram 1024 MB Jun 11 08:24:10 localhost WindowServer[101]: GLCompositor: GL renderer id 0x01021b05, GL mask 0x0000003f, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT Jun 11 08:24:10 localhost WindowServer[101]: GLCompositor enabled for tile size [256 x 256] Jun 11 08:24:10 localhost WindowServer[101]: CGXGLInitMipMap: mip map mode is on Jun 11 08:24:10 localhost loginwindow[72]: DMPROXY Found /System/Library/CoreServices/DMProxy'. Jun 11 08:24:10 localhost WindowServer[101]: Display 0x0b41a094: Unit 0; ColorProfile { 2, "SA300/SA350"}; TransferFormula (1.000000, 1.000000, 1.000000) Jun 11 08:24:10 localhost launchctl[186]: com.apple.findmymacmessenger: Already loaded Jun 11 08:24:10 localhost com.apple.SecurityServer[15]: Session 100005 created Jun 11 08:24:10 localhost UserEventAgent[188]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin Jun 11 08:24:10 localhost loginwindow[72]: Login Window Started Security Agent Jun 11 08:24:10 localhost configd[18]: network changed: v4(en0+:192.168.1.132) DNS+ Proxy+ SMB Jun 11 08:24:10 localhost SecurityAgent[196]: This is the first run Jun 11 08:24:10 localhost SecurityAgent[196]: MacBuddy was run = 0 Jun 11 08:24:10 localhost SecurityAgent[196]: User info context values set for saveriomoscardini Jun 11 08:24:10 localhost WindowServer[101]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x0b41a094 device: 0x7feb74114180 isBackBuffered: 1 numComp: 3 numDisp: 3 Jun 11 08:24:10 localhost WindowServer[101]: _CGXGLDisplayContextForDisplayDevice: acquired display context (0x7feb74114180) - enabling OpenGL Jun 11 08:24:10 localhost loginwindow[72]: Login Window - Returned from Security Agent Jun 11 08:24:10 localhost loginwindow[72]: USER_PROCESS: 72 console Jun 11 08:24:10 localhost kernel[0]: AppleKeyStore:Sending lock change 0 Jun 11 08:24:10 localhost com.apple.launchd.peruser.501[201]: Background: Aqua: Registering new GUI session. Jun 11 08:24:10 localhost com.apple.launchd.peruser.501[201] (com.apple.EscrowSecurityAlert): Unknown key: seatbelt-profiles Jun 11 08:24:10 localhost com.apple.launchd.peruser.501[201] (com.apple.ReportCrash): Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self Jun 11 08:24:10 localhost launchctl[203]: com.apple.pluginkit.pkd: Already loaded Jun 11 08:24:10 localhost launchctl[203]: com.apple.sbd: Already loaded Jun 11 08:24:10 localhost distnoted[205]: # distnote server agent absolute time: 5.915989299 civil time: Wed Jun 11 08:24:10 2014 pid: 205 uid: 501 root: no Jun 11 08:24:10 localhost WindowServer[101]: **DMPROXY** (2) Found/System/Library/CoreServices/DMProxy'. Jun 11 08:24:10 localhost WindowServer[101]: Display 0x0b41a094: Unit 0; ColorProfile { 2, "SA300/SA350"}; TransferFormula (1.000000, 1.000000, 1.000000) Jun 11 08:24:10 localhost sharingd[224]: Starting Up... Jun 11 08:24:10 localhost com.apple.audio.DriverHelper[223]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelDevice. Jun 11 08:24:10 localhost com.apple.audio.DriverHelper[223]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelSharedUserClient. Jun 11 08:24:10 localhost com.apple.audio.DriverHelper[223]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDSIVideoContext. Jun 11 08:24:10 localhost com.apple.audio.DriverHelper[223]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class Gen6DVDContext. Jun 11 08:24:10 localhost com.apple.audio.DriverHelper[223]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelDevice. Jun 11 08:24:10 localhost com.apple.audio.DriverHelper[223]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelSharedUserClient. Jun 11 08:24:10 localhost com.apple.audio.DriverHelper[223]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMain. Jun 11 08:24:10 localhost com.apple.audio.DriverHelper[223]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMedia. Jun 11 08:24:10 localhost com.apple.audio.DriverHelper[223]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextVEBox. Jun 11 08:24:10 localhost com.apple.audio.DriverHelper[223]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient. Jun 11 08:24:10 localhost com.apple.audio.DriverHelper[223]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOHIDParamUserClient. Jun 11 08:24:10 localhost com.apple.audio.DriverHelper[223]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOSurfaceRootUserClient. Jun 11 08:24:10 localhost com.apple.audio.DriverHelper[223]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.AirPlayXPCHelper. Jun 11 08:24:10 localhost com.apple.audio.DriverHelper[223]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.blued. Jun 11 08:24:10 localhost com.apple.audio.DriverHelper[223]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient. Jun 11 08:24:10 localhost com.apple.audio.DriverHelper[223]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.blued. Jun 11 08:24:10 localhost com.apple.audio.DriverHelper[223]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.bluetoothaudiod. Jun 11 08:24:11 localhost fseventsd[39]: could not open <</Volumes/SENZA TITOL/.fseventsd/fseventsd-uuid>> (No such file or directory) Jun 11 08:24:11 localhost fseventsd[39]: log dir: /Volumes/SENZA TITOL/.fseventsd getting new uuid: 8EAF1406-B658-46F6-815B-DCB7E275722E Jun 11 08:24:11 localhost SystemUIServer[212]: Cannot find executable for CFBundle 0x7fd0aa535f80 </System/Library/CoreServices/Menu Extras/Clock.menu> (not loaded) Jun 11 08:24:11 localhost SystemUIServer[212]: Cannot find executable for CFBundle 0x7fd0aa535000 </System/Library/CoreServices/Menu Extras/Volume.menu> (not loaded) Jun 11 08:24:11 localhost com.apple.IconServicesAgent[262]: IconServicesAgent launched. Jun 11 08:24:11 localhost com.apple.SecurityServer[15]: Session 100006 created Jun 11 08:24:11 localhost apsd[90]: Unexpected connection from logged out uid 501 Jun 11 08:24:11 localhost accountsd[264]: assertion failed: 13D65: liblaunch.dylib + 25164 [38D1AB2C-A476-385F-8EA8-7AB604CA1F89]: 0x25 Jun 11 08:24:11 localhost com.apple.SecurityServer[15]: Session 100009 created Jun 11 08:24:11 localhost HWMonitor[260]: Loading profile from Hackintosh.plist Jun 11 08:24:11 localhost SocialPushAgent[241]: ApplePushService: APSConnection being used without a delegate queue Jun 11 08:24:11 localhost kernel[0]: AICPUPMI: CPU P-States [ 16 26 29 31 33 34 35 36 (37) 39 ] Jun 11 08:24:11 localhost com.apple.IconServicesAgent[262]: main Failed to composit image for binding VariantBinding [0x403] flags: 0x8 binding: FileInfoBinding [0x311] - extension: plist, UTI: com.apple.property-list, fileType: ????. Jun 11 08:24:11 localhost quicklookd[265]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x203] flags: 0x8 binding: FileInfoBinding [0x103] - extension: plist, UTI: com.apple.property-list, fileType: ???? request size:64 scale: 1 Jun 11 08:24:11 localhost HWMonitor[260]: ATA block storage device appeared 38915 Jun 11 08:24:11 localhost HWMonitor[260]: ATA block storage device appeared 39171 Jun 11 08:24:11 localhost HWMonitor[260]: reading SMART data for Samsung SSD 840 Series Jun 11 08:24:11 localhost xpcd[219]: restored permissions (100600 -> 100700) on /Users/saveriomoscardini/Library/Containers/com.github.GitHub.Conduit/Container.plist Jun 11 08:24:11 localhost WiFiKeychainProxy[238]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineCreate: created... Jun 11 08:24:11 localhost WiFiKeychainProxy[238]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineRegisterCallbacks: WiFiCloudSyncEngineCallbacks version - 0, bundle id - com.apple.wifi.WiFiKeychainProxy Jun 11 08:24:11 localhost com.apple.IconServicesAgent[262]: main Failed to composit image for binding VariantBinding [0x40b] flags: 0x8 binding: FileInfoBinding [0x12b] - extension: lpdf, UTI: com.apple.localized-pdf-bundle, fileType: ????. Jun 11 08:24:11 localhost quicklookd[265]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x403] flags: 0x8 binding: FileInfoBinding [0x303] - extension: lpdf, UTI: com.apple.localized-pdf-bundle, fileType: ???? request size:128 scale: 1 Jun 11 08:24:11 localhost com.apple.IconServicesAgent[262]: main Failed to composit image for binding VariantBinding [0x40d] flags: 0x8 binding: FileInfoBinding [0x31d] - extension: dsl, UTI: org.acpica.dsl, fileType: ????. Jun 11 08:24:11 localhost quicklookd[265]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x603] flags: 0x8 binding: FileInfoBinding [0x503] - extension: dsl, UTI: org.acpica.dsl, fileType: ???? request size:64 scale: 1 Jun 11 08:24:11 localhost lsboxd[246]: Not allowing process 237 to launch "/Applications/GitHub.app/Contents/Library/LoginItems/GitHub Conduit.app" because it has not been launched previously by the user, Jun 11 08:24:11 localhost lsboxd[246]: Not allowing process 237 to register app "/Applications/GitHub.app/Contents/Library/LoginItems/GitHub Conduit.app" for launch. Jun 11 08:24:11 localhost kernel[0]: Sandbox: appleeventsd(85) deny file-read-metadata /Library Jun 11 08:24:12 --- last message repeated 26 times --- Jun 11 08:24:11 localhost kernel[0]: Sandbox: appleeventsd(85) deny mach-lookup com.apple.ocspd Jun 11 08:24:12 --- last message repeated 2 times --- Jun 11 08:24:11 localhost kernel[0]: Sandbox: appleeventsd(85) deny file-read-metadata /Library Jun 11 08:24:12 --- last message repeated 20 times --- Jun 11 08:24:11 localhost kernel[0]: Sandbox: appleeventsd(85) deny mach-lookup com.apple.ocspd Jun 11 08:24:12 --- last message repeated 2 times --- Jun 11 08:24:11 localhost appleeventsd[85]: rdar://problem/11489077 A sandboxed application with pid 237, "GitHub Conduit" checked in with appleeventsd, but its code signature could not be validated ( either because it was corrupt, or could not be read by appleeventsd ) and so it cannot receive AppleEvents targeted by name, bundle id, or signature. Error=ERROR: #-67061 { "NSDescription"="SecCodeCheckValidity() returned -67061, <SecCode 0x7ff73af03970 [0x7fff7bc7ff00]>." } (handleMessage()/appleEventsD.cp #2072) client-reqs-q Jun 11 08:24:11 localhost com.apple.SecurityServer[15]: Session 100011 created Jun 11 08:24:12 localhost GitHub Conduit[237]: (v5) 48-[CONAppDelegate applicationDidFinishLaunching:]_block_invoke [Line 27] Conduit started! Jun 11 08:24:12 localhost WindowServer[101]: DMPROXY (2) Found `/System/Library/CoreServices/DMProxy'. Jun 11 08:24:12 localhost WindowServer[101]: Display 0x0b41a094: Unit 0; ColorProfile { 2, "SA300/SA350"}; TransferFormula (1.000000, 1.000000, 1.000000) Jun 11 08:24:12 --- last message repeated 1 time --- Jun 11 08:24:12 localhost com.apple.dock.extra[273]: <NSXPCConnection: 0x7fe9bba04c00>: received an undecodable message (no exported object to receive message). Dropping message. Jun 11 08:24:12 localhost xpcproxy[281]: assertion failed: 13D65: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2 Jun 11 08:24:12 localhost secd[269]: EnsureFreshParameters_block_invoke_2 SOSCloudKeychainSynchronizeAndWait: The operation couldn’t be completed. (SyncedDefaults error 1025 - Remote error : No valid account for KVS) Jun 11 08:24:12 localhost secd[269]: __talkWithKVS_block_invoke callback error: The operation couldn’t be completed. (SyncedDefaults error 1025 - Remote error : No valid account for KVS) Jun 11 08:24:12 localhost sandboxd276: appleeventsd(85) deny file-read-metadata /Library Jun 11 08:24:13 --- last message repeated 2 times --- Jun 11 08:24:13 localhost sandboxd276: appleeventsd(85) deny file-read-metadata /Library/Keychains/System.keychain Jun 11 08:24:13 localhost sandboxd276: appleeventsd(85) deny file-read-metadata /Library Jun 11 08:24:13 --- last message repeated 2 times --- Jun 11 08:24:13 localhost sandboxd276: appleeventsd(85) deny file-read-metadata /Library/Keychains/System.keychain Jun 11 08:24:13 localhost backupd[37]: Property list invalid for format: 200 (property lists cannot contain NULL) Jun 11 08:24:13 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 26 28 29 31 33 34 35 36 37 39 ] Jun 11 08:24:14 localhost kernel[0]: AICPUPMI: CPU P-States [ 16 26 28 29 31 33 34 35 36 37 (38) 39 ] Jun 11 08:24:17 localhost configd[18]: network changed: v4(en0:192.168.1.132) DNS* Proxy SMB Jun 11 08:24:17 localhost mDNSResponder[42]: D2D_IPC: Loaded Jun 11 08:24:17 localhost mDNSResponder[42]: D2DInitialize succeeded Jun 11 08:24:17 localhost configd[18]: network changed: v4(en0:192.168.1.132) DNS* Proxy SMB Jun 11 08:24:17 localhost mDNSResponder[42]: 4: Listening for incoming Unix Domain Socket client requests Jun 11 08:24:17 localhost mDNSResponder[42]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FF154008B60 Macmini-902B345F4A40.local. (AAAA) that's already in the list Jun 11 08:24:17 localhost mDNSResponder[42]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FF154008FF0 0.4.A.4.F.5.E.F.F.F.4.3.B.2.2.9.0.0.0.0.0.0.0.0.0.0.0.0.0.8.E.F.ip6.arpa. (PTR) that's already in the list Jun 11 08:24:17 localhost mDNSResponder[42]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FF15400BF60 Macmini-902B345F4A40.local. (Addr) that's already in the list Jun 11 08:24:17 localhost mDNSResponder[42]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FF15400C3F0 132.1.168.192.in-addr.arpa. (PTR) that's already in the list Jun 11 08:24:17 localhost UserEventAgent[204]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin Jun 11 08:24:17 localhost kdc[76]: KDC started Jun 11 08:24:17 localhost com.apple.time[204]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807). Jun 11 08:24:17 localhost xpcproxy[303]: assertion failed: 13D65: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2 Jun 11 08:24:17 localhost ntpd[51]: proto: precision = 1.000 usec Jun 11 08:24:17 localhost com.apple.time[204]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807). Jun 11 08:24:18 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 26 28 29 30 31 33 34 35 36 37 38 39 ] Jun 11 08:24:19 localhost apsd[90]: Unrecognized leaf certificate Jun 11 08:24:19 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 26 27 28 29 30 31 33 34 35 36 37 38 39 ] Jun 11 08:24:19 localhost awacsd[88]: InnerStore GetWakeInfoForZone: no external port for 1368824160.members.btmm.icloud.com. Jun 11 08:24:19 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 26 27 28 29 30 31 32 33 34 35 36 37 38 39 ] Jun 11 08:24:20 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 23 26 27 28 29 30 31 32 33 34 35 36 37 38 39 ] Jun 11 08:24:20 localhost awacsd[88]: InnerStore GetWakeInfoForZone: no external port for 1368824160.members.btmm.icloud.com. Jun 11 08:24:20 localhost kernel[0]: utun_ctl_connect: creating interface utun0 Jun 11 08:24:20 localhost racoon[305]: failed to bind to address fd34:6a40:da83:80a1:88b8:c9c9:7c46:4145[500](Can't assign requested address). Jun 11 08:24:20 localhost racoon[305]: failed to bind to address fd34:6a40:da83:80a1:88b8:c9c9:7c46:4145[500]: because interface address is/was not ready (flags 2). Jun 11 08:24:20 localhost racoon[305]: failed to bind to address fd34:6a40:da83:80a1:88b8:c9c9:7c46:4145[4500](Can't assign requested address). Jun 11 08:24:20 localhost racoon[305]: failed to bind to address fd34:6a40:da83:80a1:88b8:c9c9:7c46:4145[4500]: because interface address is/was not ready (flags 2). Jun 11 08:24:20 localhost kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1 Jun 11 08:24:20 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 23 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 ] Jun 11 08:24:21 localhost awacsd[88]: InnerStore GetWakeInfoForZone: no external port for 1368824160.members.btmm.icloud.com. Jun 11 08:24:21 localhost parentalcontrolsd[312]: StartObservingFSEvents [849:] -- * StartObservingFSEvents started event stream Jun 11 08:24:23 localhost mds_stores[119]: (/private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T)(Error) IndexGeneral in void setAttributes(si_set_attrctx , Boolean):Couldn't update index oid:672156 options:4 updateErr:-1 resolveErr:2 Jun 11 08:24:24 --- last message repeated 1 time --- Jun 11 08:24:24 localhost mds_stores[119]: (/private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T)(Error) IndexGeneral in void setAttributes(si_set_attr_ctx , Boolean):Couldn't update index oid:678706 options:4 updateErr:-1 resolveErr:2 Jun 11 08:24:24 --- last message repeated 3 times --- Jun 11 08:24:24 localhost awacsd[88]: InnerStore GetWakeInfoForZone: no external port for 1368824160.members.btmm.icloud.com. Jun 11 08:24:26 localhost mds_stores[119]: (/private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T)(Error) IndexGeneral in void setAttributes(si_set_attr_ctx , Boolean):Couldn't update index oid:678706 options:4 updateErr:-1 resolveErr:2 Jun 11 08:24:28 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 21 23 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 ] Jun 11 08:24:33 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 20 21 23 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 ] Jun 11 08:24:34 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 20 21 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 ] Jun 11 08:24:34 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 ] Jun 11 08:24:36 localhost distnoted[322]: # distnote server agent absolute time: 31.588260638 civil time: Wed Jun 11 08:24:36 2014 pid: 322 uid: 89 root: no Jun 11 08:24:36 localhost com.apple.SecurityServer[15]: Session 100003 created Jun 11 08:24:47 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 17 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 ] Jun 11 08:24:53 localhost kernel[0]: _* [IOBluetoothHostControllerUSBTransport][InterruptReadHandler] -- Received kIOUSBHighSpeedSplitError error - retrying: 1 -- 0x7c00 Jun 11 08:24:53 localhost kernel[0]: \ [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x7c00 Jun 11 08:24:53 localhost kernel[0]: \ [IOBluetoothHostControllerUSBTransport][InterruptReadHandler] -- Received kIOUSBHighSpeedSplitError error - retrying: 2 -- 0x7c00 Jun 11 08:24:53 localhost kernel[0]: \ [IOBluetoothHostControllerUSBTransport][InterruptReadHandler] -- Received kIOUSBHighSpeedSplitError error - retrying: 3 -- 0x7c00 Jun 11 08:24:53 localhost kernel[0]: ** [IOBluetoothHostControllerUSBTransport][InterruptReadHandler] -- Received kIOUSBHighSpeedSplitError error - retrying: 4 -- 0x7c00 Jun 11 08:24:53 localhost kernel[0]: ** [IOBluetoothHostControllerUSBTransport][InterruptReadHandler] -- Received kIOUSBHighSpeedSplitError error - retrying: 5 -- 0x7c00 Jun 11 08:24:53 localhost kernel[0]: **\ [IOBluetoothHostControllerUSBTransport][InterruptReadHandler] -- Received kIOUSBHighSpeedSplitError error - no more retries - bailing out -- 0x7c00 Jun 11 08:24:56 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 17 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 ] Jun 11 08:24:57 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 ] Jun 11 08:25:02 localhost login[332]: USER_PROCESS: 332 ttys000

Do you see some errors? Latest thing to solve is -xcpm flag...

savemosca commented 10 years ago

This is without -xcpm flag but really sticks at 8x:

Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: v3.3 Copyright © 2012-2014 Pike R. Alpha. All rights reserved Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: logMSRs............................: 1 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: logIGPU............................: 0 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: logCStates.........................: 1 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: logIPGStyle........................: 1 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: MWAIT C-States.....................: 4384 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: MSR_CORE_THREAD_COUNT......(0x35) : 0x40008 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: MSR_PLATFORM_INFO..........(0xCE) : 0x81010F0012200 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: MSR_PMG_CST_CONFIG_CONTROL.(0xE2) : 0x1E000401 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: MSR_PMG_IO_CAPTURE_BASE....(0xE4) : 0x414 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: IA32_MPERF.................(0xE7) : 0x12FB324C28 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: IA32_APERF.................(0xE8) : 0x11C921F448 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: MSR_FLEX_RATIO.............(0x194) : 0x80000 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: MSR_IA32_PERF_STATUS.......(0x198) : 0x1F6200002200 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: MSR_IA32_PERF_CONTROL......(0x199) : 0x2700 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: IA32_CLOCK_MODULATION......(0x19A) : 0x0 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: IA32_THERM_STATUS..........(0x19C) : 0x88370000 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: IA32_MISC_ENABLES..........(0x1A0) : 0x4000850089 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: MSR_MISC_PWR_MGMT..........(0x1AA) : 0x400000 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: MSR_TURBO_RATIO_LIMIT......(0x1AD) : 0x25262727 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: IA32_ENERGY_PERF_BIAS......(0x1B0) : 0x0 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: MSR_POWER_CTL..............(0x1FC) : 0x14005F Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: MSR_RAPL_POWER_UNIT........(0x606) : 0xA1003 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: MSR_PKG_POWER_LIMIT........(0x610) : 0xA58000009F40 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: MSR_PKG_ENERGY_STATUS......(0x611) : 0x163F8C9 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: MSR_PKGC3_IRTL.............(0x60a) : 0x883B Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: MSR_PKGC6_IRTL.............(0x60b) : 0x8850 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: MSR_PKGC7_IRTL.............(0x60c) : 0x8857 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: MSR_PP0_CURRENT_CONFIG.....(0x601) : 0x1814149400000960 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: MSR_PP0_POWER_LIMIT........(0x638) : 0xA580 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: MSR_PP0_ENERGY_STATUS......(0x639) : 0xDE3466 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: MSR_PP0_POLICY.............(0x63a) : 0x0 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: MSR_CONFIG_TDP_NOMINAL.....(0x648) : 0x22 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: MSR_CONFIG_TDP_LEVEL1......(0x649) : 0x1E0000000000000 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: MSR_CONFIG_TDP_LEVEL2......(0x64a) : 0x1E0000000000000 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: MSR_CONFIG_TDP_CONTROL.....(0x64b) : 0x80000000 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: MSR_TURBO_ACTIVATION_RATIO.(0x64c) : 0x0 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: MSR_PKG_C2_RESIDENCY.......(0x60d) : 0x0 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: MSR_PKG_C3_RESIDENCY.......(0x3f8) : 0x0 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: MSR_PKG_C6_RESIDENCY.......(0x3f9) : 0x0 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: MSR_PKG_C7_RESIDENCY.......(0x3fa) : 0x0 Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: CPU Low Frequency Mode.............: 1600 MHz Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: CPU Maximum non-Turbo Frequency....: 3400 MHz Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: CPU Maximum Frequency..............: 3400 MHz Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 33 34 ] Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: CPU C6-Cores [ 3 4 6 ] Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: CPU C6-Cores [ 2 3 4 6 ] Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: CPU P-States [ 16 32 33 34 ] Jun 11 09:25:33 localhost kernel[0]: AICPUPMI: CPU C6-Cores [ 2 3 4 5 6 ] Jun 11 09:25:34 localhost kernel[0]: AICPUPMI: CPU P-States [ 16 32 33 34 ] Jun 11 09:25:34 localhost kernel[0]: AICPUPMI: CPU C6-Cores [ 2 3 4 5 6 7 ] Jun 11 09:25:34 localhost kernel[0]: AICPUPMI: CPU P-States [ 16 27 32 33 34 ] Jun 11 09:25:35 localhost kernel[0]: AICPUPMI: CPU P-States [ 16 27 32 33 34 ] Jun 11 09:25:35 localhost kernel[0]: AICPUPMI: CPU P-States [ 16 27 32 33 34 ] Jun 11 09:25:36 localhost kernel[0]: AICPUPMI: CPU P-States [ 16 27 30 32 33 34 ] Jun 11 09:25:36 localhost kernel[0]: AICPUPMI: CPU C3-Cores [ 3 5 ] Jun 11 09:25:36 localhost kernel[0]: AICPUPMI: CPU C3-Cores [ 2 3 4 5 ] Jun 11 09:25:37 localhost kernel[0]: AICPUPMI: CPU C3-Cores [ 0 2 3 4 5 ] Jun 11 09:25:37 localhost kernel[0]: AICPUPMI: CPU C6-Cores [ 0 1 2 3 4 5 6 7 ] Jun 11 09:25:37 localhost kernel[0]: AICPUPMI: CPU P-States [ 16 19 27 30 32 33 34 ] Jun 11 09:25:38 localhost kernel[0]: AICPUPMI: CPU C3-Cores [ 0 1 2 3 4 5 ] Jun 11 09:25:39 localhost kernel[0]: AICPUPMI: CPU C3-Cores [ 0 1 2 3 4 5 6 7 ]

savemosca commented 10 years ago

And this is with -xcpm flag:

Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: v3.3 Copyright © 2012-2014 Pike R. Alpha. All rights reserved Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: logMSRs............................: 1 Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: logIGPU............................: 0 Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: logCStates.........................: 1 Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: logIPGStyle........................: 1 Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: MWAIT C-States.....................: 4384 Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: MSR_CORE_THREAD_COUNT......(0x35) : 0x40008 Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: MSR_PLATFORM_INFO..........(0xCE) : 0x81010F0012200 Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: MSR_PMG_CST_CONFIG_CONTROL.(0xE2) : 0x1E000401 Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: MSR_PMG_IO_CAPTURE_BASE....(0xE4) : 0x414 Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: IA32_MPERF.................(0xE7) : 0xB207F57DE Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: IA32_APERF.................(0xE8) : 0x9F41C5641 Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: MSR_FLEX_RATIO.............(0x194) : 0x80000 Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: MSR_IA32_PERF_STATUS.......(0x198) : 0x22E800002700 Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: MSR_IA32_PERF_CONTROL......(0x199) : 0x2700 Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: IA32_CLOCK_MODULATION......(0x19A) : 0x0 Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: IA32_THERM_STATUS..........(0x19C) : 0x88350000 Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: IA32_MISC_ENABLES..........(0x1A0) : 0x850089 Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: MSR_MISC_PWR_MGMT..........(0x1AA) : 0x400001 Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: MSR_TURBO_RATIO_LIMIT......(0x1AD) : 0x25262727 Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: IA32_ENERGY_PERF_BIAS......(0x1B0) : 0xF Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: MSR_POWER_CTL..............(0x1FC) : 0x4005F Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: MSR_RAPL_POWER_UNIT........(0x606) : 0xA1003 Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: MSR_PKG_POWER_LIMIT........(0x610) : 0xA58000009F40 Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: MSR_PKG_ENERGY_STATUS......(0x611) : 0xC7C810 Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: MSR_PKGC3_IRTL.............(0x60a) : 0x883B Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: MSR_PKGC6_IRTL.............(0x60b) : 0x8850 Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: MSR_PKGC7_IRTL.............(0x60c) : 0x8857 Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: MSR_PP0_CURRENT_CONFIG.....(0x601) : 0x1814149400000960 Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: MSR_PP0_POWER_LIMIT........(0x638) : 0xA580 Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: MSR_PP0_ENERGY_STATUS......(0x639) : 0x80EABF Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: MSR_PP0_POLICY.............(0x63a) : 0x0 Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: MSR_CONFIG_TDP_NOMINAL.....(0x648) : 0x22 Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: MSR_CONFIG_TDP_LEVEL1......(0x649) : 0x1E0000000000000 Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: MSR_CONFIG_TDP_LEVEL2......(0x64a) : 0x1E0000000000000 Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: MSR_CONFIG_TDP_CONTROL.....(0x64b) : 0x80000000 Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: MSR_TURBO_ACTIVATION_RATIO.(0x64c) : 0x0 Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: MSR_PKG_C2_RESIDENCY.......(0x60d) : 0x0 Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: MSR_PKG_C3_RESIDENCY.......(0x3f8) : 0x0 Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: MSR_PKG_C6_RESIDENCY.......(0x3f9) : 0x0 Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: MSR_PKG_C7_RESIDENCY.......(0x3fa) : 0x0 Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: CPU Low Frequency Mode.............: 1600 MHz Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: CPU Maximum non-Turbo Frequency....: 3400 MHz Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: CPU Maximum Turbo Frequency........: 3900 MHz Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: CPU P-States [ (25) 30 39 ] Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: CPU C3-Cores [ 2 3 7 ] Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: CPU C6-Cores [ 0 1 2 3 5 7 ] Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: CPU C7-Cores [ 0 1 2 3 5 6 7 ] Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: CPU P-States [ 25 30 34 (36) 39 ] Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: CPU C3-Cores [ 1 2 3 5 7 ] Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: CPU P-States [ 25 30 34 36 (37) 39 ] Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: CPU C3-Cores [ 1 2 3 4 5 7 ] Jun 11 09:32:03 localhost kernel[0]: AICPUPMI: CPU C6-Cores [ 0 1 2 3 5 6 7 ] Jun 11 09:32:04 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 25 30 34 36 37 39 ] Jun 11 09:32:04 localhost kernel[0]: AICPUPMI: CPU C3-Cores [ 1 2 3 4 5 6 7 ] Jun 11 09:32:04 localhost kernel[0]: AICPUPMI: CPU C6-Cores [ 0 1 2 3 4 5 6 7 ] Jun 11 09:32:04 localhost kernel[0]: AICPUPMI: CPU C7-Cores [ 0 1 2 3 4 5 6 7 ] Jun 11 09:32:04 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 25 30 34 35 36 37 39 ] Jun 11 09:32:04 localhost kernel[0]: AICPUPMI: CPU C3-Cores [ 0 1 2 3 4 5 6 7 ] Jun 11 09:32:06 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 25 27 30 34 35 36 37 39 ] Jun 11 09:32:09 localhost kernel[0]: AICPUPMI: CPU P-States [ 16 25 27 (29) 30 34 35 36 37 39 ] Jun 11 09:32:10 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 21 25 27 29 30 34 35 36 37 39 ] Jun 11 09:32:10 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 21 25 26 27 29 30 34 35 36 37 39 ] Jun 11 09:32:12 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 21 25 26 27 28 29 30 34 35 36 37 39 ] Jun 11 09:32:13 localhost kernel[0]: AICPUPMI: CPU P-States [ 16 21 25 26 27 28 29 30 32 34 35 36 (37) 39 ] Jun 11 09:32:14 localhost kernel[0]: AICPUPMI: CPU P-States [ 16 21 25 26 27 28 29 30 32 34 35 36 37 (38) 39 ] Jun 11 09:32:16 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 21 22 25 26 27 28 29 30 32 34 35 36 37 38 39 ] Jun 11 09:32:18 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 21 22 24 25 26 27 28 29 30 32 34 35 36 37 38 39 ] Jun 11 09:32:18 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 21 22 24 25 26 27 28 29 30 32 33 34 35 36 37 38 39 ] Jun 11 09:32:21 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 21 22 23 24 25 26 27 28 29 30 32 33 34 35 36 37 38 39 ] Jun 11 09:32:23 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 19 21 22 23 24 25 26 27 28 29 30 32 33 34 35 36 37 38 39 ] Jun 11 09:32:24 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 19 20 21 22 23 24 25 26 27 28 29 30 32 33 34 35 36 37 38 39 ] Jun 11 09:32:25 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 17 19 20 21 22 23 24 25 26 27 28 29 30 32 33 34 35 36 37 38 39 ] Jun 11 09:32:26 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 17 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 ] Jun 11 09:32:29 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 ]

savemosca commented 10 years ago

Finally this is with -w 3 -x 0 -xcpm flag:

Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: v3.3 Copyright © 2012-2014 Pike R. Alpha. All rights reserved Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: logMSRs............................: 1 Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: logIGPU............................: 0 Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: logCStates.........................: 1 Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: logIPGStyle........................: 1 Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: MWAIT C-States.....................: 4384 Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: MSR_CORE_THREAD_COUNT......(0x35) : 0x40008 Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: MSR_PLATFORM_INFO..........(0xCE) : 0x81010F0012200 Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: MSR_PMG_CST_CONFIG_CONTROL.(0xE2) : 0x1E000007 Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: MSR_PMG_IO_CAPTURE_BASE....(0xE4) : 0x414 Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: IA32_MPERF.................(0xE7) : 0x221A3FDC64 Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: IA32_APERF.................(0xE8) : 0x20ED42FADC Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: MSR_FLEX_RATIO.............(0x194) : 0x80000 Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: MSR_IA32_PERF_STATUS.......(0x198) : 0x22E800002700 Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: MSR_IA32_PERF_CONTROL......(0x199) : 0x2700 Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: IA32_CLOCK_MODULATION......(0x19A) : 0x0 Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: IA32_THERM_STATUS..........(0x19C) : 0x88330000 Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: IA32_MISC_ENABLES..........(0x1A0) : 0x850089 Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: MSR_MISC_PWR_MGMT..........(0x1AA) : 0x400001 Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: MSR_TURBO_RATIO_LIMIT......(0x1AD) : 0x25262727 Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: IA32_ENERGY_PERF_BIAS......(0x1B0) : 0xF Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: MSR_POWER_CTL..............(0x1FC) : 0x4005F Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: MSR_RAPL_POWER_UNIT........(0x606) : 0xA1003 Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: MSR_PKG_POWER_LIMIT........(0x610) : 0xA58000009F40 Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: MSR_PKG_ENERGY_STATUS......(0x611) : 0x2C58B0A Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: MSR_PKGC3_IRTL.............(0x60a) : 0x883B Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: MSR_PKGC6_IRTL.............(0x60b) : 0x8850 Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: MSR_PKGC7_IRTL.............(0x60c) : 0x8857 Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: MSR_PP0_CURRENT_CONFIG.....(0x601) : 0x1814149400000960 Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: MSR_PP0_POWER_LIMIT........(0x638) : 0xA580 Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: MSR_PP0_ENERGY_STATUS......(0x639) : 0x1C6B68D Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: MSR_PP0_POLICY.............(0x63a) : 0x0 Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: MSR_CONFIG_TDP_NOMINAL.....(0x648) : 0x22 Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: MSR_CONFIG_TDP_LEVEL1......(0x649) : 0x1E0000000000000 Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: MSR_CONFIG_TDP_LEVEL2......(0x64a) : 0x1E0000000000000 Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: MSR_CONFIG_TDP_CONTROL.....(0x64b) : 0x80000000 Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: MSR_TURBO_ACTIVATION_RATIO.(0x64c) : 0x0 Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: MSR_PKG_C2_RESIDENCY.......(0x60d) : 0x0 Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: MSR_PKG_C3_RESIDENCY.......(0x3f8) : 0x0 Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: MSR_PKG_C6_RESIDENCY.......(0x3f9) : 0x0 Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: MSR_PKG_C7_RESIDENCY.......(0x3fa) : 0x0 Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: CPU Low Frequency Mode.............: 1600 MHz Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: CPU Maximum non-Turbo Frequency....: 3400 MHz Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: CPU Maximum Turbo Frequency........: 3900 MHz Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 33 39 ] Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: CPU C3-Cores [ 0 1 ] Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: CPU C6-Cores [ 0 1 3 5 7 ] Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: CPU C7-Cores [ 0 2 4 5 6 7 ] Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: CPU P-States [ 16 (29) 33 34 39 ] Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: CPU C3-Cores [ 0 1 3 5 ] Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: CPU C7-Cores [ 0 1 2 3 4 5 6 7 ] Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: CPU C3-Cores [ 0 1 2 3 5 6 7 ] Jun 11 09:44:39 localhost kernel[0]: AICPUPMI: CPU C6-Cores [ 0 1 2 3 4 5 6 7 ] Jun 11 09:44:40 localhost kernel[0]: AICPUPMI: CPU P-States [ 16 29 33 34 (37) 39 ] Jun 11 09:44:40 localhost kernel[0]: AICPUPMI: CPU P-States [ 16 29 33 34 36 37 (38) 39 ] Jun 11 09:44:41 localhost kernel[0]: AICPUPMI: CPU C3-Cores [ 0 1 2 3 4 5 6 7 ] Jun 11 09:44:42 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 26 29 33 34 36 37 38 39 ] Jun 11 09:44:46 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 26 28 29 33 34 36 37 38 39 ] Jun 11 09:44:47 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 23 26 28 29 33 34 36 37 38 39 ] Jun 11 09:44:48 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 20 23 26 28 29 33 34 36 37 38 39 ] Jun 11 09:44:49 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 20 23 26 27 28 29 33 34 36 37 38 39 ] Jun 11 09:44:52 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 20 23 25 26 27 28 29 33 34 36 37 38 39 ] Jun 11 09:44:53 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 20 23 25 26 27 28 29 32 33 34 36 37 38 39 ] Jun 11 09:44:53 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 17 20 23 25 26 27 28 29 32 33 34 36 37 38 39 ] Jun 11 09:44:55 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 17 20 23 24 25 26 27 28 29 32 33 34 36 37 38 39 ] Jun 11 09:44:57 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 17 20 22 23 24 25 26 27 28 29 32 33 34 36 37 38 39 ] Jun 11 09:44:59 localhost kernel[0]: AICPUPMI: CPU P-States [ 16 17 20 22 23 24 (25) 26 27 28 29 32 33 34 35 36 37 38 39 ] Jun 11 09:45:00 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 17 20 22 23 24 25 26 27 28 29 30 32 33 34 35 36 37 38 39 ] Jun 11 09:45:03 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 17 18 20 22 23 24 25 26 27 28 29 30 32 33 34 35 36 37 38 39 ] Jun 11 09:45:04 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 17 18 19 20 22 23 24 25 26 27 28 29 30 32 33 34 35 36 37 38 39 ] Jun 11 09:45:41 localhost kernel[0]: AICPUPMI: CPU P-States [ (16) 17 18 19 20 21 22 23 24 25 26 27 28 29 30 32 33 34 35 36 37 38 39 ] Jun 11 09:45:42 localhost kernel[0]: AICPUPMI: CPU P-States [ 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 (37) 38 39 ]

techblowfish commented 10 years ago

If you are using Clover, patched kernel is not always required. In fact, the untouched kernel may provide a more stable system.

savemosca commented 10 years ago

Thanks for advice but without it system sometimes reboot with kp...also with asusaicpupm that is the same like kernel patch system crash...

savemosca commented 10 years ago

AICPMINFO.kext shows me all steps but system uses all the same: 16 25 29 34 36 37 38 39...is it possible to enable all states from 16 to 39? without xcpm flag system stucks at x8 because it loads AICPM.kext; Your system automatically use xcpm without flag, only with right SSDT?

techblowfish commented 10 years ago

Are you using Clover? Once you load AICPMINFO.kext, you kext to run a benchmarking tool, go on various websites, run a few programs etc. This will give AICPMINFO.kext time to post all the reached P-states to the kernel. So open the Console.app and keep an eye on it. After about 10 minutes, if you haven't reached all the P-states then try a different configuration, SSDT, ivybridge workaround etc.

It is possible to get all the p-states between 16-39. I have an overclocked 3770K to 4.8GHz and I get all p-states between 16-48 inclusive.

Regards

Piker-Alpha commented 10 years ago

I don't understand this: AICPMINFO.kext shows me all steps but system uses all the same: 16 25 29 34 36 37 38 39

Where are the latter p-states (16-39) coming from?

Also. Keep this in mind. The AppleIntelCPUPowerManagementInfo.kext is not pulling some tricks and dumping random p-states. It actually shows you the frequencies, converted to p-state values, that were detected (read: calculated).

If other software won't show all p-sates. Well That is too bad for you, but not my cup of tea.

p.s. Of course. You need the -xcpm boot flag.

savemosca commented 10 years ago

Because the states in parentheses in AppleIntelCPUPowerManagementInfo.kext's log are always the same (16 25 29 34 36 37 38 39); then i think that the pc uses always the same but if you say that my log is correct i trust you.

Piker-Alpha commented 10 years ago

I don't understand what you are trying to say, because looking at one of your earlier posts here I see this (one line copied):

AICPUPMI: CPU P-States [ 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 (37) 38 39 ]

Far more than the few you mentioned in one of your later replies (16 25 29 34 36 37 38 39) and both are good.

savemosca commented 10 years ago

Why in line that you mentioned 37 is in parenthesis? I think that 37 is the state used at that exact moment...but in all the lines numbers in parenthesis are always the same and are the same that are mentioned in msrdumper...

savemosca commented 10 years ago

In all my tests with AICPMI.kext i never saw state like 23 in parenthesis, always 16 25 29 34 36 37 38 and 39...

Piker-Alpha commented 9 years ago

The reason you only see: 16 25 29 34 36 37 38 and 39 in () is that the for mentioned P-States are triggered by the power management software (think Apple/Intel) and not the firmware in the processor because that is too fast for a kext to detect and report.