Paul Schmehl wrote:

 I'm leaning toward some sort of bug in mysql version 5.0.51 which
creates a temporary file (in the wrong place) and then doesn't
release it until it exhausts the space on the drive.  In any case,
I'm going to report it to the mysql folks as such and hope they can
figure out what the cause is.


try to find the file with
# fstat | grep var

This will give a list with inodes for open files (the 6th column).

# find /var -inum <inode>

will the display the file (unless it has been
deleted while still open - seen that once: restarting mysql probably will resolve that).

Peter
--
http://www.boosten.org
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to