Bug 437765
| Summary: | After install of F8 respin firstboot wizard isn't started | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Valent Turkovic <valent.turkovic> | ||||
| Component: | smolt | Assignee: | Mike McGrath <mmcgrath> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 8 | CC: | davidz, jeff, lfelipebm | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 1.1.1.1-3.fc8 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2008-03-26 17:11:34 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
Valent Turkovic
2008-03-17 10:59:11 UTC
# /usr/sbin/firstboot File "/usr/sbin/firstboot", line 101, in <module> firstbootWindow(fb) File "/usr/share/firstboot/firstbootWindow.py", line 150, in __init__ self.loadModules() File "/usr/share/firstboot/firstbootWindow.py", line 426, in loadModules loaded = imputil.imp.load_module(module, found[0], found[1], found[2]) File "/usr/share/firstboot/modules/smolt.py", line 10, in <module> from firstboot.config import * Changing component to smolt as judging from the traceback it is triggering an ImportError by tryinig to import * from firstboot.config Created attachment 298273 [details]
this is what users see after first boot of fedora 8 live cd with updated packages
This is because I foolishly updated the F9 smolt-firstboot in F8. F9 and F8 firstboot don't play nice. I"ll get this fixed tonight. smolt-1.1.1.1-2.fc8 has been submitted as an update for Fedora 8 I guess I was too fast, because I made a new F8 CD respin but smolt-1.1.1.1-1.fc8 is still the latest version :( I'll try again in a couple of days. This is in testing waiting for someone to test, I'm in training all week and my quick look at 1.1.1.1 on my laptop with an updated firstboot on F8 yielded no problems. https://admin.fedoraproject.org/updates/F8/pending/smolt-1.1.1.1-2.fc8 http://koji.fedoraproject.org/koji/buildinfo?buildID=43127 If it gets the thumbs up from someone I'll push it to stable. Otherwise it will have to wait until monday or tuesday. Just tried with smolt-1.1.1.1-2.fc8, but no success:
[root@localhost ~]# firstboot
no image found
File "/usr/sbin/firstboot", line 101, in <module>
firstbootWindow(fb)
File "/usr/share/firstboot/firstbootWindow.py", line 150, in __init__
self.loadModules()
File "/usr/share/firstboot/firstbootWindow.py", line 426, in loadModules
loaded = imputil.imp.load_module(module, found[0], found[1], found[2])
I have F8 with: firstboot - 1.4.39-1.fc8 smolt - 1.1.1.1-1.fc8 and I get this: [root@localhost ~]# /usr/sbin/firstboot firstboot cannot run, exiting smolt-1.1.1.1-2.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update smolt'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F8/FEDORA-2008-2563 (In reply to comment #9) > I have F8 with: > firstboot - 1.4.39-1.fc8 > smolt - 1.1.1.1-1.fc8 > > and I get this: > > [root@localhost ~]# /usr/sbin/firstboot > firstboot cannot run, exiting Make sure you rm -f /etc/sysconfig/firstboot Also I believe this package will help: http://koji.fedoraproject.org/koji/buildinfo?buildID=43553 smolt-1.1.1.1-3.fc8 has been submitted as an update for Fedora 8 Release 3 did the trick! https://admin.fedoraproject.org/updates/F8/pending/smolt-1.1.1.1-3.fc8 Thanks. Excellent, sorry it took so long, I was a bit careless in -2. It should be pushed soon. smolt-1.1.1.1-3.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. |