From owner-freebsd-stable Fri Apr 27 8:19:12 2001 Delivered-To: freebsd-stable@freebsd.org Received: from s3.quintessential.com (s3.quintessential.com [209.98.180.234]) by hub.freebsd.org (Postfix) with SMTP id 3E0D437B422 for ; Fri, 27 Apr 2001 08:19:08 -0700 (PDT) (envelope-from wood@soundconcept.net) Received: (qmail 40317 invoked from network); 27 Apr 2001 16:10:39 -0000 Received: from unknown (HELO xyz.soundconcept.net) (63.225.150.153) by s3.quintessential.com with SMTP; 27 Apr 2001 16:10:39 -0000 Message-Id: <4.3.2.7.0.20010427101118.02199c80@pop3.norton.antivirus> X-Sender: wood%soundconcept.net/soundconcept.net@pop3.norton.antivirus X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Fri, 27 Apr 2001 10:19:04 -0500 To: freebsd-stable@FreeBSD.ORG From: "Brian D. Woodruff" Subject: sshd problem Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 built openssh from the port and ran that (in /usr/local/sbin/) instead of the system one (in /usr/sbin/) and it worked fine. This tells me that it's not a PAM problem, as the messages log might make one assume. I did another cvsup to make sure there hadn't been any fixes to this posted yet, and then did another make world (naturally, I built and install an new kernel each time, too) I still got the same error. On a whim, I copied the sshd program from /usr/local/sbin/ to /usr/sbin/ and now it all seems fine, though I can't help but wonder if there isn't a problem with STABLE right now. Comments? BDW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message