[Bug 696553] New: Error message gives: /lib/security/pam_apparmor.so: undefined symbol: pam_syslog
https://bugzilla.novell.com/show_bug.cgi?id=696553 https://bugzilla.novell.com/show_bug.cgi?id=696553#c0 Summary: Error message gives: /lib/security/pam_apparmor.so: undefined symbol: pam_syslog Classification: openSUSE Product: openSUSE 11.4 Version: Final Platform: x86-64 OS/Version: openSUSE 11.4 Status: NEW Severity: Minor Priority: P5 - None Component: Security AssignedTo: security-team@suse.de ReportedBy: f.de.kruijf@gmail.com QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1 When an IMAP user logs in, the following messages appear in /var/log/messages: May 27 11:16:28 host authdaemond: received auth request, service=imap, authtype=login May 27 11:16:28 host authdaemond: authpam: trying this module May 27 11:16:28 host authdaemond: authpam: sysusername=info, sysuserid=<null>, sysgroupid=100, homedir=/home/info, address=info, fullname=Info Company Name, maildir=<null>, quota=<null>, options=<null> May 27 11:16:28 host authdaemond: pam_service=imap, pam_username=info May 27 11:16:28 host authdaemond: PAM unable to dlopen(/lib/security/pam_apparmor.so): /lib/security/pam_apparmor.so: undefined symbol: pam_syslog May 27 11:16:28 host authdaemond: PAM adding faulty module: /lib/security/pam_apparmor.so May 27 11:16:28 host authdaemond: dopam successful May 27 11:16:28 host authdaemond: Authenticated: sysusername=info, sysuserid=<null>, sysgroupid=100, homedir=/home/info, address=info, fullname=Info Trompper Optiek, maildir=<null>, quota=<null>, options=<null> The third line shows the error message, so apparently there is a bug in /lib/security/pam_apparmor.so The system is using courier-imap(-ssl) downloaded from the standard openSUSE 11.4 repositories and uses an unaltered PAM configuration. However now I have commented out in /etc/pam.d/common-session the line containing pam_apparmor.so, so the error message does not show up anymore. Reproducible: Always Steps to Reproduce: 1. Start an IMAP connection 2. 3. Actual Results: The error message appears in /var/log/messages Expected Results: No error message -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=696553 https://bugzilla.novell.com/show_bug.cgi?id=696553#c1 Thomas Biege <thomas@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium AssignedTo|security-team@suse.de |jeffm@novell.com --- Comment #1 from Thomas Biege <thomas@novell.com> 2011-05-31 09:21:29 UTC --- reassign to maintainer -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=696553 https://bugzilla.novell.com/show_bug.cgi?id=696553#c2 Frederic Crozat <fcrozat@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fcrozat@novell.com Platform|x86-64 |All --- Comment #2 from Frederic Crozat <fcrozat@novell.com> 2011-06-09 09:40:39 UTC --- present also in x86, with a default "gnome" installation from Factory 12.1 M1 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=696553 https://bugzilla.novell.com/show_bug.cgi?id=696553#c3 Jeff Mahoney <jeffm@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |f.de.kruijf@gmail.com --- Comment #3 from Jeff Mahoney <jeffm@novell.com> 2011-06-23 17:18:32 UTC --- I still can't reproduce this on 11.4 or 12.1. What IMAP server are you using? SSH seems not to care. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=696553 https://bugzilla.novell.com/show_bug.cgi?id=696553#c4 Freek de Kruijf <f.de.kruijf@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|f.de.kruijf@gmail.com | --- Comment #4 from Freek de Kruijf <f.de.kruijf@gmail.com> 2011-06-23 20:14:19 UTC --- I am using the packages courier-imap-4.8.1-2.4 and courier-authlib-0.63.0-8.2 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=696553 https://bugzilla.novell.com/show_bug.cgi?id=696553#c5 --- Comment #5 from Frederic Crozat <fcrozat@novell.com> 2011-06-24 07:35:32 UTC --- there is no need to install courier-imap to get the error : - install Factory 12.1 M1 GNOME LiveCD (x86) - login - run "sudo -i" or "su -" to become root - check /var/log/warn : "sudo: PAM unable to dlopen(/lib/security/pam_apparmor.so): /lib/security/pam_apparmor.so: undefined symbol: pam_syslog" after digging a little, it looks like pam_syslog is a symbol provided by /lib/libpam.so.0 but unlike other pam modules, pam_apparmor is not linked to libpam.so.0 (checked by ldd /lib/security/pam_apparmor.so ), which is causing the issue. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=696553 https://bugzilla.novell.com/show_bug.cgi?id=696553#c6 Jeff Mahoney <jeffm@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |maintenance@opensuse.org --- Comment #6 from Jeff Mahoney <jeffm@novell.com> 2011-06-24 14:00:47 UTC --- Ok, that's an easy fix. Submitted. SR 74457 Maintainers, this one should supersede SR 74415. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=696553 https://bugzilla.novell.com/show_bug.cgi?id=696553#c7 --- Comment #7 from Bernhard Wiedemann <bwiedemann@novell.com> 2011-06-24 17:01:14 CEST --- This is an autogenerated message for OBS integration: This bug (696553) was mentioned in https://build.opensuse.org/request/show/74457 11.4 / apparmor -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=696553 https://bugzilla.novell.com/show_bug.cgi?id=696553#c8 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |maint:running:41833:low --- Comment #8 from Swamp Workflow Management <swamp@suse.com> 2011-06-25 19:58:14 UTC --- The SWAMPID for this issue is 41833. This issue was rated as low. Please submit fixed packages until 2011-07-25. Also create a patchinfo file using this link: https://swamp.suse.de/webswamp/wf/41833 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=696553 https://bugzilla.novell.com/show_bug.cgi?id=696553#c9 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED CC| |meissner@novell.com InfoProvider|maintenance@opensuse.org | Resolution| |FIXED --- Comment #9 from Marcus Meissner <meissner@novell.com> 2011-06-25 21:00:15 UTC --- time we do an update. I wrote patchinfo -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=696553 https://bugzilla.novell.com/show_bug.cgi?id=696553#c10 --- Comment #10 from Bernhard Wiedemann <bwiedemann@novell.com> 2011-07-05 13:00:17 CEST --- This is an autogenerated message for OBS integration: This bug (696553) was mentioned in https://build.opensuse.org/request/show/75398 Factory / apparmor -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=696553 https://bugzilla.novell.com/show_bug.cgi?id=696553#c11 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:41833:low |maint:running:41833:low | |maint:released:11.4:41905 --- Comment #11 from Swamp Workflow Management <swamp@suse.de> 2011-07-07 13:17:38 UTC --- Update released for: apache2-mod_apparmor, apparmor-docs, apparmor-parser, apparmor-profiles, apparmor-utils, libapparmor-devel, libapparmor1, pam_apparmor, perl-apparmor, tomcat_apparmor Products: openSUSE 11.4 (debug, i586, x86_64) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=696553 https://bugzilla.novell.com/show_bug.cgi?id=696553#c Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:41833:low |maint:released:11.4:41905 |maint:released:11.4:41905 | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com