similar to: Problem with crontab

Displaying 20 results from an estimated 9000 matches similar to: "Problem with crontab"

2007 Apr 18
1
Centos 4.4 or 5 and HP Proliant network card teaming function
Hi, has anyone enabled using centos, the proliant functionality of "teaming" the two integrated network cards, to be seen as one by the network switch? This is available in a nice GUI in windows. but i have no idea how to do that on linux. -- ------------------------------------------------------------ Erick Perez Panama Sistemas Integradores de Telefonia IP y Soluciones Para Centros
2008 Aug 21
3
What fires logrotate
I've been taking a look at how RedHat (and CentOS) handles logrotate. According to the man page, logrotate is supposed to be fired by cron. But when I look at root's crontab $ sudo crontab lu root no crontab for root What exactly fires logrotate (and other scheduled events like "logwatch", which ends up in root's inbox)? === Al
2006 Apr 14
1
Ext3 and 3ware RAID5
I run a decent amount of 3ware hardware, all under centos-4. There seems to be some sort of fundamental disagreement between ext3 and 3ware's hardware RAID5 mode that trashes write performance. As a representative example, one current setup is 2 9550SX-12 boards in hardware RAID5 mode (256KB stripe size) with a software RAID0 stripe on top (also 256KB chunks). bonnie++ results look
2007 Feb 06
4
Adaptec 29320
I need a SCSI card to attach a tape library to my system. I am looking at the Adaptec 29320A-R. Can anyone confirm that this card will work with the stock CentOS 4 kernel? -- Bowie
2006 Jun 20
3
SuperMicro X7DBE with CentOS4?
I am planning to build a server based on the SuperMicro X7DBE+-O motherboard. This server will have two dual-core Xeon processors and a 3ware 9550SX raid card. Has anyone built a server based on this motherboard? Are there any issues with the smp/dual-core support in CentOS4 that might cause problems? I appreciate any input. I'm just looking to find out about any possible problems before
2006 Aug 11
5
Running firefox on a remote host on centos-4
Back in the day (read: before the latest firefox update), I used to be able to ssh to a remote box, run 'firefox -local', and have that box fire up its own firefox session even if I was running firefox on the system from I which I sshed. Those days seem to be gone. No matter what I try, if I've got firefox running on my local desktop, the remote firefox command just fires off
2006 Nov 09
2
How to create a huge file system - 3-4TB?
We have a server with about 6x750Gb SATA drives setup on a hardware RAID controller. We created hardware RAID 5 on these 6x750GB HDDs. The effective size after RAID 5 implementation is 3.4TB. This server we want to use it as a data backup server. Here is the problem we are stuck with, when we use fdisk -l, we can see the drive specs and its size as 3.4TB. But when we want to create two different
2006 Jan 26
2
centos 4.2 (32bit) app installed on (64 bit) box mising library
I have a centos 4.2 32bit app that when installed on centos 4.2 64 bit box and try to run it I get "libxml2.so.2 not found". however if I "rpm -qa | grep libxml2" it shows up just fine. How can I get this app to run on the 64bit box (without recompiling yet). The recompiling will come someday... right now I just would like it to run. Thanks Jerry -------------- next part
2007 Mar 23
3
Problems with screensavers / X config
Here's what I get - no idea what to fix or how - help needed: [mhr at mhrichter ~]$ glxinfo name of display: :0.0 Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Error: couldn't find RGB GLX visual visual x bf lv rg d st
2013 Jan 23
4
crontab and gedit
hi, How can I open crontab with gedit any any other editor ? i want to edit my cron jobs with other editors beside vi.
2008 Sep 11
3
cfengine and crontab
The docs to installing cfengine refers to /var/spool/cron/crontabs/root That doesn't exist. Nor does /etc/crontab. Heck I remember that from the "old days", now there are lots of cron entries, in /etc but no crontab. Not installed by default. So, I'm hunting that one down. Nate, what did you wind up doing?? Ric -- ---------------------------------------------------- My father,
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 May 16
2
crontab doesn't start
Hi!I'm working with 2 linux, with 2 IP;I want make a copy of some files inside one directory to the other linux.I called a file scriptx.sh in the first linux and this is the body: #!/bin/bash rsync -avvz --delete --rsh=ssh --stats /home/copia/ root@192.168.xxx.xx:/home/vrrp/dir/copia/ (xxx.xx are numbers...rights..only for security I crypted them) ok, then I create the crontab file with
2007 Mar 13
2
cat cron jobs into crontab
Hi, What's the best/safest way to "cat" the following job into crontab? */3 * * * * /usr/lib64/nagios/plugins/check_megaraid_passive.sh > /dev/null 2>&1 I am used to doing this manually via crontab -e, but now I simply have too many centos servers to build in a given week (get to toss another 120K at some more 2U chenbro/tyan/amd64's -w000ooo). -karlski
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
2005 Dec 01
5
Configuring X after instal on CentOS4
What is the name of the program that replaces Xconfigurator and XF86Setup for resetting video display values for X post-install? Regards, Jim -- *** e-mail is not a secure channel *** mailto:byrnejb.<token>@harte-lyne.ca James B. Byrne Harte & Lyne Limited vox: +1 905 561 1241 9 Brockley Drive fax: +1 905 561 0757 Hamilton, Ontario
2009 Oct 18
2
Confusion about scheduling tasks with crontab
Hi, I have to setup a scheduled task on a server, and I just read through some crontab docs. Now I'm confused. It's not so much the syntax of the cron job to define (I got that), it's more... how do I get to define it? Use a text editor (vi or the likes) to edit /etc/crontab directly? Or create some empty file in /etc/cron.daily or /etc/cron.hourly or the likes and then edit it
2003 Apr 09
1
crontab
Dear Expert, Is there any settings in rsync to run the command automatically in crontab? i've setup the crontab and create the ssh key to ignore the password prompt, but it seems like the rsync didn't works well. the crontab setting is like this: * */2 * * * /usr/bin/rsync -avzporg --stats root@10.1.1.1:/home/email/ /home/data-email/ if i run this manually, it works, im using redhat 8.0
2007 Mar 23
2
Command not running in crontab
Hi, Can anoyone tell me why this command is not executed (or it is without success) from crontab, but works perfectly from the command line ? (yes, i've restarted crontab service) # clean up postmaster 00 30 * * * root /usr/bin/find /var/qmail/maildirs/postmaster at telbit.pt/Maildir/new -type f -print0 | xargs -0 -n 50 rm The mind boggles... Any help would be appreciated. Warm
2010 Oct 05
2
Crontab problem
Hi, I seem to have a problem with crontab. I am running CentOS 5.5. If I add my bakup scripts into crontab they take very long to run. If I run my scripts manually they run 100%. I have also tried vixiecron, same issue. Any ideas? Thanks Jenny -------------- next part -------------- An HTML attachment was scrubbed... URL: