Re: Problem "NFS permission denied"

Matthew Gordon <[email protected]> Tue, 20 Jul 2004 09:24:04 -0500
Newsgroups gmane.comp.file-systems.sfs.general
Message-ID <[email protected]>
I got similar error messages due to a lack of appropriate NFS support
in my kernel. Make sure you have NFS3 support available either built
in to the kernel or loaded as a module.

Matt


----- Original Message -----
From: KyeongMin Cheon <[email protected]>
Date: Tue, 20 Jul 2004 16:12:40 +0900
Subject: Problem "NFS permission denied"
To: [email protected]



















I think I well
followed the process showed in SFS 0.7.1 Manual.  But I guess there are
something wrong I did last part of process. So please look at my situation, and
answer me what I did wrong or what I should do.



 



 



 



In fact, I
tried to followe all steps showed in manual.



 



I made
/etc/sfs/sfsrwsd_config file like: 



 



/var/sfs/root
/



/disk/u1 /usr1



 



and I made
/etc/exports file like :



 



/var/sfs/root
203.237.53.***(ro) 



/disk/u1
203.237.53.***(ro)



 



I confirmed
those folders using NFS are correctly mounted.



 



In client PC.
After sfskey login, I can see like:



 



Passphrase for
[email protected]/1024: 



 



SFS Login as
[email protected]



 



and then I can
see these thing in SFS folder



 



localhost.localdomain 
localhost.localdomain,3igdkg5snxwqcsqx2ar7f8mpc34phakx



 



and I can also
see like in server. 



 



[root@kmcheon
root]# sfssd -d



 



sfssd: version
0.7.2, pid 2504



rexd: version
0.7.2, pid 2505



rexd: serving
@localhost.localdomain,3igdkg5snxwqcsqx2ar7f8mpc34phakx



rexd: spawning
/usr/local/lib/sfs-0.7.2/ptyd



sfsauthd:
version 0.7.2, pid 2812



sfsauthd:
serving @localhost.localdomain,3igdkg5snxwqcsqx2ar7f8mpc34phakx



sfsrwsd:
findfs: 127.0.0.1:/var/sfs/root: NFS mount: Permission denied



sfsrwsd:
findfs: 127.0.0.1:/disk/u1: NFS mount: Permission denied



sfsrwsd:
fatal: file server initialization failed (((((( I think this part of message is
giving me the server's
situation, but I don't know how to fix this
problem.)))))



sfssd: EOF
from server



sfssd:
accepted connection from 203.237.53.**



sfsauthd: accepted
user root from 203.237.53.**!sfsauthd using SRP password



sfssd:
accepted connection from 203.237.53.**



sfsauthd:
accepted user root from 203.237.53.**!sfsauthd using SRP password



 



But I cannot
connect folder /sfs in server.



I think that
the command to connect folder /sfs to server is cd /sfs/203.237.53.*** .



I don't know
what I should do for fixing this problem. Please e-mail me with answer.



 



Your help is
deeply appreciated…
Thank you so much.