Re: Kernel without INET6 error on pipex.c

2011-11-25 Thread Julien Crapovich
Thank you ! > Date: Fri, 25 Nov 2011 04:08:38 +0100 > From: ktulu+o...@wxcvbn.org > To: misc@openbsd.org > Subject: Re: Kernel without INET6 error on pipex.c > > If you haven't subscribed to tech@ yet: > > http://marc.info/?l=openbsd-tech&m=132218680527474&w=2

Re: Kernel without INET6 error on pipex.c

2011-11-25 Thread Julien Crapovich
Yes, I tried it and it worked. > Date: Fri, 25 Nov 2011 01:09:02 +0200 > Subject: Re: Kernel without INET6 error on pipex.c > From: coonar...@gmail.com > To: misc@openbsd.org > > On Fri, Nov 25, 2011 at 12:46 AM, Stuart Henderson wrote: > > On 2011-11-24, Paul Irofti wr

Re: Kernel without INET6 error on pipex.c

2011-11-24 Thread Jeremie Courreges-Anglas
If you haven't subscribed to tech@ yet: http://marc.info/?l=openbsd-tech&m=132218680527474&w=2

Re: Kernel without INET6 error on pipex.c

2011-11-24 Thread sven falempin
Sometimes people ask you do to things, like a bsd kernel without ipv6 code, and those guys pay you for doing this (ROFL) it happened to me, i only have a couple of arrangements(mostly userland) to do, back in the day (4.8 or something like that). 2011/11/24 STeve Andre' > On 11/24/11 17:46, Stu

Re: Kernel without INET6 error on pipex.c

2011-11-24 Thread STeve Andre'
On 11/24/11 17:46, Stuart Henderson wrote: On 2011-11-24, Paul Irofti wrote: On Thu, Nov 24, 2011 at 10:09:31AM +, Julien Crapovich wrote: Hello. Absolutely, but compiling without INET6 is not supposed to generate error. I've just disabled INET6 on GENERIC file, not other hack. This is in

Re: Kernel without INET6 error on pipex.c

2011-11-24 Thread Vitali
On Fri, Nov 25, 2011 at 12:46 AM, Stuart Henderson wrote: > On 2011-11-24, Paul Irofti wrote: >> On Thu, Nov 24, 2011 at 10:09:31AM +, Julien Crapovich wrote: >>> Hello. >>> Absolutely, but compiling without INET6 is not supposed to generate error. >>> I've just disabled INET6 on GENERIC file

Re: Kernel without INET6 error on pipex.c

2011-11-24 Thread Stuart Henderson
On 2011-11-24, Paul Irofti wrote: > On Thu, Nov 24, 2011 at 10:09:31AM +, Julien Crapovich wrote: >> Hello. >> Absolutely, but compiling without INET6 is not supposed to generate error. >> I've just disabled INET6 on GENERIC file, not other hack. > > This is indeed a bug. Other people should s

Re: Kernel without INET6 error on pipex.c

2011-11-24 Thread Kevin Chadwick
On Thu, 24 Nov 2011 12:42:15 -0200 "Christiano F. Haesbaert" wrote: > Is there any point in keeping INET6 as removable option ? > Can't we just get rid of all the #ifdef INET6 goo ? Wy is it there, untill it was stable? All I know is it saved me from having to upgrade a firewall and from having

Re: Kernel without INET6 error on pipex.c

2011-11-24 Thread Owain Ainsworth
On Thu, Nov 24, 2011 at 10:09:31AM +, Julien Crapovich wrote: > Hello. > Absolutely, but compiling without INET6 is not supposed to generate error. > I've just disabled INET6 on GENERIC file, not other hack. http://cvs.openbsd.org/faq/faq5.html#ProbIPv6 That should answer your question. The f

Re: Kernel without INET6 error on pipex.c

2011-11-24 Thread Christiano F. Haesbaert
On 24 November 2011 10:59, Bret S. Lambert wrote: > On Thu, Nov 24, 2011 at 12:20:29PM +, Kevin Chadwick wrote: >> On Thu, 24 Nov 2011 22:12:10 +1100 >> "Rod Whitworth" wrote: >> >> > You are the only one who knows exactly what you did. Maybe. >> > Why should we waste time guessing? >> > >> >

Re: Kernel without INET6 error on pipex.c

