List Info

Thread: 2.4.8rc1 on FC7: error: too many arguments to function 'register_sysctl_table'




2.4.8rc1 on FC7: error: too many arguments to function 'register_sysctl_table'
user name
2007-05-13 11:13:24
Hi,

I'm fixing the opensawn packages at ATrpms (mainly upgrading
to
2.4.8rc1 to fix the sk_buff/nfmark issue on FC > 5,
RHEL4/5 are still
good - FC5/FC6 packages will be available later today).

Fedora 7 and/or 2.6.21 cause the following error:

ln -s -f
/builddir/openswan-2.4.8rc1/linux/net/ipsec/sysctl_net_ipsec
.c /builddir/openswan-2.4.8rc1/modobj26/sysctl_net_ipsec.c
  CC [M] 
/builddir/openswan-2.4.8rc1/modobj26/sysctl_net_ipsec.o
/builddir/openswan-2.4.8rc1/modobj26/sysctl_net_ipsec.c:77:
warning: initialization from incompatible pointer type
/builddir/openswan-2.4.8rc1/modobj26/sysctl_net_ipsec.c:79:
warning: initialization from incompatible pointer type
/builddir/openswan-2.4.8rc1/modobj26/sysctl_net_ipsec.c:81:
warning: initialization from incompatible pointer type
/builddir/openswan-2.4.8rc1/modobj26/sysctl_net_ipsec.c:83:
warning: initialization from incompatible pointer type
/builddir/openswan-2.4.8rc1/modobj26/sysctl_net_ipsec.c:85:
warning: initialization from incompatible pointer type
/builddir/openswan-2.4.8rc1/modobj26/sysctl_net_ipsec.c:87:
warning: initialization from incompatible pointer type
/builddir/openswan-2.4.8rc1/modobj26/sysctl_net_ipsec.c:89:
warning: initialization from incompatible pointer type
/builddir/openswan-2.4.8rc1/modobj26/sysctl_net_ipsec.c:91:
warning: initialization from incompatible pointer type
/builddir/openswan-2.4.8rc1/modobj26/sysctl_net_ipsec.c:93:
warning: initialization from incompatible pointer type
/builddir/openswan-2.4.8rc1/modobj26/sysctl_net_ipsec.c:95:
warning: initialization from incompatible pointer type
/builddir/openswan-2.4.8rc1/modobj26/sysctl_net_ipsec.c:97:
warning: initialization from incompatible pointer type
/builddir/openswan-2.4.8rc1/modobj26/sysctl_net_ipsec.c:100:
warning: initialization from incompatible pointer type
/builddir/openswan-2.4.8rc1/modobj26/sysctl_net_ipsec.c:111:
warning: initialization from incompatible pointer type
/builddir/openswan-2.4.8rc1/modobj26/sysctl_net_ipsec.c:113:
warning: initialization from incompatible pointer type
/builddir/openswan-2.4.8rc1/modobj26/sysctl_net_ipsec.c:115:
warning: initialization from incompatible pointer type
/builddir/openswan-2.4.8rc1/modobj26/sysctl_net_ipsec.c: In
function 'ipsec_sysctl_register':
/builddir/openswan-2.4.8rc1/modobj26/sysctl_net_ipsec.c:133:
error: too many arguments to function
'register_sysctl_table'
make[3]: ***
[/builddir/openswan-2.4.8rc1/modobj26/sysctl_net_ipsec.o]
Error 1

Any idea how to fix that and have packages for Fedora 7?

-- 
Axel.Thimm at ATrpms.net

_______________________________________________
Dev mailing list
Devopenswan.org
http:/
/lists.openswan.org/mailman/listinfo/dev

Re: 2.4.8rc1 on FC7: error: too many arguments to function 'register_sysctl_table'
country flaguser name
Netherlands
2007-05-13 12:47:12
On Sun, 13 May 2007, Axel Thimm wrote:

> I'm fixing the opensawn packages at ATrpms (mainly
upgrading to
> 2.4.8rc1 to fix the sk_buff/nfmark issue on FC > 5,
RHEL4/5 are still
> good - FC5/FC6 packages will be available later
today).
>
> Fedora 7 and/or 2.6.21 cause the following error:

> Any idea how to fix that and have packages for Fedora
7? 

