Joe Zeff <joe <at> zeff.us> writes: > > I have my computers registered with the Linux Counter, and my main > desktop machine is supposed to update its status once a week, using a > cron job: > > # added by lico-update.sh version 0.3.14 > 58 11 * * 4 /home/joe/bin/lico-update.sh -m > > The permissions on the script are right, and if run manually, it works. > This worked fine under Fedora 16, but doesn't now that I'm running F > 17. Does anybody know what's happened, or how to find out? >From the crontab man page: The cron jobs could be allow or disallow for different users. For classical crontab there exists cron.allow and cron.deny files. If cron.allow file exists, then you must be listed therein in order to be allowed to use this command. Perchance you're not in crontab.allow? Cheers, Dave -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org