From owner-freebsd-current@FreeBSD.ORG Fri Jul 16 05:20:09 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0695C16A4CF for ; Fri, 16 Jul 2004 05:20:09 +0000 (GMT) Received: from smtp004.bizmail.sc5.yahoo.com (smtp004.bizmail.sc5.yahoo.com [66.163.175.81]) by mx1.FreeBSD.org (Postfix) with SMTP id C59B443D4C for ; Fri, 16 Jul 2004 05:20:06 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: from unknown (HELO optimator.noacks.org) (noackjr@supercrime.org@70.240.197.108 with login) by smtp004.bizmail.sc5.yahoo.com with SMTP; 16 Jul 2004 05:20:06 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 7D2D66196; Fri, 16 Jul 2004 00:20:05 -0500 (CDT) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 38868-05; Fri, 16 Jul 2004 00:19:58 -0500 (CDT) Received: from compgeek.noacks.org (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id 926726101; Fri, 16 Jul 2004 00:19:58 -0500 (CDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by compgeek.noacks.org (8.12.11/8.12.11) with ESMTP id i6G5JvCI000995; Fri, 16 Jul 2004 00:19:57 -0500 (CDT) (envelope-from noackjr@alumni.rice.edu) Message-ID: <40F7657D.40708@alumni.rice.edu> Date: Fri, 16 Jul 2004 00:19:57 -0500 From: Jon Noack User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040629) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mark Linimon References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at noacks.org cc: re@FreeBSD.org cc: current@FreeBSD.org Subject: Re: 5.3-RELEASE TODO X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jul 2004 05:20:09 -0000 On 07/15/04 23:31, Mark Linimon wrote: > On Thu, 15 Jul 2004, Jon Noack wrote: >> Hmm, it appears that rpc.lockd died on the server end (at some >> point, anyway). I have a .core but it doesn't appear like it's >> finding any debug symbols. I build everything with -g, so I don't >> know why it can't. I'll keep the core around in case anyone cares. >> Sounds like the problems may already be known, so if it's not >> useful please let me know. > > This may be the same as kern/61122, bin/61718, and/or bin/66837? True enough. Looks like I'm just one voice in the cacophony... ;-) A modified version of the patch in kern/61122 has already been applied: http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.sbin/rpc.lockd/lockd_lock.c#rev1.7 I'm trying the patch from bin/61718 (after learning the joys of b64decode). I'll report back on my findings. Jon