Re: using gcc -w

2015-03-14 Thread Patrick Welche
On Fri, Mar 13, 2015 at 09:27:47AM +, Patrick Welche wrote: > Part of the point of build.sh is to build the compiler of the same > vintage as the rest of the code. I am getting stuck trying to build > ancient versions of NetBSD because the -current gcc compiler emits > so many warnings which ar

Re: net.inet.tcp.tso=0

2015-03-14 Thread Manuel Bouyer
On Fri, Mar 13, 2015 at 11:25:50PM -0400, el kalin wrote: > it didn't work. this is what happened: > > # sysctl net.inet.tcp.tso=0 > sysctl: fourth level name 'tso' in 'net.inet.tcp.tso' is invalid yes, this sysctl doesn't exist on netbsd. > > is there any firewall / packet filter that would wo

Re: net.inet.tcp.tso=0

2015-03-14 Thread Manuel Bouyer
On Fri, Mar 13, 2015 at 07:43:06PM -0400, el kalin wrote: > actually what's with this: > > modload: Function not implemented > > stuff on the instance? is this because the kernel can not load any modules > at all?! yes. modules built for bare-metal kernels won't work on xen kernels. -- Manuel

Re: net.inet.tcp.tso=0

2015-03-14 Thread el kalin
it didn't work. this is what happened: # sysctl net.inet.tcp.tso=0 sysctl: fourth level name 'tso' in 'net.inet.tcp.tso' is invalid is there any firewall / packet filter that would work on the netbsd 6 ec2 image? anyone? On Fri, Mar 13, 2015 at 7:43 PM, el kalin wrote: > actually what's wit

net.inet.tcp.tso=0

2015-03-14 Thread el kalin
hi all… i am running a netbsd 6 on ec2 aws. i also have a few freebsds there too. and i'm used to the pf filtering so i want to keep using it. but apparently the pf.o doesn't play awesomely with kernels build for xen platforms. i tried it on the freebsd and suddenly everything kinda almost died, p

Re: net.inet.tcp.tso=0

2015-03-14 Thread el kalin
actually what's with this: modload: Function not implemented stuff on the instance? is this because the kernel can not load any modules at all?! On Fri, Mar 13, 2015 at 5:14 PM, el kalin wrote: > > hi all… > > i am running a netbsd 6 on ec2 aws. i also have a few freebsds there too. > and i