Bug 956049 - AttributeError: 'UserSpoke' object has no attribute '_pwq'
Summary: AttributeError: 'UserSpoke' object has no attribute '_pwq'
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 19
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:fa29da228d027726544d68f498c...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-04-24 08:44 UTC by A.J. Werkman
Modified: 2013-05-22 03:12 UTC (History)
6 users (show)

Fixed In Version: anaconda-19.24-1.fc19
Clone Of:
Environment:
Last Closed: 2013-05-22 03:12:57 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: anaconda-tb (292.67 KB, text/plain)
2013-04-24 08:44 UTC, A.J. Werkman
no flags Details
File: anaconda.log (6.26 KB, text/plain)
2013-04-24 08:44 UTC, A.J. Werkman
no flags Details
File: backtrace (263 bytes, text/plain)
2013-04-24 08:44 UTC, A.J. Werkman
no flags Details
File: environ (846 bytes, text/plain)
2013-04-24 08:44 UTC, A.J. Werkman
no flags Details
File: ifcfg.log (495 bytes, text/plain)
2013-04-24 08:44 UTC, A.J. Werkman
no flags Details
File: ks.cfg (1.51 KB, text/plain)
2013-04-24 08:44 UTC, A.J. Werkman
no flags Details
File: lsblk_output (1.72 KB, text/plain)
2013-04-24 08:44 UTC, A.J. Werkman
no flags Details
File: nmcli_dev_list (1.29 KB, text/plain)
2013-04-24 08:44 UTC, A.J. Werkman
no flags Details
File: packaging.log (23.30 KB, text/plain)
2013-04-24 08:44 UTC, A.J. Werkman
no flags Details
File: program.log (38.37 KB, text/plain)
2013-04-24 08:44 UTC, A.J. Werkman
no flags Details
File: storage.log (115.07 KB, text/plain)
2013-04-24 08:45 UTC, A.J. Werkman
no flags Details
File: syslog (111.26 KB, text/plain)
2013-04-24 08:45 UTC, A.J. Werkman
no flags Details

Description A.J. Werkman 2013-04-24 08:44:33 UTC
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'

Comment 1 A.J. Werkman 2013-04-24 08:44:37 UTC
Created attachment 739318 [details]
File: anaconda-tb

Comment 2 A.J. Werkman 2013-04-24 08:44:41 UTC
Created attachment 739319 [details]
File: anaconda.log

Comment 3 A.J. Werkman 2013-04-24 08:44:43 UTC
Created attachment 739320 [details]
File: backtrace

Comment 4 A.J. Werkman 2013-04-24 08:44:45 UTC
Created attachment 739321 [details]
File: environ

Comment 5 A.J. Werkman 2013-04-24 08:44:47 UTC
Created attachment 739322 [details]
File: ifcfg.log

Comment 6 A.J. Werkman 2013-04-24 08:44:49 UTC
Created attachment 739323 [details]
File: ks.cfg

Comment 7 A.J. Werkman 2013-04-24 08:44:51 UTC
Created attachment 739324 [details]
File: lsblk_output

Comment 8 A.J. Werkman 2013-04-24 08:44:53 UTC
Created attachment 739325 [details]
File: nmcli_dev_list

Comment 9 A.J. Werkman 2013-04-24 08:44:56 UTC
Created attachment 739326 [details]
File: packaging.log

Comment 10 A.J. Werkman 2013-04-24 08:44:59 UTC
Created attachment 739327 [details]
File: program.log

Comment 11 A.J. Werkman 2013-04-24 08:45:03 UTC
Created attachment 739328 [details]
File: storage.log

Comment 12 A.J. Werkman 2013-04-24 08:45:07 UTC
Created attachment 739329 [details]
File: syslog

Comment 13 Chris Lumens 2013-04-24 14:50:51 UTC
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?

Comment 14 A.J. Werkman 2013-04-24 16:54:21 UTC
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.

Comment 15 Chris Lumens 2013-04-25 15:14:40 UTC
Okay, i see it now.  Thanks.

Comment 16 Fedora Update System 2013-04-30 12:22:06 UTC
anaconda-19.23-1.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/anaconda-19.23-1.fc19

Comment 17 Fedora Update System 2013-04-30 20:01:00 UTC
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).

Comment 18 Fedora Update System 2013-05-03 21:05:11 UTC
anaconda-19.24-1.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/anaconda-19.24-1.fc19

Comment 19 Fedora Update System 2013-05-22 03:12:57 UTC
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.


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