Bug 790594 - sshd option is broken
Summary: sshd option is broken
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-02-14 22:06 UTC by Kamil Páral
Modified: 2012-02-17 17:25 UTC (History)
4 users (show)

Fixed In Version: anaconda-17.9-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-02-17 17:25:24 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Kamil Páral 2012-02-14 22:06:27 UTC
Description of problem:
If I specify 'sshd' Anaconda option, I get this when going into stage2:


Running anaconda 17.7, the Fedora system installer - please wait.              
Traceback (most recent call last):
  File "/sbin/anaconda", line 591, in <module>
    (opts, args, depr) = parseOptions()
  File "/sbin/anaconda", line 192, in parseOptions
    from pyanaconda.anaconda_optparse import AnacondaOptionParser
  File "/usr/lib/python2.7/site-packages/pyanaconda/__init__.py", line 32, in <module>
    import iutil
  File "/usr/lib/python2.7/site-packages/pyanaconda/iutil.py", line 32, in <module>
    from flags import flags
  File "/usr/lib/python2.7/site-packages/pyanaconda/flags.py", line 161, in <module>
    flags = Flags()
  File "/usr/lib/python2.7/site-packages/pyanaconda/flags.py", line 75, in __init__
    self.read_cmdline()
  File "/usr/lib/python2.7/site-packages/pyanaconda/flags.py", line 79, in read_cmdline
    self.set_cmdline_bool(f)
  File "/usr/lib/python2.7/site-packages/pyanaconda/flags.py", line 39, in set_cmdline_bool
    setattr(self, self.cmdline.getbool(flag))
TypeError: setattr expected 3 arguments, got 2


Version-Release number of selected component (if applicable):
anaconda 17.7
F17 Alpha TC2

How reproducible:
always

Comment 1 Brian Lane 2012-02-16 00:26:33 UTC
This is fixed by commit 38604b3b45dd2291dc7eb302d6fb065f5245a668 and will be in the next build.


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