Comment 2 for bug 810288

Revision history for this message
Steve McInerney (spm) wrote :

This just triggered a disk space alert again on pear.

Have put in an evil hack:
5 * * * * find /tmp -maxdepth 1 -type f \( -name 'tmp*.pack' -o -name 'tmp*.idx' \) -mtime +5 -delete

But this is mindless. If something is still using one of those tmp files ....