Attached is my output from ls -l /tmp/c*:
-rw-r--r-- 1 root root 8 2010-06-03 11:23 ctipd.cache
-rw-r--r-- 1 root root 8 2010-06-03 11:23 ctipd.DM_counters
srw-rw-rw- 1 root root 0 2010-06-02 22:22 ctipd.stats
find /tmp -type f -name "cteng_*.dat" -delete
[/FONT]There are many files that look like this: [FONT=Courier New]/tmp/cteng_1_1_141275224316.dat[/FONT], which i do not have in my [FONT=Courier New]/tmp[/FONT] directory. Mine only shows these:[FONT=Courier New]-rw-r--r-- 1 root root 8 2010-06-03 11:23 ctipd.cache
[/FONT]
-rw-r--r-- 1 root root 8 2010-06-03 11:23 ctipd.DM_counters
srw-rw-rw- 1 root root 0 2010-06-02 22:22 ctipd.stats
Can you try to delete them? The command would be [FONT=Courier New]find /tmp -type f -name "cteng_*.dat" -delete
[/FONT]