Bug 76292
Summary: | User manager does not open | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Michael <mleppelman> |
Component: | redhat-config-users | Assignee: | Brent Fox <bfox> |
Status: | CLOSED DUPLICATE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 8.0 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2002-10-22 20:31:44 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: |
Description
Michael
2002-10-19 13:28:02 UTC
I have also tried to delete my user password by typing passwd -d then the user name and it also came up with a segmentation fault that is all it said. I do not know if this has anything to do with the other problem or not but I do beleave the problem is related. Have you edited /etc/passwd by hand? Also, did you specify in the installer or authconfig to use MD5 passwords? I have loaded up the /etc/passwd in a text editor after I notice nothing would work but did not edit it. I do have tha ability to do so however. I have reinstalled linux 4 times and I tried it with and without MD5 passwd. I have also tried it with and without shadow passwd I have also tried to edit the about myself in the control center and after typing in my passwd it came up with "unknown error" in a window and an ok button I wonder if all these problems are related. My guess is that they are all related. Ok, I can reproduce this crash if I select to not use MD5 passwords and shadow passwords during the install. However, this is a libuser bug and not a redhat-config-user bug. To demonstrate, do the following as root: 1) # /usr/bin/python 2) >>> import libuser 3) >>> admin = libuser.admin() Segmentation fault. This bug is a dupe of bug 68245. *** This bug has been marked as a duplicate of 68245 *** I can reproduce the problem with or with out MD% or Shadow password. the things you wanted me to do as root. I do not get the error unless I have the MD5 password. |