2011-11-24 Thread Bret S. Lambert
On Thu, Nov 24, 2011 at 12:20:29PM +, Kevin Chadwick wrote: > On Thu, 24 Nov 2011 22:12:10 +1100 > "Rod Whitworth" wrote: > > > You are the only one who knows exactly what you did. Maybe. > > Why should we waste time guessing? > > > > It's a pretty damn stupid thing to do anyway when it is

Re: Kernel without INET6 error on pipex.c

2011-11-24 Thread Kevin Chadwick
On Thu, 24 Nov 2011 22:12:10 +1100 "Rod Whitworth" wrote: > You are the only one who knows exactly what you did. Maybe. > Why should we waste time guessing? > > It's a pretty damn stupid thing to do anyway when it is so easy to > block v6 traffic using GENERIC and, BTW, your kernel is NOT GENER

Re: Kernel without INET6 error on pipex.c

2011-11-24 Thread Andres Perera
On Thu, Nov 24, 2011 at 6:42 AM, Rod Whitworth wrote: > On Thu, 24 Nov 2011 10:09:31 +, Julien Crapovich wrote: > >>Hello. >>Absolutely, but compiling without INET6 is not supposed to generate error. >>I've just disabled INET6 on GENERIC file, not other hack. >> > You are the only one who know

Re: Kernel without INET6 error on pipex.c

2011-11-24 Thread Paul Irofti
On Thu, Nov 24, 2011 at 10:09:31AM +, Julien Crapovich wrote: > Hello. > Absolutely, but compiling without INET6 is not supposed to generate error. > I've just disabled INET6 on GENERIC file, not other hack. This is indeed a bug. Other people should stop bashing.

Re: Kernel without INET6 error on pipex.c

2011-11-24 Thread Rod Whitworth
On Thu, 24 Nov 2011 10:09:31 +, Julien Crapovich wrote: >Hello. >Absolutely, but compiling without INET6 is not supposed to generate error. >I've just disabled INET6 on GENERIC file, not other hack. > You are the only one who knows exactly what you did. Maybe. Why should we waste time guessi

Re: Kernel without INET6 error on pipex.c

2011-11-24 Thread Julien Crapovich
Hello. Absolutely, but compiling without INET6 is not supposed to generate error. I've just disabled INET6 on GENERIC file, not other hack. > To: misc@openbsd.org > From: s...@spacehopper.org > Subject: Re: Kernel without INET6 error on pipex.c > Date: Wed, 23 Nov 2011 21:19:4

Re: Kernel without INET6 error on pipex.c

2011-11-23 Thread Stuart Henderson
diffs might be accepted, but basically: you broke it, you fix it. On 2011-11-23, Julien Crapovich wrote: > Hi, > > I'm under OpenBSD 5.0, and I would like to compile a kernel without INET6. > > # cd /usr/src > # wget ftp://ftp.openbsd.org/pub/OpenBSD/5.0/sys.tar.gz > # tar zxvf sys.tar.gz > > I e

Re: Kernel without INET6 error on pipex.c

2011-11-23 Thread Gregory Edigarov
On Wed, 23 Nov 2011 15:49:42 + Julien Crapovich wrote: > Hi, > > I'm under OpenBSD 5.0, and I would like to compile a kernel without > INET6. > > # cd /usr/src > # wget ftp://ftp.openbsd.org/pub/OpenBSD/5.0/sys.tar.gz > # tar zxvf sys.tar.gz > > I edited /usr/src/sys/conf/GENERIC, and disa

Re: Kernel without INET6 error on pipex.c

2011-11-23 Thread Jan Stary
On Nov 23 15:49:42, Julien Crapovich wrote: > I'm under OpenBSD 5.0, and I would like to compile a kernel without INET6. Howls of derisive laughter, Bruce!

Kernel without INET6 error on pipex.c

2011-11-23 Thread Julien Crapovich
Hi, I'm under OpenBSD 5.0, and I would like to compile a kernel without INET6. # cd /usr/src # wget ftp://ftp.openbsd.org/pub/OpenBSD/5.0/sys.tar.gz # tar zxvf sys.tar.gz I edited /usr/src/sys/conf/GENERIC, and disabled INET6 (line 59, #INET6) # cd /usr/src/sys/arch/`arch -s`/conf # config GEN