Re: kern/126469: [fxp] [panic] fxp(4) related kernel panic

2008-08-11 Thread remko
Synopsis: [fxp] [panic] fxp(4) related kernel panic Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: remko Responsible-Changed-When: Tue Aug 12 06:49:16 UTC 2008 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=126469 _

Re: Rx/tx hardware checksumming statistics?

2008-08-11 Thread Pyun YongHyeon
On Tue, Aug 12, 2008 at 08:32:52AM +1000, Andrew Snow wrote: > > Are there any NIC hardware counters that FreeBSD could be taking > advantage of or displaying? > It depends on device driver. Some drivers access hardware counters maintained by MAC and can display these counters with sysctl(8

Re: Rx/tx hardware checksumming statistics?

2008-08-11 Thread Pyun YongHyeon
On Mon, Aug 11, 2008 at 12:22:33PM +, Christian Weisgerber wrote: > Pyun YongHyeon <[EMAIL PROTECTED]> wrote: > > > I don't think it indicates whether checksum offloading actually > > works as OpenBSD blindly set a flag, which was derived from > > hardware, to indicate hardware performed

Re: NetGear PCMCIA card (GA518)

2008-08-11 Thread Pyun YongHyeon
On Mon, Aug 11, 2008 at 08:50:43PM +0100, Paul G Webster wrote: > Good day all, > > Im trying to get the PCMCIA 100/1000 nic in topic working, someone has > managed it before: > > http://unix.derkeiler.com/Mailing-Lists/FreeBSD/current/2004-11/0857.html > > But that patch wont apply cle

Re: Rx/tx hardware checksumming statistics?

2008-08-11 Thread Andrew Snow
Are there any NIC hardware counters that FreeBSD could be taking advantage of or displaying? ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Named Listen IP

2008-08-11 Thread Doug Barton
Onur Aslan wrote: Hi. I am using named for a ns server. Named listening all ips for my machine. But when i reboot machine, my ppp network connecting after started named. Do you mean that the ppp startup script starts running before the named startup script starts running, but doesn't finish

RE: NetGear PCMCIA card (GA518)

2008-08-11 Thread Paul G Webster
Good day all, Im trying to get the PCMCIA 100/1000 nic in topic working, someone has managed it before: http://unix.derkeiler.com/Mailing-Lists/FreeBSD/current/2004-11/0857.html But that patch wont apply cleanly, dmesg reports on card entry (with no patch): re0: port 0xf000-0xf0ff mem 0xfc00

Re: Named Listen IP

2008-08-11 Thread Paul Schmehl
--On Tuesday, August 12, 2008 01:08:46 +1000 Ian Smith <[EMAIL PROTECTED]> wrote: On Mon, 11 Aug 2008, Onur Aslan wrote: > I am using named for a ns server. Named listening all ips for my > machine. But when i reboot machine, my ppp network connecting after > started named. named doesn't lis

Re: Named Listen IP

2008-08-11 Thread Ian Smith
On Mon, 11 Aug 2008, Onur Aslan wrote: > I am using named for a ns server. Named listening all ips for my > machine. But when i reboot machine, my ppp network connecting after > started named. named doesn't listening my ppp network's ip. Do you > have a solution? Assuming you have a fixed IP a

Re: Rx/tx hardware checksumming statistics?

2008-08-11 Thread Christian Weisgerber
Pyun YongHyeon <[EMAIL PROTECTED]> wrote: > I don't think it indicates whether checksum offloading actually > works as OpenBSD blindly set a flag, which was derived from > hardware, to indicate hardware performed the checksum computation. Yes. It counts the instances where the network stack assu

Re: Named Listen IP

2008-08-11 Thread Eugene Grosbein
On Mon, Aug 11, 2008 at 12:35:08PM +0300, Onur Aslan wrote: > I am using named for a ns server. Named listening all ips for my > machine. But when i reboot machine, my ppp network connecting after > started named. named doesn't listening my ppp network's ip. Do you > have a solution? By default,

Re: FreeBSD 7.0: sockets stuck in CLOSED state...

2008-08-11 Thread Ronan Kerambrun
Hi all, I have the same problem, but using Varnish. I dont think it is an application bug because Poul-Henning Kamp (the developer of the application) is also a freebsd kernel developper.. # uname -a FreeBSD cache2 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #0: Thu Jun 19 20:37:34 CEST 2008 [E

Named Listen IP

2008-08-11 Thread Onur Aslan
Hi. I am using named for a ns server. Named listening all ips for my machine. But when i reboot machine, my ppp network connecting after started named. named doesn't listening my ppp network's ip. Do you have a solution? Thanks. ___ freebsd-net@freebsd.