From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11087 invoked by alias); 2 Sep 2007 13:35:24 -0000 Received: (qmail 11075 invoked by uid 22791); 2 Sep 2007 13:35:23 -0000 X-Spam-Check-By: sourceware.org Received: from elastic.org (HELO elastic.org) (69.20.226.105) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 02 Sep 2007 13:35:19 +0000 Received: from very.elastic.org ([192.168.1.1]) by elastic.org with esmtps (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.67) id 1IRpbh-0007u5-EL for overseers@sources.redhat.com; Sun, 02 Sep 2007 09:35:17 -0400 Received: from very.elastic.org (localhost [127.0.0.1]) by very.elastic.org (8.13.8/8.13.8) with ESMTP id l82DZHn9029929 for ; Sun, 2 Sep 2007 09:35:17 -0400 Received: (from fche@localhost) by very.elastic.org (8.13.8/8.13.8/Submit) id l82DZHl6029925 for overseers@sources.redhat.com; Sun, 2 Sep 2007 09:35:17 -0400 Date: Sun, 02 Sep 2007 13:35:00 -0000 From: fche@elastic.org To: overseers@sources.redhat.com Subject: Re: Error message from http://sources.redhat.com/bugzilla/show_bug.cgi Message-ID: <20070902133516.GJ3951@elastic.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i DomainKey-Status: no signature Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org X-SW-Source: 2007-q3/txt/msg00070.txt.bz2 Hi - On Sun, Sep 02, 2007 at 02:23:02PM +0100, Israel G. Lugo wrote: > I've been getting the following error when trying to access specific > bugs on the source.redhat.com bugzilla: [...] > DBD::mysql::st execute failed: Can't open file: 'bugs.MYI' (errno: 145) > [...] A mysql "repair table" appears to have brought this back to life. The mysql logs indicate something may have gone wrong yesterday: 070815 6:09:38 [ERROR] Got error -1 when reading table './sourcesbugs/longdescs' 070827 8:54:10 [ERROR] Got error -1 when reading table './sourcesbugs/longdescs' 070827 9:18:37 [ERROR] Got error -1 when reading table './sourcesbugs/longdescs' 070901 14:40:32 [Note] /usr/libexec/mysqld: Normal shutdown 070901 14:40:32 InnoDB: Starting shutdown... 070901 14:40:35 InnoDB: Shutdown completed; log sequence number 0 43654 070901 14:40:35 [Note] /usr/libexec/mysqld: Shutdown complete 070901 14:40:35 mysqld ended 070901 14:40:35 mysqld started 070901 14:40:35 InnoDB: Started; log sequence number 0 43654 /usr/libexec/mysqld: ready for connections. Version: '4.1.20' socket: '/var/lib/mysql/mysql.sock' port: 0 Source distribution 070901 14:46:41 [ERROR] /usr/libexec/mysqld: Can't open file: 'bugs.MYI' (errno: 145) 070901 14:46:41 [ERROR] /usr/libexec/mysqld: Can't open file: 'bugs.MYI' (errno: 145) 070901 14:47:23 [ERROR] /usr/libexec/mysqld: Can't open file: 'bugs.MYI' (errno: 145) 070901 14:47:23 [ERROR] /usr/libexec/mysqld: Can't open file: 'bugs.MYI' (errno: 145) 070901 14:47:28 [ERROR] /usr/libexec/mysqld: Can't open file: 'bugs.MYI' (errno: 145) - FChE