RE: "RX ring hdr initialization error"

2010-08-11 Thread Victor Ophof
From: pyu...@gmail.com Date: Tue, 10 Aug 2010 14:37:54 -0700 To: mr4hu...@hotmail.com CC: j...@freebsd.org; freebsd-net@freebsd.org Subject: Re: "RX ring hdr initialization error" On Tue, Aug 10, 2010 at 12:52:56PM +0200, Victor Ophof wrote: > > > > > Hi > > I've bought a asus M4a78-EM

Re: Does not work resolving IPv6 addresses via IPv4 DNS-server

2010-08-11 Thread Bernd Walter
On Sun, Aug 08, 2010 at 06:22:56PM -0700, Doug Barton wrote: > On Mon, 9 Aug 2010, Vladislav V. Prodan wrote: > > >09.08.2010 3:51, Doug Barton ??: > >>If you are trying to do something else, let us know and we'll try to > >>help you with it. :) > > > > > >First, remove the output "Invalid

RDNSS (RFC5006) support with rtadvd/rtsold

2010-08-11 Thread Bernd Walter
It seems our rtadvd is missing support for stateles DNS configuration. There is also a NetBSD PR about this (41510), so there is likely no code to get from them. How difficult would it be to add RFC5006 support to at least rtadvd? -- B.Walter http://www.bwct.de Modbus/TCP Ethernet I/O Baugruppen

Re: RDNSS (RFC5006) support with rtadvd/rtsold

2010-08-11 Thread Hagen Paul Pfeifer
On Wed, 11 Aug 2010 10:19:11 +0200, Bernd Walter wrote: > It seems our rtadvd is missing support for stateles DNS configuration. > There is also a NetBSD PR about this (41510), so there is likely > no code to get from them. > How difficult would it be to add RFC5006 support to at least rtadvd? No

Re: kern/142766: [ipw] [regression] ipw(4) with Intel PRO/wireless 2100 can't associate on FBSD 8

2010-08-11 Thread bschmidt
Synopsis: [ipw] [regression] ipw(4) with Intel PRO/wireless 2100 can't associate on FBSD 8 Responsible-Changed-From-To: freebsd-net->bschmidt Responsible-Changed-By: bschmidt Responsible-Changed-When: Wed Aug 11 09:49:22 UTC 2010 Responsible-Changed-Why: Over to me. http://www.freebsd.org/cgi/q

Re: kern/144755: [iwi] [panic] iwi panic when issuing /etc/rc.d/netif restart on 8-STABLE r205159

2010-08-11 Thread bschmidt
Synopsis: [iwi] [panic] iwi panic when issuing /etc/rc.d/netif restart on 8-STABLE r205159 Responsible-Changed-From-To: freebsd-net->bschmidt Responsible-Changed-By: bschmidt Responsible-Changed-When: Wed Aug 11 09:52:05 UTC 2010 Responsible-Changed-Why: Over to me. http://www.freebsd.org/cgi/q

Re: kern/149185: [rum] [panic] panic in rum(4) driver on 8.1-R

2010-08-11 Thread bschmidt
Synopsis: [rum] [panic] panic in rum(4) driver on 8.1-R Responsible-Changed-From-To: freebsd-net->bschmidt Responsible-Changed-By: bschmidt Responsible-Changed-When: Wed Aug 11 09:53:34 UTC 2010 Responsible-Changed-Why: Over to me. http://www.freebsd.org/cgi/query-pr.cgi?pr=149185 __

8.1R: ppp default route uses wrong Netif (with pppoe)

2010-08-11 Thread Luigi Rizzo
Hi, I found the following problem with ppp after upgrading to 8.1 I am using ppp -ddial -nat ... over pppoe. The entry in ppp.conf has these lines (plus others not relevant here): my-provider: set line PPPoE:nfe0 ... add default HISADDR Up to 7.2 this sufficed to est

re0 link UP/DOWN on 8.1-STABLE amd64

2010-08-11 Thread Zeus V Panchenko
Hi All, can enybody help with the subj, please? problem: onboard interface re0 link state UP/DOWN flapping i have: # uname -a FreeBSD 8.1-STABLE #0: Mon Aug 9 10:33:17 EEST 2010 amd64 # dmidecode ... Base Board Information Manufacturer: ASUSTeK Computer INC. Product Name: AT5NM10-I

Re: 8.1R: ppp default route uses wrong Netif (with pppoe)

2010-08-11 Thread Oliver Fromme
Luigi Rizzo wrote: > Hi, > I found the following problem with ppp after upgrading to 8.1 > > I am using ppp -ddial -nat ... over pppoe. The entry in ppp.conf has > these lines (plus others not relevant here): > > my-provider: > set line PPPoE:nfe0 > ... > a

Re: re0 link UP/DOWN on 8.1-STABLE amd64

2010-08-11 Thread Pyun YongHyeon
On Wed, Aug 11, 2010 at 03:50:14PM +0300, Zeus V Panchenko wrote: > Hi All, > > can enybody help with the subj, please? > > problem: onboard interface re0 link state UP/DOWN flapping > > > i have: > # uname -a > FreeBSD 8.1-STABLE #0: Mon Aug 9 10:33:17 EEST 2010 amd64 > > # dmidecode > ...

Re: "RX ring hdr initialization error"

2010-08-11 Thread Pyun YongHyeon
On Wed, Aug 11, 2010 at 10:19:11AM +0200, Victor Ophof wrote: > > > > From: pyu...@gmail.com > Date: Tue, 10 Aug 2010 14:37:54 -0700 > To: mr4hu...@hotmail.com > CC: j...@freebsd.org; freebsd-net@freebsd.org > Subject: Re: "RX ring hdr initialization error" > > On Tue, Aug 10, 2010 at 12:52:56

