Displaying 20 results from an estimated 5000 matches similar to: "Strangest thing (crond every 5 min.)"
2005 Apr 05
4
Error on compiling kernel :: CentOS 4
Hi,
I'm trying to recompile CentOS stock kernel, and after making my choices
(make menuconfig), i run "make" and imediatly get this error (after my
signature).
Yes, i have the kernel source installed :P
Any help would be apreciated.
Warm regards,
M?rio Gamito
[root at tux 2.6.9-5.0.3.EL-i686]# make
CHK include/linux/version.h
SPLIT include/linux/autoconf.h ->
2005 Apr 22
1
How to record a data CD ?
Hi,
For years that i've been recording CDs and DVDs and all well.
Now, i can't in CentOS-4
First i run:
# mkisofs -r -J -o cd_backup cd/
Then
# cdrecord -scanbus
Output is:
cdrecord: Warning: controller returns wrong size for CD capabilities page.
1,0,0 100) 'SAMSUNG ' 'CD-ROM SC-148F ' 'F008' Removable CD-ROM
1,1,0 101) 'HP '
2005 Apr 06
1
Problems joining Samba toa w2000 AD PDC
Hi,
I have this (Linux) Samba file server, that indeed is a client of a
Windows 2000 Server PDC, using Active Directory.
I am the Samba machine admin, but not the Windows one.
I have to join the Samba machine to the PDC on the 2000 server.
I ask the Windows 2000 server admin to come to my Samba machine and
insert his login and password to join my machine, but i always get the
same error
2005 Apr 06
1
Question about joining a Samba server to a 2000 domain
Hi,
I have this Samba file server, that indeed is a client of a Windows 2000
Server PDC.
I am the Samba machine admin, but not the Windows one.
I have to join the Samba machine to the PDC on the 2000 server.
I ask the Windows 2000 server admin to come to my Samba machine and
insert his login and password to join my machine, but i always get the
same error (after my signature).
The Windows
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.
Anyone seen the
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.d/crond start --- hangs every time
Control-C will
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 Apr 05
1
Something is very wrong here
Hi,
Any ideas ?
The server is a PIII with 512 MB RAM.
Warm Regards,
M?rio Gamito
[root at tux 2.6.9-5.0.3.EL-i686]# uname -a
Linux tux.dte.ua.pt 2.6.9-5.0.3.EL #1 Sat Feb 19 18:26:49 CST 2005 i686
i686 i386 GNU/Linux
[root at tux 2.6.9-5.0.3.EL-i686]#
---
[root at tux 2.6.9-5.0.3.EL-i686]# pwd
/usr/src/kernels/2.6.9-5.0.3.EL-i686
[root at tux 2.6.9-5.0.3.EL-i686]#
---
[root at tux
2005 Aug 15
2
redirect crond(pam_unix) syslog messages
Hi guys:
I could only find one answer for this topic via google, and the poster
wasnt' sure if he was breaking something with his "fix".
I there a way to redirect the cron session messages from syslog to a
different log?
i.e.:
Aug 15 01:03:01 tn1 crond(pam_unix)[29303]: session opened for user
root by (uid=0)
Aug 15 01:03:07 tn1 crond(pam_unix)[29303]: session closed for user
root
2019 Jul 25
1
Failed to start crond
Hi,
A couple of days ago, cron service stopped been running on my Centos 6.
When I try to start with "service crond start" I get this error :
"Starting /usr/sbin/crond: [-] Error 0x7a911401 in attaching to
process!"
Any ideas?
Thanks
1997 Dec 09
0
KSR[T] #005: Dillon crontab / crond
-----
KSR[T] Website : http://www.dec.net/ksrt
E-mail: ksrt@dec.net
-----
KSR[T] Advisory #005
Date: Dec 6, 1997
ID #: lin-dcrn-005
Operating System(s): Slackware 3.4
Affected Program: dillon crontab / crond ( dcron
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
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
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]
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.
2015 Oct 13
2
Exists some problem with cronjobs under CentOS7
On Tue, Oct 13, 2015 at 1:58 PM, Richard
<lists-centos at listmail.innovate.net> wrote:
>
>
>> Date: Tuesday, October 13, 2015 13:54:28 +0000
>> From: "C. L. Martinez" <carlopmart at gmail.com>
>>
>> On Tue, Oct 13, 2015 at 1:45 PM, Richard
>> <lists-centos at listmail.innovate.net> wrote:
>>>
>>>> Date: Tuesday,
2011 Jul 31
4
cron jobs not running
hello list!!
I'm attempting to find out why this cron job isn't running. the host is centos 5.6 on i386 just so you know.
0 3 * * * /bin/alldb > /home/bluethundr/backupdb/alldb-$(date +%Y%m%d%H%S).sql
The job is meant to backup all the databases on a mysql server every day at 3 am. I have checked the backup directory and nothing is showing up for those
2005 Sep 12
1
hourly log
greetings
on a simple CentOS 4 DNS server install i have the below info.
crontab -l "shows nothing"
pico /etc/crontab shows...
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/
# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly
i
2020 Apr 06
2
CentOS 8.1 cron does not send mail
> On Mon, 6 Apr 2020 at 06:59, Tobias Kirchhofer <collect at shift.agency>
> wrote:
>
>> 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:
>> >>
>>
2005 Jun 01
1
Re: ocfs2 and configfs.ko..fixed...but gnuparted has issues....fixed gnuparted...but mount -t ocfs2 fails...
more messages in the other node of the cluster.../var/log/messages.
========
Jun 1 19:05:59 linux2 kernel: cdrom: open failed.
Jun 1 19:05:59 linux2 kernel: cdrom: open failed.
Jun 1 19:09:35 linux2 kernel: OCFS2 Node Manager 0.99.10-BETA14 Tue May 31
23:34:42 EDT 2005 (build 82257c19fee200eff2ba31569613b46a)
Jun 1 19:09:35 linux2 kernel: OCFS2 DLM 0.99.10-BETA14 Tue May 31 23:34:43
EDT 2005