I deleted one of the install files and I guess it freed up enough room to spit this out in the mysqld.log file...
Code: Select all
100607 11:21:33 InnoDB: Started; log sequence number 0 43655
100607 11:21:33 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.0.77' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution
100607 11:21:44 [ERROR] /usr/libexec/mysqld: Table './zm/Events' is marked as crashed and should be repaired
100607 11:21:44 [ERROR] /usr/libexec/mysqld: Table './zm/Events' is marked as crashed and should be repaired
http to the web gui shows....
An error has occurred and this operation cannot continue.
For full details check your web logs for the code '9CAB40'
httpd logs contained...
Code: Select all
[Mon Jun 07 11:25:05 2010] [error] [client 192.168.1.100] SQL-ERROR(9CAB40): select count(if(1 and ( E.MonitorId = 3 ),1,NULL)) as EventCount0, count(if(1 and ( E.Archived = 0 and E.StartTime >= '2010-06-07 10:25:05' and E.MonitorId = 3 ),1,NULL)) as EventCount1, count(if(1 and ( E.Archived = 0 and E.StartTime >= '2010-06-06 11:25:05' and E.MonitorId = 3 ),1,NULL)) as EventCount2, count(if(1 and ( E.Archived = 0 and E.StartTime >= '2010-05-31 11:25:05' and E.MonitorId = 3 ),1,NULL)) as EventCount3, count(if(1 and ( E.Archived = 0 and E.StartTime >= '2010-05-07 11:25:05' and E.MonitorId = 3 ),1,NULL)) as EventCount4, count(if(1 and ( E.Archived = 1 and E.MonitorId = 3 ),1,NULL)) as EventCount5 from Events as E where MonitorId = '3'
Going for a reboot now....