MySQL Error = Out of Disk Space!<div>If this is the case, you will get loads of weird behaviour.</div><div><br></div><div><div>$ df -h</div><div>$ df -h /tmp #always worth checking</div><div><br></div><div>Check your DBs</div>
<div>$ service mysqld stop</div><div>$ cd /var/lib/mysql</div><div>$ myisamchk</div><div>$ service mysqld start</div><div><br></div><div>Clear out unused data.</div></div><div>Also check the file sizes of your logs, 5107R appears to miss log-rotate sometimes (on mine, at least).</div>
<div><br></div><div>Cheers,</div><div>C</div><div><br></div><div><div class="gmail_quote">On 1 September 2011 16:58, Steven Howes <span dir="ltr"><<a href="mailto:steve-lists@geekinter.net">steve-lists@geekinter.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><br>
On 1 Sep 2011, at 16:29, Donald Jacques wrote:<br>
<br>
> The following messages have been appearing in my admin mailbox since<br>
> about 8/27, every 15 minutes.<br>
</div>> <snip><br>
<br>
That is unrelated, and has been covered at least half a dozen times:<br>
<br>
yum clean all<br>
yum update<br>
/etc/init.d/cced.init restart<br>
<div class="im"><br>
> I logged in as admin, and found that the server's active monitor<br>
> registers a problem with disk usage.<br>
> Attempting to find a way to generate a report of where or what is<br>
> happening with the disk has proven fruitless.<br>
<br>
</div>Do it from the CLI. As root, type 'df'. That'll show you what's full.<br>
<div><div></div><div class="h5"><br>
S<br>
_______________________________________________<br>
Blueonyx mailing list<br>
<a href="mailto:Blueonyx@mail.blueonyx.it">Blueonyx@mail.blueonyx.it</a><br>
<a href="http://mail.blueonyx.it/mailman/listinfo/blueonyx" target="_blank">http://mail.blueonyx.it/mailman/listinfo/blueonyx</a><br>
</div></div></blockquote></div><br></div>