Bug 179433
| Summary: | system-config-users dumps core on x86_64 with ldap enabled | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Pawel Salek <pawsa> |
| Component: | libuser | Assignee: | Miloslav Trmač <mitr> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | noarch | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-01-31 14:16:35 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 is very probably a libuser problem. NB: It doesn't dump core, it throws an exception. What is the output of (grep moduledir /etc/libuser.conf) ? nice catch! $ grep moduledir /etc/libuser.conf moduledir = /usr/lib/libuser Does this mean this file is architecture dependent? I just have a number of boxes, some of them 32-bit and some of them 64-bit and I kind of hoped they could share the user database in some easy way... No, it means you are carrying around an old libuser.conf. Since libuser-0.51.11 the installed config file contains: [defaults] # The default (/usr/lib*/libuser) is usually correct # moduledir = /your/custom/directory Just comment the moduledir line out and everything should work correctly. |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8) Gecko/20060126 Fedora/1.5-5 Firefox/1.5 Description of problem: system-config-users dumps core on x86_64 with ldap enabled: $ system-config-users Traceback (most recent call last): File "/usr/share/system-config-users/system-config-users.py", line 45, in ? mainWindow.mainWindow() File "/usr/share/system-config-users/mainWindow.py", line 179, in __init__ self.ADMIN = libuser.admin(prompt=admin_prompt_callback, prompt_data=(_('Logon Information Required'),)) SystemError: /usr/lib/libuser/libuser_ldap.so: cannot open shared object file: No such file or directory libuser library is installed but the library files are in /usr/lib64/libuser. Version-Release number of selected component (if applicable): system-config-users-1.2.41-1.1 How reproducible: Always Steps to Reproduce: 1. 2. 3.a Actual Results: a Expected Results: a Additional info: a