[cfarm-users] gcc110 nearly out of disk space in /tmp/ (94% full, 115MB free)

Martin Guy martinwguy at gmail.com
Wed Mar 27 09:01:09 CET 2019


They probably didn't even know that their work had filled /tmp so
thanks for making this known.

To make this less likely to happen in future (or, at least, be
self-repairing!) an admin could add

find /tmp -type f -mtime +1 -exec rm {} \;
find /tmp/* -type d -empty -exec rmdir {} \;

in a cron job.

Cheers

   M


More information about the cfarm-users mailing list