From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050225 Firefox/1.0.1 Description of problem: When installing via NFS, anaconda crashes at the stage where it begins to install the files. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Boot from CD 2. 'linux askmethod' 3. Choose NFS image 4. Follow the GUI "wizard" 5. Crashes when beginning to install files. Actual Results: Same error every time. Expected Results: Should have installed files via NFS. Additional info: Traceback (most recent call last): File "/usr/src/build/475969-i386/install//usr/lib/anaconda/gui.py", line 1074, in handleRenderCallback self.currentWindow.renderCallback() File "/usr/src/build/475969-i386/install//usr/lib/anaconda/iw/progress_gui.py", line 242, in renderCallback self.intf.icw.nextClicked() File "/usr/src/build/475969-i386/install//usr/lib/anaconda/gui.py", line 789, in nextClicked self.dispatch.gotoNext() File "/usr/src/build/475969-i386/install//usr/lib/anaconda/dispatch.py", line 171, in gotoNext self.moveStep() File "/usr/src/build/475969-i386/install//usr/lib/anaconda/dispatch.py", line 239, in moveStep rc = apply(func, self.bindArgs(args)) File "/usr/src/build/475969-i386/install//usr/lib/anaconda/packages.py", line 554, in turnOnFilesystems thefsset.createLogicalVolumes(instPath) File "/usr/src/build/475969-i386/install//usr/lib/anaconda/fsset.py", line 1432, in createLogicalVolumes entry.device.setupDevice(chroot) File "/usr/src/build/475969-i386/install//usr/lib/anaconda/fsset.py", line 2051, in setupDevice raise SystemError, "lvcreate failed for %s" %(self.name,) SystemError: lvcreate failed for LogVol00 Local variables in innermost frame: devPrefix: /tmp self: <fsset.LogicalVolumeDevice instance at 0xb748f90c> chroot: /mnt/sysimage rc: 1280
What disks do you have in the machine, what is their original partition layout, and what steps are you taking in the installer regarding partitioning? Please attach your original layout and the one created by the installer.
*** This bug has been marked as a duplicate of 147358 ***
Created attachment 126420 [details] Kickstart file that show the problem
I have a similar problem, albeit not using NFS but HTTP install. File "/usr/src/build/648982-i386/install//usr/lib/anaconda/fsset.py", line 1861, in setupDevice SystemError: lvcreate failed for swaplv I tried lots of things. Reordering the logvol entries, changing options, almost everything. I don't know what I did to cause this (because at one point it worked fine).