I, like many, keep finding my small tmp dir getting full. I have tried a cronjob to remove all files older then 1 day by editing crontab with:
0 0 * * * find /tmp -name * -atime 1 -exec rm -rf \"{}\";
but i now get the following error mesage emailed to me, and the files are not deleted...