Had some storage issues on the LUN where my SMT box lives, and now my
status jobs I have in my cron job don’t all work. I get this back when
I try to run some of them:
DBD::mysql::db do failed: Table ‘./smt/JobQueue’ is marked as crashed
and should be repaired at /usr/lib/perl5/vendor_perl/5.10.0/SMT/Job.pm
line 579.
Had some storage issues on the LUN where my SMT box lives, and now my
status jobs I have in my cron job don’t all work. I get this back when
I try to run some of them:
DBD::mysql::db do failed: Table ‘./smt/JobQueue’ is marked as crashed
and should be repaired at /usr/lib/perl5/vendor_perl/5.10.0/SMT/Job.pm
line 579.
a classical case of “database maintenance needed”. The MYSQL database operating in the back of the SMT server expects a “repair” operation for the referenced table (database “smt”, table “JobQueue”). Lilkely other tables are affected as well.
a classical case of “database maintenance needed”. The MYSQL database
operating in the back of the SMT server expects a “repair” operation
for the referenced table (database “smt”, table “JobQueue”). Lilkely
other tables are affected as well.