You are not logged in.

#1 2009-08-05 17:43:32

Rainarrow
Member
Registered: 2008-11-30
Posts: 2

GDM login screen asks for password twice

The system begin to behave this way after I performed a system upgrade. Upon login, a second login screen(identical to the first one) would appear immediately after the normal login process, and I have to repeat the login process to get past it.

I searched around a bit and seems it might be the PAM config files. However I didn't find anything unusual in them.

[CONTENT OF /etc/pam.d/gdm]

#%PAM-1.0
auth            requisite       pam_nologin.so
auth            required        pam_env.so
auth            required        pam_unix.so
auth            optional        pam_gnome_keyring.so
account         required        pam_unix.so
session         required        pam_limits.so
session         required        pam_unix.so
session         optional        pam_gnome_keyring.so auto_start
password        required        pam_unix.so

[/CONTENT OF /etc/pam.d/gdm]

[CONTENT OF /etc/pam.d/gdm-autologin]

auth        requisite    pam_nologin.so try_first_pass
auth        required    pam_env.so
auth        required    pam_permit.so
account        required    pam_unix.so
password    required    pam_unix.so
session        required    pam_limits.so
session        required    pam_unix.so

[/CONTENT OF /etc/pam.d/gdm-autologin]

Where else should I look at? Any input is greatly appreciated.

Offline

#2 2009-08-05 22:33:37

jdiez
Member
Registered: 2009-08-03
Posts: 40

Re: GDM login screen asks for password twice

Can you post your DAEMONS?

Offline

#3 2009-08-06 07:04:26

Rainarrow
Member
Registered: 2008-11-30
Posts: 2

Re: GDM login screen asks for password twice

rainarrow ~  $  lsmod
Module                  Size  Used by
ipv6                  277972  8
radeon                366208  2
drm                   154656  3 radeon
ext2                   69036  1
mbcache                 7080  1 ext2
fan                     4392  0
cpufreq_powersave       1380  0
pcmcia                 36268  0
cpufreq_ondemand        7672  1
snd_seq_dummy           2696  0
snd_seq_oss            31168  0
thinkpad_acpi          69044  0
iTCO_wdt               10952  0
phc_intel              12560  0
snd_seq_midi_event      7012  1 snd_seq_oss
snd_seq                53744  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device          6768  3 snd_seq_dummy,snd_seq_oss,snd_seq
rfkill                 10640  2 thinkpad_acpi
iTCO_vendor_support     3080  1 iTCO_wdt
intel_agp              27484  0
irtty_sir               5540  0
yenta_socket           25136  1
rsrc_nonstatic         12292  1 yenta_socket
joydev                 10400  0
freq_table              3716  2 cpufreq_ondemand,phc_intel
i2c_i801                9656  0
tg3                   111592  0
led_class               3976  1 thinkpad_acpi
ppdev                   7656  0
uhci_hcd               23540  0
ehci_hcd               35664  0
snd_intel8x0           30592  0
snd_ac97_codec        106088  1 snd_intel8x0
ipw2200               144880  0
libipw                 27656  1 ipw2200
snd_pcm_oss            40352  0
snd_mixer_oss          17540  1 snd_pcm_oss
nvram                   6928  2 thinkpad_acpi
parport_pc             36964  1
lp                      9700  0
parport                34380  3 ppdev,parport_pc,lp
agpgart                32756  2 drm,intel_agp
sir_dev                11688  1 irtty_sir
usbcore               150192  3 uhci_hcd,ehci_hcd
nsc_ircc               17040  0
video                  19832  0
output                  2884  1 video
pcmcia_core            35128  3 pcmcia,yenta_socket,rsrc_nonstatic
fuse                   60896  6
sg                     27928  0
i2c_core               22776  2 drm,i2c_i801
button                  5556  0
processor              35800  2 phc_intel
psmouse                59644  0
pcspkr                  2372  0
libphy                 20356  1 tg3
ac97_bus                1540  1 snd_ac97_codec
evdev                  10176  14
lib80211                5832  2 ipw2200,libipw
irda                  126744  2 sir_dev,nsc_ircc
battery                10984  0
ac                      4360  0
thermal                13888  0
snd_pcm                73672  3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer              21100  2 snd_seq,snd_pcm
snd                    58436  9 snd_seq_oss,snd_seq,snd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
serio_raw               5704  0
soundcore               6848  1 snd
crc_ccitt               1700  1 irda
snd_page_alloc          8876  2 snd_intel8x0,snd_pcm
rtc_cmos               11212  0
rtc_core               18048  1 rtc_cmos
rtc_lib                 2500  1 rtc_core
jfs                   180492  2
sd_mod                 27328  7
ahci                   34004  0
ata_generic             4680  0
ata_piix               23080  6
pata_acpi               4228  0
libata                168012  4 ahci,ata_generic,ata_piix,pata_acpi
scsi_mod              110708  3 sg,sd_mod,libata

Offline

Board footer

Powered by FluxBB