Re: system locks up with vr driver on alix board

2011-08-16 Thread Julian Elischer
On 8/16/11 5:14 PM, Ask Bjørn Hansen wrote: from your description it doesn't sound like a vr problem. I suggest you hook up teh serial console (I am guessing you already have) and set the config options to allow break-to-debugger or alt-break-to-debugger on it when it happens next, drop into the

Re: system locks up with vr driver on alix board

2011-08-16 Thread Ask Bjørn Hansen
On Aug 16, 2011, at 17:29, YongHyeon PYUN wrote: Hi -- thank you for asking. It's frustrating to have such an obscure and unlikely problem and I apologies for taking your time with it! > Could you show me full dmesg and ifconfig output? Included below from a happy system. I setup some scrip

Re: system locks up with vr driver on alix board

2011-08-16 Thread YongHyeon PYUN
On Tue, Aug 16, 2011 at 05:14:59PM -0700, Ask Bj??rn Hansen wrote: > > On Aug 16, 2011, at 11:15, Mike Tancsa wrote: > > >> An hour or two after the log stopped showing; the system stopped routing > >> packets, but frustratingly kept sending CARP messages out so the secondary > >> firewall didn

Re: system locks up with vr driver on alix board

2011-08-16 Thread Ask Bjørn Hansen
On Aug 16, 2011, at 11:15, Mike Tancsa wrote: >> An hour or two after the log stopped showing; the system stopped routing >> packets, but frustratingly kept sending CARP messages out so the secondary >> firewall didn't pick up the IP addresses to take over. >> >> Any ideas? > > Not sure if CA

RE: arpresolve: can't allocate llinfo

2011-08-16 Thread Li, Qing
This issue should have been fixed quite a while ago. I need to go through my past commits and see if everything has been merged back into the 8.1 branch. --Qing > -Original Message- > From: owner-freebsd-...@freebsd.org [mailto:owner-freebsd- > n...@freebsd.org] On Behalf Of Chris Mill

arpresolve: can't allocate llinfo

2011-08-16 Thread Chris Miller
I'm using FreeBSD 8.1 and I'm seeing the following messages spit out frequently. IPv4 address: "169.254.231.172" is not on the network arpresolve: can't allocate llinfo for 169.254.231.172 Background: I have two interfaces attached to the same LAN, both configured using 169.254/16 link local auto

Re: Odd TCP RFC1323 Behavior

2011-08-16 Thread Chip Marshall
On 12-Aug-2011, Kevin Oberman sent: > Try installing security/openssh-portable from ports and enable > the HPN patches. > > As it stands today, openssh locks the window size to a tiny > value. This causes performance over wide area links to be > simply terrible. > > Take a look at http://fasterd

Re: kern/155597: [panic] Kernel panics with " sbdrop" message

2011-08-16 Thread Arnaud Lacombe
The following reply was made to PR kern/155597; it has been noted by GNATS. From: Arnaud Lacombe To: bug-follo...@freebsd.org, v...@ashmanov.com Cc: Subject: Re: kern/155597: [panic] Kernel panics with "sbdrop" message Date: Tue, 16 Aug 2011 16:43:59 -0400 Hi, Does this still happen with 9

Re: Intel NIC stops working

2011-08-16 Thread Sami Halabi
Hi, i have similar issue in 8.1-RELEASE with re0 NIC. suddenly it stops responding, but ifconfig down, ifconfig up solves the problem. i crontabed a minutely check, so check this, its a workaround, but here it is: #!/bin/csh -f set ping = `/sbin/ping -c 2 -t 3 192.168.1.2 | /usr/bin/grep -v "PING

Re: system locks up with vr driver on alix board

2011-08-16 Thread Mike Tancsa
On 8/16/2011 1:41 PM, Ask Bjørn Hansen wrote: > Hi everyone, > > Over the weekend I upgraded a couple of NanoBSD based systems (on PC Engines > Alix boards) from 7.4 to 8.2. The box is a small firewall and have been > running stable for several years. > > Since then the busy systems consistent

system locks up with vr driver on alix board

2011-08-16 Thread Ask Bjørn Hansen
Hi everyone, Over the weekend I upgraded a couple of NanoBSD based systems (on PC Engines Alix boards) from 7.4 to 8.2. The box is a small firewall and have been running stable for several years. Since then the busy systems consistently lock up.I had a 'top -bS -s1' running and it stopped

Re: Multiqueue support for bpf

2011-08-16 Thread Vlad Galu
On Aug 16, 2011, at 11:50 AM, Vlad Galu wrote: > On Aug 16, 2011, at 11:13 AM, Takuya ASADA wrote: >> Hi all, >> >> I implemented multiqueue support for bpf, I'd like to present for review. >> This is a Google Summer of Code project, the project goal is to >> support multiqueue network interface o

Re: Multiqueue support for bpf

2011-08-16 Thread Vlad Galu
On Aug 16, 2011, at 11:13 AM, Takuya ASADA wrote: > Hi all, > > I implemented multiqueue support for bpf, I'd like to present for review. > This is a Google Summer of Code project, the project goal is to > support multiqueue network interface on BPF, and provide interfaces > for multithreaded pack

Multiqueue support for bpf

2011-08-16 Thread Takuya ASADA
Hi all, I implemented multiqueue support for bpf, I'd like to present for review. This is a Google Summer of Code project, the project goal is to support multiqueue network interface on BPF, and provide interfaces for multithreaded packet processing using BPF. Modern high performance NICs have mul