From owner-freebsd-stable@FreeBSD.ORG Thu Jan 19 17:18:40 2012 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFF9D1065670; Thu, 19 Jan 2012 17:18:40 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 9B7268FC17; Thu, 19 Jan 2012 17:18:39 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id TAA21099; Thu, 19 Jan 2012 19:18:36 +0200 (EET) (envelope-from avg@FreeBSD.org) Message-ID: <4F18506C.4050604@FreeBSD.org> Date: Thu, 19 Jan 2012 19:18:36 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20120111 Thunderbird/9.0 MIME-Version: 1.0 To: =?ISO-8859-2?Q?L=E1szl=F3_K=C1ROLYI?= References: <4F181FE7.30904@karolyi.hu> In-Reply-To: <4F181FE7.30904@karolyi.hu> X-Enigmail-Version: undefined Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 8bit Cc: Alexander Motin , freebsd-stable@FreeBSD.org Subject: Re: Strange 'hangs' with RELENG_9 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2012 17:18:40 -0000 on 19/01/2012 15:51 László KÁROLYI said the following: > Recently I updated my RELENG_8 to RELENG_9. Since then, the server hangs > from time to time for 5 minutes. When I run a top in a remote terminal, > I can see that it hangs so strong, that the clock hangs too. When it > continues to run , the time continues from the when it 'hanged'. TCP > connections are also dropped with timeout at that time. However, no > kernel panic, and i can't see anything in the dmesg log too. > > A strange thing is, the server continues working when I press a key at > the physical console (I'm doing this with a remote IP console). More > strange thing is, when I do a reboot, the server flushes all its disks, > and then does a panic, instead of rebooting. Please provide output of the following sysctls: sysctl kern.eventtimer sysctl kern.timecounter -- Andriy Gapon