Bugzilla – Bug 251
Exception Occurs in Anaconda
Last modified: 2009-02-09 15:41:45 UTC
I have attempted various potential partition setups in Sabayon, all of which lead to this error. I have manually used fdisk to remove all partitions from the drive, and on another attempt to manually create the partitions - both of these attempts still resulted in the exception. I have 2 SATA disks (SCSI emulated) which are /dev/sda, /dev/sdb (as well as a SATA CDRom); and two IDE disks. I am attempting to install to /dev/sda (no changes are being made to any other partition). This bug is occurring with BOTH 3.4 Business Edition, and 3.4 loop3. (text below is from 3.4-loop3). Full Exception Text: Traceback (most recent call last): File "/opt/anaconda/usr/lib/anaconda/gui.py", line 955, in handleRenderCallback self.currentWindow.renderCallback() File "/opt/anaconda/usr/lib/anaconda/iw/progress_gui.py", line 250, in renderCallback self.intf.icw.nextClicked() File "/opt/anaconda/usr/lib/anaconda/gui.py", line 872, in nextClicked self.dispatch.gotoNext() File "/opt/anaconda/usr/lib/anaconda/dispatch.py", line 140, in gotoNext self.moveStep() File "/opt/anaconda/usr/lib/anaconda/dispatch.py", line 208, in moveStep rc = apply(func, self.bindArgs(args)) File "/opt/anaconda/usr/lib/anaconda/packages.py", line 104, in turnOnFilesystems thefsset.createLogicalVolumes(instPath) File "/opt/anaconda/usr/lib/anaconda/fsset.py", line 1514, in createLogicalVolumes entry.device.setupDevice(chroot) File "/opt/anaconda/usr/lib/anaconda/fsset.py", line 2129, in setupDevice raise SystemError, "pvcreate failed for %s" % (volume,) SystemError: pvcreate failed for <fsset.PartitionDevice instance at 0xd1f680>
Fixed with 3.4e