by hunt_mat » Fri Jul 09, 2010 10:27
I went through it again and I got te following error message:
anaconda 14.3 exception report
Traceback (most recent call first):
File "/usr/lib64/python2.6/site-packages/pyanaconda/storage/formats/disklabel.py", line 245, in commit
raise DiskLabelCommitError(msg)
File "/usr/lib64/python2.6/site-packages/pyanaconda/storage/devices.py", line 1343, in destroy
self.disk.format.commit()
File "/usr/lib64/python2.6/site-packages/pyanaconda/storage/deviceaction.py", line 218, in execute
self.device.destroy()
File "/usr/lib64/python2.6/site-packages/pyanaconda/storage/devicetree.py", line 684, in processActions
action.execute(intf=self.intf)
File "/usr/lib64/python2.6/site-packages/pyanaconda/storage/__init__.py", line 295, in doIt
self.devicetree.processActions()
File "/usr/lib64/python2.6/site-packages/pyanaconda/packages.py", line 109, in turnOnFilesystems
anaconda.storage.doIt()
File "/usr/lib64/python2.6/site-packages/pyanaconda/dispatch.py", line 208, in moveStep
rc = stepFunc(self.anaconda)
File "/usr/lib64/python2.6/site-packages/pyanaconda/dispatch.py", line 129, in gotoNext
self.moveStep()
File "/usr/lib64/python2.6/site-packages/pyanaconda/gui.py", line 1248, in nextClicked
self.anaconda.dispatch.gotoNext()
DiskLabelCommitError: Could not commit to disk /dev/sda
Local variables in innermost frame:
msg: Could not commit to disk /dev/sda
self: DiskLabel instance (0x247ba90) --
type = disklabel name = partition table (MSDOS) status = False
device = /dev/sda uuid = None exists = True
options = None supported = False formattable = True resizable = False
type = msdos partition count = 0 sectorSize = 512
align_offset = 0 align_grain = 2048
partedDisk = <parted.disk.Disk object at 0x24d56d0>
origPartedDisk = <parted.disk.Disk object at 0x24d56d0>
partedDevice = <parted.device.Device object at 0x24d5490>
This doesn't mean much to me.