filesystem integration not working (nfs error: success !?)
i tried to use filesystem integration on linux (gentoo) but encountered a very strange error named "success".
#: mount /mnt/wua.la/wuala/direct
mount: mount to NFS server 'localhost' failed: RPC Error: Success.
on that computer a nfs-server is running, so i started wuala using the -noportmapregistration option. btw: can this option be entered somehow into wualarc?
my fstab entry looks like this:
localhost:/wuala /mnt/wua.la/wuala/direct nfs defaults,users,noauto,rsize=8192,wsize=8192,timeo=14,intr,nolock,soft,nfsvers=3,mountvers=3,port=26184,mountport=26183
the check reports portmap and service as ok and volume and integration as failed.
thanks in advance for any hint!
andy
#: mount /mnt/wua.la/wuala/direct
mount: mount to NFS server 'localhost' failed: RPC Error: Success.
on that computer a nfs-server is running, so i started wuala using the -noportmapregistration option. btw: can this option be entered somehow into wualarc?
my fstab entry looks like this:
localhost:/wuala /mnt/wua.la/wuala/direct nfs defaults,users,noauto,rsize=8192,wsize=8192,timeo=14,intr,nolock,soft,nfsvers=3,mountvers=3,port=26184,mountport=26183
the check reports portmap and service as ok and volume and integration as failed.
thanks in advance for any hint!
andy
3 people have this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?Not sure if this will help, but worth a try:
Create a file named /etc/hosts.allow and add these lines:
portmap: 127.0.0.1
lockd: 127.0.0.1
rquotad:127.0.0.1
mountd: 127.0.0.1
statd: 127.0.0.1
Then restart portmap. I had a similar error and this fixed it for me.
Loading Profile...



