Bug 961263
| Summary: | missing package in text mode - KeyError | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michal Kovarik <mkovarik> | ||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 19 | CC: | anaconda-maint-list, dshea, g.kaviyarasu, jonathan, mkolman, orion, sbueno, vanmeeuwen+fedora, vgulch | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-09-10 19:54:09 UTC | Type: | Bug | ||||
| 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: | 920667 | ||||||
| Attachments: |
|
||||||
I don't know if this was ever supposedly fixed or not. But with F20-Alpha-TC5 after saying yes to skip a couple missing packages the system eventually just shuts down after package select is complete. Scratch that - this is happening even when I removed the missing packages from the install set. Please add log files as text/plain attachments. The tb originally attached is old. The issue I'm seeing now is bug #1002811. This one appears to be fixed at least in F20-Alpha if not in F19. |
Created attachment 745590 [details] anaconda-tb Description of problem: Kickstart text installation with unknown package in kickstart fails with traceback: anaconda 19.24-1 exception report Traceback (most recent call first): File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 52, in add raise KeyError File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/tui/hubs/progress.py", line 107, in refresh self.instclass))) File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/tui/simpleline/base.py", line 280, in _do_redraw input_needed = screen.refresh(args) KeyError Version-Release number of selected component (if applicable): Fedora 19 Beta TC3 anaconda 19.24-1 How reproducible: Always Steps to Reproduce: 1. prepare kickstart with non-existing package: %packages foo1 %end 2. run text installation with prepared kickstart 3. type 'yes' for confirm question: Would you like to skip this package and continue with installation? Actual results: Installation fails with traceback Expected results: successful installation Additional info: