On Thu, Sep 10, 2009 at 10:38 AM, Tobias Powalowski <t.powa@xxxxxx> wrote: > Hi guys, > kernel 2.6.31 first test run ... Looking decent here. Noticed a few things: * new dmesg messages, not sure if they are of concern or not: ACPI: CPU0 (power states: C1[C1] C2[C2]) processor LNXCPU:00: registered as cooling_device0 ACPI: Processor [CPU0] (supports 8 throttling states) ACPI: SSDT 00000000cfee8a00 00152 (v01 PmRef Cpu1Ist 00003000 INTL 20040311) ACPI Error (psparse-0537): Method parse/execution failed [\_PR_.CPU1._PDC] (Node ffff88022f81e120), AE_ALREADY_EXISTS ACPI: Marking method _PDC as Serialized because of AE_ALREADY_EXISTS error ACPI: CPU1 (power states: C1[C1] C2[C2]) processor LNXCPU:01: registered as cooling_device1 ACPI: Processor [CPU1] (supports 8 throttling states) ACPI: SSDT 00000000cfee8b60 00152 (v01 PmRef Cpu2Ist 00003000 INTL 20040311) ACPI Error (psparse-0537): Method parse/execution failed [\_PR_.CPU2._PDC] (Node ffff88022f81e1a0), AE_ALREADY_EXISTS ACPI: Marking method _PDC as Serialized because of AE_ALREADY_EXISTS error ACPI: CPU2 (power states: C1[C1] C2[C2]) processor LNXCPU:02: registered as cooling_device2 ACPI: Processor [CPU2] (supports 8 throttling states) ACPI: SSDT 00000000cfee8cc0 00152 (v01 PmRef Cpu3Ist 00003000 INTL 20040311) ACPI Error (psparse-0537): Method parse/execution failed [\_PR_.CPU3._PDC] (Node ffff88022f81e220), AE_ALREADY_EXISTS ACPI: Marking method _PDC as Serialized because of AE_ALREADY_EXISTS error ACPI: CPU3 (power states: C1[C1] C2[C2]) processor LNXCPU:03: registered as cooling_device3 ACPI: Processor [CPU3] (supports 8 throttling states) * When /etc/rc.d/microcode/ ran in my daemons, it spit out a "/etc/rc.d/microcode: /dev/cpu/microcode not a character device" message. Interestingly enough it still looks like it ran the microcode update as there were messages in dmesg. However, if I run it now it is just fine (and that device does exist). Race condition somewhere? -Dan