[CMake] Cdash errors

2009-02-06 Thread Bartlett, Roscoe A
Hello,

Our Cdash dashboard is not working and at the top of the HTML page that gets 
generated it says:


Table 'b2g' is marked as crashed and should be repaired

Do anyone know what this means and how to repair the table?  I Goggled this and 
only found this email:

http://public.kitware.com/pipermail/cdash/2008-May/000168.html

How can we fix this?

Thanks,

- Ross




___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Cdash errors

2009-02-06 Thread Bill Hoffman

Bartlett, Roscoe A wrote:

Hello,
 
Our Cdash dashboard is not working and at the top of the HTML page that 
gets generated it says:
 
Table 'b2g' is marked as crashed and should be repaired
 
Do anyone know what this means and how to repair the table?  I Goggled 
this and only found this email:
 
_http://public.kitware.com/pipermail/cdash/2008-May/000168.html_
 
How can we fix this?
 


You should run mysqlcheck: 
http://dev.mysql.com/doc/refman/5.0/en/mysqlcheck.html


The command:
  mysqlcheck --repair cdash build2group

should work but you should also do a
  mysqlcheck --repair cdash

to repair the full database as other stuff maybe broken.

It probably means that the MySQL server has not been shut down properly.

-Bill
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake


Re: [CMake] Cdash errors

2009-02-06 Thread David Cole
Have you tried repairing the table with phpmyadmin? (Or your MySQL admin
tool of choice...?)
In phpmyadmin, when you are looking at the list of tables in a database, you
can click the checkbox next to the table name and then choose Repair table
from the combo box at the bottom...

b2g would be the build2group table...


HTH,
David


On Fri, Feb 6, 2009 at 3:57 PM, Bartlett, Roscoe A raba...@sandia.govwrote:

  Hello,

 Our Cdash dashboard is not working and at the top of the HTML page that
 gets generated it says:

 Table 'b2g' is marked as crashed and should be repaired

 Do anyone know what this means and how to repair the table?  I Goggled this
 and only found this email:

 
 *http://public.kitware.com/pipermail/cdash/2008-May/000168.html*http://public.kitware.com/pipermail/cdash/2008-May/000168.html

 How can we fix this?

 Thanks,

 - Ross





 ___
 Powered by www.kitware.com

 Visit other Kitware open-source projects at
 http://www.kitware.com/opensource/opensource.html

 Please keep messages on-topic and check the CMake FAQ at:
 http://www.cmake.org/Wiki/CMake_FAQ

 Follow this link to subscribe/unsubscribe:
 http://www.cmake.org/mailman/listinfo/cmake

___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Cdash errors

2009-02-06 Thread Bartlett, Roscoe A
Someone else up the Cdash dashboard on our web sever and that person is long 
gone now.

How close are we to getting a basic version of the new system up that you have 
been working on?  If it is not long, we can just start from scratch.

Thanks,

- ross

 -Original Message-
 From: Bill Hoffman [mailto:bill.hoff...@kitware.com] 
 Sent: Friday, February 06, 2009 2:33 PM
 To: Bartlett, Roscoe A
 Cc: cmake@cmake.org; Willenbring, James M; Perschbacher, Brent M
 Subject: Re: [CMake] Cdash errors
 
 Bartlett, Roscoe A wrote:
  Hello,
   
  Our Cdash dashboard is not working and at the top of the HTML page 
  that gets generated it says:
   
  Table 'b2g' is marked as crashed and should be repaired
   
  Do anyone know what this means and how to repair the table? 
  I Goggled 
  this and only found this email:
   
  _http://public.kitware.com/pipermail/cdash/2008-May/000168.html_
   
  How can we fix this?
   
 
 You should run mysqlcheck: 
 http://dev.mysql.com/doc/refman/5.0/en/mysqlcheck.html
 
 The command:
mysqlcheck --repair cdash build2group
 
 should work but you should also do a
mysqlcheck --repair cdash
 
 to repair the full database as other stuff maybe broken.
 
 It probably means that the MySQL server has not been shut 
 down properly.
 
 -Bill
 
 
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake


Re: [CMake] Cdash errors

2009-02-06 Thread Bill Hoffman

Bartlett, Roscoe A wrote:

Someone else up the Cdash dashboard on our web sever and that person is long 
gone now.

How close are we to getting a basic version of the new system up that you have 
been working on?  If it is not long, we can just start from scratch.



Starting from scratch sounds a bit drastic...  The mysqlcheck or 
phpmyadmin are pretty easy to run.  I think things like this happen from 
time to time with mysql DBs, so it would not be a bad thing to know how 
to fix.   It is most likely not that serious a problem.


-Bill
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake