From owner-freebsd-stable@FreeBSD.ORG Sat Apr 16 12:36:15 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E732F16A4CE for ; Sat, 16 Apr 2005 12:36:15 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D2D243D2D for ; Sat, 16 Apr 2005 12:36:15 +0000 (GMT) (envelope-from grafan@gmail.com) Received: by wproxy.gmail.com with SMTP id 50so1022463wri for ; Sat, 16 Apr 2005 05:36:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=U+e6NCMuIT6/0ZFoK1u4PWeOdb5uwkIhcOprkjtCt6pKuEfV91oZ9I2/YhdL/VG8dbsOxTrI/RyfQUN2eU+fMHi2cohHRnrw85tzvqe6e9/OyjuXjI5aauaYxJ9jC1bEaexIkUWLdGpov6aAvF0QNbibbBOb2mtf+vR2AhA/rnM= Received: by 10.54.33.68 with SMTP id g68mr3048874wrg; Sat, 16 Apr 2005 05:36:14 -0700 (PDT) Received: by 10.54.7.56 with HTTP; Sat, 16 Apr 2005 05:36:14 -0700 (PDT) Message-ID: <6eb82e0504160536572e068c@mail.gmail.com> Date: Sat, 16 Apr 2005 20:36:14 +0800 From: Rong-En Fan To: Anders Nordby In-Reply-To: <20050416122222.GA12385@totem.fix.no> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6eb82e05041500274172afd3@mail.gmail.com> <20050416122222.GA12385@totem.fix.no> cc: stable@freebsd.org Subject: Re: 5.4/amd64 console hang X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Rong-En Fan List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2005 12:36:16 -0000 On 4/16/05, Anders Nordby wrote: > Hi, >=20 > On Fri, Apr 15, 2005 at 03:27:11PM +0800, Rong-En Fan wrote: > > I'm using a Pentium Xeon 3.2G * 2 running 5.3/5.4 amd54 RELEASE. >=20 > That's a strange combination. Don't use FreeBSD/amd64 with Intel Pentium > Xeon processors. Maybe you made a typing error or two? :-) Those Xeon are EM64T, compatible with x86-64 :-) By the way, I'm thinking that more frequently hang might related with large read/write block in mount_nfs -r/-w (I use 8192, original is 1024). Regards, Rong-En Fan