Page 1 of 1

grsecurity modprobe errors?

PostPosted: Wed May 28, 2003 3:18 pm
by frankcc
14:39 <frankcc> odules/2.4.20-grsec/modules.dep (No such file or directory)
14:39 <frankcc> May 28 14:26:47 paranoid modprobe: modprobe: Can't open dependencies file /lib/modules/2.4.20-grsec/modules.dep (No such file or directory)
14:39 <frankcc> May 28 14:26:47 paranoid modprobe: modprobe: Can't open dependencies file /lib/modules/2.4.20-grsec/modules.dep (No such file or directory)

How do i fix this problem?
another problem is when im trying to
gradm -D
and i type the password, it says that that is the wrong password, but it is the right one beacouse i can set a pass woth gradm -P

PostPosted: Fri May 30, 2003 9:15 pm
by spender
For the modules problem, make sure you did a make modules_install in your linux source tree. If you did that already, try a depmod -a.

As for the gradm problem, no idea. I'm certain the code is correct. Try removing the /etc/grsec/pw file and running gradm -P again.


-Brad