Bug 437708
| Summary: | Firstboot fails with smolt-firstboot installed | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Russell Harrison <fedora> |
| 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: | jeff |
| 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:36 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: | |||
smolt-1.1.1.1-2.fc8 has been submitted as an update for Fedora 8 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 smolt-1.1.1.1-3.fc8 has been submitted as an update for Fedora 8 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. |
Description of problem: The smolt-firstboot module prevents firstboot from running. Version-Release number of selected component (if applicable): # rpm -qa | grep firstboot smolt-firstboot-1.1.1.1-1.fc8 firstboot-1.4.39-1.fc8 firstboot-tui-1.4.39-1.fc8 How reproducible: Install Fedora 8 with the updates repository enabled. Steps to Reproduce: 1. Start a clean install of Fedora 8 2. Enter in the information to include the updates repository for package selection 3. Continue with the install as normal Actual results: Firstboot will fail and output the following to standard error: File "/usr/sbin/firstboot", line 107, 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 * Expected results: Firstboot runs properly Additional info: Removing the smolt-firstboot package allows Firstboot to run properly.