Bug 83382
| Summary: | User manager crashes on load | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Brett Gordon <brgordon> |
| Component: | redhat-config-users | Assignee: | Brent Fox <bfox> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.3 | ||
| 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: | 2006-02-21 18:51:34 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: | |||
*** This bug has been marked as a duplicate of 82435 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003 Description of problem: When trying to load the Redhat User Manager (from command line with redhat-config-users), I receive following error output: File "/usr/share/redhat-config-users/redhat-config-users.py", line 25, in ? Import libuser ImportError: /user/lib/python2.2/site-packages/libusermodule.so: undefined symbol: PyUnicodeUCS4_AsUTF8String I just started receiving this error after having used the Updater to install the newest package updates, one of which includes a python update package. I have tried re-installing the python packages, but that does not seem to work. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Install the most recent package updates for RH 7.3, including the python package. 2. Try to load the redhat user manager (redhat-config-users) Actual Results: I receive the following error output: File "/usr/share/redhat-config-users/redhat-config-users.py", line 25, in ? Import libuser ImportError: /user/lib/python2.2/site-packages/libusermodule.so: undefined symbol: PyUnicodeUCS4_AsUTF8String Expected Results: The user manager should have loaded up normally. Additional info: