Bug 98353 - kio nfs only shows public exports
Summary: kio nfs only shows public exports
Status: RESOLVED WORKSFORME
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: nfs (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Alexander Neundorf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-01 16:10 UTC by Oscar Curero
Modified: 2005-04-02 13:58 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 Oscar Curero 2005-02-01 16:10:10 UTC
Version:            (using KDE KDE 3.3.2)
Installed from:    SuSE RPMs
OS:                Linux

Hi,

Given the following export file:

/exported/share1      192.168.0.0/255.255.255.0(rw,no_root_squash,sync)
/exported/share2      192.168.0.0/255.255.255.0(rw,root_squash,sync)
/exported/share3      (ro,root_squash,sync)
/exported/share4      (ro,root_squash,sync)

kio_nfs will only show shares 3 and 4. But if I change my configuration like this, everything will work as intented:

/exported/share1      (rw,no_root_squash,sync)
/exported/share2      (rw,root_squash,sync)
/exported/share3      (ro,root_squash,sync)
/exported/share4      (ro,root_squash,sync)

Reproducible: always
Steps to reproduce: Make a export file like the first example.
Result: Two icons for share3 and share4
Expected result: Four icons, one for each share.

Thanks!
Comment 1 Thiago Macieira 2005-02-02 01:37:44 UTC
I cannot reproduce. My /etc/exports contains:

/mnt/stuff/cl10/1   *.local.lan(ro,root_squash,insecure)

and other similar lines. All are shown.

I guess the problem is your NFS server, not kio_nfs.
Comment 2 Oscar Curero 2005-04-02 13:58:52 UTC
Updated to kde 3.4 and now kio_nfs works fine again.