Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Anaconda Problem Upgrading RH8->FC2

Status
Not open for further replies.

cibee

Programmer
Dec 15, 2004
38
US
Hi all,

I've been trying to upgrade my server from RH8 to FC2 using CD.I ran into anaconda bug as soon as I hit the next button after I selected upgrade an exisiting installation options.

Traceback (most recent call last):
File "/usr/lib/anaconda/gui.py", line 763, in nextClicked
self.dispatch.gotoNext()
File "/usr/lib/anaconda/dispatch.py", line 169, in gotoNext
self.moveStep()
File "/usr/lib/anaconda/dispatch.py", line 237, in moveStep
rc = apply(func, self.bindArgs(args))
File "/usr/lib/anaconda/upgrade.py", line 256, in upgradeMountFilesystems
allowDirty = 0)
File "/usr/lib/anaconda/upgrade.py", line 133, in mountRootPartition
oldfsset.mountFilesystems(instPath, readOnly = readOnly)
File "/usr/lib/anaconda/fsset.py", line 1471, in mountFilesystems
self.makeLVMNodes(instPath)
File "/usr/lib/anaconda/fsset.py", line 1485, in makeLVMNodes
if isinstance(root.device, LogicalVolumeDevice) or rootlvm1:
AttributeError: 'NoneType' object has no attribute 'device'

I have no idea how to deal with this. Any pointers on how to go about this? I have the whole crashdump file if that is of any help.

Thanks in advance.
Cibee.
 
Hi,

Thanks for your reply.. It was the same problem I guess.. But I actually rebuilt the server...

Thanks again for ur relpy.
Cibee.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top