Bug 565306
| Summary: | AttributeError: Users instance has no attribute 'createLuserConf' | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jesse Keating <jkeating> | ||||
| Component: | anaconda | Assignee: | Chris Lumens <clumens> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | CC: | anaconda-maint-list, athmanem, clydekunkel7734, dcantrell, jlaska, jonathan, tcpip4000, twaugh, vanmeeuwen+fedora | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | anaconda_trace_hash:080ba03d90b9b6a5df357d998ef07fd5f98faa2dff7c6a18e3c912f8436ea0af | ||||||
| Fixed In Version: | anaconda-13.27-1 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2010-02-23 23:43:56 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: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 538273 | ||||||
| Attachments: |
|
||||||
Created attachment 394207 [details]
Attached traceback automatically from anaconda.
This is fallout from the instData removal, assigning to Chris. *** Bug 565536 has been marked as a duplicate of this bug. *** This seems to be a common bug for the Alpha test compose, I created an updates image to work around this problem. http://jlaska.fedorapeople.org/updates-565306.img *** Bug 566012 has been marked as a duplicate of this bug. *** *** Bug 566341 has been marked as a duplicate of this bug. *** *** Bug 566788 has been marked as a duplicate of this bug. *** Confirmed fix using updates.img posted in comment#4. I'll hold off on closing this issue until anaconda-13.27 (or newer) is available for test. Fix confirmed using anaconda-13.29 (F-13-Alpha-RC2) |
The following was filed automatically by anaconda: anaconda 13.26 exception report Traceback (most recent call first): File "/usr/lib/anaconda/users.py", line 272, in write self.createLuserConf(instPath, algoname=self.getPassAlgo()) File "/usr/bin/anaconda", line 657, in write self.users.write(self.rootPath) File "/usr/lib/anaconda/backend.py", line 314, in writeConfiguration anaconda.write() File "/usr/lib/anaconda/dispatch.py", line 205, in moveStep rc = stepFunc(self.anaconda) File "/usr/lib/anaconda/dispatch.py", line 126, in gotoNext self.moveStep() File "/usr/lib/anaconda/text.py", line 657, in run anaconda.dispatch.gotoNext() File "/usr/bin/anaconda", line 1184, in <module> anaconda.intf.run(anaconda) AttributeError: Users instance has no attribute 'createLuserConf'