From owner-freebsd-stable@FreeBSD.ORG Wed Feb 9 14:20:28 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC45B106566B for ; Wed, 9 Feb 2011 14:20:28 +0000 (UTC) (envelope-from george@m5p.com) Received: from mailhost.m5p.com (unknown [IPv6:2001:418:3fd::3]) by mx1.freebsd.org (Postfix) with ESMTP id 509248FC12 for ; Wed, 9 Feb 2011 14:20:28 +0000 (UTC) Received: from m5p.com (wonderland.m5p.com [IPv6:2001:418:3fd::19]) by mailhost.m5p.com (8.14.3/8.14.3) with ESMTP id p19EKKqv064481 for ; Wed, 9 Feb 2011 09:20:25 -0500 (EST) (envelope-from george@m5p.com) Received: (from george@localhost) by m5p.com (8.14.4/8.13.7/Submit) id p19EKJ5u001268; Wed, 9 Feb 2011 09:20:19 -0500 (EST) Date: Wed, 9 Feb 2011 09:20:19 -0500 (EST) Message-Id: <201102091420.p19EKJ5u001268@m5p.com> From: george+freebsd@m5p.com To: freebsd-stable@freebsd.org X-Spam-Score: -0.9 () BAYES_00,J_CHICKENPOX_35 X-Scanned-By: MIMEDefang 2.67 on IPv6:2001:418:3fd::f7 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0 (mailhost.m5p.com [IPv6:2001:418:3fd::f7]); Wed, 09 Feb 2011 09:20:25 -0500 (EST) Subject: statd/lockd startup failure 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: Wed, 09 Feb 2011 14:20:28 -0000 Under 8.2-PRERELEASE (GENERIC kernel), about 15% of the times I boot up (with rpc.statd and rpc.lockd enabled in rc.conf), I get: Feb 4 07:31:11 wonderland rpc.statd: bindresvport_sa: Address already in use Feb 4 07:31:11 wonderland root: /etc/rc: WARNING: failed to start statd and slightly later: Feb 4 07:31:36 wonderland kernel: NLM: unexpected error contacting NSM, stat=5, errno=35 I can start rpc.statd and rpc.lockd manually at this point (and I have to start them to run firefox and mail with my NFS-mounted home directory and mail spool). But what might cause the above errors? -- George Mitchell