On Mon, 24 Nov 2025 at 21:21, Frank Elsner via users <
[email protected]> wrote:

> since the upgrade of my Fedora 41 system to Fedora 42 the cron
> doesnt't work as before. None of the  entries in /etc/crontab
> is executed.


Check the state of the service and its journal entries.

$ sudo systemctl status crond.service

$ sudo journalctl -b -u crond.service --no-pager

Showing what's actually in your /etc/crontab (in comparison what's in for
example /etc/cron.d and/or /etc/cron.hourly) might help narrow down the
problem too.

Do you have any *.rpmnew or *.rpmold cron-related files in /etc? What does
RPM show for cron-related package state:

$ sudo rpm -V crontabs cronie cronie-anacron
-- 
_______________________________________________
users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to