Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 479408 - sys-apps/systemd-206-r1 installs /security/pam_systemd.so instead of /lib64/security/* leaving pam unable to find it.
Summary: sys-apps/systemd-206-r1 installs /security/pam_systemd.so instead of /lib64/s...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-01 14:53 UTC by Ray Griffin (rorgoroth)
Modified: 2013-08-01 19:10 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 Ray Griffin (rorgoroth) 2013-08-01 14:53:56 UTC
Summary +

journalctl -b snippet:
Aug 01 15:39:42 gentoo dhcpcd[1607]: enp2s0: using static address 192.168.0.22
Aug 01 15:39:42 gentoo dhcpcd[1607]: enp2s0: adding host route to 192.168.0.22 via 127.0.0.1
Aug 01 15:39:42 gentoo dhcpcd[1607]: enp2s0: adding route to 192.168.0.0/24
Aug 01 15:39:42 gentoo dhcpcd[1607]: enp2s0: adding default route via 192.168.0.1
Aug 01 15:39:42 gentoo ntpd_intres[1612]: DNS 0.uk.pool.ntp.org -> 82.219.4.31
Aug 01 15:39:42 gentoo login[1614]: PAM unable to dlopen(/lib64/security/pam_systemd.so): /lib64/security/pam_systemd.so: cannot open shared object file: No such file or directory
Aug 01 15:39:42 gentoo login[1614]: PAM adding faulty module: /lib64/security/pam_systemd.so
Aug 01 15:39:42 gentoo ntpd_intres[1612]: DNS 1.uk.pool.ntp.org -> 85.119.80.232
Aug 01 15:39:43 gentoo ntpd[1611]: Listen normally on 2 enp2s0 192.168.0.22 UDP 123
Aug 01 15:39:43 gentoo ntpd[1611]: peers refreshed
Aug 01 15:39:43 gentoo ntpd_intres[1612]: DNS 2.uk.pool.ntp.org -> 78.129.190.21
Aug 01 15:39:43 gentoo ntpd_intres[1612]: DNS 3.uk.pool.ntp.org -> 178.79.191.28
Aug 01 15:39:45 gentoo login[1614]: pam_unix(login:session): session opened for user ray by LOGIN(uid=0)
Aug 01 15:39:47 gentoo kernel: nvidia 0000:01:00.0: irq 44 for MSI/MSI-X
Aug 01 15:39:48 gentoo sudo[1694]: PAM unable to dlopen(/lib64/security/pam_systemd.so): /lib64/security/pam_systemd.so: cannot open shared object file: No such file or directory
Aug 01 15:39:48 gentoo sudo[1694]: PAM adding faulty module: /lib64/security/pam_systemd.so
Aug 01 15:39:48 gentoo sudo[1694]: ray : TTY=tty1 ; PWD=/home/ray ; USER=root ; COMMAND=/sbin/rmmod pcspkr
Aug 01 15:39:48 gentoo sudo[1694]: pam_unix(sudo:session): session opened for user root by ray(uid=0)
Aug 01 15:39:48 gentoo sudo[1693]: PAM unable to dlopen(/lib64/security/pam_systemd.so): /lib64/security/pam_systemd.so: cannot open shared object file: No such file or directory
Aug 01 15:39:48 gentoo sudo[1693]: PAM adding faulty module: /lib64/security/pam_systemd.so
Aug 01 15:39:48 gentoo sudo[1693]: ray : TTY=tty1 ; PWD=/home/ray ; USER=root ; COMMAND=/sbin/swapoff -a
Aug 01 15:39:48 gentoo sudo[1694]: pam_unix(sudo:session): session closed for user root
Aug 01 15:39:48 gentoo sudo[1693]: pam_unix(sudo:session): session opened for user root by ray(uid=0)
Aug 01 15:39:48 gentoo sudo[1693]: pam_unix(sudo:session): session closed for user root
Aug 01 15:39:49 gentoo systemd[1]: Time has been changed


Reproducible: Always
Comment 1 Ray Griffin (rorgoroth) 2013-08-01 19:10:42 UTC
Marking R,I.
An inaccurate setting in my make.conf seemed to have caused havoc.