From owner-freebsd-questions Fri Sep 13 11:28:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A202137B400 for ; Fri, 13 Sep 2002 11:28:54 -0700 (PDT) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id C045143E42 for ; Fri, 13 Sep 2002 11:28:50 -0700 (PDT) (envelope-from fBSD@itab.com) Received: from [10.0.0.103] ([12.236.220.246]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020913182850.XVZS26805.rwcrmhc52.attbi.com@[10.0.0.103]> for ; Fri, 13 Sep 2002 18:28:50 +0000 User-Agent: Microsoft-Entourage/10.1.0.2006 Date: Fri, 13 Sep 2002 11:28:47 -0700 Subject: updated 4.2 > 4.7 Broke sshd From: fBSD To: FreeBSD Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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= 4 # make installkernel KERNCONF= 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