From owner-freebsd-questions Mon Apr 3 21: 7:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id CF2EE37B771 for ; Mon, 3 Apr 2000 21:07:13 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id AAA38077; Tue, 4 Apr 2000 00:06:14 -0400 (EDT) (envelope-from cjc) Date: Tue, 4 Apr 2000 00:06:14 -0400 From: "Crist J. Clark" To: Damian Ramirez Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Synchronization of the creation of accounts in 2 servers. Message-ID: <20000404000614.E36099@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <02b001bf7fff$e93c62a0$1d2dd1d0@damian.highway.com.py> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <02b001bf7fff$e93c62a0$1d2dd1d0@damian.highway.com.py>; from damian@highway.com.py on Fri, Feb 25, 2000 at 10:19:25PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Feb 25, 2000 at 10:19:25PM -0400, Damian Ramirez wrote: > Hello: > I have installed FreeBSD 3,4 in 2 PC's, and need to share archives by means of NFS in the 2 PC's. The PC that it forms as server has the following configuration: > > nfsd -u -t -n 4 (nfs daemon) > mountd -r (mount daemon) > The contenet of /etc/exports is: > /var/mail -alldirs 10.0.0.2 (my IP address) I assume portmap(8) is running too. > The PC that it forms as client has the following configuration: > > nfsiod -n 4 (the nfs client daemon) > > When executing the command in the PC client, I obtaining the next error: > > su-2.03# mount 208.209.45.1:/var/mail /mnt (command for mount the remote file system) > nfs: can't access /var/mail: Permission denied > > Somebody would to help me with this? First, would you double check in the /var/log/messages of your NFS server and make sure there are no error messages from mount? Is /var/mail a filesystem? What are the permissions on /var/mail on the server? -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message