Hi All,
I see this error repeatedly. Running Debian latest stable branch w/
custom 2.6.13.1 kernel. I've got the racoon package installed and I'm
running IPSec between two such gateways. On both ends, when I start Racoon
for my IPSec link I always get the following error:
###################################################
firewall:~# /etc/init.d/racoon restart
Stopping IKE (ISAKMP/Oakley) server: racoon.
Flushing SAD and SPD...
SAD and SPD flushed.
Unloading IPSEC/crypto modules...
IPSEC/crypto modules unloaded.
Loading IPSEC/crypto modules...
insmod: error inserting
'/lib/modules/2.6.13.1-firewall/kernel/crypto/crc32c.ko': -1 Unknown symbol
in module
IPSEC/crypto modules loaded.
Starting IKE (ISAKMP/Oakley) server: racoon.
Flushing SAD and SPD...
SAD and SPD flushed.
Loading SAD and SPD...
SAD and SPD loaded.
Configuring racoon...done.
###################################################
It doesn't seem to be fatal, but I figured I'd report it since it seems to
be continuous. Syslog gives only the following:
Sep 20 00:58:53 localhost kernel: crc32c: Unknown symbol crc32c_le
I hope this problem isn't considered too trivial to report...sorry if I'm
wasting your time with it.
-
Matt
On Tue, Sep 20, 2005 at 01:07:42AM -0400, Matt LaPlante wrote:
> Hi All,
> I see this error repeatedly. Running Debian latest stable branch w/
> custom 2.6.13.1 kernel. I've got the racoon package installed and I'm
> running IPSec between two such gateways. On both ends, when I start Racoon
> for my IPSec link I always get the following error:
>
> ###################################################
> firewall:~# /etc/init.d/racoon restart
> Stopping IKE (ISAKMP/Oakley) server: racoon.
> Flushing SAD and SPD...
> SAD and SPD flushed.
> Unloading IPSEC/crypto modules...
> IPSEC/crypto modules unloaded.
> Loading IPSEC/crypto modules...
>
> insmod: error inserting
> '/lib/modules/2.6.13.1-firewall/kernel/crypto/crc32c.ko': -1 Unknown symbol
> in module
>
>
> IPSEC/crypto modules loaded.
> Starting IKE (ISAKMP/Oakley) server: racoon.
> Flushing SAD and SPD...
> SAD and SPD flushed.
> Loading SAD and SPD...
> SAD and SPD loaded.
> Configuring racoon...done.
> ###################################################
>
> It doesn't seem to be fatal, but I figured I'd report it since it seems to
> be continuous. Syslog gives only the following:
>
> Sep 20 00:58:53 localhost kernel: crc32c: Unknown symbol crc32c_le
Hmmm.
> I hope this problem isn't considered too trivial to report...sorry if I'm
> wasting your time with it.
Could you please post a copy of your .config and /etc/init.d/racoon.
Thanks.
Arthur
> -----Original Message-----
> From: Arthur Othieno [mailto:[email protected]]
> Sent: Tuesday, September 20, 2005 8:04 PM
> To: Matt LaPlante
> Cc: 'Linux Kernel Mailing List'
> Subject: Re: Unknown symbol in crc32c in 2.6.13.1
>
> On Tue, Sep 20, 2005 at 01:07:42AM -0400, Matt LaPlante wrote:
> > Hi All,
> > I see this error repeatedly. Running Debian latest stable branch w/
> > custom 2.6.13.1 kernel. I've got the racoon package installed and I'm
> > running IPSec between two such gateways. On both ends, when I start
> Racoon
> > for my IPSec link I always get the following error:
> >
> > ###################################################
> > firewall:~# /etc/init.d/racoon restart
> > Stopping IKE (ISAKMP/Oakley) server: racoon.
> > Flushing SAD and SPD...
> > SAD and SPD flushed.
> > Unloading IPSEC/crypto modules...
> > IPSEC/crypto modules unloaded.
> > Loading IPSEC/crypto modules...
> >
> > insmod: error inserting
> > '/lib/modules/2.6.13.1-firewall/kernel/crypto/crc32c.ko': -1 Unknown
> symbol
> > in module
> >
> >
> > IPSEC/crypto modules loaded.
> > Starting IKE (ISAKMP/Oakley) server: racoon.
> > Flushing SAD and SPD...
> > SAD and SPD flushed.
> > Loading SAD and SPD...
> > SAD and SPD loaded.
> > Configuring racoon...done.
> > ###################################################
> >
> > It doesn't seem to be fatal, but I figured I'd report it since it seems
> to
> > be continuous. Syslog gives only the following:
> >
> > Sep 20 00:58:53 localhost kernel: crc32c: Unknown symbol crc32c_le
>
> Hmmm.
>
> > I hope this problem isn't considered too trivial to report...sorry if
> I'm
> > wasting your time with it.
>
> Could you please post a copy of your .config and /etc/init.d/racoon.
> Thanks.
>
> Arthur
Attaching the requested files.
-
Matt