kernel: Request for unknown module key

Josh Boyer jwboyer at gmail.com
Mon Oct 15 13:39:38 UTC 2012


On Mon, Oct 15, 2012 at 9:18 AM,  <John.Florian at dart.biz> wrote:
>> Post the full dmesg output of the boot.  There should be a section in
>> there about loading the module signing key with a key listed.  If that
>> didn't succeed, it will produce that error message when a module is
>> loaded, but it will still load.
>
> Okay, the entire dmesg output follows, but given what you just said, I
> suspect this is the important bit:
>
> [    3.643056] MODSIGN: Problem loading in-kernel X.509 certificate (-129)

Actually, the important bit is the few lines above that:

> [    3.591826] Loading module verification certificates
> [    3.601372] Cert Valid From: 2012-10-08 16:52:26
> [    3.610300] Cert Valid To: 2112-09-14 16:52:26
> [    3.618967] Now: 2003-01-01 00:02:42
> [    3.626830] X.509: Cert c6fb6e1f2b79b50ab078f4d6b9fc9b2204a692a7 is not
> yet valid
> [    3.643056] MODSIGN: Problem loading in-kernel X.509 certificate (-129)
> [    3.654414] registered taskstats version 1
> [    3.664906]   Magic number: 3:0:0
> [    3.673116] rtc_cmos 00:04: setting system clock to 2003-01-01 00:02:44
> UTC (1041379364)

Your RTC thinks it's 2003.  Why it does, I have no idea but that is the
problem.  The cert embedded in the kernel is valid from the dates
listed and since your machine is telling the kernel we're back in the
past it won't load.

If you can get your machine to join us in this decade, the message
should go away.  If for some reason it really just wants to stay in
2003, the error message is just irritating.  Nothing is going to be
prevented from working.

josh


More information about the test mailing list