From owner-freebsd-questions Sun Jun 11 17:51:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.enteract.com (mail.enteract.com [207.229.143.33]) by hub.freebsd.org (Postfix) with ESMTP id 240D137B77D for ; Sun, 11 Jun 2000 17:51:51 -0700 (PDT) (envelope-from dschrock@enteract.com) Received: from olivia (dschrock.cpe.dsl.enteract.com [216.80.53.93] (may be forged)) by mail.enteract.com (8.9.3/8.9.3) with SMTP id TAA92855; Sun, 11 Jun 2000 19:51:49 -0500 (CDT) (envelope-from dschrock@enteract.com) Message-ID: <00ed01bfd408$c1072100$0271a8c0@anonymousdaemon.org> From: "Daniel Schrock" To: Cc: References: <00b501bfd3d3$1af901f0$0271a8c0@anonymousdaemon.org> <20000611115058.B179@dialin-client.earthlink.net> Subject: Re: NFS problems Date: Sun, 11 Jun 2000 19:54:24 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Crist, you rock!! The -alldirs flag was the problem...once I removed it, all was good! I was under the impression that you couldn't descend father into the directories with out it. After testing, I found that not to be true. Yea! All is well. Thanks a million! Daniel Schrock d_jab@anonymous-daemon.org ----- Original Message ----- From: "Crist J. Clark" To: "Daniel Schrock" Cc: Sent: Sunday, June 11, 2000 1:50 PM Subject: Re: NFS problems > On Sun, Jun 11, 2000 at 01:30:23PM -0500, Daniel Schrock wrote: > > [snip] > > > does anyone know what the problem might be and how i would go about fixing > > it? > > --------------- > > /etc/exports on gateway: > > /savedisk -alldirs -maproot=root webserv > > /usr/home -alldirs -maproot=root webserv > > Is that the _entire_ exports file? Are /savedisk and /usr/home on > different filesystems? Why are you using -alldirs? Did you restart or > 'kill -HUP' mountd(8) after making the changes? Did you check for > error messages from mountd in the logs? > > > fstab on webserv- some content omitted due to irrelevance: > > /dev/ab0........ > > ....... > > /proc ....... > > gateway:/usr/home /usr/home nfs rw 0 0 > > gateway:/savedisk /savedisk nfs rw 0 0 > > > > error on webserv at boot: > > mounting nfs filesystemnfs: can't access /usr/home: Permission denied. > > > > savedisk mounts fine....only /usr/home is causing problems > > Are there other entries for the same filesystem on gateway? Is there a > newline on the /usr/home line in /etc/exports? > -- > Crist J. Clark cjclark@alum.mit.edu > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message