Bug 170004

Summary: Installer exits abnormally after clicking next in choose partition method screen
Product: [Fedora] Fedora Reporter: Jackson Wright <smitethis>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Mike McLean <mikem>
Severity: high Docs Contact:
Priority: medium    
Version: 4   
Target Milestone: ---   
Target Release: ---   
Hardware: powerpc   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-10-06 14:28:02 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jackson Wright 2005-10-06 12:51:13 UTC
Description of problem:
Every time I run the installer and get to the point where I choose whether or 
not to automatically partition the disk or use Disk Druid, I hit automatically 
and hit next, and it crashes.

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


How reproducible:
Every time.

Steps to Reproduce:
1.Turn on Computer.
2.Boot linux from the yaboot thing.
3.run anaconda
4.click through dialog boxes
5.beat hands on desk in frustration
6.reboot...try again
  
Actual results:
My installer exits abnormally after flashing a bug message.

Expected results:
It should continue the installation process.

Additional info:
Traceback (most recent call last):
File "/usr/lib/anaconda/gui.py", line 873 in nextClicked
       self.dispatch.goto.Next()
File "/usr/lib/anaconda/dispatch.py", line 174 in gotoNext
       self.moveStep()
File "/usr/lib/anaconda/dispatch.py", line 242 in moreStep
       rc=apply(func, self.bindArgs(args))
File "/usr/lib/anaconda/partitioning.py", line 54 in partitionObjectsInitialize
      partitions.setFromDisk(diskset)
File "/usr/lib/anaconda/partitions.py", line 108 in setFromDisk
      ptype=partedUtils.get_partition_file_system_type(part)
File "/usr/lib/anaconda/partedUtils.py", line 140, in 
get_partition_file_system_type
      elif(part.get_flag(partd.PARTITION_BOOT) == 1 and
Attribute Error: "NoneType" object has no attribute 'name'

Comment 1 Chris Lumens 2005-10-06 14:28:02 UTC

*** This bug has been marked as a duplicate of 170003 ***