From owner-freebsd-questions@FreeBSD.ORG Thu May 27 14:57:57 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BCADB106567D for ; Thu, 27 May 2010 14:57:57 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail6.sea5.speakeasy.net (mail6.sea5.speakeasy.net [69.17.117.50]) by mx1.freebsd.org (Postfix) with ESMTP id 981198FC0C for ; Thu, 27 May 2010 14:57:56 +0000 (UTC) Received: (qmail 8750 invoked from network); 27 May 2010 14:57:56 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 27 May 2010 14:57:56 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 9DD615082F; Thu, 27 May 2010 10:57:55 -0400 (EDT) From: Lowell Gilbert To: Richard Morse References: <2A2E2151-4A4E-49FD-BFE0-BAACBF3E06F5@PARTNERS.ORG> Date: Thu, 27 May 2010 10:57:55 -0400 In-Reply-To: <2A2E2151-4A4E-49FD-BFE0-BAACBF3E06F5@PARTNERS.ORG> (Richard Morse's message of "Thu, 27 May 2010 10:01:48 -0400") Message-ID: <44ljb52xzg.fsf@be-well.ilk.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: How to get more descriptive errors from auto-mount daemon? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 May 2010 14:57:57 -0000 Richard Morse writes: > Hi! I'm using the auto-mount daemon to access another server via NFS, and I keep getting error messages in `/var/log/messages`: > > May 27 01:03:26 hedwig amd[9851]: mountd rpc failed: RPC: Can't decode result > May 27 01:03:26 hedwig last message repeated 4 times > > My searches so far on the web have failed to find anything that seems to apply. I'm wondering if there is a way that I can make amd or mountd provide more information in the logs? Start with "-d" for mountd. You will want to do this from the command line, not from the startup scripts.