New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

ipv6 messages in /var/log/messages

Got problems with Bubba? Then this forum is for you.
Locked
albert
Posts: 69
Joined: 09 Jul 2007, 14:35
Location: The Netherlands

ipv6 messages in /var/log/messages

Post by albert »

Seem to have spurious messages like these in /var/log/messages:

ipv6: Unknown symbol crypto_alloc_tfm
ipv6: Unknown symbol crypto_free_tfm

It doesn't seem to affect anything. But since I am not using ipv6 is there a quick way to get rid of these messages so I'll have a clean messages file?

Thanks,

Albert
albert
Posts: 69
Joined: 09 Jul 2007, 14:35
Location: The Netherlands

Post by albert »

This is the actual error I find:

Aug 6 06:30:55 beige modprobe: FATAL: Error inserting ipv6 (/lib/modules/2.6.16.16/kernel/net/ipv6/ipv6.ko): Unknown symbol in module, or unknown parameter (see dmesg)
Aug 6 06:30:55 beige kernel: ipv6: Unknown symbol crypto_alloc_tfm
Aug 6 06:30:55 beige kernel: ipv6: Unknown symbol crypto_free_tfm

Somehow, at 6h30 someting happened with which it wanted to load modules ipv6, which in turn has some non referenced symbols or something. At that time I am still asleep. So what can it be?
Clive
Posts: 164
Joined: 07 Mar 2007, 07:15

Post by Clive »

Yep, I am getting the same thing. Did anyone find out how to stop this ?
albert
Posts: 69
Joined: 09 Jul 2007, 14:35
Location: The Netherlands

Post by albert »

Found where the ipv6 message came from. It's produced by my crontab entry containing ntpdate.

I tried ntpdate with the -4 option (use only ipv4) but that didn't make a difference.

And it seems the ipv6 module is wrongly compiled with the following messages in the logs:

ipv6: Unknown symbol crypto_alloc_tfm
ipv6: Unknown symbol crypto_free_tfm
Locked