View Single Post
  #18  
Old 10-26-09, 11:51 AM
dswartz dswartz is offline
Guru
 
Join Date: Feb 2009
Posts: 575
I am having a similar issue
I see periodic messages from cron like this:

/usr/bin/find: rm/var/lib/asterisk/sounds/tts/tts-fea09a5a07c73a9cd878a58661f7687e.wav: No such file or directory

the problem seems to be that there is no space between the 'rm' and the pathname. I found this thread talking about a similar issue. I uninstalled and re-installed the weather by zip module, but I see the same suspicious line in the cronmanager mysql table:

| weatherzip | every_day | 23 | 24 | 0 | /usr/bin/find /var/lib/asterisk/sounds/tts -name "*.wav" -mtime +1 -exec rm{} \; |

notice the lack of a space between the 'rm' and the '{}'?
Reply With Quote