We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to authenticate using otpw, the following error shows up in /var/log/auth.log
/var/log/auth.log
PAM unable to dlopen(pam_otpw.so): /lib/security/pam_otpw.so: undefined symbol: __aeabi_uidivmod
Same installation procedure in regular Debian (x86_64) works prefectly.
apt-get install libpam-otpw
/etc/pam.d/otpw-auth
auth sufficient pam_otpw.so debug
session optional pam_otpw.so
/etc/pam.d/sshd
@include otpw-auth
@include common-auth
ChallengeResponseAuthentication yes
/etc/ssh/sshd_config
AuthenticationMethods keyboard-interactive
etc/ssh/sshd_config
Linux raspberrypi 3.12.28+ #709 PREEMPT Mon Sep 8 15:28:00 BST 2014 armv6l GNU/Linux
Thanks!
The text was updated successfully, but these errors were encountered:
This isn't a linux (kernel) issue but a raspbian distribution issue. Probably best to ask here: http://www.raspberrypi.org/forums/viewforum.php?f=66
Sorry, something went wrong.
No branches or pull requests
When trying to authenticate using otpw, the following error shows up in
/var/log/auth.log
PAM unable to dlopen(pam_otpw.so): /lib/security/pam_otpw.so: undefined symbol: __aeabi_uidivmod
Same installation procedure in regular Debian (x86_64) works prefectly.
How to reproduce
apt-get install libpam-otpw
(1.3-2 in my case)/etc/pam.d/otpw-auth
with the following contentsauth sufficient pam_otpw.so debug
session optional pam_otpw.so
/etc/pam.d/sshd
, add a new entry@include otpw-auth
just above@include common-auth
.ChallengeResponseAuthentication yes
in/etc/ssh/sshd_config
.AuthenticationMethods keyboard-interactive
toetc/ssh/sshd_config
(OpenSSH 6.2 or above required)uname -a
Linux raspberrypi 3.12.28+ #709 PREEMPT Mon Sep 8 15:28:00 BST 2014 armv6l GNU/Linux
syslog entry
PAM unable to dlopen(pam_otpw.so): /lib/security/pam_otpw.so: undefined symbol: __aeabi_uidivmod
Thanks!
The text was updated successfully, but these errors were encountered: