| Summary: | sshd option is broken | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Kamil Páral <kparal> |
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | anaconda-maint-list, g.kaviyarasu, jonathan, vanmeeuwen+fedora |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | anaconda-17.9-1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-02-17 17:25:24 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
This is fixed by commit 38604b3b45dd2291dc7eb302d6fb065f5245a668 and will be in the next build. |
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