Re: [CentOS] CentOS 8.1 cron does not send mail

2020-04-06 Thread Simon Matter via CentOS
> On Mon, Apr 06, 2020 at 09:26:18AM -0400, Jonathan Billings wrote: >> If you use /etc/systemd/system/cron.d/service.d/override.conf, the > > I meant /etc/systemd/system/crond.service.d/override.conf, sorry. Thanks, I was just thinking about how the path is constructed here. Simon

Re: [CentOS] CentOS 8.1 cron does not send mail

2020-04-06 Thread Jonathan Billings
On Mon, Apr 06, 2020 at 09:26:18AM -0400, Jonathan Billings wrote: > If you use /etc/systemd/system/cron.d/service.d/override.conf, the I meant /etc/systemd/system/crond.service.d/override.conf, sorry. -- Jonathan Billings ___ CentOS mailing list

Re: [CentOS] CentOS 8.1 cron does not send mail

2020-04-06 Thread Jonathan Billings
On Mon, Apr 06, 2020 at 03:17:29PM +0200, Simon Matter via CentOS wrote: > Just wondering here, if the system crond.service file is being > modified/fixed with an update by rpm package, will the custom file in > /etc/systemd/system also be fixed then? No. The packages will only update files in

Re: [CentOS] CentOS 8.1 cron does not send mail

2020-04-06 Thread Simon Matter via CentOS
> On Mon, 6 Apr 2020 at 06:59, Tobias Kirchhofer > wrote: > >> On 6 Apr 2020, at 12:21, Stephen John Smoogen wrote: >> >> > On Mon, 6 Apr 2020 at 04:16, Tobias Kirchhofer >> > wrote: >> > >> >> On 5 Apr 2020, at 21:20, Tobias Kirchhofer wrote: >> >> >> >> we experience difficulties with

Re: [CentOS] CentOS 8.1 cron does not send mail

2020-04-06 Thread Stephen John Smoogen
On Mon, 6 Apr 2020 at 06:59, Tobias Kirchhofer wrote: > On 6 Apr 2020, at 12:21, Stephen John Smoogen wrote: > > > On Mon, 6 Apr 2020 at 04:16, Tobias Kirchhofer > > wrote: > > > >> On 5 Apr 2020, at 21:20, Tobias Kirchhofer wrote: > >> > >> we experience difficulties with crond behaviour

Re: [CentOS] CentOS 8.1 cron does not send mail

2020-04-06 Thread Tobias Kirchhofer
On 6 Apr 2020, at 12:21, Stephen John Smoogen wrote: On Mon, 6 Apr 2020 at 04:16, Tobias Kirchhofer wrote: On 5 Apr 2020, at 21:20, Tobias Kirchhofer wrote: we experience difficulties with crond behaviour sending mail since CentOS 8.1. The cron job is the same like we used in CentOS 7.

Re: [CentOS] CentOS 8.1 cron does not send mail

2020-04-06 Thread Stephen John Smoogen
On Mon, 6 Apr 2020 at 04:16, Tobias Kirchhofer wrote: > On 5 Apr 2020, at 21:20, Tobias Kirchhofer wrote: > > we experience difficulties with crond behaviour sending mail since > CentOS 8.1. The cron job is the same like we used in CentOS 7. > > > > Meanwhile we found the reason for

Re: [CentOS] CentOS 8.1 cron does not send mail

2020-04-06 Thread Tobias Kirchhofer
On 5 Apr 2020, at 21:20, Tobias Kirchhofer wrote: we experience difficulties with crond behaviour sending mail since CentOS 8.1. The cron job is the same like we used in CentOS 7. Meanwhile we found the reason for the bug - actually we do not know if it is related to a specific version of

Re: [CentOS] CentOS 8.1 cron does not send mail

2020-04-05 Thread Tobias Kirchhofer
we experience difficulties with crond behaviour sending mail since CentOS 8.1. The cron job is the same like we used in CentOS 7. Meanwhile we found the reason for the bug - actually we do not know if it is related to a specific version of CentOS or a specific kind of command as cron job.

Re: [CentOS] CentOS 8.1 cron does not send mail

2020-03-21 Thread Tobias Kirchhofer
On 27 Feb 2020, at 14:42, Jonathan Billings wrote: On Feb 27, 2020, at 08:01, Tobias Kirchhofer wrote: Hi, we experience difficulties with crond behaviour sending mail since CentOS 8.1. The cron job is the same like we used in CentOS 7. crontab -l /usr/bin/python3 -c 'import random;

Re: [CentOS] CentOS 8.1 cron does not send mail

2020-02-27 Thread Chris Schanzle via CentOS
On 2/27/20 8:01 AM, Tobias Kirchhofer wrote: Hi, we experience difficulties with crond behaviour sending mail since CentOS 8.1. The cron job is the same like we used in CentOS 7. crontab -l /usr/bin/python3 -c 'import random; import time; time.sleep(random.random() * 3600)' &&

Re: [CentOS] CentOS 8.1 cron does not send mail

2020-02-27 Thread Jonathan Billings
On Feb 27, 2020, at 08:01, Tobias Kirchhofer wrote: > > Hi, > > we experience difficulties with crond behaviour sending mail since CentOS > 8.1. The cron job is the same like we used in CentOS 7. > > crontab -l > /usr/bin/python3 -c 'import random; import time; time.sleep(random.random() *

[CentOS] CentOS 8.1 cron does not send mail

2020-02-27 Thread Tobias Kirchhofer
Hi, we experience difficulties with crond behaviour sending mail since CentOS 8.1. The cron job is the same like we used in CentOS 7. crontab -l /usr/bin/python3 -c 'import random; import time; time.sleep(random.random() * 3600)' && /usr/local/bin/backup.sh backup.sh writes the backup to