Well, I don't know why, but running crontab as each user (changing the default editor to nano for ease) did the trick (as well as removing the /etc/crontab entries). To expand, I ran crontab -e to edit my crontab as my default account, and then switched to root and did the same thing, adding the entries I wanted to have run.
I guess I can changed this to solved, though it is a headscratcher why it didn't work the other way - I ran environmental values in /etc/crontab... oh well...
And since someone asked for me to show my /var/log/cron/info.log, I have done so...
Code:
Oct 24 03:02:01 localhost CROND[24088]: (krisbee2010) CMD (/usr/local/bin/mythconverg_backup.pl)
Oct 24 03:02:01 localhost CROND[24089]: (krisbee2010) CMD (/usr/local/bin/mythconverg_backup.pl)
Oct 24 17:05:01 localhost CROND[14424]: (root) CMD (/usr/bin/mythfilldatabase --refresh-today)
Oct 24 17:05:01 localhost CROND[14426]: (root) CMD (/usr/bin/mythfilldatabase --refresh-today)