Do user names, uid, and gid match on the NFS server and the client?
This will also have to be true for group names and uid.
On Wednesday 12 December 2007 14:10:09 Peter Werner wrote:
> Hi,
>
> On Wed, Dec 12, 2007 at 12:56:57PM -0300, iuri de araujo sampaio wrote:
> > I would like to know if i hav
Hi,
On Wed, Dec 12, 2007 at 12:56:57PM -0300, iuri de araujo sampaio wrote:
> I would like to know if i have done everything properly on the server
> and client machine.
did you do "exportfs -a" or restart/reload nfs-kernel-server after
editing /etc/exports?
> i can ping between each machine. I
On Wed, 12 Dec 2007 17:00:20 +0100, iuri de araujo sampaio wrote:
> I have installed nfs to the server via..
> sudo apt-get install nfs-common portmap nfs-kernel-server
>
> I have installed nfs to the client via..
> sudo apt-get install nfs-common portmap
>
>
> My desktop is the server mach
will be saving this message.
-Stephen
From: s spidas [mailto:[EMAIL PROTECTED]
Sent: Friday, November 17, 2006 11:05 PM
To: Stephen Yorke
Cc: Debian User
Subject: Re: NFS Setup/Configuration
It's quite straight forward actually
1. Make sure '
I have had an ongoing issue with the later versions of mount which was
claimed to have been fixed in bug 354075:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=354075
I have held mount at version 2.12r-6 as anything later refuses to work
with my NFS server, also running Sid. The latest version
It's quite straight forward actually
1. Make sure 'nfs-common' is installed on all the clients (I'm assuming all
clients will be linux boxes),and that both 'nfs-common' and
'nfs-kernel-server' are installed on all servers. (apt-get install
will solve dependencies if any).
2. Modify the follo
-Original Message-
From: Jesus Arocho [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 16, 2006 5:59 PM
To: debian-user@lists.debian.org
Subject: Re: NFS Setup/Configuration
On Thursday 16 November 2006 12:36, Stephen Yorke wrote:
> All,
>
> I have been trying to setup NFS on my ho
Jesus Arocho wrote:
> 0.02: I am running an NFS server on a debian box; 5 kubuntu workstations
> mount
> NFS exports from the box. The passwords, login names, login ID number, group
> names and group ID numbers must match between the workstation and the server.
My two cents: Booting from NFS a
On Thursday 16 November 2006 12:36, Stephen Yorke wrote:
> All,
>
> I have been trying to setup NFS on my home Debian systems.
>
> I have followed all the stuff from nfs.sourceforge.net but I keep
> getting Permission Denied errors when I try to mount the Exported
> folder.
>
> Here is what I have.
On Saturday 03 January 2004 17:30, GCS wrote:
> On Sat, Jan 03, 2004 at 05:34:46PM +, Richard Lyons
> <[EMAIL PROTECTED]> wrote: [snip]
> > I did recently apt-get kernel-image 2.4.18-1-k6 (actually via
> > aptitude), but it doesn't boot correctly, so I continue with the
> > 2.2.20.
>
> What's
On Sat, Jan 03, 2004 at 05:34:46PM +, Richard Lyons <[EMAIL PROTECTED]> wrote:
[snip]
> So you are evidently right. Pity. The howto suggests anything over
> 2.2.16 supports nfs.
Yup, the kernel does support it, _if_ you choose to include it into the
compilation. I think it just missed in tha
On Saturday 03 January 2004 16:42, GCS wrote:
> On Sat, Jan 03, 2004 at 04:40:10PM +, Richard Lyons
<[EMAIL PROTECTED]> wrote:
> > > Do you have more shares on this machine, or is this the only one
> > > in the exports file?
> >
> > It is the only one at the moment.
>
> Then I am almost sure
On Sat, Jan 03, 2004 at 04:40:10PM +, Richard Lyons <[EMAIL PROTECTED]> wrote:
> > Do you have more shares on this machine, or is this the only one in
> > the exports file?
>
> It is the only one at the moment.
Then I am almost sure that the kernel support is missing. Do you have
the followi
On Saturday 03 January 2004 15:34, GCS wrote:
> On Sat, Jan 03, 2004 at 03:22:09PM +, Richard Lyons
<[EMAIL PROTECTED]> wrote:
> > yes:
> >/home/richard/ 192.168.0.2(rw,sync)
>
> Thanks. Well, I haven't seen the 'sync' option yet, and it's not
> mentioned in the man page either - but I am
On Sat, Jan 03, 2004 at 03:22:09PM +, Richard Lyons <[EMAIL PROTECTED]> wrote:
> yes:
>/home/richard/ 192.168.0.2(rw,sync)
Thanks. Well, I haven't seen the 'sync' option yet, and it's not
mentioned in the man page either - but I am not an NFS guru, it can be
good. Anyway, it may worth a tr
On Saturday 03 January 2004 14:22, GCS wrote:
> On Sat, Jan 03, 2004 at 11:49:36AM +, Richard Lyons
<[EMAIL PROTECTED]> wrote:
> > On the woody system, I get this when nfs starts:
> >Exporting directories for NFS kernel
> > daemon...machine.domain:/home\ /richard:Function not implemented
>
On Sat, Jan 03, 2004 at 11:49:36AM +, Richard Lyons <[EMAIL PROTECTED]> wrote:
> On the woody system, I get this when nfs starts:
>Exporting directories for NFS kernel daemon...machine.domain:/home\
> /richard:Function not implemented
Can you show us the exact line for this share fro
Phil Beder wrote:
but I don't seem to have man pages for hosts.allow,
exports, and exportfs.
man 5 hosts_access
will give you the manual page describing hosts.allow (and hosts.deny)
man exports
man exportfs
give me the other man pages. They are part of nfs-kernel-server
Am I missing
On Tuesday 11 February 2003 07:51 am, Phil Beder wrote:
> when I check to status of nfs on the server I';m trying to
> setup, the rpcinfo -p "servername" command returns
>
> rpcinfo: can't contact portmapper RPC: rompte system error
> - connection refused
>
> the lsmod command shows nfsd, nfs a
On 11 Feb 2003 08:56:06 -0700
"Andreas J. Guelzow" <[EMAIL PROTECTED]>
wrote:
> On Tue, 2003-02-11 at 07:51, Phil Beder wrote:
> > when I check to status of nfs on the server I';m trying
> to
> > setup, the rpcinfo -p "servername" command returns
> >
> > rpcinfo: can't contact portmapper RP
Hi,
nate writes:
Hi Folks,
I have been trying to setup NFS on my system and run into problems. I have
been reading the security part of NFS-HOWTO.
however there a bunhc of lines of portmap status, nfs nlockmgr mountd hat
are listed when rpcinfo -p is run.
I have recompiled the kernel for NF
> Hi Folks,
>
> I have been trying to setup NFS on my system and run into problems. I have
> been reading the security part of NFS-HOWTO.
> however there a bunhc of lines of portmap status, nfs nlockmgr mountd hat
> are listed when rpcinfo -p is run.
> I have recompiled the kernel for NFSv3 suppor
22 matches
Mail list logo