From owner-freebsd-questions Mon Apr 16 3:51:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wn4-marvin.wn4.uni-karlsruhe.de (nat-wohnheime.rz.uni-karlsruhe.de [193.196.41.250]) by hub.freebsd.org (Postfix) with ESMTP id 298B737B42C for ; Mon, 16 Apr 2001 03:51:50 -0700 (PDT) (envelope-from steele@wn4-marvin.wn4.uni-karlsruhe.de) Received: by wn4-marvin.wn4.uni-karlsruhe.de (Postfix, from userid 1000) id 09EF7CF502; Mon, 16 Apr 2001 12:51:45 +0200 (CEST) Date: Mon, 16 Apr 2001 12:51:45 +0200 From: Benedikt Schmidt To: freebsd-questions@freebsd.org Subject: Re: problem starting sshd Message-ID: <20010416125145.A1072@cloaked.de> References: <5.1.0.12.0.20010416121100.00a10ac0@192.168.2.1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <5.1.0.12.0.20010416121100.00a10ac0@192.168.2.1>; from bliekp@cable.a2000.nl on Mon, Apr 16, 2001 at 12:15:25PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Apr 16, 2001 at 12:15:25PM +0200, Pim Bliek wrote: > Last night I did a CVSup + make world for the first time in my life ;-) It > went fine. I also did a CVSup of the ports collection. > > Everything works fine now, except for sshd. When it tries to start it exits > with the following message: > > sshderror: ConnectionsPerPeriod has been depricated! Edit your /etc/ssh/sshd_config file (or better see [1]) and remove the line with ConnectionsPerPeriod since the OpenSSH Version in -stable doesn't support this option anymore. > > Just for completeness, the sequence of events (shortened) on my machine: > > - installed 4.2 from ISO CD > - cvsup to latest STABLE > - make world > - make installworld > - reconfigged my kernel using new GENERIC > - make buildkernel > - make installkernel [1] You forgot to do a mergemaster to merge in the new config files. You _should_ really do that after make world because otherwise your binaries and config files get out of sync. (deprecated options, changed defaults ...) > - reboot -- Benedikt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message