Re: "RX ring hdr initialization error"

2010-08-11 Thread Jack Vogel
Why would you set the ring size so large? On a home system you should be fine with 1024 or even 512. If you have a panic on boot reconfigure the kernel so em is not static, then load it as a module after boot and tune it that way, once you have it tweaked you can make it static again if you wish.

Re: "RX ring hdr initialization error"

2010-08-11 Thread Pyun YongHyeon
On Wed, Aug 11, 2010 at 10:05:20AM -0700, Jack Vogel wrote: > Why would you set the ring size so large? On a home system you should be > fine with 1024 or even 512. > > If you have a panic on boot reconfigure the kernel so em is not static, then > load > it as a module after boot and tune it that

Re: "RX ring hdr initialization error"

2010-08-11 Thread Jack Vogel
Oh, well that's not 4096, its 1024. Jack On Wed, Aug 11, 2010 at 10:11 AM, Pyun YongHyeon wrote: > On Wed, Aug 11, 2010 at 10:05:20AM -0700, Jack Vogel wrote: > > Why would you set the ring size so large? On a home system you should be > > fine with 1024 or even 512. > > > > If you have a pani

Re: re0 link UP/DOWN on 8.1-STABLE amd64

2010-08-11 Thread Zeus V Panchenko
Pyun YongHyeon (pyu...@gmail.com) [10.08.11 19:31] wrote: > On Wed, Aug 11, 2010 at 03:50:14PM +0300, Zeus V Panchenko wrote: > > Hi All, > > > > can enybody help with the subj, please? > > > > problem: onboard interface re0 link state UP/DOWN flapping > > > > > > i have: > > # uname -a > > Fr

RE: "RX ring hdr initialization error"

2010-08-11 Thread Victor Ophof
> -Oorspronkelijk bericht- > Van: owner-freebsd-...@freebsd.org [mailto:owner-freebsd-...@freebsd.org] > Namens Pyun YongHyeon > Verzonden: woensdag 11 augustus 2010 19:12 > Aan: Jack Vogel > CC: freebsd-net@freebsd.org; Victor Ophof > Onderwerp: Re: "RX ring hdr initialization error" >

Re: re0 link UP/DOWN on 8.1-STABLE amd64

2010-08-11 Thread Zeus V Panchenko
oh, i forgoten :( dmesg.boot contains: re0: port 0xe800-0xe8ff mem 0xfafff000-0xfaff,0xfaff8000-0xfaffbfff irq 17 at device 0.0 on pci2 re0: Using 1 MSI messages re0: Chip rev. 0x2800 re0: MAC rev. 0x miibus0: on re0 rgephy0: PHY 1 on miibus0 rgephy0: 10baseT, 10baseT-FDX, 10

Re: re0 link UP/DOWN on 8.1-STABLE amd64

2010-08-11 Thread Tom Pusateri
On Aug 11, 2010, at 3:11 PM, Zeus V Panchenko wrote: > Pyun YongHyeon (pyu...@gmail.com) [10.08.11 19:31] wrote: >> On Wed, Aug 11, 2010 at 03:50:14PM +0300, Zeus V Panchenko wrote: >>> Hi All, >>> >>> can enybody help with the subj, please? >>> >>> problem: onboard interface re0 link state UP/

Re: re0 link UP/DOWN on 8.1-STABLE amd64

2010-08-11 Thread Pyun YongHyeon
On Wed, Aug 11, 2010 at 10:34:07PM +0300, Zeus V Panchenko wrote: > oh, i forgoten :( > > dmesg.boot contains: > > re0: Ethernet> port 0xe800-0xe8ff mem 0xfafff000-0xfaff,0xfaff8000-0xfaffbfff > irq 17 at device 0.0 on pci2 > re0: Using 1 MSI messages > re0: Chip rev. 0x2800 > re0: MAC

Re: re0 link UP/DOWN on 8.1-STABLE amd64

2010-08-11 Thread Pyun YongHyeon
On Wed, Aug 11, 2010 at 03:27:48PM -0400, Tom Pusateri wrote: > > On Aug 11, 2010, at 3:11 PM, Zeus V Panchenko wrote: > > > Pyun YongHyeon (pyu...@gmail.com) [10.08.11 19:31] wrote: > >> On Wed, Aug 11, 2010 at 03:50:14PM +0300, Zeus V Panchenko wrote: > >>> Hi All, > >>> > >>> can enybody help

Re: re0 link UP/DOWN on 8.1-STABLE amd64

2010-08-11 Thread Zeus V Panchenko
Pyun YongHyeon (pyu...@gmail.com) [10.08.11 23:09] wrote: > On Wed, Aug 11, 2010 at 10:34:07PM +0300, Zeus V Panchenko wrote: > > oh, i forgoten :( > > > > dmesg.boot contains: > > > > re0: > Ethernet> port 0xe800-0xe8ff mem > > 0xfafff000-0xfaff,0xfaff8000-0xfaffbfff irq 17 at device 0.0 o

Re: re0 link UP/DOWN on 8.1-STABLE amd64

2010-08-11 Thread Pyun YongHyeon
On Wed, Aug 11, 2010 at 11:24:56PM +0300, Zeus V Panchenko wrote: > Pyun YongHyeon (pyu...@gmail.com) [10.08.11 23:09] wrote: > > On Wed, Aug 11, 2010 at 10:34:07PM +0300, Zeus V Panchenko wrote: > > > oh, i forgoten :( > > > > > > dmesg.boot contains: > > > > > > re0: > > Gigabit Ethernet> port