From owner-freebsd-current@FreeBSD.ORG Fri Jul 16 10:20:14 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 10DB216A4CE for ; Fri, 16 Jul 2004 10:20:14 +0000 (GMT) Received: from smtp005.bizmail.sc5.yahoo.com (smtp005.bizmail.sc5.yahoo.com [66.163.175.82]) by mx1.FreeBSD.org (Postfix) with SMTP id E821943D4C for ; Fri, 16 Jul 2004 10:20:13 +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 smtp005.bizmail.sc5.yahoo.com with SMTP; 16 Jul 2004 10:20:13 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id A880361C3; Fri, 16 Jul 2004 05:20:12 -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 00580-03; Fri, 16 Jul 2004 05:20:11 -0500 (CDT) Received: from compgeek.noacks.org (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id 804E961B4; Fri, 16 Jul 2004 05:20:11 -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 i6GAKB0C002100; Fri, 16 Jul 2004 05:20:11 -0500 (CDT) (envelope-from noackjr@alumni.rice.edu) Message-ID: <40F7ABDB.2000704@alumni.rice.edu> Date: Fri, 16 Jul 2004 05:20:11 -0500 From: Jon Noack User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040629) X-Accept-Language: en-us, en MIME-Version: 1.0 To: noackjr@alumni.rice.edu References: <40F7657D.40708@alumni.rice.edu> In-Reply-To: <40F7657D.40708@alumni.rice.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at noacks.org cc: Mark Linimon cc: re@FreeBSD.org cc: current@FreeBSD.org cc: cperciva@FreeBSD.org Subject: rpc.lockd and bin/61718 (was 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 10:20:14 -0000 On 07/16/04 00:19, Jon Noack wrote: > 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. The patch from bin/61718 seems to be working like a charm. I was able to log into KDE with no issues and it now passes the ports/mail/procmail locking test. I don't have any idea if it's the Right Fix, but it seems to work... Jon