Re: carp and vlan interfaces recovery issue

2008-05-09 Thread Christopher Cowart
David DeSimone wrote: > Christopher Cowart <[EMAIL PROTECTED]> wrote: > > > > Notice that both carp interfaces are running in "BACKUP" mode on box1, > > even after some period of waiting. I would expect things to return to > > the initial state. > > net.inet.carp.preempt=1 ? They return to

Re: carp and vlan interfaces recovery issue

2008-05-09 Thread David DeSimone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christopher Cowart <[EMAIL PROTECTED]> wrote: > > Notice that both carp interfaces are running in "BACKUP" mode on box1, > even after some period of waiting. I would expect things to return to > the initial state. net.inet.carp.preempt=1 ? - -

carp and vlan interfaces recovery issue

2008-05-09 Thread Christopher Cowart
Hello, I have the following configuration: box1:/etc/rc.conf: | ifconfig_bge1="up" | ifconfig_vlan95="inet 10.9.128.2/20 vlan 95 vlandev bge1" | ifconfig_carp15="inet 10.9.128.1/32 vhid 15 pass secret advskew 100" | ifconfig_carp25="inet 10.9.128.1/32 vhid 25 pass secret" box2:/etc/rc.conf: | if

Re: Small patch..

2008-05-09 Thread John Baldwin
On Thursday 08 May 2008 06:30:50 pm Andre Oppermann wrote: > John Baldwin wrote: > > At work all the log(LOG_DEBUG, ...) statements in the TCP code in 7.x are > > spamming the heck out of our dmesg so I am #if 0'ing all of them out and > > while doing so ran into this case. Specifically, it does

Re: kern/123552: [ath] [panic] kernel panic during network activity on ath0

2008-05-09 Thread sam
Synopsis: [ath] [panic] kernel panic during network activity on ath0 State-Changed-From-To: open->feedback State-Changed-By: sam State-Changed-When: Fri May 9 17:10:24 UTC 2008 State-Changed-Why: need system and network configuration at a minimum Responsible-Changed-From-To: freebsd-net->sam Re

Re: Dummynet, gif, and ipsec

2008-05-09 Thread Ermal Luçi
On Fri, May 9, 2008 at 6:17 PM, Derek (freebsd-ipfw) <[EMAIL PROTECTED]> wrote: > Ermal Luçi wrote: >> >> Well this is a patch to shape IPSec tunnels with ALTQ and FreeBSD 6.3 >> as you are running. It is another alternative to dummynet though it >> have been tested with pf but should work with ipf

Re: porting "nozomi" driver (Option N.V. GlobeTrotter 3G+ UMTS datacard) to FreeBSD 7.0R

2008-05-09 Thread Ian Smith
On Fri, 9 May 2008, Matthias Apitz wrote: > El día Tuesday, May 06, 2008 a las 07:43:59PM +0200, Matthias Apitz escribió: > > > > > Hello, > > > > I'm on the way to port the above mentioned driver to FreeBSD 7.0-REL; > > the work is based on the Linux driver of this card and of some help

Re: kern/123552: [ath] [panic] kernel panic during network activity on ath0

2008-05-09 Thread linimon
Synopsis: [ath] [panic] kernel panic during network activity on ath0 Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Fri May 9 14:43:19 UTC 2008 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cg

fxp timeouts

2008-05-09 Thread Rui Paulo
Hi, On a RELENG_7 machine, after a few days of uptime, I started getting fxp DMA and SBC timeouts: May 8 19:59:33 sigma kernel: fxp0: DMA timeout May 8 19:59:33 sigma kernel: fxp0: SCB timeout: 0xff 0xff 0xff 0x And this goes on forever until I reboot: % zcat /var/log/messages.1.bz2 | e

Re: porting "nozomi" driver (Option N.V. GlobeTrotter 3G+ UMTS datacard) to FreeBSD 7.0R

2008-05-09 Thread Matthias Apitz
El día Tuesday, May 06, 2008 a las 07:43:59PM +0200, Matthias Apitz escribió: > > Hello, > > I'm on the way to port the above mentioned driver to FreeBSD 7.0-REL; > the work is based on the Linux driver of this card and of some help I've > got in frebsd-mobile, see thread: > > http://groups.goo

Re: Change from BSDL to GPL

2008-05-09 Thread Ivan Voras
kevin wrote: > Hi, all > I want to port 4.4BSD-Lite's TCP/IP source code to my own OS kernel. > My OS kernel is GPL licenced. > Is it possible for me to modify 4.4BSD-Lite's source code and change its > licence from 4.4BSD-Lite licence to GPL licence? You cannot *change* the license to anything i

Re: read() returns ETIMEDOUT on steady TCP connection

2008-05-09 Thread Andre Oppermann
Tim Gebbett wrote: Hi all, applied the patch, Well before a ETIMEDOUT error occurred (around 60secs), the tcp debug started venting massive quantities of tcp_output error 55 while sending with syncache noise: The error seems to be coming from the interface send queue which hits the limit. If