Displaying 20 results from an estimated 2000 matches similar to: "crontab won't work"
2010 Nov 10
1
Re-export an NFS mount from another machine for roaming profiles
Hi,
In my office I have a server running CentOS 5.5. I have Apache+PHP+MySQL running
on that server, and I'm exporting /var/www/html, so I can mount it on my main
desktop with NFS.
Server : grossebertha
Desktop : babasse
[root at babasse:~] # mount
/dev/sda3 on / type ext4 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
2006 Sep 25
1
Crontab not working....
Hiya all,
just found an odd one on one of our boxes, cron isnt working (for a user
anyway, but can't seem to get it running properly at all), i.e if I do a
crontab -e as a user (who is in /var/spool/cron) and add 19 10 * * *
/bin/touch /home/logadmin/testfile (has permission) its never created. Also
I get no mails from cron to /var/spool/mail/root so guessing maybe cron not
working at all,
2007 Feb 07
3
Redirect --stats to STDERR.
Hello,
I have written a little script that's would email me all errors.
rsync -vah --delete --stats <sources> <destination> >
/var/log/sauvegarde/listoffile.log 2> /var/log/sauvegarde/errors.log
My problem is i want to have the stats in my mail. Is it possible to
redirect --stats to STDERR.
I have tryed to do this :
/---
2000 Jul 20
2
Client frequent disconnection + strange logs
Hello,
Although I've been using samba for years at my customers
office, I recently moved one on a HP E60 server running
RedHat 6.2.
The samba version is 2.0.6, untouched from the distribution.
They use a (weird) accounting software built on the top of
FoxPro, requiring a *huge* amount of open files. I accordingly
raised the values for files-nr and inode-nr and the stats seem
ok.
They have
2008 Nov 23
3
Correctly setting up sound with Intel High Definition ICH7
Hi,
Earlier this day I started a thread about Skype not working with
outgoing sound. Now I wonder if it's not a problem with my soundcard. I
had a vague suspicion about this, but since it's way off the original
topic, I decided to start a new thread about this.
Here's what the soundcard looks like:
[root at grossebertha etc]# lspci | grep -i audio
00:1b.0 Audio device: Intel
2018 Jun 25
2
Postfix, system notifications and local servers
Hi,
I have CentOS 7 running on half a dozen public servers. For some stuff
like automatic updates using yum-cron, I have Postfix installed with a
relatively basic configuration. This allows me to send important
notifications to my mail address info at microlinux.fr. When there's a
batch of updates, I get one mail per machine, so I can check quickly if
everything went OK without having to
2015 Dec 06
2
lunar notation in crontab
Crontab offers many refined facilities for Western calendaring, but none
for traditional Eastern-- lunar-- designations. So for example, if one
wants specify regular occurring events on full moons or on new moons,
there is no way to do this. Emacs (a text processor!?) accomplishes
this. The math for calculating lunar calendaring is already available;
mathematical functions are already
2009 Oct 28
1
Inquiry:How to make crontab job permanent even after server reboot?
Dear All
Please be informed that I have an CentOS 5 server and I need it to be
automatically rebooted at pre-specified times . To this end , I tried to set
it as its crontab job as the followings :
#crontab -e
30 15 * * * reboot
It got through but after the server first reboot the crontab job disappeared
. So I tried to set it in another way , as the followings :
set the cron list in /tmp/temp
add
2006 Feb 20
1
crontab problems
Did you restart the crontab service after the change ?
If not, crontab wont be aware of the changes.
Nassri
> rado wrote:
> > for some reason, crontab is not picking up a job here
> listed. I, for
> > one see nothing wrong w/it as I have been running approx the same
> > basic crontab for well over a year now. I have just put this box on
> > line about a week
2009 Oct 30
3
Problem YUM Centos 5
Dear Friends,
Today , I ran command yum update and I received follow error below.
======================= BEGIN =========
Loaded plugins: fastestmirror
Determining fastest mirrors
Traceback (most recent call last):
File "/usr/bin/yum", line 29, in ?
yummain.user_main(sys.argv[1:], exit_code=True)
File "/usr/share/yum-cli/yummain.py", line 229, in user_main
2003 Jan 27
1
Owner and group
Hi all,
When i use rsync with on the server :
motd file = /etc/rsyncd.motd
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsync.lock
[filieres]
path = /home2
comment = Repertoire de sauvegarde des filieres
read only = no
hosts allow = 172.18.1.246 # vador only
dont compress = *.gz *.jpg *.zip *.rpm *.tgz
note : the
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
2009 May 15
1
Installing Windows 2008 server
Hello,
We are planning to install a Windows 2008 DomU in one of our
servers (SUSE 10/SP2, XEN 3.2).
Does someone have some experience in installing 2008 ?
Are they some know problems (and solutions if possible) to
success in thre process.
Here is the setup we will use for that DomU :
-------------------------------------------------------------------
# SR3 MV9
name="SAP-IDES-ECC"
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.
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
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 such a thing.
Does anyone
2010 Jul 03
2
pkg/tests: how to run them with --vanilla
Hello
I recently submitted an update of a package, and received error reports
from CRAN maintainers concerning the pkg/tests section:
> Next time you update, can you please ensure that the .Rout.save files
> are generated in English (with LANGUAGE=en set). R 2.12.x will ensure
> that the tests are run in English, and it saves a lot of unnecessary
> chatter if the reference
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
2017 Jul 19
5
Cron sending to root after changing MAILTO
It?s being rejected before it even reaches the mailbox, so forwarding won?t work.? Crond should really be using the MAILTO variable and it?s not.
---
Chad Cordero
Information Technology Consultant
Enterprise & Cloud Services
Information Technology Services
California State University, San Bernardino
5500 University Pkwy
San Bernardino, CA 92407-2393
Main Line: 909/537-7677
Direct