Bug 446307
| Summary: | X won't start with telinit 5, startx works | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | D. Wagner <daw-redhatbugzilla> | ||||||
| Component: | gdm | Assignee: | jmccann | ||||||
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 9 | CC: | cschalle, rstrode, simon.andrews | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2008-11-24 01:40:58 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
D. Wagner
2008-05-14 00:55:20 UTC
Created attachment 305310 [details]
/var/log/gdm/:0.log
Created attachment 305311 [details]
/etc/X11/xorg.conf
I have a similar issue, but it seems the problem is more generic, and can be tiggered by simply restarting X for a second time. See BZ446307 for details, but I suspect these bugs are going to have the same underlying cause - I also get and mtrr error, albeit a different one to yours. (In reply to comment #3) > I have a similar issue, but it seems the problem is more generic, and can be > tiggered by simply restarting X for a second time. See BZ446307 for details, > but I suspect these bugs are going to have the same underlying cause - I also > get and mtrr error, albeit a different one to yours. I'm guessing you're referring to bug #446395 (and possibly bug #446346), right? Yes, I also had a similar-looking mtrr error. In case it is helpful, here is the contents of my /proc/mtrr: # cat /proc/mtrr reg00: base=0x00000000 ( 0MB), size=65536MB: write-back, count=1 reg01: base=0xcff00000 (3327MB), size= 1MB: uncachable, count=1 reg02: base=0xd0000000 (3328MB), size= 256MB: uncachable, count=1 reg03: base=0xe0000000 (3584MB), size= 512MB: uncachable, count=1 I did some more testing, and I verified that (a) if I boot without rhgb, then I can run telinit 5 and the crash doesn't happen. (b) if I boot with rhgb, then when I try to run telinit 5, the crash still happens. Strangely, whether or not I use rhgb, the machine automatically boots into initlevel 3. I can't figure out why. I've changed my /etc/inittab to have id:5:initdefault: I can't figure out why it won't boot into X mode (initlevel 5) and why it seems to ignore my /etc/inittab and always boot into initlevel 3. Any idea? (Is this some new upstart thing?) Anyway, I thought I'd provide the additional information in case it helps troubleshoot this bug. It's working now. I'm not sure what the original cause was (perhaps it was pilot error), but I'm closing this bug report. |