Bug 578124
| Summary: | Get "unknow error" box when change password | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Liam Li <lili> | ||||||||||||||||||||||
| Component: | usermode | Assignee: | Miloslav Trmač <mitr> | ||||||||||||||||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||
| Severity: | medium | Docs Contact: | |||||||||||||||||||||||
| Priority: | low | ||||||||||||||||||||||||
| Version: | 13 | CC: | mcepl, mcepl, mitr, tmraz | ||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||
| Hardware: | All | ||||||||||||||||||||||||
| OS: | Linux | ||||||||||||||||||||||||
| Whiteboard: | |||||||||||||||||||||||||
| Fixed In Version: | usermode-1.105-1.fc14 | Doc Type: | Bug Fix | ||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||
| Clone Of: | |||||||||||||||||||||||||
| : | 578624 (view as bug list) | Environment: | |||||||||||||||||||||||
| Last Closed: | 2010-04-08 17:31:27 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: |
|
||||||||||||||||||||||||
|
Description
Liam Li
2010-03-30 10:06:31 UTC
This is still handled by userpasswd in F13. Thanks for your report. I'm afraid I was not able to reproduce the problem so far.
* What is your locale? Run (locale) as the relevant user.
* Please attach your /etc/pam.d/passwd, /etc/pam.d/system-auth, and /etc/nsswitch.conf
* Please open the "About me" dialog, then:
* click on "change password"
* Switch to a text console (e.g. Ctrl+Alt+F2)
* Log in as root
* Using (ps), find two processes named "userpasswd" and "userhelper".
Start strace of each, e.g.
(strace -ff -o log -s 512 -p your_pid_of_userpasswd &)
and likewise for the "userhelper" process
* Then attach all generated log.* files
(In reply to comment #2) > Thanks for your report. I'm afraid I was not able to reproduce the problem so > far. you can input password "1qaz@WSX" for a test when change password, this will reproduce the issue. Created attachment 403634 [details]
passwd
Created attachment 403635 [details]
system-auth
Created attachment 403637 [details]
nsswitch.conf
Created attachment 403639 [details]
userpasswd_log
Created attachment 403640 [details]
userpasswdlog2
Created attachment 403642 [details]
userhelperlog1
Created attachment 403643 [details]
userhelperlog2
Created attachment 403644 [details]
userhelperlog3
Created attachment 403645 [details]
userhelperlog4
Thanks, I can see the problem now. I'll make the final error message more clear (probably after F13). BTW, once you enter a weak password, each of the following dialogs does contain a "BAD PASSWORD: ..." message. Fixed in upstream changeset 1c9a4947e157 . ... and in rawhide usermode-1.105-1.fc14. |