From owner-freebsd-current@FreeBSD.ORG Sun Dec 15 07:01:00 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E4EAAB4 for ; Sun, 15 Dec 2013 07:01:00 +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 395B91F50 for ; Sun, 15 Dec 2013 07:01:00 +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 rBF70xmM027369; Sat, 14 Dec 2013 23:00:59 -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 rBF70xaw027368; Sat, 14 Dec 2013 23:00:59 -0800 (PST) (envelope-from sgk) Date: Sat, 14 Dec 2013 23:00:59 -0800 From: Steve Kargl To: Konstantin Belousov Subject: Re: SVN commit 259045 breaks -CURRENT Message-ID: <20131215070059.GA27330@troutmask.apl.washington.edu> References: <52ACD12A.5020906@freebsd.org> <20131214215904.GA24545@troutmask.apl.washington.edu> <52ACD783.7030203@freebsd.org> <20131214221627.GA24637@troutmask.apl.washington.edu> <20131215054722.GI59496@kib.kiev.ua> <20131215055604.GA27022@troutmask.apl.washington.edu> <20131215064322.GL59496@kib.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131215064322.GL59496@kib.kiev.ua> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-current@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: Sun, 15 Dec 2013 07:01:00 -0000 On Sun, Dec 15, 2013 at 08:43:22AM +0200, Konstantin Belousov wrote: > On Sat, Dec 14, 2013 at 09:56:04PM -0800, Steve Kargl wrote: > > > > The Aug 3rd system was built with gcc. The system upgrade I > > did this morning is using clang. I rebuilt everything and > > delete old things with delete-old and delete-old-libs. > > And, the clang-built kernel times out the connections ? On i386 ? With a clang built kernel, it takes 30+ seconds for a ssh to connect to my work system. Prior to the upgrade, connection speed was unnoticable. I won't be able to test Stefan suggested fix until tomorrow. I'm currently chasing down iconv issues. -- Steve