GDM Login screen hangs at boot - FC1

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all,

I have a Pentum4 machine running FC1 and kernel 2.4.22-1.2197.nptl that
hangs after the graphical boor has passed... then I cannot login normally
into the machine... most appears to be running OK since I can connect to
that computer via SSH... I am annexing a dmesg and my /etc/X11/XF86Config
to see if that could help me to debug the erro...

The machine was working normally until I updated my "gtk2" rpm via
Synaptic:

[root@genome X11]# rpm -qa | grep gtk
eclipse-gtk2-2.1.2-6jpp
pygtk2-2.2.0-2.1.fc1.nr
usermode-gtk-1.69-1
authconfig-gtk-4.3.8-1
libexif-gtk-0.3.3-1.spc
gtk2-2.4.1-1.1.fc1.nr
gnome-python2-gtkhtml2-2.0.0-2
gtk-engines-0.12-1
gtkspell-2.0.6-1.1.fc1.dag
gtksourceview-1.0.1-1.1.fc1.nr
gtk+-1.2.10-30.fdr.3.1
mtr-gtk-0.52-3
libswt2-gtk2-2.1.2-6jpp
gtk2-engines-2.2.0-3
gtkam-0.1.10-1.spc
gtkhtml2-2.4.0-1
pygtk2-libglade-2.2.0-2.1.fc1.nr

[root@genome X11]# rpm -qa | grep gnome-session
gnome-session-2.4.0-3
[root@genome X11]#

A piece of my "ps -aux | less" shows an erro in "gdm":

