Bug 453380

Summary: anaconda crash during upgrade
Product: Red Hat Enterprise Linux 5 Reporter: Levente Farkas <lfarkas>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED NOTABUG QA Contact:
Severity: high Docs Contact:
Priority: low    
Version: 5.2CC: pasteur
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-12-10 19:17:06 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 Flags
anacdump
none
anaconda.log none

Description Levente Farkas 2008-06-30 09:15:16 UTC
Description of problem:
during we try to upgrade one of our system with kickstart update anacoda crash
with this :
------------------------------------------------------
Traceback (most recent call first):
  File "/usr/lib/anaconda/upgrade.py", line 334, in upgradeMountFilesystems
    mountRootPartition(anaconda, anaconda.id.upgradeRoot[0], anaconda.id.fsset,
  File "/usr/lib/anaconda/dispatch.py", line 201, in moveStep
    rc = stepFunc(self.anaconda)
  File "/usr/lib/anaconda/dispatch.py", line 124, in gotoNext
    self.moveStep()
  File "/usr/lib/anaconda/dispatch.py", line 223, in currentStep
    self.gotoNext()
  File "/usr/lib/anaconda/text.py", line 539, in run
    (step, instance) = anaconda.dispatch.currentStep()
  File "/usr/bin/anaconda", line 982, in ?
    anaconda.intf.run(anaconda)
IndexError: list index out of range

Local variables in innermost frame:
anaconda: <__main__.Anaconda instance at 0xb7dd156c>
------------------------------------------------------

Comment 1 Levente Farkas 2008-06-30 09:15:16 UTC
Created attachment 310566 [details]
anacdump

Comment 2 Levente Farkas 2008-06-30 09:15:46 UTC
Created attachment 310567 [details]
anaconda.log

Comment 3 Joel Andres Granados 2008-07-09 09:27:25 UTC
FYI:
In-place upgrades across major releases do not preserve all system settings,
services, and custom configurations. For this reason, Red Hat strongly
recommends that you perform a fresh installation rather than a system upgrade
between major versions.
Upgrade is to be used for minor versions.

Was this an upgrade for a mayor release of between minor releses?

Comment 4 Levente Farkas 2008-07-09 09:45:17 UTC
this's not the case here. it's an rhel 5.1 to rhel-5.2 update which we like to
made from kickstart generated cd image. so actually here nothing change. what's
more this crash is before anything started. it's at the stage when anaconda try
to mount the filesystems/partitions.

Comment 5 Tru Huynh 2008-07-17 17:16:47 UTC
it's your own RHEL rebuild (not CentOS/SL and definitely not RH) according to
the logs...

Comment 6 Levente Farkas 2008-08-04 13:14:34 UTC
it compiled from rhel src.rpm, and it's an anaconda EVR bug but we already found a workaround so it's no longer a problem for us. so you can close this bug.