Re: [CentOS] Exists some problem with cronjobs under CentOS7 (Partially solved)

2015-10-19 Thread C.L. Martinez
On 10/14/2015 06:42 PM, Gordon Messmer wrote: On 10/14/2015 07:09 AM, C.L. Martinez wrote: Uhmm ... that is not what I expect: lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/1000/gvfs Output information may be incomplete. COMMAND PID USER FD TYPE

Re: [CentOS] Exists some problem with cronjobs under CentOS7 (Partially solved)

2015-10-19 Thread Gordon Messmer
On 10/19/2015 04:49 AM, C.L. Martinez wrote: Ok, I have solved this problem partially. First, I have changed under journald.conf file Storage=volatile instead of Storage=none. After doing that, logs returned but there is no error under cron.log about cronjobs, system's jobs included. But they

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-14 Thread Gordon Messmer
On 10/14/2015 07:09 AM, C.L. Martinez wrote: Uhmm ... that is not what I expect: lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/1000/gvfs Output information may be incomplete. COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME systemd 1 root

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-14 Thread C.L. Martinez
On 10/13/2015 02:59 PM, Jonathan Billings wrote: On Tue, Oct 13, 2015 at 02:39:24PM +, C. L. Martinez wrote: Nop, because binary logs (using journalctl) are disabled in this host ... But under /var/log/messages, there is no error ... How did you disable journald? Changing Storage's

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-14 Thread C.L. Martinez
On 10/13/2015 05:38 PM, Gordon Messmer wrote: On 10/13/2015 07:39 AM, C. L. Martinez wrote: Nop, because binary logs (using journalctl) are disabled in this host ... But under /var/log/messages, there is no error ... If you haven't reconfigured rsyslogd to use the uxsock source, disabling the

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-14 Thread C.L. Martinez
On 10/13/2015 04:44 PM, zep wrote: On 10/13/2015 09:54 AM, C. L. Martinez wrote: I haven't entries in conrtab's users file at this moment, but I have done a test: * * * * * ls -la, and it is not triggered. But like I say before, installed system cronjobs like logwatch task are not triggered

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-14 Thread C.L. Martinez
On 10/13/2015 05:49 PM, m.r...@5-cent.us wrote: zep wrote: On 10/13/2015 09:54 AM, C. L. Martinez wrote: I haven't entries in conrtab's users file at this moment, but I have done a test: * * * * * ls -la, and it is not triggered. But like I say before, installed system cronjobs like logwatch

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-14 Thread Johnny Hughes
On 10/14/2015 04:36 AM, C.L. Martinez wrote: > On 10/13/2015 04:44 PM, zep wrote: >> >> >> On 10/13/2015 09:54 AM, C. L. Martinez wrote: >>> I haven't entries in conrtab's users file at this moment, but I have >>> done a test: * * * * * ls -la, and it is not triggered. But like I say >>> before,

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-14 Thread Jonathan Billings
On Wed, Oct 14, 2015 at 09:24:00AM +, C.L. Martinez wrote: > On 10/13/2015 02:59 PM, Jonathan Billings wrote: > >How did you disable journald? > Changing Storage's option under /etc/systemd/journald.conf to none. While Storage=none is supposed to forward on messages to syslog, it might be

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-14 Thread C.L. Martinez
On 10/14/2015 01:56 PM, Jonathan Billings wrote: lsof /dev/log Uhmm ... that is not what I expect: lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/1000/gvfs Output information may be incomplete. COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-13 Thread Richard
> Date: Tuesday, October 13, 2015 13:41:56 + > From: "C. L. Martinez" > > > On Tue, Oct 13, 2015 at 1:39 PM, Jonathan Billings > wrote: >> On Tue, Oct 13, 2015 at 06:24:19AM +, C. L. Martinez wrote: >>> For example: logwatch. Logwatch sends a

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-13 Thread C. L. Martinez
On Tue, Oct 13, 2015 at 1:45 PM, Richard wrote: > >> Date: Tuesday, October 13, 2015 13:41:56 + >> From: "C. L. Martinez" >> >> >> On Tue, Oct 13, 2015 at 1:39 PM, Jonathan Billings >> wrote: >>> On Tue, Oct 13,

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-13 Thread Scott Robbins
On Tue, Oct 13, 2015 at 02:05:47PM +, Richard wrote: > > > >> If not triggered, you might want to show your crontab entries. > > > > I haven't entries in conrtab's users file at this moment, but I > > have done a test: * * * * * ls -la, and it is not triggered. But > > like I say before,

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-13 Thread Jonathan Billings
On Tue, Oct 13, 2015 at 06:24:19AM +, C. L. Martinez wrote: > 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. So your problem is that cron jobs *DO NOT* run? Because every

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-13 Thread Richard
> Date: Tuesday, October 13, 2015 13:54:28 + > From: "C. L. Martinez" > > On Tue, Oct 13, 2015 at 1:45 PM, Richard > wrote: >> >>> Date: Tuesday, October 13, 2015 13:41:56 + >>> From: "C. L. Martinez" >>>

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-13 Thread Richard
> Date: Tuesday, October 13, 2015 13:54:28 + > From: "C. L. Martinez" > > On Tue, Oct 13, 2015 at 1:45 PM, Richard > wrote: >> >>> Date: Tuesday, October 13, 2015 13:41:56 + >>> From: "C. L. Martinez" >>>

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-13 Thread C. L. Martinez
On Tue, Oct 13, 2015 at 1:58 PM, Richard wrote: > > >> Date: Tuesday, October 13, 2015 13:54:28 + >> From: "C. L. Martinez" >> >> On Tue, Oct 13, 2015 at 1:45 PM, Richard >> wrote: >>> Date:

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-13 Thread C. L. Martinez
On Tue, Oct 13, 2015 at 1:39 PM, Jonathan Billings wrote: > On Tue, Oct 13, 2015 at 06:24:19AM +, C. L. Martinez wrote: >> For example: logwatch. Logwatch sends a daily email report about >> system's health. I didn't received this email from October 9th ... and >> email

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-13 Thread C. L. Martinez
On Tue, Oct 13, 2015 at 2:35 PM, Jonathan Billings wrote: > On Tue, Oct 13, 2015 at 02:04:49PM +, C. L. Martinez wrote: >> And according to systemd, without problems: >> >> crond.service - Command Scheduler >>Loaded: loaded (/usr/lib/systemd/system/crond.service;

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-13 Thread John Hodrien
On Tue, 13 Oct 2015, C. L. Martinez wrote: Nop, because binary logs (using journalctl) are disabled in this host ... But under /var/log/messages, there is no error ... Might it be an idea to *not* disable logging? jh ___ CentOS mailing list

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-13 Thread Timothy Murphy
John Hodrien wrote: > On Tue, 13 Oct 2015, C. L. Martinez wrote: > >> Nop, because binary logs (using journalctl) are disabled in this host >> ... But under /var/log/messages, there is no error ... > > Might it be an idea to *not* disable logging? More to the point, perhaps, is there any way

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-13 Thread Jonathan Billings
On Tue, Oct 13, 2015 at 02:39:24PM +, C. L. Martinez wrote: > Nop, because binary logs (using journalctl) are disabled in this host > ... But under /var/log/messages, there is no error ... How did you disable journald? -- Jonathan Billings

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-13 Thread C. L. Martinez
On Tue, Oct 13, 2015 at 2:11 PM, Scott Robbins wrote: > On Tue, Oct 13, 2015 at 02:05:47PM +, Richard wrote: >> >> >> >> If not triggered, you might want to show your crontab entries. >> > >> > I haven't entries in conrtab's users file at this moment, but I >> > have done

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-13 Thread Jonathan Billings
On Tue, Oct 13, 2015 at 02:04:49PM +, C. L. Martinez wrote: > And according to systemd, without problems: > > crond.service - Command Scheduler >Loaded: loaded (/usr/lib/systemd/system/crond.service; enabled) >Active: active (running) since Tue 2015-10-13 05:33:28 UTC; 8h ago > Main

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-13 Thread zep
On 10/13/2015 09:54 AM, C. L. Martinez wrote: > I haven't entries in conrtab's users file at this moment, but I have > done a test: * * * * * ls -la, and it is not triggered. But like I say > before, installed system cronjobs like logwatch task are not triggered > ...

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-13 Thread Gordon Messmer
On 10/13/2015 07:39 AM, C. L. Martinez wrote: Nop, because binary logs (using journalctl) are disabled in this host ... But under /var/log/messages, there is no error ... If you haven't reconfigured rsyslogd to use the uxsock source, disabling the journal will also disable the legacy logging

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-13 Thread Eero Volotinen
Please note that /etc/cron.* files use a bit different syntax as normal crontab entries. First entry is user-id for cron job. It also requires strict permissions like (rw,r,r) Eero 2015-10-13 17:39 GMT+03:00 C. L. Martinez : > On Tue, Oct 13, 2015 at 2:35 PM, Jonathan

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-13 Thread m . roth
zep wrote: > On 10/13/2015 09:54 AM, C. L. Martinez wrote: >> I haven't entries in conrtab's users file at this moment, but I have >> done a test: * * * * * ls -la, and it is not triggered. But like I say >> before, installed system cronjobs like logwatch task are not triggered > > I'd say that

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-13 Thread C. L. Martinez
On Mon, Oct 12, 2015 at 12:15 AM, Gordon Messmer 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

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-13 Thread C. L. Martinez
On Mon, Oct 12, 2015 at 2:59 AM, Eero Volotinen 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 ...

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-11 Thread Jonathan Billings
On Oct 11, 2015, at 8:20 AM, C. L. Martinez 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

[CentOS] Exists some problem with cronjobs under CentOS7

2015-10-11 Thread C. L. Martinez
Hi all, 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). Last cron's entry log is: Oct 9 17:01:01 santgraal CROND[9014]: (root) CMD

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-11 Thread C. L. Martinez
On Sunday, October 11, 2015, Jonathan Billings wrote: > On Oct 11, 2015, at 8:20 AM, C. L. Martinez > wrote: > > I am having strange problems with my cron jobs in my CentOS7 kvm > > host. After the initial install and first boot, any

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-11 Thread Gordon Messmer
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

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-11 Thread Eero Volotinen
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" kirjoitti: > On Sunday, October 11, 2015, Jonathan Billings > wrote: > > > On Oct 11, 2015, at 8:20 AM, C. L.