From owner-freebsd-hackers@FreeBSD.ORG Fri Apr 11 09:23:16 2014 Return-Path: Delivered-To: freebsd-hackers@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 A00BBC46; Fri, 11 Apr 2014 09:23:16 +0000 (UTC) Received: from mail.tdx.com (mail.tdx.com [62.13.128.18]) by mx1.freebsd.org (Postfix) with ESMTP id 421921D1F; Fri, 11 Apr 2014 09:23:15 +0000 (UTC) Received: from Mail-PC.tdx.co.uk (storm.tdx.co.uk [62.13.130.251]) (authenticated bits=0) by mail.tdx.com (8.14.3/8.14.3/) with ESMTP id s3B9N61D010445 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 11 Apr 2014 10:23:07 +0100 (BST) Date: Fri, 11 Apr 2014 10:23:07 +0100 From: Karl Pielorz To: Konstantin Belousov Subject: Re: Stuck CLOSED sockets / sshd / zombies... Message-ID: <6A01B7D31E518CA6DFCE3E5A@Mail-PC.tdx.co.uk> In-Reply-To: <20140410184855.GP21331@kib.kiev.ua> References: <20140408164353.GB21331@kib.kiev.ua> <277FA3F7B4E7A98921F4D631@study64.tdx.co.uk> <201404081533.53990.jhb@freebsd.org> <92366925229B4C5B21B04D81@study64.tdx.co.uk> <20140408212319.GC21331@kib.kiev.ua> <20140409084951.GE21331@kib.kiev.ua> <2A722BB3B12E0D80CA9FF075@Mail-PC.tdx.co.uk> <20140409111917.GH21331@kib.kiev.ua> <851413886E3982D2CCFEA9D9@Mail-PC.tdx.co.uk> <20140410184855.GP21331@kib.kiev.ua> X-Mailer: Mulberry/4.0.8 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: freebsd-hackers@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2014 09:23:16 -0000 --On 10 April 2014 21:48 +0300 Konstantin Belousov wrote: >> I have an identical 'clone' of this system (with the same issue) - is >> there something I can put in '/etc/make.conf' and rebuild the world >> [with your patch] with debug stuff enabled everywhere, on that clone? > You should put DEBUG_FLAGS=-g either in make.conf or src.conf, > I am not sure which one is correct. Ok, '/etc/src.conf' *appears* to be the right place. I'm rebuilding everything now with that set. I'll get it installed, hopefully reproduce the problem - then run a back trace. This build includes your most recent rtld-elf patch etc. I'll post again when this has completed with the results... I'm also investigating if I can get this machine setup somewhere with external access available... -Karl