The problem is the huge changeset in the skb for the
2.6.21/22 kernels.
We are likely going to make a cut, because it is becoming
impossible
to support all kernels from 2.4 to 2.6.22 with ifdef's due
to the massive
skb surgery. So 2.4.x's latest supported kernel will
probably be 2.6.18.x,
and openswan 2.5.x will required a late 2.6.x kernel.

Though having said that, openswan 2.5.x needs to be fixed to
support
2.6.2x.

So in short, yes we are aware of the problem, it's not
trivial :(

Paul
-- 
Building and integrating Virtual Private Networks with
Openswan:
http://www.amazon.com/gp/product/1904811
256/104-3099591-2946327?n=283155
_______________________________________________
Dev mailing list
Devopenswan.org
http:/
/lists.openswan.org/mailman/listinfo/dev

Re: 2.4.8rc1 on FC7: error: too many arguments to function 'register_sysctl_table'
user name
2007-05-13 13:00:58
On Sun, May 13, 2007 at 01:47:12PM -0400, Paul Wouters
wrote:
> On Sun, 13 May 2007, Axel Thimm wrote:
> 
> > I'm fixing the opensawn packages at ATrpms (mainly
upgrading to
> > 2.4.8rc1 to fix the sk_buff/nfmark issue on FC
> 5, RHEL4/5 are still
> > good - FC5/FC6 packages will be available later
today).
> >
> > Fedora 7 and/or 2.6.21 cause the following error:
> 
> > Any idea how to fix that and have packages for
Fedora 7? 
> 
> The problem is the huge changeset in the skb for the
2.6.21/22 kernels.
> We are likely going to make a cut, because it is
becoming impossible
> to support all kernels from 2.4 to 2.6.22 with ifdef's
due to the massive
> skb surgery. So 2.4.x's latest supported kernel will
probably be 2.6.18.x,
> and openswan 2.5.x will required a late 2.6.x kernel.
> 
> Though having said that, openswan 2.5.x needs to be
fixed to support
> 2.6.2x.
> 
> So in short, yes we are aware of the problem, it's not
trivial :(

OK, thanks for the info. BTW 2.4.x seems to build fine on
2.6.20, but
you recommend only using it up to 2.6.18.x, is that
correct?
-- 
Axel.Thimm at ATrpms.net

_______________________________________________
Dev mailing list
Devopenswan.org
http:/
/lists.openswan.org/mailman/listinfo/dev

Re: 2.4.8rc1 on FC7: error: too many arguments to function 'register_sysctl_table'
country flaguser name
Netherlands
2007-05-13 14:23:40
On Sun, 13 May 2007, Axel Thimm wrote:

> OK, thanks for the info. BTW 2.4.x seems to build fine
on 2.6.20, but
> you recommend only using it up to 2.6.18.x, is that
correct?

Did you actually try and send packets? Especailly NAT-T
packets? I
had crashes when I did that, I think something changed with
the crypto
code inside the kernel.

We also have a patch for using the nat-t patch kernel
without klips -
before we broke the netkey nat-t capability. This will go
into 2.4.8,
which I will release monday, now that we know how to move
forward
with supporting newer kernels.

Paul
-- 
Building and integrating Virtual Private Networks with
Openswan:
http://www.amazon.com/gp/product/1904811
256/104-3099591-2946327?n=283155
_______________________________________________
Dev mailing list
Devopenswan.org
http:/
/lists.openswan.org/mailman/listinfo/dev

Re: 2.4.8rc1 on FC7: error: too many arguments to function 'register_sysctl_table'
country flaguser name
Canada
2007-05-13 14:47:46
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


>>>>> "Axel" == Axel Thimm
<Axel.ThimmATrpms.net> writes:
    Axel> Hi,

    Axel> I'm fixing the opensawn packages at ATrpms
(mainly upgrading to
    Axel> 2.4.8rc1 to fix the sk_buff/nfmark issue on FC
> 5, RHEL4/5 are still
    Axel> good - FC5/FC6 packages will be available later
today).

    Axel> Fedora 7 and/or 2.6.21 cause the following
error:

    Axel> Any idea how to fix that and have packages for
Fedora 7? 
 
  KLIPS will need patches....

- -- 
]            Bear: "Me, I'm just the shape of a
bear."          |  firewalls  [
]   Michael Richardson,    Xelerance Corporation, Ottawa, ON
   |net architect[
] mcrxelerance.com      http://www.san
delman.ottawa.on.ca/mcr/ |device driver[
] panic("Just another Debian GNU/Linux using, kernel
hacking, security guy"); [


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Finger me for keys

iQEVAwUBRkdrX4CLcPvd0N1lAQILqgf/dwYdzZTYamRn0xyXGpv+lNzG5yeX
aMKw
KG/virjpMYYBNH7A3Fz8FI4W4c0TIItrXeLWQkj4gMVwuPaGYWvLBi5XivxB
Usk3
SzlfJlAtqiwh3QYQnm9aU1iZ8uVM55kOu/iR3kwZlfPKk/yfbLRYw63qwAcw
RSPC
vvP6hDuxporAzFe8HrXvOeBhCQy+jU1ipo9Q/F8KchF7ay0VoKgmxSThmpYx
kgEv
7C4IsA/pCh5COWLRjx0J5H1GCBbdlHOrAJPjdvg4dfxtPyS3rq2gwLjwxJ6D
1m1I
00NwI/MoyJeGqaVmuEUvNShW3D2ylKRbd14MuaUZYVziZQWCGX5iqQ==
=ESql
-----END PGP SIGNATURE-----
_______________________________________________
Dev mailing list
Devopenswan.org
http:/
/lists.openswan.org/mailman/listinfo/dev

Re: 2.4.8rc1 on FC7: error: too many arguments to function 'register_sysctl_table'
user name
2007-05-13 14:48:42
On Sun, May 13, 2007 at 03:23:40PM -0400, Paul Wouters
wrote:
> On Sun, 13 May 2007, Axel Thimm wrote:
> 
> > OK, thanks for the info. BTW 2.4.x seems to build
fine on 2.6.20, but
> > you recommend only using it up to 2.6.18.x, is
that correct?
> 
> Did you actually try and send packets? Especailly NAT-T
packets? I
> had crashes when I did that, I think something changed
with the crypto
> code inside the kernel.

Not yet, the builds are just a couple of hours fresh. I'll
mark the
packages on kernels >= 2.6.19 as "bleeding" in
ATrpms' speech. Still
if users want they can give them a try and report whether
they also
see crashes on FC6/FC5.
-- 
Axel.Thimm at ATrpms.net

_______________________________________________
Dev mailing list
Devopenswan.org
http:/
/lists.openswan.org/mailman/listinfo/dev

Re: 2.4.8rc1 on FC7: error: too many arguments to function 'register_sysctl_table'
country flaguser name
Netherlands
2007-05-13 15:23:55
On Sun, 13 May 2007, Axel Thimm wrote:

> > Did you actually try and send packets? Especailly
NAT-T packets? I
> > had crashes when I did that, I think something
changed with the crypto
> > code inside the kernel.
>
> Not yet, the builds are just a couple of hours fresh.
I'll mark the
> packages on kernels >= 2.6.19 as
"bleeding" in ATrpms' speech. Still
> if users want they can give them a try and report
whether they also
> see crashes on FC6/FC5.

I'd love to hear success and non-sucess reports on those,

Paul
-- 
Building and integrating Virtual Private Networks with
Openswan:
http://www.amazon.com/gp/product/1904811
256/104-3099591-2946327?n=283155
_______________________________________________
Dev mailing list
Devopenswan.org
http:/
/lists.openswan.org/mailman/listinfo/dev

Re: 2.4.8rc1 on FC7: error: too many arguments to function 'register_sysctl_table'
user name
2007-05-16 00:02:09
On Sun, May 13, 2007 at 04:23:55PM -0400, Paul Wouters
wrote:
> On Sun, 13 May 2007, Axel Thimm wrote:
> 
> > > Did you actually try and send packets?
Especailly NAT-T packets? I
> > > had crashes when I did that, I think
something changed with the crypto
> > > code inside the kernel.
> >
> > Not yet, the builds are just a couple of hours
fresh. I'll mark the
> > packages on kernels >= 2.6.19 as
"bleeding" in ATrpms' speech. Still
> > if users want they can give them a try and report
whether they also
> > see crashes on FC6/FC5.
> 
> I'd love to hear success and non-sucess reports on
those,

For now I've uploaded the builds on

http://atrpms.net/na
me/openswan/

marking the 2.6.20 builds (FC5/6) as bleeding.
-- 
Axel.Thimm at ATrpms.net

_______________________________________________
Dev mailing list
Devopenswan.org
http:/
/lists.openswan.org/mailman/listinfo/dev

[1-8]

about | contact  Other archives ( Real Estate discussion Medical topics )