Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 748294 - sys-auth/pambase-20201010[pam_krb5]: PAM unable to dlopen(/lib64/security/debug)
Summary: sys-auth/pambase-20201010[pam_krb5]: PAM unable to dlopen(/lib64/security/debug)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mikle Kolyada (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-13 07:02 UTC by Manuel Mommertz
Modified: 2020-10-13 18:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Mommertz 2020-10-13 07:02:11 UTC
With sys-auth/pambase-20201010 and pam_krb5 enabled, I get error messages when becomming root by su:
Oct 13 08:50:01 xxx su[9663]: PAM unable to dlopen(/lib64/security/debug): /lib64/security/debug: cannot open shared object file: No such file or directory
Oct 13 08:50:01 xxx su[9663]: PAM adding faulty module: /lib64/security/debug

I think the the lib pam_krb5.so is missing before krb5_params in templates/system-session.tpl:

# cd /var/tmp/portage/sys-auth/pambase-20201010/work/pambase-pambase-20201010
# grep krb5_params templates/*
templates/system-auth.tpl:auth        [success=1 default=ignore]      pam_krb5.so {{ krb5_params }}
templates/system-auth.tpl:account               [success=1 default=ignore]      pam_krb5.so {{ krb5_params }}
templates/system-auth.tpl:password      [success=1 default=ignore]      pam_krb5.so {{ krb5_params }}
templates/system-session.tpl:session            [success=1 default=ignore] {{ krb5_params }}
templates/system-session.tpl:session         [success=1 default=ignore] {{ krb5_params }}

Reproducible: Always
Comment 1 SacredRide 2020-10-13 08:29:06 UTC
Same issue here. Thanks for looking into this!
Comment 2 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2020-10-13 18:49:30 UTC
Fixed version pushed to the tree with the version as of today.
Comment 3 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2020-10-13 18:51:43 UTC
*** Bug 748405 has been marked as a duplicate of this bug. ***