I encountered the same problem today and came across your post while looking for answers. I found this solution on the The Milwaukee Linux User Group mailing list.
http://www.milwaukeelug.org/pipermai...er/001969.html
Anyway I've seen some of this funky stuff happening
when you have too many '*'s in your crontab. If you have
00 12 * * * /command
it will work fine. If you have
00 12 * * * * /command
It will try to execute everything in your home directory.
And I bet that anaconda-ks.cfg is your first file and it
crapped out on that one.
So make sure you don't have too many '*'s"
Hope this helps!