[SOLVED] dolphin does not show files/folders after upgrade

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

[SOLVED] dolphin does not show files/folders after upgrade

Postby magfan » May 31st, '12, 13:46

Upgrading from Mageia 1 to Mageia 2 went smoothly. Yes, but...

When I start dolphin it does not show anything like files or folders. Just an empty space. I added _netdev for my NFS mounts in fstab, but this did not change anything. Any ideas?
Last edited by magfan on Jun 14th, '12, 08:01, edited 3 times in total.
magfan
 
Posts: 334
Joined: Apr 3rd, '12, 12:33

Re: dolphin does not show files/folders after upgrade

Postby djennings » May 31st, '12, 20:01

Are you saying that Dolphin starts with a blank page, but you can navigate to folders, or are you saying dolphin is blank no matter what you do?
User avatar
djennings
 
Posts: 613
Joined: Jun 2nd, '11, 23:51
Location: Wokingham, UK

Re: dolphin does not show files/folders after upgrade

Postby doktor5000 » May 31st, '12, 21:23

magfan wrote:When I start dolphin it does not show anything like files or folders. Just an empty space. I added _netdev for my NFS mounts in fstab, but this did not change anything.


The _netdev thing was for a totally different issue. And are you talking about accessing your NFS mounts, or where exactly does dolphin show nothing?
Does the problem also persist when trying with a freshly created user?
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18056
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: dolphin does not show files/folders after upgrade

Postby magfan » May 31st, '12, 21:47

The only time dolphin shows something is when I right-click on the desktop an select "open with dolphin". Only in this single case dolphin shows the icons from the desktop. But I cannot navigate to different folders. That is why I thought this behavior has something to do with the file systems and I mounted two NFS directories with this additional option. But it did not help. In the meantime I discovered that also the file open dialog of kwrite (or any other KDE program) does not let me navigate and does not show anything.
magfan
 
Posts: 334
Joined: Apr 3rd, '12, 12:33

Re: dolphin does not show files/folders after upgrade

Postby doktor5000 » May 31st, '12, 22:35

Is konqueror installed?
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18056
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: dolphin does not show files/folders after upgrade

Postby magfan » Jun 1st, '12, 07:02

Yes, konqueror is installed and has the same problem.

I just called kdf and realized that the same NFS directories (/data1, /data2) seem to be mounted twice: once unsuccessful (NFS) and once successful (NFS4). Maybe that causes problems? Anyway, I do not know how to set it to only one NFS version.

Another thing is that all partitions appear as "removable devices".
Attachments
partitions.png
All partitions appear as "removable devices"
partitions.png (48.42 KiB) Viewed 4530 times
kdf_double_nfs.png
/data1 and /data2 are mounted twice via different NFS versions?
kdf_double_nfs.png (81.75 KiB) Viewed 4534 times
magfan
 
Posts: 334
Joined: Apr 3rd, '12, 12:33

Re: dolphin does not show files/folders after upgrade

Postby doktor5000 » Jun 3rd, '12, 21:56

Please show the output of
Code: Select all
showmount -e
and also the contents of /etc/exports from the NFS server and the contents of /etc/fstab from the client you're having this problem with.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18056
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: dolphin does not show files/folders after upgrade

Postby magfan » Jun 4th, '12, 07:40

Upgrade info:
cortex (client) - Mandriva 2010.2 -> Mageia 1 -> Mageia 2
amygdala (server) - Mandriva 2010.2 -> Mageia 1


showmount on cortex (client):

Code: Select all
[root@cortex opt]# showmount -e
Export list for cortex:
/imagepool amygdala_nfs
[root@cortex opt]#



/etc/fstab on cortex (client):

Code: Select all
#/dev/sda5 swap swap defaults 0 0
# Entry for /dev/sda6 :
UUID=0419fb8a-cabe-4dd9-9722-4f3644f2effc / ext4 acl,relatime 1 1
# Entry for /dev/sda1 :
UUID=b5aa7f55-a7c9-4b38-ad33-723ae94fa267 /boot ext3 acl,relatime 1 2
#/dev/sda9 /data ext4 acl,relatime 1 2
UUID=19136443-b9af-4283-97c6-49357ae78226 /data ext4 acl,relatime 1 2
#
amygdala_nfs:/data1 /data1 nfs rsize=8192,wsize=8192,nosuid,soft 0 0
amygdala_nfs:/data2 /data2 nfs rsize=8192,wsize=8192,nosuid,soft 0 0
#/dev/sda7 /tmp ext4 acl,relatime 1 2
# Entry for /dev/sda8 :
UUID=f1b73a0f-ba7a-4e6e-ba8d-cb1ab6e10950 /home ext4 acl,relatime 1 2
# Entry for /dev/sdd1 :
UUID=db2da449-a7af-40f4-bf8f-2d5cf6a466d9 /imagepool ext4 defaults,acl 1 2
#/dev/DICOM/1 /imagepool ext4 defaults,acl 1 2
/dev/sr1 /media/cdrom auto umask=0,users,iocharset=utf8,noauto,ro,exec 0 0
none /proc proc defaults 0 0
#/dev/sda6 / ext4 acl,relatime 1 1
# Entry for /dev/sda7 :
UUID=a0e5f589-1cfc-453b-a937-1d3700406e8a /tmp ext4 acl,relatime 1 2
#/dev/sda1 /boot ext3 acl,relatime 1 2
# Entry for /dev/sda5 :
UUID=8556eaea-6ea5-43e7-81bf-9d4ee7c604cd swap swap defaults 0 0



