Re: NFS setup

2007-12-12 Thread Jesus Arocho
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

Re: NFS setup

2007-12-12 Thread Peter Werner
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

Re: NFS setup

2007-12-12 Thread Patter
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

RE: NFS Setup/Configuration (WORKING)

2006-11-18 Thread Stephen Yorke
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 '

Re: NFS Setup/Configuration

2006-11-17 Thread Nate Bargmann
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

Re: NFS Setup/Configuration

2006-11-17 Thread s spidas
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

RE: NFS Setup/Configuration

2006-11-17 Thread Stephen Yorke
-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

Re: NFS Setup/Configuration

2006-11-17 Thread Daniel Baumann
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

Re: NFS Setup/Configuration

2006-11-16 Thread Jesus Arocho
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.

Re: nfs setup on woody

2004-01-03 Thread Richard Lyons
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

Re: nfs setup on woody

2004-01-03 Thread GCS
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

Re: nfs setup on woody

2004-01-03 Thread Richard Lyons
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

Re: nfs setup on woody

2004-01-03 Thread GCS
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

Re: nfs setup on woody

2004-01-03 Thread Richard Lyons
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

Re: nfs setup on woody

2004-01-03 Thread GCS
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

Re: nfs setup on woody

2004-01-03 Thread Richard Lyons
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 >

Re: nfs setup on woody

2004-01-03 Thread GCS
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

Re: NFS setup problem

2003-02-11 Thread Andreas J Guelzow
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

Re: NFS setup problem

2003-02-11 Thread Ken Thompson
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

Re: NFS setup problem

2003-02-11 Thread Phil Beder
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

Re: NFS setup problems

2002-11-25 Thread lostbear
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

Re: NFS setup problems

2002-11-24 Thread nate
> 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