From owner-freebsd-stable@FreeBSD.ORG Mon Jun 20 18:26:21 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BCE216A41C for ; Mon, 20 Jun 2005 18:26:21 +0000 (GMT) (envelope-from grafan@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id B956143D55 for ; Mon, 20 Jun 2005 18:26:20 +0000 (GMT) (envelope-from grafan@gmail.com) Received: by wproxy.gmail.com with SMTP id 70so797087wra for ; Mon, 20 Jun 2005 11:26:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=odX3x86PYAcjlBD8V6a4CJIzpIzMUVBk1RC9vAWOpXWdb+5nUmmGTV7YJHa0SkkY6+xYZWhRJlbems/0FoMEMTpkjDIwfZNArp5AYORKCbwGB+VgN73RuJCKRFF+CtBTJ5g+lLGAFpLBvqM8bTXbuZLNjeR+RU6lSHY6E4GQj/g= Received: by 10.54.106.2 with SMTP id e2mr2828179wrc; Mon, 20 Jun 2005 11:26:19 -0700 (PDT) Received: by 10.54.7.20 with HTTP; Mon, 20 Jun 2005 11:26:19 -0700 (PDT) Message-ID: <6eb82e05062011263389c3cb@mail.gmail.com> Date: Tue, 21 Jun 2005 02:26:19 +0800 From: Rong-En Fan To: Juraj Lutter In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6eb82e0506140535428f4914@mail.gmail.com> Cc: stable@freebsd.org Subject: Re: 5.3-p16/i386 unknown reason console hang X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rong-En Fan List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jun 2005 18:26:21 -0000 On 6/20/05, Juraj Lutter wrote: > On 6/14/05, Rong-En Fan wrote: > > Hello all, > > > > Recently, one of our 5.3-p16/i386 machine got frequenctly hang. Details= , > > > > 1. I can switch vty, but can't login (after typing username, got hang) > > 2. can response to ping, but not other tcp/udp services > > 3. can break into ddb >=20 > I'm getting exactly the same behaviour on 4.11-STABLE/i386. After > typing the username on console machine hangs. It works like a charm > with previous kernel (4.8-STABLE). Upgrade was done today via usual > way (build world/kernel, install world/kernel, mergemaster, reboot > with /usr/local/etc/rc.d empty to ensure only base services to run). Hmm.. after switching from uw-imap to dovecot, this hang seems not exist anymore. I'm guessing that possible causes by different locking mechanism used by Postfix and uw-imap (flock and fnctl...). rafan.