/etx/exports on amygdala (server):

Code: Select all
# generated by drakhosts.pl
/data1 cortex_nfs(no_root_squash,async,secure,no_subtree_check,rw)
/data2 cortex_nfs(no_root_squash,async,secure,no_subtree_check,rw)
magfan
 
Posts: 334
Joined: Apr 3rd, '12, 12:33

Re: dolphin does not show files/folders after upgrade

Postby magfan » Jun 4th, '12, 13:52

Can this be related to the following bug?

https://bugs.archlinux.org/task/27851
magfan
 
Posts: 334
Joined: Apr 3rd, '12, 12:33

Re: dolphin does not show files/folders after upgrade

Postby magfan » Jun 4th, '12, 15:36

I could solve the problem be editing /etc/fstab (adding a slash at the end of the mounted directory). Instead of just "/data1" and "/data2" I had to mount "/data1/" and "/data2/" like in /etc/mtab:

Code: Select all
cat /etc/fstab | grep amygdala_nfs
amygdala_nfs:/data1/ /data1 nfs rsize=8192,wsize=8192,nosuid,soft 0 0
amygdala_nfs:/data2/ /data2 nfs rsize=8192,wsize=8192,nosuid,soft 0 0

cat /etc/mtab | grep amygdala_nfs
amygdala_nfs:/data1/ /data1 nfs4 rw,nosuid,relatime,vers=4,rsize=8192,wsize=8192,namlen=255,soft,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.4.1,minorversion=0,local_lock=none,addr=192.168.4.2 0 0
amygdala_nfs:/data2/ /data2 nfs4 rw,nosuid,relatime,vers=4,rsize=8192,wsize=8192,namlen=255,soft,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.4.1,minorversion=0,local_lock=none,addr=192.168.4.2 0 0


Could the missing slash be automatically added by mcc? That would be nice.
magfan
 
Posts: 334
Joined: Apr 3rd, '12, 12:33

Re: [SOLVED] dolphin does not show files/folders after upgra

Postby doktor5000 » Jun 4th, '12, 21:25

How did you setup those NFS mounts on the client?

And yes, it could be related to the bug you mentioned, but i'm not sure.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18056
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: [SOLVED] dolphin does not show files/folders after upgra

Postby magfan » Jun 5th, '12, 07:14

doktor5000 wrote:How did you setup those NFS mounts on the client?


I used mcc to create /etc/fstab. Later I added the trailing slashes manually when I saw that the system itself uses them in /etc/mtab. Unmounting and mounting again solved the problem.
magfan
 
Posts: 334
Joined: Apr 3rd, '12, 12:33

Re: dolphin does not show files/folders after upgrade

Postby magfan » Jun 5th, '12, 08:42

I thought the problem was solved, but it is not! Dolphin works very well as long as you never try to access a NFS mounted directory via dolphin. It turns out to be very closely related to bug https://bugs.archlinux.org/task/27851. Is there any chance to "downgrade" the filesystem package?
magfan
 
Posts: 334
Joined: Apr 3rd, '12, 12:33

Re: dolphin does not show files/folders after upgrade

Postby djennings » Jun 5th, '12, 09:24

Dolphin works very well as long as you never try to access a NFS mounted directory via dolphin.


I do not have the same problem with Dolphin and NFS mounts.
You never answered when asked if a new user has the same problem?

Can you navigate the NFS file system using Midnight Commander ( mc ) on the command line? (as your user)
User avatar
djennings
 
Posts: 613
Joined: Jun 2nd, '11, 23:51
Location: Wokingham, UK

Re: dolphin does not show files/folders after upgrade

Postby magfan » Jun 5th, '12, 10:45

Yes, any user on this system. I deleted my own account including $HOME and created a new account again. But it did not help. Doing so I could solve another problem (viewtopic.php?f=7&t=2632) but the NFS problem remains.

There is no problem to navigate the NFS file system using konsole or mc.
magfan
 
Posts: 334
Joined: Apr 3rd, '12, 12:33

Re: dolphin does not show files/folders after upgrade

Postby djennings » Jun 5th, '12, 11:08

Just as an experiment.
What do you get if you put the URL into Dolphin or Konqueror
Code: Select all
nfs://amygdala_nfs:/data2
User avatar
djennings
 
Posts: 613
Joined: Jun 2nd, '11, 23:51
Location: Wokingham, UK

Re: dolphin does not show files/folders after upgrade

Postby magfan » Jun 5th, '12, 11:19

djennings wrote:Just as an experiment.
What do you get if you put the URL into Dolphin or Konqueror
Code: Select all
nfs://amygdala_nfs:/data2


An error like "authentication failed. amygdala_nfs not supported"
magfan
 
Posts: 334
Joined: Apr 3rd, '12, 12:33

Re: Desktop does not show files/folders after upgrade

Postby htgoebel » Jun 8th, '12, 15:47

I'm experiencing the same problems. Not only in dolphin, but also on the Desktop, see https://forums.mageia.org/de/viewtopic.php?f=8&t=724.

My /home is mounted via NFS, too.
htgoebel
 
Posts: 15
Joined: Sep 9th, '11, 20:36

Re: dolphin does not show files/folders after upgrade

Postby magfan » Jun 14th, '12, 08:00

magfan
 
Posts: 334
Joined: Apr 3rd, '12, 12:33


Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest