On Wed, Nov 14, 2012 at 01:11:05PM -0600, Bruno Wolff III wrote: > As far as I can tell the unknown module key isn't a problem, but I > get a number of warnings for it during boot. Is there really a > problem here? If there isn't, can these be suppressed? > > Here is an example warning: > Nov 12 00:03:43 bruno kernel: [ 40.835401] Request for unknown module key 'Fedora kernel signing key: 2f230f4662d4290a932538bd964f802eaa42f49a' err -11 Are you loading modules from one kernel build into a different kernel build? That is basically saying "the key this module is signed with isn't in the kernel's keyring". But that specific key looks like the one that should be built into the kernel during build, so it should be there. Or you're doing what I asked earlier, which would be odd. Post dmesg output please. josh _______________________________________________ kernel mailing list kernel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/kernel