Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 262907 - GDM login is VERY slow
Summary: GDM login is VERY slow
Status: RESOLVED DUPLICATE of bug 262855
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-18 13:27 UTC by Tim
Modified: 2009-03-18 13:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim 2009-03-18 13:27:13 UTC
Booting into GDM from a fresh reboot and, after I've logged into GDM, it takes an enormous amount of time to log out of GDM and get back to the login prompt.  I followed the Gnome-Light installation under the Gentoo manual and have had several problems with my Gentoo build.  I've fixed all but this one.  This one being it takes too long to log in/out of GDM.  Too long as in about 3+ minutes.



Reproducible: Always

Steps to Reproduce:
1. Reboot System and when GDM starts to load
2. or, after GDM has finally loaded, log in and then log out
Actual Results:  
Either option will take a while before you get a login prompt to show up, a long time as in 3+ minutes


Expected Results:  
It should take only a reasonable amount of time to load - less than 30 seconds

This may help determin my problem...

Code:
/etc/pam.d/gdm
#%PAM-1.0
auth       optional		pam_env.so
auth       include		system-login
auth       required		pam_nologin.so

account    include		system-login

password   include		system-login

session    include		system-auth
#Keyring=session    optional		pam_gnome_keyring.so auto_start

Code:
/etc/nsswitch.conf
passwd:      compat
shadow:      compat
group:       compat

hosts:       files dns
networks:    files dns

services:    db files
protocols:   db files
rpc:         db files
ethers:      db files
netmasks:    files
netgroup:    files
bootparams:  files

automount:   files
aliases:     files

Code:
/etc/pam.d/system-auth
auth		required	pam_env.so
auth		required	pam_unix.so try_first_pass likeauth nullok

account		required	pam_unix.so

password	required	pam_cracklib.so difok=2 minlen=8 dcredit=2 ocredit=2
try_first_pass retry=3
password	required	pam_unix.so try_first_pass use_authtok nullok md5 shadow

session		required	pam_limits.so
session		required	pam_env.so
session		required	pam_unix.so
Comment 1 Rémi Cardona (RETIRED) gentoo-dev 2009-03-18 13:42:30 UTC
Filing bugs once is enough.

Thanks

*** This bug has been marked as a duplicate of bug 262855 ***