From owner-freebsd-stable@FreeBSD.ORG Thu May 29 08:16:27 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59FBD106575C for ; Thu, 29 May 2008 08:16:25 +0000 (UTC) (envelope-from gerrit@pmp.uni-hannover.de) Received: from mrelay1.uni-hannover.de (mrelay1.uni-hannover.de [130.75.2.106]) by mx1.freebsd.org (Postfix) with ESMTP id 8AC2B8FC26 for ; Thu, 29 May 2008 08:16:23 +0000 (UTC) (envelope-from gerrit@pmp.uni-hannover.de) Received: from www.pmp.uni-hannover.de (www.pmp.uni-hannover.de [130.75.117.2]) by mrelay1.uni-hannover.de (8.14.2/8.14.2) with ESMTP id m4T8GKRh004004; Thu, 29 May 2008 10:16:22 +0200 Received: from pmp.uni-hannover.de (arc.pmp.uni-hannover.de [130.75.117.1]) by www.pmp.uni-hannover.de (Postfix) with SMTP id 6E8731E5; Thu, 29 May 2008 10:16:20 +0200 (CEST) Date: Thu, 29 May 2008 10:16:20 +0200 From: Gerrit =?ISO-8859-1?Q?K=FChn?= To: Michael Proto Message-Id: <20080529101620.e7d44cc8.gerrit@pmp.uni-hannover.de> In-Reply-To: <483C2C8F.7070909@jellydonut.org> References: <20080527165232.2acbb00f.gerrit@pmp.uni-hannover.de> <483C2C8F.7070909@jellydonut.org> Organization: Albert-Einstein-Institut (MPI =?ISO-8859-1?Q?f=FCr?= Gravitationsphysik & IGP =?ISO-8859-1?Q?Universit=E4t?= Hannover) X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-PMX-Version: 5.4.1.325704, Antispam-Engine: 2.6.0.325393, Antispam-Data: 2008.5.29.10100 Cc: "freebsd-stable@freebsd.org" Subject: Re: broken re(4) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 08:16:27 -0000 On Tue, 27 May 2008 11:45:19 -0400 Michael Proto wrote about Re: broken re(4): MP> > Any hints what I should do next to find the culprit? MP> I'm running 6.3 on the exact same Jetway board at home, and while I MP> haven't been bitten by the DOWN/UP issue I have seen the occasional MP> "corrupted MAC on input" error when doing an ssh/scp. Seems to have MP> simmered-down since moving from 6.3-RELEASE to 6.3-STABLE (last MP> supped/rebuilt on 5/6/08). MP> Note this is using only one of the 2 on-board NICs. I disabled the 2nd MP> one in the BIOS as I don't need it at the moment. After my experiences with the patch Pyun provided is seems to me that running one or two nics makes somehow a difference. I am still wondering why I have two boards with the same hardware that work flawlessly. However, when comparing all things, I found some minor differences: The working boards are some months older and their CPU shows up like this: CPU: VIA C7 Esther+RNG+AES+AES-CTR+SHA1+SHA256+RSA (1500.01-MHz 686-class CPU) Origin = "CentaurHauls" Id = 0x6a9 Stepping = 9 Features=0xa7c9baff Features2=0x181 The one that doesn't work is newer and dmesg identifies: CPU: VIA C7 Processor 1500MHz (1500.01-MHz 686-class CPU) Origin = "CentaurHauls" Id = 0x6d0 Stepping = 0 Features=0xa7c9baff Features2=0x4181 VIA Padlock Features=0xffcc This is the only difference I can make out so far. Which board do you exactly have? cu Gerrit