Enter Keywords:
1 - 10 of 531(0.001 seconds)
Sort By:
 
I have a ksh script that does some arithmatic with arrays and various other stuff.  My problem is that I have set it up to run as a CRON job, which by default runs bourne (sh). My script hangs when...
Zones: Unix Systems ProgrammingDate Answered: 02/24/2002 Rating: 4.6 Views: 0
Hello, I have a problem with a crontab entry. A httpd watchdog is supposed to be called every 10 minutes, so I called crontab an entered    0,10,20,30,40,50 * * * *    /bpi-b/cron/httpd_watchdog.c...
Zones: Unix NetworkingDate Answered: 05/22/1999 Rating: 7.8 Views: 0
I edited my crontab file (/var/spool/cron/crontabs/user) but the commands still don't get executed. (Solaris platform ver 2.6) i) echo "30 15 * * * ps -ef > /tmp/testing" > user ii) then I exe...
Zones: Unix Systems ProgrammingDate Answered: 02/25/2002 Rating: 7.8 Views: 0
Is there a way to prevent Cron to send a mail when a job is completed... To give you an Idea.. I've made a job that run every minute... so in one night I received 1057 Mail.... U see I don'...
Zones: LinuxDate Answered: 08/17/2000 Rating: 7.2 Views: 0
I need to setup a cron job that does the following: ** copylogs.sh ** cd /usr/local/apache/bin ./apachectl stop cd /usr/local/apache/logs mv error_log error_log.mmddyyyy mv access_log acces...
Zones: Unix OSDate Answered: 03/21/2002 Rating: 6.8 Views: 0
I need to schedule a script to run every other week based on a givin date. Consider bi-weekly payroll as an example.  I want my script to run on 10/9/02, 10/23/02,11/6/02,... I was trying to do ...
Zones: Unix OSDate Answered: 10/10/2002 Rating: 9.2 Views: 0
Guys, I have a shell script that checks to see if our HP Openview service is running and if not it attempts to start it.  I keep getting this error output from cron: Your "cron" job on nnm-se...
Zones: Solaris UnixDate Answered: 05/23/2003 Rating: 5.4 Views: 0
Tags: cron
Ok here is my situation. I have a dynamic IP and I want a file a different webserver to redirect to this server thats on a dynamic IP. So here is the solution I've come up with, I am going to make ...
Zones: LinuxDate Answered: 03/10/2004 Rating: 7.6 Views: 0
I have some long-running scheduled jobs run from cron. I find that if I run exactly the same job form the command line using nohup, I get soemthing like 20 - 25 % performance improvement. Why is th...
Zones: Solaris UnixDate Answered: 03/29/2004 Rating: 7.0 Views: 0
SCENARIO.... Currently I have this process setup on two servers. A client uploads a PDF to server1(unix). Server1 then sends the file to server2(windows). Using purchased software the file is t...
Zones: PHPDate Answered: 05/12/2004 Rating: 9.4 Views: 0