pam sshd error


 
Thread Tools Search this Thread
Operating Systems Solaris pam sshd error
# 1  
Old 09-14-2011
pam sshd error

Hi

I wanted to convert my pam libraries to 64 bit. so recently compiled my pam_banner and pam_wheel to 64 bit.

I got the following error...

sshd[8063]: dlsym failed pam_sm_authenticate:error ld.so.1 : sshd fatal: pam_sm_authenticate: can't find symbol

thnaks
# 2  
Old 09-14-2011
If you switch to a 64-bit PAM, absolutely everything else which uses PAM has to be rebuilt as 64-bit too. Not the sort of thing you'd want to try doing by hand.

Any particular reason you wanted a 64-bit PAM?
# 3  
Old 09-14-2011
Yup i've built all required PAM libraries to 64-bit. I need to install FIPS pkgs and hence need 64 bit
# 4  
Old 09-14-2011
Hmm.

My 64-bit systems have separate /lib and /lib32 folders so it can keep 32-bit and 64-bit versions of the same libraries without overlap. Does your system have this? It may be possible to install 32-bit and 64-bit PAM at the same time instead of just replacing your 32-bit one. This will be necessary if you don't want a completely 64-bit system I think.

Meanwhile you'd better reinstall your 32-bit PAM while you still can.
# 5  
Old 09-14-2011
Corona is telling you: do not mix and match 32 & 64 bit. You are close to making your system unusable. I hope you have a backup....
# 6  
Old 09-15-2011
Yeah I have separate folders for 32 bit and 64 bit. I want to upgrade to using 64 bit pam libraries as all other libraries are 64 bit. When I compiled my pam libraries to 64 bit I got the error

sshd[8063]: dlsym failed pam_sm_authenticate:error ld.so.1 : sshd fatal: pam_sm_authenticate: can't find symbol

Well, if i need only 64bit libraries, do I need the 32 libraries at all?
What could be the readon for the above mentioned errror.

Thanks
# 7  
Old 09-15-2011
You compiled and built pam manually, meaning, where it ended up putting files was wholly up to you. It's possible you overwrote your 32-bit files with 64-bit ones. You might also have a mixture of old and new files that can't work together.

Last edited by Corona688; 09-15-2011 at 03:04 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. OS X (Apple)

Mac OS X LDAP client not accepting ssh or console logins (PAM error)

Hi Folks, I've install 389 Directory Server on a Centos 7.0 server. Over the last two days I've been trying to connect a MacBook running 10.10.5 to the server as a client and I'm having only partial success. I've "Joined" to my network Account Server, and set my LDAP Mappings to... (2 Replies)
Discussion started by: jlh
2 Replies

2. Red Hat

Sshd - error

Hi, Do you know what cause the error message ? Nov 19 13:42:19 cfsasnd02 sshd: pam_env(sshd:setcred): non-alphanumeric key '-- /etc/environment' in /etc/environment', ignoring Nov 19 13:42:20 cfsasnd02 sshd: pam_env(sshd:setcred): non-alphanumeric key '-- /etc/environment' in... (0 Replies)
Discussion started by: xitrum
0 Replies

3. SuSE

PAM password change failed, pam error 20

Hi, I use a software which can create account on many system or application. One of resource which is managed by this soft his a server SUSE Linux Enterprise Server 10 (x86_64). patch level 3. This application which is an IBM application use ssh to launch command to create account in... (3 Replies)
Discussion started by: scabarrus
3 Replies

4. Shell Programming and Scripting

AIX pam ssh/sshd configuration not allowing sed or awk

This is a weird problem. Following is my code. /opt/quest/bin/vastool configure pam sshd /opt/quest/bin/vastool configure pam ssh cat /etc/pam.conf | \ awk '$1=="ssh"||$1=="sshd"||$1=="emagent"{sub("prohibit","aix",$NF);}1' OFS='\t' > /etc/pam.conf cat /etc/ssh/sshd_config | \ sed -e... (2 Replies)
Discussion started by: pjeedu2247
2 Replies

5. Solaris

Error opening PAM libraries : solaris 10 on vmware workstation

Hi Admins, I am facing an issue with Solaris 10 sitting on vmware workstation... When I start it, it gives me an error : "Error opening PAM libraries, contact system administrator" Also I can reach it via putty, but none of the id/passwd working. I did revert pam.conf. But still no... (2 Replies)
Discussion started by: snchaudhari2
2 Replies

6. Solaris

LDAP, PAM or SSHD?

Hi, I´m trying to make Solaris authenticate users in AD. NTP is working, nsswitch.ldap is listed above, DNS is Ok and I made something different in pam.conf, krb5.conf and sshd_config (see above) nsswitch.ldap: passwd: files ldap group: files ldap hosts: files dns ipnodes: ... (0 Replies)
Discussion started by: mpcavalcanti
0 Replies

7. Solaris

Removing "Failed none for" error messages from sshd logs files

We have a number of system running the same patch level, OS version and sshd version. The systems also have the same sshd config and syslog.conf entries , however one of the systems keeps logging the following message everytime someone logs in: Nov 16 09:36:02 server389 sshd: Failed none for... (3 Replies)
Discussion started by: Mr_Webster
3 Replies

8. UNIX for Advanced & Expert Users

PAM Error messages on Server

Hi, I have CVSNT installed on my Linux machine and sometimes the server goes down with the following error in /var/log/messages. Does anyone know the approach that need to followed to investigate to resolve the same. If so , please let me know. Nov 23 05:57:43 <server ip> cvsnt(pam_unix):... (7 Replies)
Discussion started by: bsandeep_80
7 Replies

9. AIX

It helps in the sshd on sshd.log

Friends, I made the installation of the ssh in the it conspires, I configured in the ssh_config the following parameters.. SyslogFacility AUTH LogLevel INFO that should generate sshd.log in the /var/log.... more no this generating. Somebody could help myself in... (0 Replies)
Discussion started by: sandba
0 Replies

10. UNIX for Dummies Questions & Answers

Starting sshd error messages SCO 5.0.6 openserver

Hi guys i'm trying to start sshd by doing this "/usr/local/sbin/sshd &" i'm getting this messages # This platform does not support both privilege separation and compression Compression disabled I loaded this 3 files 1-zlib- 1.1.40-vols... (2 Replies)
Discussion started by: josramon
2 Replies
Login or Register to Ask a Question