Re: kern/122551: [bge] Broadcom 5715S no carrier on HP BL460c blade using 6.3-RELEASE

2008-05-28 Thread Greg Himes
The following reply was made to PR kern/122551; it has been noted by GNATS. From: Greg Himes <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], Greg Himes <[EMAIL PROTECTED]> Cc: Subject: Re: kern/122551: [bge] Broadcom 5715S no carrier on HP BL460c blade using 6.3-RELEASE Date: Wed, 28 May 2008 15:42:

Re: IPv6/IPv4 DNS resolver source

2008-05-28 Thread Kevin Oberman
> Date: Wed, 28 May 2008 10:21:00 -0700 > From: Doug Barton <[EMAIL PROTECTED]> > Sender: [EMAIL PROTECTED] > > Steve Bertrand wrote: > >>> Is there anyone here who can advise me where in the source tree I > >>> would find the DNS resolver code that performs /A record lookups, > >>> and more

nfs buildworld blocked by rpc.lockd ?

2008-05-28 Thread Arno J. Klaassen
Hello, my buildworld on a 7-stable-amd64 blocks on the following line : TERM=dumb TERMCAP=dumb: ex - /files/bsd/src7/share/termcap/termcap.src < /files/bsd/src7/share/termcap/reorder ex(1) stays in lockd state, and is unkillable, either by Ctl-C or kill -9 /files/bsd is nfs-mounted as follows

Re: Testing lagg

2008-05-28 Thread Andrew Thompson
On Wed, May 28, 2008 at 05:28:34PM +0200, Andrea Venturoli wrote: > Hello. > > I've got a new box which features two gigabit ports and I though I'd try > lagg with LACP. > > On the box I put the following in /etc/rc.conf: > > ifconfig_em0="up" > ifconfig_em1="up" > ifconfig_lagg0="laggproto lac

Re: nfs buildworld blocked by rpc.lockd ?

2008-05-28 Thread Doug Rabson
On 28 May 2008, at 20:57, Arno J. Klaassen wrote: Hello, my buildworld on a 7-stable-amd64 blocks on the following line : TERM=dumb TERMCAP=dumb: ex - /files/bsd/src7/share/termcap/ termcap.src < /files/bsd/src7/share/termcap/reorder ex(1) stays in lockd state, and is unkillable, either b

Re: IPv6/IPv4 DNS resolver source

2008-05-28 Thread Doug Barton
Steve Bertrand wrote: Is there anyone here who can advise me where in the source tree I would find the DNS resolver code that performs /A record lookups, and more specifically, the fallback to A lookup if fails? Assuming you're considering getaddrinfo(), see res_queryN() in lib/libc/n

Re: Testing lagg

2008-05-28 Thread Gary Palmer
On Wed, May 28, 2008 at 05:28:34PM +0200, Andrea Venturoli wrote: > Hello. > > I've got a new box which features two gigabit ports and I though I'd try > lagg with LACP. > > On the box I put the following in /etc/rc.conf: > > ifconfig_em0="up" > ifconfig_em1="up" > ifconfig_lagg0="laggproto lac

Testing lagg

2008-05-28 Thread Andrea Venturoli
Hello. I've got a new box which features two gigabit ports and I though I'd try lagg with LACP. On the box I put the following in /etc/rc.conf: ifconfig_em0="up" ifconfig_em1="up" ifconfig_lagg0="laggproto lacp laggport em0 laggport em1 192.168.100.101 netmask 255.255.255.0" Then I aggreg

Re: Dual stack with multiple addresses in rc.conf

2008-05-28 Thread Steve Bertrand
David DeSimone wrote: Steve Bertrand <[EMAIL PROTECTED]> wrote: ifconfig_fxp0="inet6 2607:f118::b6 prefixlen 64" ifconfig_fxp0_alias0="inet6 2607:f118::b7 prefixlen 64" ifconfig_fxp0="inet 208.70.104.210 255.255.255.248" ifconfig_fxp0_alias1="inet 208.70.104.211 netmask 255.255.255.255" Your c

Re: IPv6/IPv4 DNS resolver source

2008-05-28 Thread Steve Bertrand
Is there anyone here who can advise me where in the source tree I would find the DNS resolver code that performs /A record lookups, and more specifically, the fallback to A lookup if fails? Assuming you're considering getaddrinfo(), see res_queryN() in lib/libc/net/getaddrinfo.c. BTW:

Re: Adjust Maximum Segment Size?

2008-05-28 Thread Andre Oppermann
Stefan Lambrev wrote: Ermal Luçi wrote: On Tue, May 27, 2008 at 8:04 PM, Stefan Lambrev <[EMAIL PROTECTED]> wrote: Greetings, Alexander Motin wrote: Stefan Lambrev wrote: Yes, You can with ng_tcpmss Isn't it doable only with ipfw/divert when using ng_tcpmss? I have an

Re: Adjust Maximum Segment Size?

2008-05-28 Thread Stefan Lambrev
Ermal Luçi wrote: On Tue, May 27, 2008 at 8:04 PM, Stefan Lambrev <[EMAIL PROTECTED]> wrote: Greetings, Alexander Motin wrote: Stefan Lambrev wrote: Yes, You can with ng_tcpmss Isn't it doable only with ipfw/divert when using ng_tcpmss? I have and some concerns abou