Bug 956049
| Summary: | AttributeError: 'UserSpoke' object has no attribute '_pwq' | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | A.J. Werkman <aj.werkman> | ||||||||||||||||||||||||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||||||||||||||||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||||
| Version: | 19 | CC: | anaconda-maint-list, g.kaviyarasu, jonathan, mkolman, sbueno, vanmeeuwen+fedora | ||||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:fa29da228d027726544d68f498c227d8e35cac787a898852bbb8da34050818d6 | ||||||||||||||||||||||||||||
| Fixed In Version: | anaconda-19.24-1.fc19 | Doc Type: | Bug Fix | ||||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||||
| Last Closed: | 2013-05-22 03:12:57 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: | |||||||||||||||||||||||||||||
| Attachments: |
|
||||||||||||||||||||||||||||
Created attachment 739318 [details]
File: anaconda-tb
Created attachment 739319 [details]
File: anaconda.log
Created attachment 739320 [details]
File: backtrace
Created attachment 739321 [details]
File: environ
Created attachment 739322 [details]
File: ifcfg.log
Created attachment 739323 [details]
File: ks.cfg
Created attachment 739324 [details]
File: lsblk_output
Created attachment 739325 [details]
File: nmcli_dev_list
Created attachment 739326 [details]
File: packaging.log
Created attachment 739327 [details]
File: program.log
Created attachment 739328 [details]
File: storage.log
Created attachment 739329 [details]
File: syslog
Hm, I don't see how this should be possible. Are you able to reproduce? Is there anything else you can tell us about how you got to this error? I can reproduce. Installation is started from USB, where I have vmlinuz, initrd.img, squashfs.img and the kickstartfile as reported in my logfiles. As soon as I leave out the lines: user --name cfl --password=hallo2 user --name werkman --password=hallo3 The installtion succeeds. When these lines are included installtion fails with this exception. Okay, i see it now. Thanks. anaconda-19.23-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/anaconda-19.23-1.fc19 Package anaconda-19.23-1.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing anaconda-19.23-1.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-7049/anaconda-19.23-1.fc19 then log in and leave karma (feedback). anaconda-19.24-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/anaconda-19.24-1.fc19 anaconda-19.24-1.fc19, python-blivet-0.12-1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: The following was filed automatically by anaconda: anaconda 19.20-1 exception report Traceback (most recent call first): File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/user.py", line 320, in _checkPassword strength = self._pwq.check(self.pw.get_text(), None, None) AttributeError: 'UserSpoke' object has no attribute '_pwq' Version-Release number of selected component: anaconda-19.20-1 Additional info: cmdline: /usr/bin/python /sbin/anaconda cmdline_file: nomodeset inst.ks=hd:sdb1:/cfl.cfg ip=212.115.199.60::212.115.199.57:255.255.255.248:testsys.digifarma.nl::none noipv6 nameserver=212.115.199.57 inst.stage2=hd:UUID=45658a8b-656a-4895-a8a8-fe99b5d3a962 executable: /sbin/anaconda hashmarkername: anaconda kernel: 3.9.0-0.rc6.git2.3.fc19.x86_64 product: Fedora release: Cannot get release name. type: anaconda version: 19-Alpha Truncated backtrace: Traceback (most recent call last): File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/user.py", line 320, in _checkPassword strength = self._pwq.check(self.pw.get_text(), None, None) AttributeError: 'UserSpoke' object has no attribute '_pwq'