From owner-freebsd-current@FreeBSD.ORG Sat Dec 14 22:16:28 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0FFC97BA; Sat, 14 Dec 2013 22:16:28 +0000 (UTC) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E19561288; Sat, 14 Dec 2013 22:16:27 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.7/8.14.7) with ESMTP id rBEMGRoP024665; Sat, 14 Dec 2013 14:16:27 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.7/8.14.7/Submit) id rBEMGRiv024664; Sat, 14 Dec 2013 14:16:27 -0800 (PST) (envelope-from sgk) Date: Sat, 14 Dec 2013 14:16:27 -0800 From: Steve Kargl To: Stefan Esser Subject: Re: SVN commit 259045 breaks -CURRENT Message-ID: <20131214221627.GA24637@troutmask.apl.washington.edu> References: <52ACD12A.5020906@freebsd.org> <20131214215904.GA24545@troutmask.apl.washington.edu> <52ACD783.7030203@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52ACD783.7030203@freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-current@freebsd.org, kib@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Dec 2013 22:16:28 -0000 On Sat, Dec 14, 2013 at 11:11:15PM +0100, Stefan Esser wrote: > Am 14.12.2013 22:59, schrieb Steve Kargl: > > On Sat, Dec 14, 2013 at 10:44:10PM +0100, Stefan Esser wrote: > >> > >> 2) SSH logins are very slow, many seconds of delay between connect > >> and password prompt, several seconds after password entry until > >> a command prompt appears (normally instantaneous) > >> > > > > Ah, so that explains the behavior I'm see. Just updated a circa Aug 3rd > > i386 FreeBSD to top-of-tree. My ssh logins to my work system take 30+ > > seconds now. :( > > You may want to test the attached patch, which reverts the above > mentioned commit. > I probably won't get to it until tomorrow, because I had started a dog-food system purge including re-installing all ports. The laptop takes a bit a time to recompile everything. -- Steve