Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: File /etc/cron.hourly/inn-cron-nntpsend contains the line: runuser -m news -c "unset LANG; unset LC_COLLATE; /usr/lib/news/bin/nntpsend" but nntpsend is installed at /usr/libexec/news/nntpsend Similarly inn-cron-rnews contains: runuser -m news -c 'unset LANG; unset LC_COLLATE; /usr/lib/news/bin/rnews -U' but rnews is at /usr/libexec/news/rnews Version-Release number of selected component (if applicable): inn-2.5.1-3.fc13.x86_64 How reproducible: 100% Steps to Reproduce: 1. Install and run inn 2. Check email for root, observe emails from cron indicating "no such file or directory" Actual results: Hourly emails from cron as follows: "/etc/cron.hourly/inn-cron-nntpsend: bash: /usr/lib/news/bin/nntpsend: No such file or directory /etc/cron.hourly/inn-cron-rnews: bash: /usr/lib/news/bin/rnews: No such file or directory" Expected results: No such emails Additional info:
Also applies to /etc/cron.daily/inn-cron-expire where last line should read: runuser -m news -c "unset LANG; unset LC_COLLATE; /usr/libexec/news/news.daily delayrm"
Thanks for your report. Hmm, fix is still not in stable system. I fixed it in Wed Jun 2 2010. Update your inn from update-testing repo.
*** This bug has been marked as a duplicate of bug 596580 ***