|
Bugzilla – Full Text Bug Listing |
| Summary: | Kerberos service does not start | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.2 | Reporter: | Pavol Rusnak <prusnak> |
| Component: | YaST2 | Assignee: | Jiří Suchomel <jsuchome> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | aj, mc |
| Version: | RC 3 | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | logs from save_y2logs | ||
|
Description
Pavol Rusnak
2006-11-29 15:16:00 UTC
Created attachment 107411 [details]
logs from save_y2logs
What does 'pam-config -q --krb5' say? Thorsten, pam-config reports: spectra:~ # pam-config -a --krb5 ERROR: module /lib/security/pam_krb5.so is not installed. The machine has pam_krb5.so in /lib64/security/pam_krb5.so pam_krb5-32bit What's the correct solution? Should pam-config use /lib64/security/pam_krb5.so or should I install pam_krb5-32bit by yast2-kerberos-client? Looks like pam_krb5-32bit needs to be installed, like "pam_ldap-32bit" from bug 64808.... (Another relevant bug is 164313) Olaf, is it correct to install pam_krb5-64bit for ppc64? Pavol, fixed yast2-kerberos-client is at /home/jsuchome/Export/yast2/rpms/10.2, could you test it? If you have a biarch system, you need the 32bit and the 64bit libraries, since we ship 32bit and 64bit applications which needs this plugins. So the /lib/security/pam_krb5.so is not installed check is correct. You can override it with the --force flag, but I don't think that's a good idea. Submited as yast2-kerberos-client-2.14.5 These packages are installed for various architectures: "ia64" : [ "krb5-x86", "pam_krb5-x86" ], "ppc64" : [ "krb5-64bit", "pam_krb5-64bit" ], "s390_64" : [ "krb5-32bit", "pam_krb5-32bit" ], "x86_64" : [ "krb5-32bit", "pam_krb5-32bit" ] I have uninstalled both pam_krb5 and pam_krb5-32bit, updated yast2-kerberos-client and now when I run Kerberos Client configuration in Yast2 both packages are installed. Thanks for report & testing. |