From owner-freebsd-net@FreeBSD.ORG Sun Apr 20 02:45:30 2008 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EE2B106566B for ; Sun, 20 Apr 2008 02:45:30 +0000 (UTC) (envelope-from paul@gtcomm.net) Received: from gtcomm.net (web.gtcomm.net [72.10.164.67]) by mx1.freebsd.org (Postfix) with ESMTP id 0B0BB8FC1B for ; Sun, 20 Apr 2008 02:45:29 +0000 (UTC) (envelope-from paul@gtcomm.net) Received: from [192.168.1.3] (c-76-108-179-28.hsd1.fl.comcast.net [76.108.179.28]) by gtcomm.net (8.12.20/8.12.10) with ESMTP id m3K1leBM017996; Sat, 19 Apr 2008 22:47:41 -0300 Message-ID: <480AA135.6070406@gtcomm.net> Date: Sat, 19 Apr 2008 21:49:41 -0400 From: Paul User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Paul Haddad References: <944074f30804191423v93d1acet9246269e4072d46a@mail.gmail.com> In-Reply-To: <944074f30804191423v93d1acet9246269e4072d46a@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: net@freebsd.org Subject: Re: Network Instability when upgrading to 4GB of RAM X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2008 02:45:30 -0000 I had some similar issues for some reason.. Check the output of netstat -m and see if the mbuf clusters in use line if the total is anywhere near the max. Mine was maxing out and causing some very weird problems with no errors in any log anywhere. Paul Haddad wrote: > Hi All, > I've got the below system setup that has so far been very stable when > running with 2GB of RAM. I've recently been attempting to upgrade it to 4GB > of ram (using 4 DIMMs vs the current 2). The problem is that within a few > hours of running with the 4GB config I start getting odd network errors. > There's nothing in the logs, but incoming ssh connections start failing > with errors like (Bad Packet Length) and things like ftp and nfs all fail in > odd ways. > > As far as I can tell the RAM is fine, I've ran it through a few diff RAM > testing utilities and it all comes out fine. I've also successfully run > both sets of DIMMs by themselves, so at least it seems that this isn't a > hardware problem. > > I'd appreciate any suggestions on tracking down the problem, again the logs > don't seem to have any useful info on it. >