From owner-freebsd-hackers@FreeBSD.ORG Sun Aug 24 05:03:54 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7952C106564A for ; Sun, 24 Aug 2008 05:03:54 +0000 (UTC) (envelope-from fbsd06+ZD=bcb8c0a2@mlists.homeunix.com) Received: from fallback-in1.mxes.net (fallback-out1.mxes.net [216.86.168.190]) by mx1.freebsd.org (Postfix) with ESMTP id 4861A8FC08 for ; Sun, 24 Aug 2008 05:03:54 +0000 (UTC) (envelope-from fbsd06+ZD=bcb8c0a2@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by fallback-in1.mxes.net (Postfix) with ESMTP id 2E905163F67 for ; Sun, 24 Aug 2008 00:48:26 -0400 (EDT) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id E785523E3EF for ; Sun, 24 Aug 2008 00:48:23 -0400 (EDT) Date: Sun, 24 Aug 2008 05:48:21 +0100 From: RW To: freebsd-hackers@freebsd.org Message-ID: <20080824054821.1c9d923d@gumby.homeunix.com.> In-Reply-To: References: <20080823153354.2ed632d4@peedub.jennejohn.org> <20080823231349.5941d9f3@gumby.homeunix.com.> <20080824003920.34f6bf51@gumby.homeunix.com.> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: What is difference between /etc/rc called programs and ones called after login prompt shows up 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: Sun, 24 Aug 2008 05:03:54 -0000 On Sat, 23 Aug 2008 22:02:14 -0400 "Aryeh Friedman" wrote: > Thanks that did it... but you're incorrect in saying it is only ntfs > it is all fuse based fs's I had a the same error when doing a fuse-ssh > mount to my machine at work I meant only ntfs out of all the other entries in your fstab. If PATH isn't exported then the question became: why are any of the mounts or fscks succeeding? Presumably all the fuse filesystems are mounted in the same way mount -t foo --> mount_foo --> mount_fusefs as opposed to mount -t foo --> mount_foo for native filesystems. Since it turns out that only the mount_foo --> mount_fusefs call needs a PATH variable, all fuse filesystems will fail if PATH isn't exported, but no native filesystem will be affected.