Tagged Questions
0
votes
1answer
13 views
cron generating a space in dynamic filename
I have this cron job:
*/1 * * * * mysqldump -uroot -pPassword --single_transaction --opt dbname | gzip > /home/incredible/backup/dbname_`date +"\%Y\%m\%d-\%k\%M\%S"`.sql.gz
The problem is, the ...
0
votes
1answer
20 views
PHP Fatal error: Class 'PDO' not found only on cron job
I get this error in my error_log:
PHP Fatal error: Class 'PDO' not found
The problem is that it started randomly this morning and, since then, the services that should run periodically as set in ...
1
vote
2answers
30 views
How to create a cron job to run script from web?
I have created a cron job in a server www.domain.com with CENTOS:
*/10 * * * * http://www.anotherdomain.com/cron/task.php
but its returning:
/bin/sh: http://www.anotherdomain.com/cron/task.php: No ...
0
votes
2answers
111 views
shell script doesn't run fully when run as a cron job
I'm having a peculiar issue with a shell script that I have set to run every minute via crontab.
I use Pelican as a blog platform and wanted to semi-automate the way in which the site updates ...
0
votes
1answer
423 views
Crontab configuration on CentOS
I have a Magento installation running on a VPS that runs on CentOS. I've been trying to implement a backup solution using the script found in here: https://github.com/zertrin. It worked fine and my ...
1
vote
3answers
1k views
How to set up cron job on CentOS
I don't know how to set up cron with ssh ?
When I opet ssh, and type "crontab -e", than what to do ?
I want to repeat function every minut, I have this code as "cron command to run": php -f ...
0
votes
1answer
172 views
Configure cron to run URL every 15 minutes [closed]
I'd like to set up a cron job to go to a URL every 15 minutes. I have a VPS with centos 6 on it and access to SSH. This is what I have tried so far with no luck:
In ssh, type "crontab -e"
* /15 * * ...
0
votes
5answers
72 views
knowing whether a php script is still running
I've got a bunch of php scripts scheduled to run every couple of minutes in cron on a CentOS machine. I would like for every script to self check if the previous instance of it is still running when ...
1
vote
3answers
275 views
run cron job only when machine is idle (linux)
How can I run a cron job(bash script) only when CPU idle >50%?
I can get cpu idle from TOP
top -b -d 00.10 -n 3 |grep ^Cpu
Cpu(s): 0.3%us, 0.3%sy, 0.0%ni, 99.3%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
...
1
vote
2answers
80 views
How to autorun crons?
I'm trying to get a file to be automatically run by crontab, contents like so:
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/
*/5 * * * * php /path/to/script
I've put this ...
4
votes
5answers
244 views
How to prevent PHP script running more than once?
Currently, I tried to prevent an onlytask.php script from running more than once:
$fp = fopen("/tmp/"."onlyme.lock", "a+");
if (flock($fp, LOCK_EX | LOCK_NB)) {
echo "task started\n";
//
...
0
votes
2answers
882 views
Starting a service (upstart) from a shell script, from a cron job
I'm trying to use a cron job to call a healthcheck script I've written to check the status of a web app (api) I've written (a url call doesn't suffice to test full functionality, hence the custom ...
4
votes
1answer
158 views
Crontab executes only first line
I'm trying to setup several cron jobs on VPS under centos/whm.
I've added to /var/spool/cron/root following lines:
*/5 * * * * find /some-dir/* \( ! -iname ".ht*" \) -delete
*/10 * * * * find ...
0
votes
1answer
275 views
Plesk scheduled backups stoped working - how to fix?
My Plesk scheduled weekly backups suddenly stoped working. They just don't execute since a few weeks ago. When I manualy trigger backups, all is ok. What could go wrong, what should I check first?
...
2
votes
3answers
1k views
Run a cron job every minute only on specific hours?
How do you run a cron job every minute only on specific hours? Like so:
It will only check every minute from 11AM to 12AM, 4PM to 5PM and 9PM to 10PM
It seems to be complicated to me I don't ...
0
votes
1answer
205 views
scheduled task on centos server
I tried now + time on centos, but it didnt work perfectly for me.
I want my centos server to run a script within 10 mins exactly after 5 days whenever the server is started, either it is started @ ...
1
vote
1answer
469 views
Want to set cron job for wordpress (Backwpup plugin)
This is my first contact with cron jobs, so sorry if question will sound dumb.
BackWPup is for making back up automatically in some period of time, but its own cron job does not work correctly, it ...
0
votes
1answer
368 views
Crontab configuration issue on CentOS?
I have scheduled a cron job in my CentOS server to run last night at 8.00PM, it just calling a URL and dump the output in to a file. So what I did in my crontab looks like below,
* 20 * * wed root ...
0
votes
2answers
242 views
Shell Command to remove older files
I am making backups of a client's website on a remote FTP location. I have a script (usable without root access on cPanel) which is making backups on given cron and transfer it to remote ftp location. ...
0
votes
0answers
149 views
Forbidden message on apache when using cron job
I develop simple php file which should read xml file,select a part of it and echo it into txt file.it should be done every minutes.
so I made cron job in webmin like this
php ...
2
votes
2answers
2k views
How to prevent the cron job execution, if it is already running
I have one php script, and I am executing this script via cron every 10 minutes on CentOS.
The problem is that if cron will take more than 10 minutes, than another same cron will start.
I tried one ...
1
vote
1answer
152 views
Running a php script from cron not picking the $_SERVER['host'] wheras running from CLI works
As stated, when I run a direct PHP script like so:
# /usr/bin/php path/to/script.php
I am able to use environment variables
But when I have this script running from cron:
* * * * * /usr/bin/php ...
0
votes
2answers
232 views
Is it possible to run a cron job randomly between 3-6 minutes?
I defined a cronjob with whenever gem for Ruby. This created a cron job for the user that runs a ruby script every 5 minutes. User is not root btw and doesn't have root permissions.
I would like to ...
1
vote
2answers
1k views
Cron job is not executing perl script
This is my perl script, it's just a test.
#!/usr/local/bin/perl
open (MYFILE, '>>data.txt');
print MYFILE "Worked!\n";
close (MYFILE);
I saved it as test.pl in cgi-bin/
When I run a shell ...
0
votes
1answer
660 views
Cronjob on CentOS, upload files via scp and delete on success
I'm running CentOS 6.
I need to upload some files every hour to another server.
I have SSH access with password to the server. But ssh-keys etc. is not an option.
Can anyone help me out with a .sh ...
0
votes
1answer
1k views
Running PHP script with Crontab (Plesk / CentOS6)
As a customer in Plesk, I am attempting to run:
php -q /httpdocs/_external/export/test.php
From this tutorial: http://daipratt.co.uk/crontab-plesk-php/
I'm receiving the error
"php: command not ...
1
vote
3answers
480 views
How to start a exec() PHP command using a cron but not have 2 of them running?
I just can't figure this out.
I have a script that gets data from Facebook API and this script runs all the time. (using set_time_limit(0); )
However, sometimes the Facebook API gives errors and ...
0
votes
0answers
367 views
Script running via cron can't delete temp file [closed]
I have a bash script that creates a lock file (via touch) while it's performing some file management tasks. After the tasks are completed, the script deletes the lock file. This is used to prevent ...
0
votes
2answers
138 views
Start named via Cron? [closed]
How can I can check status of the named via a Cron?
And how can I start it if it is down?
1
vote
2answers
294 views
bash script for screen -r
I want to make a bash script that echo's something into one of the screens that I have running (screen -r is how I get to it in SSH).
I was wondering how I would make the script execute itself in ...
2
votes
5answers
2k views
Python, os.system: pushd
I'm using a crontab to run a maintenance script for my minecraft server. Most of the time it works fine, unless the crontab tries to use the restart script. If I run the restart script manually, there ...
0
votes
1answer
507 views
how to auto setup a “AT” schedule job once after reboot
when I loging in centos as root via ssh
i type
at -f /etc/at_stopssh.txt now + 5 minutes
and it works, one schedule job has been setup sucessfully
at_stopssh.txt include a simple command ...
2
votes
2answers
839 views
How do I sync a Git-Svn clone through cron?
For reference, I'm running CentOS 5.5 on the server.
I'm working on a distributed project with several other developers, and we're using Git to manage our repositories. Everything's hosted live ...
1
vote
4answers
3k views
Insane crond behavior. keeps making defunct bash processes
I have a crontab that looks like:
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/
0-59 * * * * /var/www/html/private/fivemin/zdaemon.php >> /dev/null &
Simple as ...
1
vote
1answer
534 views
shell script (running via cron) to enter password when prompted
I have a daily cron task which automatically unrars a rar file and processes it's contents, however, the contents are now password protected so i'm wondering if there's a reliable way to echo the ...
1
vote
1answer
1k views
PHP loop acting as cronjob[ensure only one instance running]
I have a multi part question for a php script file. I am creating this file that updates the database every second. There is no other modeling method, it has to be done every second.
Now i am running ...
3
votes
4answers
622 views
Automatic Database reads/write every second
I am making an auction website, which has an auto-bid system. This system lets people make biddings without having to be there.
My question is how to implement such a system. I have made the php ...
3
votes
3answers
5k views
How to debug an issue of cron's not executing a given script — or other?
I have a Rails script that I would like to run daily. I know there are many approaches, and that a cron'd script/runner approach is frowned upon by some, but it seems to meet my needs.
However, my ...