From owner-freebsd-questions@FreeBSD.ORG Tue Jul 5 12:41:22 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 313D616A41C for ; Tue, 5 Jul 2005 12:41:22 +0000 (GMT) (envelope-from ml@t-b-o-h.net) Received: from vjofn.tucs-beachin-obx-house.com (vjofn.tucs-beachin-obx-house.com [204.107.90.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5B6D43D45 for ; Tue, 5 Jul 2005 12:41:21 +0000 (GMT) (envelope-from ml@t-b-o-h.net) Received: from himinbjorg.tucs-beachin-obx-house.com (ool-44c511d8.dyn.optonline.net [68.197.17.216]) (authenticated bits=128) by vjofn.tucs-beachin-obx-house.com (8.12.9/8.12.9) with ESMTP id j65CbwXI008725 for ; Tue, 5 Jul 2005 08:37:59 -0400 (EDT) Received: from himinbjorg.tucs-beachin-obx-house.com (localhost.tucs-beachin-obx-house.com [127.0.0.1]) by himinbjorg.tucs-beachin-obx-house.com (8.13.3/8.12.10) with ESMTP id j654wWE0001123 for ; Tue, 5 Jul 2005 00:58:32 -0400 (EDT) (envelope-from ml@t-b-o-h.net) Received: (from tbohml@localhost) by himinbjorg.tucs-beachin-obx-house.com (8.13.3/8.13.1/Submit) id j654wVfk001121 for freebsd-questions@freebsd.org; Tue, 5 Jul 2005 00:58:32 -0400 (EDT) (envelope-from tbohml) From: Tuc at T-B-O-H Message-Id: <200507050458.j654wVfk001121@himinbjorg.tucs-beachin-obx-house.com> To: freebsd-questions@freebsd.org Date: Tue, 5 Jul 2005 00:58:31 -0400 (EDT) X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: NFS all of a sudden went wonky 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, 05 Jul 2005 12:41:22 -0000 Hi, Without anyone being in/on/around/near an NFS client at 8p tonite, all of a sudden it stopped playing nice with the NFS server... rc.conf : rpcbind_enable="YES" nfs_client_enable="YES" rpc_statd_enable="YES" rpc_lockd_enable="YES" The mount is NAME:/usr/local/tboh /usr/local/tboh nfs rw 0 0 . I'm getting : [udp] NAME:/usr/local/tboh: RPCPROG_NFS: RPC: Port mapper failure - RPC: Unable to send I thought maybe it didn't like the name since DNS isn't up, and statd/lockd isn't up.... I tried to make it NAME:/usr/local/tboh /usr/local/tboh nfs rw 2 2 but it doesn't like that. So I then changed it to IP:/usr/local/tboh /usr/local/tboh nfs rw 0 0 and still getting the [udp] NAME:/usr/local/tboh: RPCPROG_NFS: RPC: Port mapper failure - RPC: Unable to send I checked google, and I don't know where to go on this... Thanks, Tuc