Bug 950169 - Kickstart installation fails
Summary: Kickstart installation fails
Keywords:
Status: CLOSED DUPLICATE of bug 948331
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 19
Hardware: ppc64
OS: Linux
urgent
urgent
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F19PPCAlpha, F19PPCAlphaBlocker, PPCAlphaBlocker
TreeView+ depends on / blocked
 
Reported: 2013-04-09 19:06 UTC by Mark Hamzy
Modified: 2013-04-15 13:07 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-04-15 13:07:14 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
anaconda traceback (1.58 MB, text/plain)
2013-04-09 19:06 UTC, Mark Hamzy
no flags Details
Screen shot before traceback (71.56 KB, image/png)
2013-04-09 19:07 UTC, Mark Hamzy
no flags Details

Description Mark Hamzy 2013-04-09 19:06:19 UTC
Created attachment 733333 [details]
anaconda traceback

Description of problem:
Installing from http://ppc.koji.fedoraproject.org/stage/f19-20130409-TC6.1/ppc64/iso/Fedora-19-ppc64-DVD.iso

Version-Release number of selected component (if applicable):
anaconda-19.16-2.fc19.ppc64.rpm

How reproducible:
Always

First parse-kickstart must be fixed (This is reported in bug 949722).

boot: linux inst.vnc inst.sshd ip=9.5.114.36::9.5.114.1:255.255.255.0:sharpie.rch.stglabs.ibm.com:eth0:none ip=9.5.114.41::9.5.114.1:255.255.255.0::eth1:none nameserver=9.10.244.100 bootdev=eth0 ks=http://chukar.rch.stglabs.ibm.com/Fedora19-sharpie-lvm_auto-cdrom-minimal-ks.cfg selinux=0 rd.break=pre-trigger
...
pre-trigger:/# vi /sbin/parse-kickstart
... line 308
            ifcfg["DNS%d" % (i+1)] = ip
...
pre-trigger:/# exit
...
switch_root:/# exit
...
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/gui/spokes/storage.py", line 292, in run
    target=self.checkStorage))
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/storage.py", line 403, in _doExecute
    self.run()
  File "/usr/lib64/python2.7/threading.py", line 504, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 141, in run
    threading.Thread.run(self, *args, **kwargs)
KeyError

Comment 1 Mark Hamzy 2013-04-09 19:07:41 UTC
Created attachment 733334 [details]
Screen shot before traceback

Comment 2 Chris Lumens 2013-04-15 13:07:14 UTC
If you look at the anaconda.log, you'll note that storage is being executed in a continuous loop.  That's the problem here.

*** This bug has been marked as a duplicate of bug 948331 ***


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