root      6020  0.0  0.0  2784  624 ?        S    07:56   0:00 crond
xfs       6052  0.0  0.2  6608 3512 ?        S    07:56   0:00 xfs
-droppriv -daemon
root      6062  0.0  0.1 10636 2728 ?        S    07:56   0:00 smbd -D
root      6066  0.0  0.1  8528 2044 ?        S    07:56   0:00 nmbd -D
root      6076  0.0  0.0  3360  632 ?        SN   07:56   0:00 anacron -s
daemon    6085  0.0  0.0  2048  580 ?        S    07:56   0:00
/usr/sbin/atd
dbus      6095  0.0  0.0  2964  836 ?        S    07:56   0:00
dbus-daemon-1 --system
root      6107  0.0  0.0  2944  448 tty1     S    07:56   0:00
/sbin/mingetty tty1
root      6108  0.0  0.0  2856  448 tty2     S    07:56   0:00
/sbin/mingetty tty2
root      6109  0.0  0.0  2372  448 tty3     S    07:56   0:00
/sbin/mingetty tty3
root      6110  0.0  0.0  2024  444 tty4     S    07:56   0:00
/sbin/mingetty tty4
root      6111  0.0  0.0  2048  444 tty5     S    07:56   0:00
/sbin/mingetty tty5
root      6112  0.0  0.0  2844  444 tty6     S    07:56   0:00
/sbin/mingetty tty6
root      6113  0.0  0.1 12220 2212 ?        S    07:56   0:00
/usr/bin/gdm-binary -nodaemon
root      6173  0.6  0.6 47008 10112 ?       S    07:56   0:04
/usr/X11R6/bin/X :0 -audit 0 -auth /var/gdm/:0.Xauth -nolisten tcp vt7
root      6176  0.0  0.1 12220 2312 ?        S    07:57   0:00
/usr/bin/gdm-binary -nodaemon
root      6178  0.0  0.0  2688  352 ?        S    07:57   0:00
/usr/libexec/gdmopen -l /bin/sh -c /usr/bin/dialog --yesno 'There already
appears to be an X server running on display :0.  Should I try another
display number?  If you answer no, I will
attempt to start the server on :0 again.  (You can change consoles by
root      6179  0.0  0.0  5344 1196 tty8     S    07:57   0:00
/usr/bin/dialog --yesno There already appears to be an X server running on
display :0.  Should I try another display number?  If you answer no, I
will attempt to start the server on :0 again.  (You can change consoles by
pressing Ctrl-Alt plus a function ke
root      6223  0.0  0.1  8008 2080 ?        S    07:57   0:00 sshd:
davila [priv]
davila    6225  0.0  0.1  8012 2280 ?        S    07:57   0:00 sshd:
davila@pts/0

Any help would be greatly appreciated. Thanks,

Alberto

*****

/etc/X11/XF86Config :

[root@genome X11]# more XF86Config
 
# XFree86 4 configuration created by pyxf86config
 
Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "DevInputMice" "AlwaysCore"
EndSection
 
Section "Files"
 
# RgbPath is the location of the RGB database.  Note, this is the name of
the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "unix/:7100"
EndSection
                                                                          
     
Section "Module"
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
        Load  "dri"
EndSection
 
Section "InputDevice"
 
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#       Option  "Xleds"         "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#       Option  "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#       Option  "XkbModel"      "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#       Option  "XkbModel"      "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#       Option  "XkbLayout"     "de"
# or:
#       Option  "XkbLayout"     "de"
#       Option  "XkbVariant"    "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#       Option  "XkbOptions"    "ctrl:swapcaps"
# Or if you just want both to be control, use:
#       Option  "XkbOptions"    "ctrl:nocaps"
#
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbRules" "xfree86"
        Option      "XkbModel" "abnt2"
        Option      "XkbLayout" "br"
EndSection
                                                                          
     
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/psaux"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "no"
EndSection
 
Section "InputDevice"
 
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
        Identifier  "DevInputMice"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "no"
EndSection
                                                                          
     
Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "SyncMaster"
        DisplaySize  360        270
        HorizSync    30.0 - 85.0
        VertRefresh  50.0 - 160.0
        Option      "dpms"
EndSection
 
Section "Device"
        Identifier  "Videocard0"
        Driver      "vesa"
        VendorName  "Videocard vendor"
        BoardName   "VESA driver (generic)"
EndSection
 
Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
EndSection
 
Section "DRI"
        Group        0
        Mode         0666
EndSection

**********

Dmsg output:

Linux version 2.4.22-1.2197.nptl (bhcompile@xxxxxxxxxxxxxxxxxxxxxxx) (gcc
version 3.2.3 20030422 (Red Hat Linux 3.2.3-6)) #1 Thu Jul 1 15:14:28 EDT
2004
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
 BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000005fffc000 (usable)
 BIOS-e820: 000000005fffc000 - 000000005ffff000 (ACPI data)
 BIOS-e820: 000000005ffff000 - 0000000060000000 (ACPI NVS)
 BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
 BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
639MB HIGHMEM available.
896MB LOWMEM available.
ACPI: have wakeup address 0xc0001000
On node 0 totalpages: 393212
zone(0): 4096 pages.
zone(1): 225280 pages.
zone(2): 163836 pages.
ACPI: RSDP (v000 ASUS                                      ) @ 0x000f5820
ACPI: RSDT (v001 ASUS   P4S8X    0x42302e31 MSFT 0x31313031) @ 0x5fffc000
ACPI: FADT (v001 ASUS   P4S8X    0x42302e31 MSFT 0x31313031) @ 0x5fffc0b2
ACPI: BOOT (v001 ASUS   P4S8X    0x42302e31 MSFT 0x31313031) @ 0x5fffc030
ACPI: MADT (v001 ASUS   P4S8X    0x42302e31 MSFT 0x31313031) @ 0x5fffc058
ACPI: DSDT (v001   ASUS P4S8X    0x00001000 MSFT 0x0100000b) @ 0x00000000
Kernel command line: ro root=LABEL=/ hdc=ide-scsi rhgb
ide_setup: hdc=ide-scsi
Initializing CPU#0
Detected 2019.907 MHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 4023.91 BogoMIPS
Memory: 1550448k/1572848k available (1473k kernel code, 22012k reserved,
1099k data, 136k init, 655344k highmem)
Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
Inode cache hash table entries: 131072 (order: 8, 1048576 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
Buffer cache hash table entries: 131072 (order: 7, 524288 bytes)
Page-cache hash table entries: 524288 (order: 9, 2097152 bytes)
CPU: Trace cache: 12K uops, L1 D cache: 8K
CPU: L2 cache: 512K
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU:     After generic, caps: 3febfbff 00000000 00000000 00000000
CPU:             Common caps: 3febfbff 00000000 00000000 00000000
CPU: Intel(R) Pentium(R) 4 CPU 2.00GHz stepping 04
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
mtrr: v1.40 (20010327) Richard Gooch (rgooch@xxxxxxxxxxxxx)
mtrr: detected mtrr type: Intel
ACPI: Subsystem revision 20031002
ACPI: Interpreter disabled.
PCI: PCI BIOS revision 2.10 entry at 0xf11a0, last bus=1
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
PCI: Using IRQ router default [1039/0963] at 00:02.0
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16)
Starting kswapd
allocated 32 pages and 32 bhs reserved for the highmem bounces
VFS: Disk quotas vdquot_6.5.1
pty: 2048 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with MANY_PORTS MULTIPORT
SHARE_IRQ SERIAL_PCI ISAPNP enabled
ttyS0 at 0x03f8 (irq = 4) is a 16550A
ttyS1 at 0x02f8 (irq = 3) is a 16550A
Real Time Clock Driver v1.10e
NET4: Frame Diverter 0.46
RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
ide: Assuming 33MHz system bus speed for PIO modes; override with
idebus=xx
SIS5513: IDE controller at PCI slot 00:02.5
SIS5513: chipset revision 0
SIS5513: not 100% native mode: will probe irqs later
SIS5513: SiS 962/963 MuTIOL IDE UDMA133 controller
    ide0: BM-DMA at 0xa400-0xa407, BIOS settings: hda:DMA, hdb:DMA
    ide1: BM-DMA at 0xa408-0xa40f, BIOS settings: hdc:DMA, hdd:pio
hda: Maxtor 6Y080P0, ATA DISK drive
hdb: SAMSUNG SV8004H, ATA DISK drive
blk: queue c0402f40, I/O limit 4095Mb (mask 0xffffffff)
blk: queue c0403080, I/O limit 4095Mb (mask 0xffffffff)
hdc: HL-DT-ST CD-RW GCE-8240B, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: attached ide-disk driver.
hda: host protected area => 1
hda: 160086528 sectors (81964 MB) w/7936KiB Cache, CHS=9964/255/63,
UDMA(133)
hdb: attached ide-disk driver.
hdb: host protected area => 1
hdb: 156368016 sectors (80060 MB) w/1945KiB Cache, CHS=9733/255/63,
UDMA(100)
Partition check:
 hda: hda1 hda2 hda3 hda4 < hda5 hda6 >
 hdb: hdb1 < hdb5 >
ide: late registration of driver.
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
Initializing Cryptographic API
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 16384 buckets, 128Kbytes
TCP: Hash tables configured (established 262144 bind 65536)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 273k freed
VFS: Mounted root (ext2 filesystem).
SCSI subsystem driver Revision: 1.00
libata version 0.81 loaded.
sata_promise version 0.87
ata1: SATA max UDMA/133 cmd 0xF883D200 ctl 0xF883D238 bmdma 0x0 irq 11
ata2: SATA max UDMA/133 cmd 0xF883D280 ctl 0xF883D2B8 bmdma 0x0 irq 11
ata1: no device found (phy stat 00000000)
ata1: thread exiting
ata2: no device found (phy stat 00000000)
ata2: thread exiting
scsi0 : sata_promise
scsi1 : sata_promise
device-mapper: 1.0.3-ioctl-bk (2002-08-5) initialised:
lvm-devel@xxxxxxxxxxxxxxxxx
Journalled Block Device driver loaded
EXT3-fs: INFO: recovery required on readonly filesystem.
EXT3-fs: write access will be enabled during recovery.
kjournald starting.  Commit interval 5 seconds
EXT3-fs: ide0(3,2): orphan cleanup on readonly fs
ext3_orphan_cleanup: deleting unreferenced inode 211744
EXT3-fs: ide0(3,2): 1 orphan inode deleted
EXT3-fs: recovery complete.
EXT3-fs: mounted filesystem with ordered data mode.
Freeing unused kernel memory: 136k freed
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
usb-ohci.c: USB OHCI at membase 0xf888a000, IRQ 9
usb-ohci.c: usb-00:03.0, Silicon Integrated Systems [SiS] USB 1.0
Controller
usb.c: new USB bus registered, assigned bus number 1
hub.c: USB hub found
hub.c: 2 ports detected
usb-ohci.c: USB OHCI at membase 0xf888c000, IRQ 9
usb-ohci.c: usb-00:03.1, Silicon Integrated Systems [SiS] USB 1.0
Controller (#2)
usb.c: new USB bus registered, assigned bus number 2
hub.c: USB hub found
hub.c: 2 ports detected
usb-ohci.c: USB OHCI at membase 0xf888e000, IRQ 9
usb-ohci.c: usb-00:03.2, Silicon Integrated Systems [SiS] USB 1.0
Controller (#3)
usb.c: new USB bus registered, assigned bus number 3
hub.c: USB hub found
hub.c: 2 ports detected
ehci_hcd 00:03.3: Silicon Integrated Systems [SiS] USB 2.0 Controller
ehci_hcd 00:03.3: irq 9, pci mem f8896000
usb.c: new USB bus registered, assigned bus number 4
PCI: cache line size of 128 is not supported by device 00:03.3
ehci_hcd 00:03.3: USB 2.0 enabled, EHCI 1.00, driver 2003-Jun-19/2.4
hub.c: USB hub found
hub.c: 6 ports detected
usb.c: registered new driver hiddev
usb.c: registered new driver hid
hid-core.c: v1.8.1 Andreas Gal, Vojtech Pavlik <vojtech@xxxxxxx>
hid-core.c: USB HID support drivers
mice: PS/2 mouse device common for all mice
hub.c: new USB device 00:03.0-1, assigned address 2
usb.c: USB device 2 (vend/prod 0x3f0/0x7204) is not claimed by any active
driver.
usb.c: registered new driver usblp
printer.c: usblp0: USB Bidirectional printer dev 2 if 0 alt 0 proto 2 vid
0x03F0 pid 0x7204
printer.c: v0.13: USB Printer Device Class driver
EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,2), internal journal
Adding Swap: 4192956k swap-space (priority -1)
kjournald starting.  Commit interval 5 seconds
EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,1), internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,6), internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,5), internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3-fs warning: maximal mount count reached, running e2fsck is
recommended
EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,69), internal journal
EXT3-fs: recovery complete.
EXT3-fs: mounted filesystem with ordered data mode.
ohci1394: $Rev: 1010 $ Ben Collins <bcollins@xxxxxxxxxx>
ohci1394_0: Unexpected PCI resource length of 1000!
ohci1394_0: OHCI-1394 1.0 (PCI): IRQ=[10]  MMIO=[e7000000-e70007ff]  Max
Packet=[2048]
ieee1394: Host added: ID:BUS[0-00:1023]  GUID[00e0180000060d70]
hdc: attached ide-scsi driver.
scsi2 : SCSI host adapter emulation for IDE ATAPI devices
  Vendor: HL-DT-ST  Model: CD-RW GCE-8240B   Rev: 1.07
  Type:   CD-ROM                             ANSI SCSI revision: 02
IA-32 Microcode Update Driver: v1.11 <tigran@xxxxxxxxxxx>
microcode: CPU0 no microcode found! (sig=f24, pflags=4)
parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE,EPP]
parport0: irq 7 detected
Attached scsi CD-ROM sr0 at scsi2, channel 0, id 0, lun 0
sr0: scsi3-mmc drive: 24x/40x writer cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.12
inserting floppy driver for 2.4.22-1.2197.nptl
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
sis900.c: v1.08.06 9/24/2002
divert: allocating divert_blk for eth0
eth0: Realtek RTL8201 PHY transceiver found at address 1.
eth0: Using transceiver found at address 1 as default
eth0: SiS 900 PCI Fast Ethernet at 0x8800, IRQ 9, 00:e0:18:9d:73:76.
3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
See Documentation/networking/vortex.txt
00:0b.0: 3Com PCI 3c905C Tornado at 0x8000. Vers LK1.1.18-ac
 00:04:75:81:2b:fb, IRQ 9
  product code 5359 rev 00.3 date 11-14-01
  Internal config register is 1800000, transceivers 0xa.
  8K byte-wide RAM 5:3 Rx:Tx split, autoselect/Autonegotiate interface.
  MII transceiver found at address 24, status 7809.
  Enabling bus-master transmits and whole-frame receives.
00:0b.0: scatter/gather enabled. h/w checksums enabled
divert: allocating divert_blk for eth1
divert: freeing divert_blk for eth0
divert: freeing divert_blk for eth1
ip_tables: (C) 2000-2002 Netfilter core team
ip_conntrack version 2.1 (8192 buckets, 65536 max) - 292 bytes per
conntrack
sis900.c: v1.08.06 9/24/2002
divert: allocating divert_blk for eth0
eth0: Realtek RTL8201 PHY transceiver found at address 1.
eth0: Using transceiver found at address 1 as default
eth0: SiS 900 PCI Fast Ethernet at 0x8800, IRQ 9, 00:e0:18:9d:73:76.
eth0: Media Link On 100mbps full-duplex
3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
See Documentation/networking/vortex.txt
00:0b.0: 3Com PCI 3c905C Tornado at 0x8000. Vers LK1.1.18-ac
 00:04:75:81:2b:fb, IRQ 9
  product code 5359 rev 00.3 date 11-14-01
  Internal config register is 1800000, transceivers 0xa.
  8K byte-wide RAM 5:3 Rx:Tx split, autoselect/Autonegotiate interface.
  MII transceiver found at address 24, status 7809.
  Enabling bus-master transmits and whole-frame receives.
00:0b.0: scatter/gather enabled. h/w checksums enabled
divert: allocating divert_blk for eth1
parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE,EPP]
parport0: irq 7 detected
lp0: using parport0 (polling).
lp0: console ready
Installing knfsd (copyright (C) 1996 okir@xxxxxxxxxxxx).





		
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail



[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux