Bug 500913 - AttributeError: 'SwapSpace' object has no attribute 'mountpoint'
Summary: AttributeError: 'SwapSpace' object has no attribute 'mountpoint'
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 501052 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-05-14 20:35 UTC by James Laska
Modified: 2013-09-02 06:36 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-05-14 21:14:27 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
ks.cfg (4.57 KB, text/plain)
2009-05-14 20:35 UTC, James Laska
no flags Details

Description James Laska 2009-05-14 20:35:25 UTC
Created attachment 344045 [details]
ks.cfg

Description of problem:


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


How reproducible:


Steps to Reproduce:
1. Perform kickstart install using autopart defaults
2. Perform kickstart install using manual LVM disk setup (see attachment)
  
Actual results:

Traceback (most recent call last):
  File "/usr/bin/anaconda", line 932, in <module>
    kickstart.fullCommandPass(anaconda, opts.ksfile, earlyKS)
  File "/usr/lib/anaconda/kickstart.py", line 1197, in fullCommandPass
    ksparser.readKickstart(file)
  File "/usr/lib/python2.6/site-packages/pykickstart/parser.py", line 759, in readKickstart
    <Tab>/<Alt-Tab> between elements   |  <Space> select    self._stateMachine (lambda: fh.readline())
  File "/usr/lib/python2.6/site-packages/pykickstart/parser.py", line 634, in _stateMachine
    self.handleCommand(lineno, args)
  File "/usr/lib/anaconda/kickstart.py", line 1121, in handleCommand
    KickstartParser.handleCommand(self, lineno, args)
  File "/usr/lib/python2.6/site-packages/pykickstart/parser.py", line 467, in handleCommand
    self.handler.dispatcher(args, lineno, self._preceededInclude)
  File "/usr/lib/python2.6/site-packages/pykickstart/base.py", line 376, in dispatcher
    obj = self.commands[cmd].parse(args[1:])
  File "/usr/lib/anaconda/kickstart.py", line 430, in parse
    if format.mountpoint:

AttributeError: 'SwapSpace' object has no attribute 'mountpoint'
install exited abnormally [1/1] 
disabling swap...
unmounting filesystems...
/mnt/runtime done
disabling /dev/loop0 LOOP_CLR_FD failed: 16
/proc done
/dev/pts done
/sys done
/selinux done
sending termination signals...done
sending kill signals...done
you may safely reboot your system


Expected results:

Successful install

Additional info:

 * See attached kickstart

Comment 1 Chris Lumens 2009-05-14 21:14:27 UTC
This will be fixed in the next build of anaconda.  Thanks for the bug report.

Comment 2 Chris Lumens 2009-05-15 18:27:21 UTC
*** Bug 501052 has been marked as a duplicate of this bug. ***


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