From owner-freebsd-stable@FreeBSD.ORG Tue Dec 22 18:33:13 2009 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 5F336106566C for ; Tue, 22 Dec 2009 18:33:13 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from constantine.ticketswitch.com (constantine.ticketswitch.com [IPv6:2002:57e0:1d4e:1::3]) by mx1.freebsd.org (Postfix) with ESMTP id 2696C8FC18 for ; Tue, 22 Dec 2009 18:33:13 +0000 (UTC) Received: from dilbert.rattatosk ([10.64.50.6] helo=dilbert.ticketswitch.com) by constantine.ticketswitch.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1NN9XE-000H7M-6e; Tue, 22 Dec 2009 18:32:40 +0000 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.70 (FreeBSD)) (envelope-from ) id 1NN9XE-0008EM-4Z; Tue, 22 Dec 2009 18:32:40 +0000 Date: Tue, 22 Dec 2009 18:32:40 +0000 Message-Id: To: kama@pvp.se, petefrench@ticketswitch.com From: Pete French Cc: flo@smeets.im, freebsd-stable@FreeBSD.org Subject: Re: Disc lock up on 8.0-STABLE 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: Tue, 22 Dec 2009 18:33:13 -0000 Interesting... I just got another hard lock on the system, not at 3am this time. The only other common factor in this is that the lockup is always preceeded by a flood of failed ssh logins. I;m sure we've all seen these - I get them on every BSD system I have - they look like this: Dec 22 17:37:10 turpentine sshd[8188]: error: PAM: authentication error for illegal user kevin from 61.74.75.43 Dec 22 17:43:21 turpentine sshd[9983]: error: PAM: authentication error for illegal user kevin from 58.60.106.24 Dec 22 17:49:30 turpentine sshd[11781]: error: PAM: authentication error for illegal user kevin from 219.234.95.164 Dec 22 18:01:47 turpentine sshd[15435]: error: PAM: authentication error for illegal user kevin from 61.74.75.43 Dec 22 18:07:54 turpentine sshd[17259]: error: PAM: authentication error for illegal user kevin from 61.74.75.43 Dec 22 18:14:06 turpentine sshd[19282]: error: PAM: authentication error for illegal user kevin from 61.74.75.53 Theres always a flood of those on the console immediately preceeding the lockup. So this time it cant have been anything to do with the 3am run. -pete.