Bug 102193 - Installer gets an error when trying any of the partitioning options
Summary: Installer gets an error when trying any of the partitioning options
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: anaconda
Version: 8.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Michael Fulbright
QA Contact: Mike McLean
URL:
Whiteboard:
: 104401 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-08-12 13:36 UTC by dan ludwig
Modified: 2007-04-18 16:56 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-10-16 01:03:21 UTC
Embargoed:


Attachments (Terms of Use)
Replacement lvm.py to avoid vgscan failures (6.23 KB, text/plain)
2003-08-12 16:16 UTC, Michael Fulbright
no flags Details

Description dan ludwig 2003-08-12 13:36:14 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830

Description of problem:
This is the output when I try to use Automatic Partition, Disk Druid, or fdisk
during the partitioning section under custom installation:

Traceback (most recent call last):
  File "/usr/lib/anaconda/gui.py", line 632, in nextClicked
    self.dispatch.gotoNext()
  File "/usr/lib/anaconda/dispatch.py", line 150, in gotoNext
    self.moveStep()
  File "/usr/lib/anaconda/dispatch.py", line 215, in moveStep
    rc = apply(func, self.bindArgs(args))
  File "/usr/lib/anaconda/partitioning.py", line 57, in partitionObjectsInitialize
    partitions.setFromDisk(diskset)
  File "/usr/lib/anaconda/partitions.py", line 184, in setFromDisk
    lvm.vgscan()
  File "/usr/lib/anaconda/lvm.py", line 38, in vgscan
    raise SystemError, "vgscan failed"
SystemError: vgscan failed

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Go through installation Wizard with English Language, US Keyboard
2. Choose Custom Installation
3. Choose any partitioning option

    

Actual Results:  Error Report:

Traceback (most recent call last):
  File "/usr/lib/anaconda/gui.py", line 632, in nextClicked
    self.dispatch.gotoNext()
  File "/usr/lib/anaconda/dispatch.py", line 150, in gotoNext
    self.moveStep()
  File "/usr/lib/anaconda/dispatch.py", line 215, in moveStep
    rc = apply(func, self.bindArgs(args))
  File "/usr/lib/anaconda/partitioning.py", line 57, in partitionObjectsInitialize
    partitions.setFromDisk(diskset)
  File "/usr/lib/anaconda/partitions.py", line 184, in setFromDisk
    lvm.vgscan()
  File "/usr/lib/anaconda/lvm.py", line 38, in vgscan
    raise SystemError, "vgscan failed"
SystemError: vgscan failed

Expected Results:  Continue through installation

Additional info:

Comment 1 Michael Fulbright 2003-08-12 16:15:54 UTC
Try putting the file in the 'lvm.py' attachment onto a FAT formatted floppy, and
then run the installer with 'linux updates' and any other command line options
you may require. When asked insert the 'updates floppy'.

Let me know how it works.

Comment 2 Michael Fulbright 2003-08-12 16:16:36 UTC
Created attachment 93603 [details]
Replacement lvm.py to avoid vgscan failures

Comment 3 Michael Fulbright 2003-09-24 20:57:15 UTC
*** Bug 104401 has been marked as a duplicate of this bug. ***

Comment 4 Jeremy Katz 2003-10-16 01:03:21 UTC
Closing due to inactivity.  Please reopen if you have any further information to
add to this bug report


Note You need to log in before you can comment on or make changes to this bug.