Bug 106796
| Summary: | redhat-config-boot fails to start | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | Daniel Malmgren <dm> | ||||||||
| Component: | redhat-config-boot | Assignee: | Harald Hoyer <harald> | ||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> | ||||||||
| Severity: | medium | Docs Contact: | |||||||||
| Priority: | medium | ||||||||||
| Version: | 1.0 | CC: | johan.dahl, mkanat, robatino, u2561633 | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | All | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2003-11-06 10:12:03 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: | |||||||||||
| Bug Depends On: | |||||||||||
| Bug Blocks: | 100643 | ||||||||||
| Attachments: |
|
||||||||||
Hey! Can someone please explain to me why this bug is closed? It fur sure isn't fixed! should be fixed in 0.1.4 Created attachment 95228 [details]
My grub.conf
Nope. I get the exact same error in 0.1.4 (except now it's line 22 instead of 13). I don't know if it's something with my grub.conf? Attaching file... should be fixed with 0.1.5 It's not exactly the same fault this time, but I guess I'll just reopen this bug
anyway. In 0.1.5 I get this:
Traceback (most recent call last):
File "/usr/share/redhat-config-boot/redhat-config-boot.py", line 22, in ?
app.stand_alone()
File "/usr/share/firstboot/modules/boot_gui.py", line 275, in stand_alone
self.setupScreen()
File "/usr/share/firstboot/modules/boot_gui.py", line 87, in setupScreen
self.setDefault()
File "/usr/share/firstboot/modules/boot_gui.py", line 178, in setDefault
self.timeoutEntry.set_value(self.probedTimeout)
AttributeError: BootWindow instance has no attribute 'probedTimeout'
*** Bug 108254 has been marked as a duplicate of this bug. *** i get the same error after upgrading to 0.1.5-1 Do you have the most recent rhpl? My having an old rhpl made this sort of thing happen to me for a while. -M *** Bug 108474 has been marked as a duplicate of this bug. *** > Do you have the most recent rhpl?
As I said above, I have the most recent versions of everything that
could possibly be relevant.
My rhpl version right now is 0.121-1.
ok... famous last words: 0.1.6 should fix it :) *** Bug 109166 has been marked as a duplicate of this bug. *** Created attachment 95734 [details]
redhat-config-boot-0.1.6-1 unhandled exception
Got further this time. A box actually opened up and I was able to choose a item
from the grub.conf file to work on and one I did and selected ok it crashed
with a unhandled exception I saved the output to the file that is attached.
Created attachment 95735 [details]
Output of 'strace -o strace.out redhat-config-boot'
Attaching the output of 'strace -o strace.out redhat-config-boot' for version
0.1.6-1 of redhat-config-boot.
no more strace please... the exception is enough to locate the problem :) opened bug #109266 for the last exception |
Description of problem: redhat-config-boot fails with error messages. Version-Release number of selected component (if applicable): 0.1.3-1 How reproducible: Always Steps to Reproduce: 1. Start it Actual results: [root@Datorn root]# redhat-config-boot Traceback (most recent call last): File "/usr/share/redhat-config-boot/redhat-config-boot.py", line 13, in ? app.stand_alone() File "/usr/share/redhat-config-boot/boot_gui.py", line 272, in stand_alone self.setupScreen() File "/usr/share/redhat-config-boot/boot_gui.py", line 86, in setupScreen self.readBootDB() File "/usr/share/redhat-config-boot/boot_gui.py", line 130, in readBootDB if tokens[0] == "title": IndexError: list index out of range Additional info: It has been like this since the first release of redhat-config-boot. Using latest rawhide rpm's of everything that could possibly have any relevance.