From owner-freebsd-questions@FreeBSD.ORG Thu Nov 17 17:28:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBE9516A41F for ; Thu, 17 Nov 2005 17:28:38 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9141743D6B for ; Thu, 17 Nov 2005 17:28:33 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1EcnRD-00073f-5q for freebsd-questions@freebsd.org; Thu, 17 Nov 2005 18:20:43 +0100 Received: from h-68-164-219-99.cmbrmaor.covad.net ([68.164.219.99]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Nov 2005 18:20:43 +0100 Received: from mainland by h-68-164-219-99.cmbrmaor.covad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Nov 2005 18:20:43 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Geoffrey Mainland Date: Thu, 17 Nov 2005 11:28:11 -0500 Lines: 15 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: h-68-164-219-99.cmbrmaor.covad.net User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051112) X-Accept-Language: en-us, en Sender: news Subject: Automount + NFS: frequent hangs new in FreeBSD 6 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, 17 Nov 2005 17:28:39 -0000 I'm running an NFS server (5.4) and a client (6) that uses amd to mount the NFS shares from the server. I've been doing this for quite a while without any problems (before upgrading the client to 6). However, after the upgrade high file system load causes amd to hang often--I get a "pid123@blahblahblah not responding" message and amd is unresponsive for a minute or two. Mounting the same NFS shares *without* amd works just fine with the same usage pattern, so the problem appears to be with amd itself and is specific to FreeBSD 6. The client is using the BSD scheduler and has all debug.mpsafe* sysctls set to 1 (the problem still occurs when these sysctls are set to 0). Has anyone had similar problems? Thanks, Geoff