When I mount home on NFS I can't start mozilla applications. This seems to be a problem with locking. Strace output of the affected programs will follow. Reproducible: Always Steps to Reproduce:
Created attachment 239047 [details] strace firefox
Created attachment 239049 [details] strace thunderbird
ls -l .mozilla .thunderbird
I'm not sure why the .thunderbird ones are so permissive but here you go: $ ls -l .thunderbird .mozilla .mozilla: total 4 drwxrwxrwx 4 conan conan 4 Jul 14 22:12 extensions drwxrwxrwx 3 conan conan 4 Jul 14 21:44 firefox .thunderbird: total 5 -rwxr--r-- 1 conan conan 94 Mar 20 15:51 profiles.ini drwx------ 8 conan conan 46 Jul 17 16:11 vj8793h2.default
(In reply to comment #4) > I'm not sure why the .thunderbird ones are so permissive but here you go: > > $ ls -l .thunderbird .mozilla > .mozilla: > total 4 > drwxrwxrwx 4 conan conan 4 Jul 14 22:12 extensions > drwxrwxrwx 3 conan conan 4 Jul 14 21:44 firefox > > .thunderbird: > total 5 > -rwxr--r-- 1 conan conan 94 Mar 20 15:51 profiles.ini > drwx------ 8 conan conan 46 Jul 17 16:11 vj8793h2.default > Your permissions should allow for the lock, your firefox should be just as permissive yet they are not. At your emerge --info and options that you have passed for mount of the nfs filesystem please.
Created attachment 239231 [details] emerge --info NFS is mounted as: 172.16.0.1:/home/users/conan on /home/users/conan type nfs (rw,vers=3,addr=172.16.0.1)
*** This bug has been marked as a duplicate of bug 328475 ***
My behaviour is reproducible on 2.6.33? Is this definitely a dupe?
(In reply to comment #8) > My behaviour is reproducible on 2.6.33? Is this definitely a dupe? > Yes it is, we have a few upstream devs who have tested with .32 and are unable to duplicate the problem. They also tested with .33 and .34 at my request and found they where also unable to lock the profile for startup, which results in failure.
Interesting. My problem still occurs using 2.6.32 Should I try even older versions?
It could be the same bug, only less reliably triggered on older kernels. If the issue persists after bug 328475 is fixed, reopen.