yaph-0.91 Segmentation fault

2005-12-11 Thread Alex Frolov
Hello,i have the following problem,compiled yaph-0.91 from ports (FreeBSD 5.4 with a required libgnugetopt-1.2),the program works for a while till it I receive Segmentation fault core dumped message.I would be grateful for any advice. ___ freebsd-net@f

Re: high interrupts by network interfaces

2005-12-11 Thread Petri Helenius
Brian Candler wrote: On Sun, Dec 11, 2005 at 03:26:50AM -0800, kamal kc wrote: i modified the bridge.c file and added a routine to compress/decompress ip packet. i put my code in bdg_forward(). And ran the pc in bridge mode. The modified kernel is deployed in network where the datarate is

Re: high interrupts by network interfaces

2005-12-11 Thread Brian Candler
On Sun, Dec 11, 2005 at 03:26:50AM -0800, kamal kc wrote: > i modified the bridge.c file and added a routine to > compress/decompress > ip packet. i put my code in bdg_forward(). And ran the > pc in bridge mode. > > The modified kernel is deployed in network where the > datarate is > about 4 to

Re: FBSD 6.0 ipfw weirdness with ssh x-forwarding

2005-12-11 Thread Brian Candler
On Sat, Dec 10, 2005 at 10:43:16AM -0500, Eric W. Bates wrote: > Dec 9 23:15:33 gertrude kernel: ipfw: 510 Deny TCP > [::0001]:6010 [::0001]:61310 out via lo0 Note that ::0001 is the IPv6 "localhost" address (equivalent to IPv4 127.0.0.1) > I was hoping someone smarter than I could point me to

Re: high interrupts by network interfaces

2005-12-11 Thread kamal kc
> dear everybody, > > i modified the bridge.c file and added a routine to > compress/decompress sorry everbody the top output was garbled. a clearer view is below: top output: - last pid: 58610; load averages: 0.06, 0.17, 0.13 up 16+02:58:40 16:23:31 83 processes: 4 runni

high interrupts by network interfaces

2005-12-11 Thread kamal kc
dear everybody, i modified the bridge.c file and added a routine to compress/decompress ip packet. i put my code in bdg_forward(). And ran the pc in bridge mode. The modified kernel is deployed in network where the datarate is about 4 to 6 Mbps. One thing to be noted is that the pc receives co