From owner-freebsd-questions@FreeBSD.ORG Tue Aug 24 19:03:04 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 827A31065693 for ; Tue, 24 Aug 2010 19:03:04 +0000 (UTC) (envelope-from lwang@us.toyota-itc.com) Received: from na3sys009aog108.obsmtp.com (na3sys009aog108.obsmtp.com [74.125.149.199]) by mx1.freebsd.org (Postfix) with SMTP id 2F3038FC1A for ; Tue, 24 Aug 2010 19:03:03 +0000 (UTC) Received: from source ([74.125.83.180]) by na3sys009aob108.postini.com ([74.125.148.12]) with SMTP ID DSNKTHQXZ9GmT3EsJShJjk3zff8mi051bG3j@postini.com; Tue, 24 Aug 2010 12:03:04 PDT Received: by mail-pv0-f180.google.com with SMTP id 30so5038773pvc.25 for ; Tue, 24 Aug 2010 12:03:03 -0700 (PDT) Received: by 10.142.110.16 with SMTP id i16mr6081067wfc.65.1282674991696; Tue, 24 Aug 2010 11:36:31 -0700 (PDT) Received: from [192.168.18.167] (adsl-99-49-9-50.dsl.pltn13.sbcglobal.net [99.49.9.50]) by mx.google.com with ESMTPS id v38sm422099wfh.12.2010.08.24.11.36.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 24 Aug 2010 11:36:30 -0700 (PDT) From: Lucas Wang Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Tue, 24 Aug 2010 11:36:27 -0700 Message-Id: To: Freebsd Mime-Version: 1.0 (Apple Message framework v1081) X-Mailer: Apple Mail (2.1081) Subject: nfs server /home not responding 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: Tue, 24 Aug 2010 19:03:04 -0000 Hi experts, We use NFS to store /home directory for users in our lab. However, we occasionally get blocked from logging in because=20 the automount daemon on a NFS client machine hangs. When that happens, we get this error message on the NFS client machine called "bucks" in its system logs: Aug 24 10:53:40 bucks kernel: nfs server pid670@bucks:/home: not = responding pid670 is the amd process. Our NFS server(raptors) has the following configuration: FreeBSD raptors.cs.ucla.edu 7.3-PRERELEASE FreeBSD 7.3-PRERELEASE #0: = Tue Feb 9 12:59:50 PST 2010 = root@raptors.cs.ucla.edu:/usr/obj/usr/src/sys/RAPTORS amd64 And the client machine is configured as: FreeBSD bucks.cs.ucla.edu 7.3-PRERELEASE FreeBSD 7.3-PRERELEASE #0: Tue = Feb 9 20:47:50 UTC 2010 = root@bucks.cs.ucla.edu:/usr/obj/usr/src/sys/BUCKS amd64 Another thing I want to add is that several other NFS client machines also hang from time to time. But they don't usually hang at the same = time. Even though rebooting can fix the problem once, we don't want it keep = hurting us. So any insights or suggestions will be greatly appreciated. Thanks a = lot. Regards, - Lucas=