Bug 113898

Summary: kioslave NFS doesn't work
Product: [Unmaintained] kio Reporter: Iñaki Baz Castillo <ibc>
Component: nfsAssignee: Alexander Neundorf <neundorf>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Iñaki Baz Castillo 2005-10-05 16:43:11 UTC
Version:           desconocido (using KDE 3.4.1, Debian Package 4:3.4.1-1 (3.1))
Compiler:          gcc version 3.3.6 (Debian 1:3.3.6-5)
OS:                Linux (i686) release 2.6.10

That's all. I have configured a NFS server and it workes correctly: I can mount it in a directory, acces, read and write files.

This is my /etc/exports:
**************************************************************
/home/nfs 127.0.0.1(rw,all_squash,anonuid=65534,anongid=65534)
#Only access allowed from localhost (it's just to test it).
**************************************************************


If I write in Konqueror:
   nfs:/127.0.0.1
or
   nfs:/nobody@127.0.0.1
or
   nfs:/any_user@127.0.0.1:/home/nfs

or all the possible combinatios an error appears:

"There was an error loading nfs://nobody@127.0.0.1
The authorization failed, authorization 127.0.0.1 not supported."


Maybe I don't know who to use kioslave NFS, but there is not information about it.
Comment 1 Tommi Tervo 2005-11-10 14:31:51 UTC

*** This bug has been marked as a duplicate of 86611 ***