Modules not auto-loading

Discuss usability issues, general maintenance, and general support issues for a grsecurity-enabled system.

Modules not auto-loading

Postby tjh » Sun Feb 24, 2013 3:12 am

I have a new 3.7.9-grsec kernel with modules enabled.

When I tried to mount a USB Drive with a fat filesystem last night, using "mount /dev/sdd1 /mnt/drive" I got an error saying that VFAT wasn't compiled into the kernel. I tried again, same error. Knowing I'd compiled it as a module, I manually inserted it using modprobe. This worked and I was then able to mount my drive.

I noticed the following in syslog however:

Code: Select all
Feb 23 19:42:32 micro modprobe: FATAL: Error inserting vfat (/lib/modules/3.7.9-grsec/kernel/fs/fat/vfat.ko): Invalid argument
Feb 23 19:42:32 micro kernel: vfat: `' invalid for parameter `grsec_modharden_fs'
Feb 23 19:43:07 micro modprobe: FATAL: Error inserting vfat (/lib/modules/3.7.9-grsec/kernel/fs/fat/vfat.ko): Invalid argument
Feb 23 19:43:07 micro kernel: vfat: `' invalid for parameter `grsec_modharden_fs'


Considering I was trying to mount the filesystem as a root user, I thought this would have worked.

Sorry for the poor bug report - not sure what else I can offer. I got no errors in dmesg.
tjh
 
Posts: 102
Joined: Sat Oct 16, 2004 8:19 pm

Re: Modules not auto-loading

Postby spender » Sun Feb 24, 2013 2:36 pm

Hi,

This was fixed in the 3.8.0 test patch.

-Brad
spender
 
Posts: 2185
Joined: Wed Feb 20, 2002 8:00 pm

Re: Modules not auto-loading

Postby tjh » Sun Feb 24, 2013 3:52 pm

Thanks Brad.
tjh
 
Posts: 102
Joined: Sat Oct 16, 2004 8:19 pm


Return to grsecurity support

cron