Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Apr 2001 12:51:01 -0500
From:      Sean Kelly <smkelly@zombie.org>
To:        "Brian D. Woodruff" <wood@soundconcept.net>
Cc:        stable@freebsd.org
Subject:   Re: sshd problem
Message-ID:  <20010427125101.A31464@edgemaster.zombie.org>
In-Reply-To: <4.3.2.7.0.20010427101118.02199c80@pop3.norton.antivirus>; from wood@soundconcept.net on Fri, Apr 27, 2001 at 10:19:04AM -0500
References:  <4.3.2.7.0.20010427101118.02199c80@pop3.norton.antivirus>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Apr 27, 2001 at 10:19:04AM -0500, Brian D. Woodruff wrote:
> Last Friday I brought a system from 4.2-STABLE to 4.3-STABLE by performing 
> a cvsup and doing a make world
> 
> Everything was fine except for sshd services, which would not run and gave 
> me these errors in my /var/log/messages
> 
> > > Apr 26 16:25:10 s3b sshd[309]: no modules loaded for `sshd' service
> > > Apr 26 16:25:10 s3b sshd[309]: fatal: PAM session setup 
> > failed[6]:  Permission denied
> > > Apr 26 16:25:10 s3b sshd[309]: no modules loaded for `sshd' service

I've got similar issues that popped up this morning.  And don't tell me to
read UPDATING, or I'll break your face and install CP/M on your servers.

I have password expiration setup, and a user's password had expired.  They
SSH'd in, and it started initiating the 'set a new password' process.  From
the client's end, it froze.  Syslog filled up with:

Apr 27 09:44:42 area51 sshd[84766]: no modules loaded for `sshd' service
Apr 27 09:44:42 area51 sshd[84766]: PAM pam_chauthtok failed[6]: Permission denied
Apr 27 09:44:42 area51 sshd[84766]: no modules loaded for `sshd' service
Apr 27 09:44:42 area51 sshd[84766]: PAM pam_chauthtok failed[6]: Permission denied 
...

Now, I'VE READ UPDATING, AND I'VE RUN MERGEMASTER.

(19) root@area51:/etc# grep ssh pam.conf
sshd    auth    sufficient      pam_skey.so
sshd    auth    required        pam_unix.so	  try_first_pass
sshd    session required        pam_permit.so
csshd   auth    required        pam_skey.so
(20) root@area51:/etc# diff -u /usr/src/etc/pam.conf pam.conf
(21) root@area51:/etc# uname -a
FreeBSD area51.slashnet.org 4.3-STABLE FreeBSD 4.3-STABLE #0: Sun Apr 22 13:16:3 8 EDT 2001     root@area51.slashnet.org:/usr/obj/usr/src/sys/AREA51  i386

-- 
Sean Kelly         | PGP KeyID: 77042C7B
smkelly@zombie.org | http://www.zombie.org

For PGP key, send e-mail with subject "send pgp key"

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010427125101.A31464>