From owner-freebsd-hackers@FreeBSD.ORG Sat Sep 3 17:18:06 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D115016A41F for ; Sat, 3 Sep 2005 17:18:06 +0000 (GMT) (envelope-from stas@core.310.ru) Received: from core.310.ru (core.310.ru [83.97.105.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1653C43D45 for ; Sat, 3 Sep 2005 17:18:05 +0000 (GMT) (envelope-from stas@core.310.ru) Received: from core.310.ru (localhost [127.0.0.1]) by core.310.ru (8.13.3/8.12.11) with ESMTP id j83HGLMJ004305; Sat, 3 Sep 2005 21:16:21 +0400 (MSD) (envelope-from stas@core.310.ru) Received: (from stas@localhost) by core.310.ru (8.13.3/8.12.11/Submit) id j83HGLqX004304; Sat, 3 Sep 2005 21:16:21 +0400 (MSD) (envelope-from stas) Date: Sat, 3 Sep 2005 21:16:21 +0400 From: Stanislav Sedov To: Tuc at T-B-O-H Message-ID: <20050903171621.GA3927@core.310.ru> References: <200509031620.j83GKfR9047528@himinbjorg.tucs-beachin-obx-house.com> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200509031620.j83GKfR9047528@himinbjorg.tucs-beachin-obx-house.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-hackers@freebsd.org Subject: Re: rc sequencing issue / mountcritremote X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2005 17:18:06 -0000 On Sat, Sep 03, 2005 at 12:20:41PM -0400, Tuc at T-B-O-H wrote: > The problem I'm having is that when it attempts to remotely > mount the NFS filesystem I need, there are no support programs > running, namely (I THINK) : > > /etc/rc.d/rpcbind > /etc/rc.d/nfsclient > /etc/rc.d/mountd > /etc/rc.d/nfsd > /etc/rc.d/nfslocking This is wrong, you don't need anything to mount remote NFS filesystems. nfsclient only sets some useful sysctls. See handbook for details.