We have just upgraded two servers providing a number of services to our network including NFS and NIS. User authentication is done by one server (serverA) and home directories and a number of shared folders are provided by an NFS share from another (serverB).
NIS users are able to authenticate against the new serverA and interact with their home and shared directories as before but if they launch certain applications such as Firefox or LibreOffice the window does not open.
If the offending applications are launched by a local non-NIS user they work perfectly.
When running Firefox from a terminal there is no text output at all.
If the Firefox profile (~/.mozilla/firefox) is deleted before it is opened a new one is created but otherwise the behaviour is the same.
If Firefox is run within
strace
it stops on the following:open("/home/user/.mozilla/firefox/gmm7ny7n.default/.parentlock", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 8 fcntl(8, F_GETLK
- Disabling SELinux on NIS and NFS servers doesn't help.
Any help much appreciated, thanks.