Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 961263 - missing package in text mode - KeyError
Summary: missing package in text mode - KeyError
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 19
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: fedora19rtt
TreeView+ depends on / blocked
 
Reported: 2013-05-09 09:28 UTC by Michal Kovarik
Modified: 2013-09-10 19:54 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-09-10 19:54:09 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
anaconda-tb (12.46 MB, text/plain)
2013-05-09 09:28 UTC, Michal Kovarik
no flags Details

Description Michal Kovarik 2013-05-09 09:28:29 UTC
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:

Comment 2 Orion Poplawski 2013-09-10 17:23:42 UTC
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.

Comment 3 Orion Poplawski 2013-09-10 17:29:35 UTC
Scratch that - this is happening even when I removed the missing packages from the install set.

Comment 4 Samantha N. Bueno 2013-09-10 18:39:05 UTC
Please add log files as text/plain attachments. The tb originally attached is old.

Comment 5 Orion Poplawski 2013-09-10 19:36:21 UTC
The issue I'm seeing now is bug #1002811.  This one appears to be fixed at least in F20-Alpha if not in F19.


Note You need to log in before you can comment on or make changes to this bug.