Bug 443434
| Summary: | X does not start on init 5. prefdm respawning too fast, stopped | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | adam williams <awilliam> | ||||
| Component: | initscripts | Assignee: | Bill Nottingham <notting> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | rawhide | CC: | rvokal | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i386 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2008-04-21 16:55:26 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
adam williams
2008-04-21 15:15:02 UTC
Created attachment 303156 [details]
/var/log/xorg.0.log
Can you attach the gdm messages and logs as well? (In reply to comment #2) > Can you attach the gdm messages and logs as well? /var/log/gdm/:0.log is dated 2008-04-09 and system date is Mon Apr 21 11:14:14 CDT 2008, so no point in attaching that file as it hasn't been modified in 12 days, and I just ran init 5. grep gdm /var/log/* doesn't contain anything useful, just info from from yum.log and rpmpkgs-200804* about when gdm was upgraded. gdm is version 2.21.10-0.2008.04.11.3.fc9.i386 according to rpm -qa|grep gdm Is there a greeter log in /var/log/gdm? Are you actually configured to use gdm? (In reply to comment #4) > Is there a greeter log in /var/log/gdm? Are you actually configured to use gdm? there is not a greeter log in /var/log/gdm. i'm specifying run level 5 in /etc/inittab which should load gdm. [root@localhost ~]# rpm -qa|grep gdm fedorainfinity-gdm-theme-8.0.1-1.fc8.noarch gdm-2.21.10-0.2008.04.11.3.fc9.i386 [root@localhost ~]# ls -l /var/log/gdm total 20 -rw-r--r-- 1 root root 915 2008-04-09 18:25 :0.log -rw-r--r-- 1 root root 915 2008-04-09 12:45 :0.log.1 -rw-r--r-- 1 root root 915 2008-04-07 10:35 :0.log.2 -rw-r--r-- 1 root root 915 2008-04-06 22:59 :0.log.3 -rw-r--r-- 1 root root 915 2008-04-05 13:40 :0.log.4 [root@localhost ~]# locate greeter /etc/gconf/schemas/gdm-simple-greeter.schemas /usr/include/kde/kgreeterplugin.h /usr/libexec/gdm-simple-greeter /usr/share/gdm/gdm-greeter-login-window.glade /usr/share/kde4/apps/doc/kdm/greeter.dtd What happens if you run prefdm by hand? Can you attach /etc/sysconfig/desktop? odd, /etc/sysconfig/desktop did not exist, so I created it with contents DISPLAYMANAGER=KDE and DESKTOP=KDE and ran init 5 and it loads up with the GUI login screen. Thanks |