Hi Dan, yes i have same problem. My solution is running "repair table" in cron every day :-(
Something like this: #!/bin/bash mysql -D your_db -p"your_password" -u your_user -e"repair table triplet;" mysql -D your_db -p"your_password" -u your_user -e"repair table blacklist;" mysql -D your_db -p"your_password" -u your_user -e"repair table whitelist;" mysql -D your_db -p"your_password" -u your_user -e"repair table helo;" mysql -D your_db -p"your_password" -u your_user -e"repair table throttle;" I dont know why this happens.... Bye Marian Dan D Niles napsal(a): > About once a week my triplet table is getting corrupted. The output I > get from "check table triplet" is: > > policyd.triplet check warning Table is marked as crashed > policyd.triplet check error Found 9611413 keys of 9611497 > policyd.triplet check error Corrupt > > Has anyone else seen this? What can I do to stop it from happening? > > Dan > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > policyd-users mailing list > policyd-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/policyd-users > -- Marian Rychtecky [EMAIL PROTECTED] Tel. +420 724 397 441 ICQ 76582857 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ policyd-users mailing list policyd-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/policyd-users