C. L. Martinez
2015-Oct-11 16:38 UTC
[CentOS] Exists some problem with cronjobs under CentOS7
On Sunday, October 11, 2015, Jonathan Billings <billings at negate.org> wrote:> On Oct 11, 2015, at 8:20 AM, C. L. Martinez <carlopmart at gmail.com > <javascript:;>> wrote: > > I am having strange problems with my cron jobs in my CentOS7 kvm > > host. After the initial install and first boot, any cron job > > configured had run (including cron tasks installed by some rpm > > packages). > > Did you have a question or error to point out? So far all I see is a > correctly-running system. > > -- > Jonathan Billings <billings at negate.org <javascript:;>>That's the problem. There is no error but any cron job configured runs.. And this is the cuestion: why any cron job works?.> > > _______________________________________________ > CentOS mailing list > CentOS at centos.org <javascript:;> > https://lists.centos.org/mailman/listinfo/centos >
Gordon Messmer
2015-Oct-12 00:15 UTC
[CentOS] Exists some problem with cronjobs under CentOS7
On 10/11/2015 09:38 AM, C. L. Martinez wrote:> That's the problem. There is no error but any cron job configured runs.. > And this is the cuestion: why any cron job works?.It's not clear what you're asking. It would help if you replied with an example of a specific job that's configured on your system, and explaining what it is doing that it should not, or what it is not doing that it should.
Eero Volotinen
2015-Oct-12 02:59 UTC
[CentOS] Exists some problem with cronjobs under CentOS7
Because systemwide cronjobs are installed in /etc/cron.* directories, not in root user cron file.. Eero 11.10.2015 7.39 ip. "C. L. Martinez" <carlopmart at gmail.com> kirjoitti:> On Sunday, October 11, 2015, Jonathan Billings <billings at negate.org> > wrote: > > > On Oct 11, 2015, at 8:20 AM, C. L. Martinez <carlopmart at gmail.com > > <javascript:;>> wrote: > > > I am having strange problems with my cron jobs in my CentOS7 kvm > > > host. After the initial install and first boot, any cron job > > > configured had run (including cron tasks installed by some rpm > > > packages). > > > > Did you have a question or error to point out? So far all I see is a > > correctly-running system. > > > > -- > > Jonathan Billings <billings at negate.org <javascript:;>> > > > That's the problem. There is no error but any cron job configured runs.. > And this is the cuestion: why any cron job works?. > > > > > > > > _______________________________________________ > > CentOS mailing list > > CentOS at centos.org <javascript:;> > > https://lists.centos.org/mailman/listinfo/centos > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >
C. L. Martinez
2015-Oct-13 06:24 UTC
[CentOS] Exists some problem with cronjobs under CentOS7
On Mon, Oct 12, 2015 at 12:15 AM, Gordon Messmer <gordon.messmer at gmail.com> wrote:> On 10/11/2015 09:38 AM, C. L. Martinez wrote: >> >> That's the problem. There is no error but any cron job configured runs.. >> And this is the cuestion: why any cron job works?. > > > It's not clear what you're asking. It would help if you replied with an > example of a specific job that's configured on your system, and explaining > what it is doing that it should not, or what it is not doing that it should. >For example: logwatch. Logwatch sends a daily email report about system's health. I didn't received this email from October 9th ... and email configuration is ok.
C. L. Martinez
2015-Oct-13 06:25 UTC
[CentOS] Exists some problem with cronjobs under CentOS7
On Mon, Oct 12, 2015 at 2:59 AM, Eero Volotinen <eero.volotinen at iki.fi> wrote:> Because systemwide cronjobs are installed in /etc/cron.* directories, not > in root user cron file.. >Thanks Eero. I know this. And I have tried to put some cron job in these directories to test ... and nothing ...