View Single Post

   
  #2 (permalink)  
Old 02-21-2008, 11:35 AM
J.O. Aho
 
Posts: n/a
Default Re: Logging out not working - NFS might be the culprit

Wim Cossement wrote:
> Hi,
>
> I've got a system here using secure LDAP (on the localhost) for
> authenication, but the homedirs are on a another machine, accessed
> through NFS.
>
> Everything works fine, except logging out.
> Most programs get shut down, but I'm always left with the cursor on a
> black screen, and when I run ps- ef | grep username in a virtual console
> there is still a bunch of stuff running.
> Waiting does not help, and sometimes I get a crash report from kicker,
> but the only way I can get back to the KDE login is by resetting the
> Xserver by hand.
>
> I've created a testuser, with a local homedir and there things work OK,
> so it must have to do with the fact that I'm using NFS.
>
> Is there anything I can look into to make this glitch go away?


Look at the /var/log/messages on both machines and see what kind of error you
may get for NFS. When running the following services: netmount nfsmount portmap
on the nfs client, I haven't had any problems, you may need no_root_squash on
the /etc/exports on the nfs server.

KDE works fine here for me.


//Aho
Reply With Quote