[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: NFS server problems



Hi,

have you mounted a directory on the server, like this?:
mount /dev/sdb1 /export/nc
mount /dev/sdb2 /export/nc/etc

In this case you have to add the second mount to /etc/exports and mount it
also on the client.

Make also sure you do not have spaces between rw,no_root_squash. Exports
is very sensitive.

I know there are some troubles with the kernel server from 2.2.x kernels,
but the user-space daemon worked fine. However, I had to upgrade to 2.4.0
before my kernel daemon works almost fine.

hope this helps,
Greetz,
Sebastiaan

On Sun, 14 Jan 2001, Patrick Vermeij wrote:

> Hi
> 
> For my Java-stations I use nfs-user-server (potato) on my I386 machine.
> My /etc/exports :
> 
> /export/nc	10.0.0.1(rw,no_root_squash)
> 
> when I boot my javastation every thing goes well (at least, it seems)
> But, when I want to login I only can login as root.
> And after that (when I logged in as root) when I switch to a random user :
> 
> #su - username
> No directory, loggin in with HOME=/
> su: /etc/profile: Permission denied
> su: //.bash_profile:Permission denied
> su-2.03$
> 
> Even with the nfs-user-server from woody, I got the same problems.
> The permissions on the mounted directory are fine, cause I use exact the
> same image on another debian server (sparc). On the sparc are no
> problems. (with the same /etc/export).
> So it should be an nfs-server problem.
> When I try the kernel server, there are mount problems on the i386 as on
> the sparc machine.
> 
> Anyone who has an idea?
> 
> thnx
> 
> Patrick
> 
> 
> --  
> To UNSUBSCRIBE, email to debian-isp-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> 
> 



Reply to: