Bug 113898 - kioslave NFS doesn't work
Summary: kioslave NFS doesn't work
Status: RESOLVED DUPLICATE of bug 86611
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: nfs (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Alexander Neundorf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-05 16:43 UTC by Iñaki Baz Castillo
Modified: 2005-11-10 14:31 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***