Displaying 20 results from an estimated 333 matches for "crond".
Did you mean:
cron
2019 Nov 21
3
Issue with "ExecStartPost" attribute in systemd daemon faile
Hello,
I'm trying to configure a daemon (I'm doing tests with "crond" daemon) to send me an email after daemon restart. My "crond.service" file is:
# /etc/systemd/system/crond.service
[Unit]
Description=Command Scheduler
After=auditd.service systemd-user-sessions.service time-sync.target
#OnFailure=crond-notify-email@%i.service
[Service]
EnvironmentF...
2020 Apr 06
2
CentOS 8.1 cron does not send mail
On 6 Apr 2020, at 12:21, Stephen John Smoogen wrote:
> On Mon, 6 Apr 2020 at 04:16, Tobias Kirchhofer <collect at shift.agency>
> 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 the bug - actually we do not know
>>> if
>>> it is related to a specific vers...
2019 Nov 22
1
Issue with "ExecStartPost" attribute in systemd daemon faile
Hellos,
Yes, I did some tests with "OnFailure" attribute, but the result was the same: system didn't sent any mail.
Daemon and script files were:
* crond.service:
* [Unit]
Description=Command Scheduler
After=auditd.service systemd-user-sessions.service time-sync.target
OnFailure=crond-notify-email.service
[Service]
EnvironmentFile=/etc/sysconfig/crond
ExecStart=/usr/sbin/crond -n $CRONDARGS
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process...
2020 Apr 06
2
CentOS 8.1 cron does not send mail
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 CentOS or a specific kind of
> command as cron job.
>
&g...
2005 Jun 21
0
smbd crash
...d[8922]: Expected SMBtrans response, got command 0x00
Jun 17 14:51:40 retainer smbd[8922]: [2005/06/17 14:51:40, 0] rpc_client/cli_pipe.c:cli_nt_session_open(1468)
Jun 17 14:51:40 retainer smbd[8922]: cli_nt_session_open: pipe hnd state failed. Error was SUCCESS - 0
Jun 17 14:52:01 retainer crond(pam_unix)[13019]: session opened for user root by (uid=0)
Jun 17 14:52:01 retainer crond(pam_unix)[13019]: session closed for user root
Jun 17 14:53:01 retainer crond(pam_unix)[13062]: session opened for user root by (uid=0)
Jun 17 14:53:01 retainer crond(pam_unix)[13062]: session closed for user r...
2020 Apr 06
2
CentOS 8.1 cron does not send mail
...gen wrote:
>>
>> > On Mon, 6 Apr 2020 at 04:16, Tobias Kirchhofer <collect at shift.agency>
>> > 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 the bug - actually we do not know
>> >>> if
&g...
2020 Apr 06
0
CentOS 8.1 cron does not send mail
...at 12:21, Stephen John Smoogen wrote:
>
> > On Mon, 6 Apr 2020 at 04:16, Tobias Kirchhofer <collect at shift.agency>
> > 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 the bug - actually we do not know
> >>> if
> >>> it i...
2016 Apr 23
2
cron
Anything interesting in the logs?
sudo journalctl -xf _SYSTEMD_UNIT=crond.service
2006 Apr 12
2
crond not starting on reboot since U7
Hi,
Just updated a few servers to U7, and rebooted them. I found out that crond would not start
at boot even if it is configured to:
crond 0:off 1:off 2:on 3:on 4:on 5:on 6:off
I have tested another reboot, same thing: I had to start crond manually.
I don't see anything in the logs, and I don't have direct access to the console right now....
2015 Oct 13
2
Exists some problem with cronjobs under CentOS7
...ke I say before, installed system cronjobs like logwatch task
>> are not triggered ...
>
> What is returned if you issue the command:
>
> ps auxw | grep cron | grep -v grep
>
Cron service is running:
root 607 0.0 0.0 126304 1580 ? Ss 05:33 0:00
/usr/sbin/crond -n
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 PID: 607 (crond)
CGroup: /system.slice/crond.service
??607...
2005 Apr 14
2
Strangest thing (crond every 5 min.)
Hi,
I've installed CentOS-4 4 days ago.
Now, every 5 minutes, crond opens and close a root session, with no
other info. Example:
Apr 14 16:25:01 tux crond(pam_unix)[4031]: session opened for user root
by (uid=0)
Apr 14 16:25:02 tux crond(pam_unix)[4031]: session closed for user root
Every five minutes the same thing.
I have nothing in /etc/crontab that makes su...
2011 Jul 31
4
cron jobs not running
...run every minute but just like the job above the backups do not appear.
* * * * * /bin/alldb > /home/bluethundr/backupdb/alldb-$(date +%Y%m%d%H%S).sql
I have verified that the cron service is, indeed, running
[root at VIRTCENT09:/home/bluethundr/backupdb] #service crond status
crond (pid 8053) is running...
However I do see the job is running in the cron logs
[root at VIRTCENT09:/home/bluethundr/backupdb] #tail /var/log/cron
Jul 30 22:59:01 VIRTCENT09 crond[8007]: (root) CMD (/bin/alldb > /home/bluethundr/backupdb/alldb-$(date +)
Jul 30 22:59:46 VIRTCENT0...
2005 Sep 12
1
hourly log
...or /etc/cron.d among other places
yet ever hour my logfile gets touched so to speak with this stuff and i have
virtually every daemon shutoff so i am trying to figure out what it is that
is doing this and would sincerely appreciate any help.
what did i space or forget please?
Sep 11 05:01:01 ns1 crond(pam_unix)[27023]: session opened for user root by
(uid=0)
Sep 11 05:01:01 ns1 crond(pam_unix)[27023]: session closed for user root
Sep 11 06:01:01 ns1 crond(pam_unix)[27027]: session opened for user root by
(uid=0)
Sep 11 06:01:01 ns1 crond(pam_unix)[27027]: session closed for user root
Sep 11 07:0...
2019 Nov 22
0
Issue with "ExecStartPost" attribute in systemd daemon fail
Hi,
it seems there is no difference in "systemctl status crond"
:(
El 22/11/2019 a las 13:00, centos-request at centos.org<mailto:centos-request at centos.org> escribi?:
Message: 3
Date: Thu, 21 Nov 2019 14:41:25 +0100
From: Leon Fauster <leonfauster at googlemail.com><mailto:leonfauster at googlemail.com>
To: centos at centos.org<...
2001 Feb 22
1
2.5.1p1 logout hangs after RHL crond start
The RHL 6.2 command "/etc/rc.d/init.d/crond start" prevents
clean logout from compiled version of OpenSSH-2.5.1p1 on all
hosts.
The command "/etc/rc.d/init.d/crond stop" is OK.
This occurs for interactive or command line requests.
ssh remotehost /etc/rc.d/init.d/crond stop --- works every time
ssh remotehost /etc/rc.d/init...
2013 Sep 16
1
crond sometimes launches a child process?
Hi All.
I monitor number of crond processes on my machines. On one of them I have 2
crond processes for a short period of time (few minutes) everyday. It is at
the same time when one jobs starts to run - a sphinx indexer.
What are the possible causes of crond running a child crond process?
Best regards,
Rafal.
2005 Jun 01
1
Re: ocfs2 and configfs.ko..fixed...but gnuparted has issues....fixed gnuparted...but mount -t ocfs2 fails...
...BETA14 Tue May 31 23:34:43
EDT 2005 (build 499a3fe287246f2c105501b67e8a146d)
Jun 1 19:09:35 linux2 kernel: OCFS2 DLMFS 0.99.10-BETA14 Tue May 31
23:34:43 EDT 2005 (build 499a3fe287246f2c105501b67e8a146d)
Jun 1 19:09:35 linux2 kernel: OCFS2 User DLM kernel interface loaded
Jun 1 19:10:01 linux2 crond(pam_unix)[2590]: session opened for user root
by (uid=0)
Jun 1 19:10:01 linux2 crond(pam_unix)[2592]: session opened for user root
by (uid=0)
Jun 1 19:10:02 linux2 crond(pam_unix)[2590]: session closed for user root
Jun 1 19:10:02 linux2 crond(pam_unix)[2592]: session closed for user root
Jun...
2005 Jun 01
1
Re: ocfs2 and configfs.ko..fixed...but gnuparted has issues....fixed gnuparted...but mount -t ocfs2 fails...
...BETA14 Tue May 31 23:34:43
EDT 2005 (build 499a3fe287246f2c105501b67e8a146d)
Jun 1 19:09:35 linux2 kernel: OCFS2 DLMFS 0.99.10-BETA14 Tue May 31
23:34:43 EDT 2005 (build 499a3fe287246f2c105501b67e8a146d)
Jun 1 19:09:35 linux2 kernel: OCFS2 User DLM kernel interface loaded
Jun 1 19:10:01 linux2 crond(pam_unix)[2590]: session opened for user root
by (uid=0)
Jun 1 19:10:01 linux2 crond(pam_unix)[2592]: session opened for user root
by (uid=0)
Jun 1 19:10:02 linux2 crond(pam_unix)[2590]: session closed for user root
Jun 1 19:10:02 linux2 crond(pam_unix)[2592]: session closed for user root
Jun...
2020 Mar 21
2
CentOS 8.1 cron does not send mail
On 27 Feb 2020, at 14:42, Jonathan Billings wrote:
> On Feb 27, 2020, at 08:01, Tobias Kirchhofer <collect at shift.agency>
> 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)' && /usr/local/bin/backup.sh
>
> Is this li...
2016 Apr 23
0
cron
On Saturday 23 of April 2016 10:08:54 AM Kahlil Hodgson wrote:
> Anything interesting in the logs?
>
> sudo journalctl -xf _SYSTEMD_UNIT=crond.service
Don't know.
[root at kohrin cron.d]# sudo journalctl -xf _SYSTEMD_UNIT=crond.service
-- Logs begin at ?ro 2015-12-02 22:34:16 CET. --
kwi 22 23:11:01 vz471 crond[30534]: (*system*) RELOAD
(/etc/cron.d/osticket-cron)
kwi 22 23:13:01 vz471 crond[30534]: (*system*) RELOAD
(/etc/cron.d/...