On Mon, 3 Dec 2007 14:17:03 -0500 (EST), Tom Wolfe wrote > Hi, > > I'm getting long delays when trying to log off from the System > Quit > button. I'm talking 30 seconds to 2 minutes. > > This problem only seems to exist with AD-authenticated (winbind/nsswitch) > users, not local users (files/nsswitch). > > Gutsy 7.10 Edubuntu. > > Any ideas what might be wrong? > > Regards, > Tom Wolfe
This likely isn't your problem, because it would be too easy :-) But in your /etc/nsswitch.conf what do you have listed for the "hosts" entry? I found I got a lot of delays with logging in/out if I stuck with the defaults: hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4 If you have a line that looks like above, try to simplify it with: hosts: files dns I don't know why, but that eliminated all of my delays regarding log in/out. Hope that helps, Jim -- This message has been scanned for viruses and dangerous content by the Cotter Technology Department, and is believed to be clean. -- edubuntu-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-users
