On 09.02.2024 21:36, Marc Chamberlin via openSUSE Users wrote: ...
Loaded: loaded (/etc/systemd/system/cron.service; enabled; vendor preset: enabled)
No package installs units in /etc (at least, should not, and most certainly not cronie). If you believe it was installed by some package - find out which package did it, verify that file is unmodified and file bug report. But most likely you created this file in the past and forgot about it.
Active: failed (Result: exit-code) since Fri 2024-02-09 10:09:25 PST; 29s ago Process: 10176 ExecStartPre=/bin/sh -c /bin/chmod -R 0744 /etc/cron.* (code=exited, status=0/SUCCESS) Process: 10177 ExecStartPre=/bin/sh -c /bin/chmod -R 0644 /etc/cron.d/* (code=exited, status=1/FAILURE)
This is example of pretty optimistic shell programming. You can never be sure there are files matched by expansion pattern and always have to verify you got expected results.