From owner-freebsd-stable@FreeBSD.ORG Tue Mar 7 18:59:10 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 EBB8816A422 for ; Tue, 7 Mar 2006 18:59:10 +0000 (GMT) (envelope-from miguel@anjos.strangled.net) Received: from mailrly07.isp.novis.pt (mailrly07.isp.novis.pt [195.23.133.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90C6D43D6E for ; Tue, 7 Mar 2006 18:59:04 +0000 (GMT) (envelope-from miguel@anjos.strangled.net) Received: (qmail 4252 invoked from network); 7 Mar 2006 18:59:02 -0000 Received: from unknown (HELO mailfrt11.isp.novis.pt) ([195.23.133.227]) (envelope-sender ) by mailrly07.isp.novis.pt with compressed SMTP; 7 Mar 2006 18:59:02 -0000 Received: (qmail 28609 invoked from network); 7 Mar 2006 18:59:02 -0000 Received: from unknown (HELO compaq.anjos.strangled.net) ([87.196.129.60]) (envelope-sender ) by mailfrt11.isp.novis.pt with SMTP; 7 Mar 2006 18:59:02 -0000 Received: from compaq.anjos.strangled.net (localhost [127.0.0.1]) by compaq.anjos.strangled.net (8.13.4/8.13.4) with ESMTP id k27IwkrX002137; Tue, 7 Mar 2006 18:58:46 GMT (envelope-from miguel@compaq.anjos.strangled.net) Received: (from miguel@localhost) by compaq.anjos.strangled.net (8.13.4/8.13.4/Submit) id k27IwjDP002136; Tue, 7 Mar 2006 18:58:45 GMT (envelope-from miguel) Date: Tue, 7 Mar 2006 18:58:45 GMT From: Miguel Lopes Santos Ramos Message-Id: <200603071858.k27IwjDP002136@compaq.anjos.strangled.net> To: kris@obsecurity.org In-Reply-To: <20060307180820.GA35621@xor.obsecurity.org> Cc: kuriyama@imgsrc.co.jp, freebsd-stable@freebsd.org Subject: Re: rpc.lockd brokenness (2) 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, 07 Mar 2006 18:59:11 -0000 > OK, thanks. Please try to obtain a tcpdump -vvv trace of the broken > operation. > > Kris I have it. I had just to disable cron startup, which was the only daemon that used pidfile_open and started after statd/lockd, and then start it by hand. Now, perhaps it is better to post it off-list, since it is 69kB for -vvv or 196kB for -X -vvv. Are you willing to look at the dump yourself? Anyone? BTW, cron was left in an unkillable state, it couldn't be killed with SIGKILL. In the meanwhile, I'll try to revert lib/libutil/pidfile.c to Jan 1st, which is my suspect. Miguel