Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2002 11:28:47 -0700
From:      fBSD <fBSD@itab.com>
To:        FreeBSD <freebsd-questions@freebsd.org>
Subject:   updated 4.2 > 4.7 Broke sshd
Message-ID:  <B9A77C6F.20731%fBSD@itab.com>

next in thread | raw e-mail | index | archive | help


I've been following right along with the other guy who was doing the
cvsup>buildworld... thing

cvsup file:
*default  host=cvsup10.FreeBSD.org
*default  base=/usr
*default  prefix=/usr
*default  release=cvs
*default  tag=RELENG_4
*default  delete use-rel-suffix
src-all

THEN:
1 # cd /usr/src
2 # make buildworld
3 # make buildkernel KERNCONF=<the-file-with-your-kernel-config>
4 # make installkernel KERNCONF=<the-file-with-your-kernel-config>
5 # shutdown -r now ##ssh still worked here but was slowwwww
6 # make installworld
7 # mergemaster -i  ###100 [deal with later]s

It now boots with a 4.7 kernel but ssh is broken:

[g3p:~] sam% ssh fBSD
Password:
Connection to fBSD closed by remote host.
Connection to fBSD closed.

AND /var/log/message:

Sep 13 11:36:28 fBSD sshd[154]: no modules loaded for `sshd' service
Sep 13 11:36:28 fBSD sshd[154]: fatal: PAM session setup failed[6]:
Permission denied

telnet works.

What should I do now?



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B9A77C6F.20731%fBSD>