unresolved symbol ip_randomid unresolved symbol grsec_enable

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

unresolved symbol ip_randomid unresolved symbol grsec_enable

Postby tboernert » Sat May 25, 2002 1:06 pm

i've the following problem. Have you any idea's ?

with kernel-2.4.16 and a older grsec version i've no problems.

Security-Level is HIGH.

Without the grsec-patch it's working ...

Thanks

- Thomas

/sbin/modprobe ipt_REJECT
/lib/modules/2.4.18-grsec.1.9.4/kernel/net/ipv4/netfilter/ipt_REJECT.o:
unresolved symbol ip_randomid
/lib/modules/2.4.18-grsec.1.9.4/kernel/net/ipv4/netfilter/ipt_REJECT.o:
unresolved symbol grsec_enable_randid
/lib/modules/2.4.18-grsec.1.9.4/kernel/net/ipv4/netfilter/ipt_REJECT.o:
insmod
/lib/modules/2.4.18-grsec.1.9.4/kernel/net/ipv4/netfilter/ipt_REJECT.o
failed
/lib/modules/2.4.18-grsec.1.9.4/kernel/net/ipv4/netfilter/ipt_REJECT.o:
insmod ipt_REJECT failed
tboernert
 
Posts: 9
Joined: Sat May 25, 2002 1:01 pm

Postby spender » Sun May 26, 2002 10:30 am

ip_randomid is an exported symbol, so there shouldn't be any unresolved symbol problems. Out of the following options, which do you have enabled?

Random IP IDs
Random TCP source ports
Randomized PIDs
Randomized XIDs
Randomized TTL

I've seen this problem before, but only when the person didn't compile the modules correctly. You have to compile all the modules you need along with the kernel, then reboot, and the symbol messages will go away.

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

ip_randomid

Postby tboernert » Sun May 26, 2002 4:43 pm

i've only enabled "high" security as an option, i'm not using "custom".

after building my kernel i'm doing
make modules
make modules_install
then copy the System.map and bzImage to /boot and rerun lilo.
after the reboot i've the same error message.
without the grsec-patches it's working.

Thomas

[quote="spender"]ip_randomid is an exported symbol, so there shouldn't be any unresolved symbol problems. Out of the following options, which do you have enabled?

Random IP IDs
Random TCP source ports
Randomized PIDs
Randomized XIDs
Randomized TTL

I've seen this problem before, but only when the person didn't compile the modules correctly. You have to compile all the modules you need along with the kernel, then reboot, and the symbol messages will go away.

-Brad[/quote]
tboernert
 
Posts: 9
Joined: Sat May 25, 2002 1:01 pm


Return to grsecurity support