<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
I'm getting this pam error in my /var/log/messages but not sure what to make of it<br><br>Dec 18 22:05:48 mail sshd[23001]: error: bind: Address already in use<br>Dec 18 22:05:48 mail sshd[23001]: error: channel_setup_fwd_listener: cannot listen to port: 2525<br>Dec 18 22:17:02 mail sshd[32360]: PAM audit_log_acct_message() failed: Operation not permitted<br>Dec 19 00:17:03 mail sshd[23001]: PAM audit_log_acct_message() failed: Operation not permitted<br>Dec 19 02:47:05 mail sshd[26035]: PAM audit_log_acct_message() failed: Operation not permitted<br><br>even though port 2525 is not in use (checked with netstat)<br>I'm trying to setup ssh -N -R to port 2525 as a reverse ssh tunnel from another system.<br><br>This worked for the longest time, until I upgraded to suse 10.3, and now it seems most of the time it doesn't work.<br>although sometimes it does.<br><br>and a really weird problem, related to this, sometimes it works, yet the userid used for the ssh never shows up as logged in or in the process table.<br>yet, port 2525 is there and working at those times.<br><br>so the big question is, is it a problem with pam, or ssh or both? and where do I start to find out?<br><br>My /etc/pam.d/sshd looks like this:<br><br>#%PAM-1.0<br>auth     requisite      pam_nologin.so<br>auth     include        common-auth<br>account  include        common-account<br>password include        common-password<br>session  required       pam_loginuid.so<br>session  include        common-session<br># Enable the following line to get resmgr support for<br># ssh sessions (see /usr/share/doc/packages/resmgr/README)<br>#session  optional      pam_resmgr.so fake_ttyname<br><br>Can anyone help ?<br><br /><hr />Books, DVD's, gadgets, music and more. <a href='http://shopping.sympatico.msn.ca/content/shp/?ctid=8338,ptnrid=176,ptnrdata=1761116&tcode=HolidayGuide' target='_new'>Shop online with Sympatico / MSN Shopping today!</a></body>
</html>