Re: dummynet causes crash?

1999-01-26 Thread Luigi Rizzo
fault virtual address = 0xdeadc116 interestingly enough, the above address is 0xdeadbeef + 551 (decimal). It looks like somehow a wrong route entry was passed to ether_output(). ... {/home/green}$ calc 0xdeadc116 - 0xdeadc0de 56 possibly? IIRC 0xdeadc0de is used to fill

Re: dummynet causes crash?

1999-01-25 Thread Brian Feldman
On Sun, 24 Jan 1999, Luigi Rizzo wrote: which version of ip_dummynet are you using. There were lately a few changes to fix a problem related to route entries being freed in the wrong way. .(02:36:11)(r...@bright.reserved) ipfw add pipe 1 ip from server to cvsup.freebsd.org (long pause

Re: dummynet causes crash?

1999-01-24 Thread Luigi Rizzo
which version of ip_dummynet are you using. There were lately a few changes to fix a problem related to route entries being freed in the wrong way. .(02:36:11)(r...@bright.reserved) ipfw add pipe 1 ip from server to cvsup.freebsd.org (long pause i assume DNS) 0 pipe 1 ip from

Re: dummynet causes crash?

1999-01-24 Thread Alfred Perlstein
On Sun, 24 Jan 1999, Luigi Rizzo wrote: which version of ip_dummynet are you using. There were lately a few changes to fix a problem related to route entries being freed in the wrong way. * $Id: ip_dummynet.c,v 1.7 1999/01/12 16:43:52 eivind Exp $ this is what you want right?

dummynet causes crash?

1999-01-23 Thread Alfred Perlstein
.(02:36:11)(r...@bright.reserved) ipfw add pipe 1 ip from server to cvsup.freebsd.org (long pause i assume DNS) 0 pipe 1 ip from 192.168.2.20 to 198.104.92.71 .(02:36:26)(r...@bright.reserved) ~perlsta # ipfw pipe 1 config bw 18Kbit/s delay 20ms .(02:36:45)(r...@bright.reserved) ~perlsta #