Page 1 of 1

failing to load modules after upgrade from 3.16.5 -> 3.17.1

PostPosted: Tue Oct 21, 2014 10:30 am
by joe
I used to run linux kernel 3.16.5 (grsec 201410132000) without any problems in a Xen PV guest.

Since grsec moved on to 3.17.x I upgraded to
grsecurity-3.0-3.17.1-201410192051.patch
but I'm having problems with it.

The guest boots up fine but I'm failing to load almost all kernel modules that are usually loaded.
I've not seen any unusual grsec syslog entries.
Trying to load an arbitrary module using modprobe does not result in any warning but the module doesn't load and dmesg output stays untouched (same with the '-v' switch).

Did anything regarding module loading change in 3.17.1-grsec
that requires a specific kernel config change on my side?

How could I collect more info for further debugging?

thanks!
joe

Re: failing to load modules after upgrade from 3.16.5 -> 3.1

PostPosted: Sat Oct 25, 2014 9:45 pm
by PaX Team
can you strace modprobe to see how far it gets?

Re: failing to load modules after upgrade from 3.16.5 -> 3.1

PostPosted: Sun Nov 23, 2014 6:26 am
by joe
The problem solved itself after I upgraded to 3.17.2.
(sorry for not coming back sooner)