From owner-freebsd-stable@FreeBSD.ORG Tue May 23 19:08:56 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org 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 A4F4A16A8BA for ; Tue, 23 May 2006 19:08:56 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id B274843D49 for ; Tue, 23 May 2006 19:08:55 +0000 (GMT) (envelope-from grafan@gmail.com) Received: by nf-out-0910.google.com with SMTP id l37so693816nfc for ; Tue, 23 May 2006 12:08:54 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EDQsXmnDZILfw4yfcQthwl8eoNcgTXdI76WJP9M5vfD9ot2ZxUNUSerMELJ5cV9fqxXbxIOt08WqP7t3g1dOznvwGSzwVCdq6pP3iS1KzhekksfxnJItz66RwN1tcjYFwvCszk8/a+7QMD2CDil8y1qaWOfEnIS0TY4UFu17P2Y= Received: by 10.49.33.12 with SMTP id l12mr5012236nfj; Tue, 23 May 2006 12:08:54 -0700 (PDT) Received: by 10.48.30.7 with HTTP; Tue, 23 May 2006 12:08:54 -0700 (PDT) Message-ID: <6eb82e0605231208ydcd888ck578b485393f670d3@mail.gmail.com> Date: Tue, 23 May 2006 15:08:54 -0400 From: "Rong-en Fan" To: "Howard Leadmon" In-Reply-To: <000001c67e9a$7c6c3f10$071872cf@Leadmon.local> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6eb82e0605230718l337a58efmc85637afdec4fffb@mail.gmail.com> <000001c67e9a$7c6c3f10$071872cf@Leadmon.local> Cc: freebsd-stable@freebsd.org Subject: Re: Trouble with NFSd under 6.1-Stable, any ideas? 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: Tue, 23 May 2006 19:08:57 -0000 On 5/23/06, Howard Leadmon wrote: > > Hello Rong-en, > > Thanks for the info on getting the debugger configured, and on the seria= l > console. I will have to try and play with the serial console thing more= , I > just tried putting in the flags and the damn thing hung, I had to boot fr= om CD > and take the stuff back out. > > One thing you mention below that concerns me is that you have version 1.= 90 of > the vfs_lookup.c file. I just did a less on /usr/src/sys/kern/vfs_looku= p.c > and I see the following: > > FreeBSD: src/sys/kern/vfs_lookup.c,v 1.80.2.7 2006/04/30 03:57:46 kris Ex= p > > > I even did a cvsup (I use cvsup2.FreeBSD.org) to make sure I had the cur= rent > stuff before rebuilding the kernel just now, and still I see the same thi= ng. > Is something fishy going on here, or did you by chance make a typo?? Sorry for the confusion. rev 1.90 is the number for -HEAD. To back out this MFC'ed change for RELENG_6_1, please cvsup to RELENG_6_1 date=3D2006.04.30.03.57.00. Then you should see it is 1.80.2.6 2006/03/31 07:39:24 kris To verify the effect of this revision. Please run RELENG_6_1 with 2006.04.30.03.57.00 and 2006.04.30.04.00.00. Regards, Rong-En Fan