active questions tagged cron - Stack Overflowmost recent 30 from stackoverflow.com2009-11-27T16:39:49Zhttp://stackoverflow.com/feeds/tag/cronhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1803631/is-there-any-way-to-automatically-run-php-script-on-hosting-web-server-withour-cr-1Is there any way to automatically run PHP script on Hosting web server withour cron??Rajasekar2009-11-26T13:20:04Z2009-11-27T15:33:48Z
<p>I had a script which sends sms alerts everyday. I want it to send automatically send sms by fetching message from database. Can I do it without cron. Is there any other solution. Plz help</p>
http://stackoverflow.com/questions/1802337/how-to-install-cron-im-a-newbie0How to install cron. Im a newbieRajasekar2009-11-26T08:41:57Z2009-11-26T08:54:32Z
<p>I want to run PHP scripts automatically. For that I googled and I came to know about CRON. But I dont know how to install and use it. Im using only PHP, CSS, HTML, and running on XAMP apache server on localhost. How to install. Help Me plz</p>
http://stackoverflow.com/questions/1784677/how-to-create-a-cron-job-that-runs-on-the-first-day-of-month0how to create a cron job that runs on the first day of month [closed]Ahmet vardar2009-11-23T17:27:03Z2009-11-23T19:28:27Z
<p>Hi,</p>
<p>There are fields on my server's control panel like this</p>
<p>Minute - Hour - Day of month - Month - Day of the week - Command</p>
<p>How can i create a cron job runs on first day of the month with this fields ?</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1771562/wille-php-copy-work-for-a-person-viewing-the-site-who-has-the-site-which-im-co1Wille php copy() work for a person viewing the site who has the site which i'm copying from blocked?Tom2009-11-20T16:16:19Z2009-11-20T16:22:34Z
<p>Say I use php copy(), to get a file from a site.</p>
<p>And then a user who is using a proxy filtering service that has that site blocked, will the site still be able to copy that file for the user? </p>
<p>If not, would a cron job be able to?</p>
<p>And is the same for file_get_contents?</p>
<p>Cheers</p>
http://stackoverflow.com/questions/1768269/cron-on-xampp-mac-os0Cron on XAMPP (Mac OS)Biranchi2009-11-20T04:04:03Z2009-11-20T04:05:41Z
<p>Hi All,</p>
<p>I have installed XAMPP server on my Mac OS, how to setup a cron job on it?</p>
<p>My requirement is that i want to call a php script at regular intervals .</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1764447/magento-layered-nav-refresh-timeout-cron-issue-prices-disappear0Magento - Layered Nav Refresh Timeout - Cron Issue - Prices DisappearSid Vel2009-11-19T16:09:39Z2009-11-19T16:09:39Z
<p>Hello
This is a problem for certain Magento users. The cron is supposed to refresh the layered navigation and sometimes it times out. When it does so, the prices will disappear for products that require computed prices.</p>
<p>Grouped products for example, have to find the cheapest product under the group and display it. This stops working due to the cron timeout.</p>
<p>Chris Mckee had a solution that works sometimes and doesn't work at other times :(
<a href="http://chrismckee.co.uk/magento-commerce-layered-navigation-cache-error-part-badger-part-duck/" rel="nofollow">Check the help he offered</a></p>
<p>Anyone else found a solution yet?</p>
<p>This issue also causes the sort by price and filter by price to stop working.</p>
http://stackoverflow.com/questions/1753643/advanced-cron-for-a-perl-script2Advanced cron for a perl scriptankimal2009-11-18T04:29:30Z2009-11-18T19:47:09Z
<p>I have a Perl script that needs to run following an annual schedule with specific dates and times of when to start and stop. I don't believe crontab can handle this. Is there a Perl module (even a non-perl implementation would be fine) that can help me with this? If it helps, I m running this on a linux box.</p>
<p>Also, the schedule has only 15-20 aberrations (days on which the process must start and stop at a different time).</p>
http://stackoverflow.com/questions/814896/google-app-engine-design-considerations-about-cron-tasks1google app engine - design considerations about cron tasksshanyu2009-05-02T13:54:04Z2009-11-18T19:35:02Z
<p>I'm developing software using the google app engine. </p>
<p>I have some considerations about the optimal design regarding the following issue: I need to create and save snapshots of some entities at regular intervals.</p>
<p>in the conventional relational db world, I would create db jobs which would insert new summary records.</p>
<p>for example, a job would insert a record for every active user that would contain his current score to the "userrank" table, say, every hour.</p>
<p>I'd like to know what's the best method to achieve this in google app engine. I know that there is the Cron service, but does it allow us to execute jobs which will insert/update thousands of records?</p>
http://stackoverflow.com/questions/1210930/cron-job-on-ubuntu-for-php0Cron job on Ubuntu for phpvipinsahu2009-07-31T06:19:52Z2009-11-18T15:50:35Z
<p>I'm using Ubuntu on the server and I'm using Putty to access. I want to create cronjobs for my php site. How can I do this? </p>
http://stackoverflow.com/questions/1748074/cron-in-google-app-engine-python0cron in google app engine pythonMayur2009-11-17T10:56:08Z2009-11-18T15:44:15Z
<p>i have made app using google app engine in pythonof weekly Project and assessment report submitting... i want to check that on Friday who have submitted the report and who don't just send the scheduled notification mail that he haven't submitted the report in last week...</p>
<p>**</p>
<p>but i dont want to send the notification mail on monday who have submitted the report in last week, just to those who haven't submitted the report</p>
<p>**</p>
<p>so please suggest me some idea for that...</p>
http://stackoverflow.com/questions/1741897/email-using-cron-job0Email using cron jobMayur sabale2009-11-16T12:29:07Z2009-11-16T13:54:27Z
<p>i have made app using google app engine in pythonof weekly Project and assessment report submitting...
i want to check that on Friday who have submitted the report and who don't just send the scheduled notification mail that he haven't submitted the report in last week...</p>
<p>**</p>
<p>but i dont want to send the notification mail on monday who have submitted the report in last week, just to those who haven't submitted the report</p>
<p>**</p>
<p>so please suggest me some idea for that...</p>
http://stackoverflow.com/questions/1727832/running-a-php-cron-job-problem-with-execution-time0Running a php cron job - problem with execution timeSmaug2009-11-13T08:13:12Z2009-11-13T10:08:20Z
<p>Hello,</p>
<p>I have a site where I download data from one site using cUrl a then generate a image from it, which is stored on the server and displayed on other websites.</p>
<p>I've got everything working perfectly, except from a cron job.</p>
<p>Whenever I run this script it stops after a while (it's more than 30 secs though, more like 2-3 minutes, it's hosted on GoDaddy) which is still not enough. I tried to multi-thread cUrl but it still takes more time than I'm given.</p>
<p>So far the solution for me was manually updating it by specifying limit and offset and reloading like 20 pages every day in browser (I've got about 12000 items to update). This is very annoying as you might imagine.</p>
<p>Only solution I can think of is making several cron jobs, running at 00:01, 00:02, etc. each for like 500 items. But I am not sure I can run that many cron jobs on GoDaddy.</p>
<p>Can anyone give me an advice on this?</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1722158/call-a-kohana-helper-from-cron-or-any-url1Call a Kohana helper from cron (or any URL)Petruza2009-11-12T13:25:02Z2009-11-12T15:28:39Z
<p>I need to call a Kohana helper (or any php MVC framework) from a Cron job.<br>
How can I do this?<br>
The server is Linux, so, I can only think of two possible solutions:<br>
1- Open an URL from the cron job, which hits a controller and does what it has to do.<br>
2- Call a Kohana controller without passing through the web server, but with the PHP CLI. (is that even possible? I don't think so, it might need the web server environment to work)</p>
<p>Know a solution?
Thanks</p>
http://stackoverflow.com/questions/1015702/alternative-for-windows-task-scheduler0Alternative for Windows Task SchedulerRichard2009-06-18T23:23:33Z2009-11-11T20:54:54Z
<p>hi,</p>
<p>I need a Task Scheduler for Windows. Unfortunately the builtin scheduler doesn't meet my needs, which are:</p>
<ul>
<li>can run tasks every minute/hour </li>
<li>runs on Linux and Windows</li>
<li>32 and 64 bit versions</li>
<li>GUI interface</li>
<li>free</li>
</ul>
<p>Nice to haves:</p>
<ul>
<li>supports CRON files</li>
<li>open source</li>
<li>status reports of execution times</li>
</ul>
<p>thanks!</p>
http://stackoverflow.com/questions/1470506/setting-up-cron-in-windows-without-getting-a-popup0Setting up cron in windows without getting a popup?RD2009-09-24T08:59:25Z2009-11-11T15:17:04Z
<p>I know that the scheduler can be used to create a cron job, but in my case, that job involves accessing a url. Problem is, if I use WGET or a batch file, a window keeps popping up. Any suggestions on how to get passed this?</p>
http://stackoverflow.com/questions/1715094/how-to-get-the-cron-working-when-using-javan-whenever-in-rails0How to get the cron working when using Javan-whenever in RailsSid2009-11-11T13:11:34Z2009-11-11T15:07:55Z
<p>I have setup my schedule.rb file as follows.</p>
<pre><code>set :cron_log, "/log/cron_log.log"
if Rails.env.development?
every 1.minute do
runner "SomeModel.move_values"
runner "SomeOtherModel.dispense"
end
end
</code></pre>
<p>I also make it work in development mode by
whenever --update-crontab trunk --set environment=development</p>
<p>But my model methods (class methods) are never called. Is there some way I can verify if its configured right.
when I simply use update it resets the settings to use the production environment.</p>
http://stackoverflow.com/questions/1714875/eval-to-variable-failing-w-crontab1Eval to variable failing (w/Crontab)brianreavis2009-11-11T12:26:18Z2009-11-11T14:24:59Z
<p>Here's a snippet of a bash script I'm writing to log CPU loads:</p>
<pre><code>#!/bin/bash
# ... irrelevant nonsense ...
cmd1="/usr/bin/mpstat -P ALL | egrep '(AM|PM)([[:space:]]+)(0)' | tr -s ' ' | cut -d' ' -f4"
ldsys="$(echo $cmd1 | /bin/sh)"
# ... irrelevant nonsense ...
</code></pre>
<p><code>$ldsys</code> is set properly when the script is executed conventionally from the console. It's golden. <strong>Here's the issue:</strong> when executed with crontab, <code>$ldsys</code> is empty.</p>
<p>I've been trying millions of things for the last three hours to try to get this thing work... but I can't find <em>anything</em>. Does anyone have any ideas?</p>
<p><hr></p>
<h2>Notes:</h2>
<ul>
<li><p><code>/usr/bin/mpstat</code> <em>can</em> be executed by
cron. I tested by adding a bogus task to fire every minute: <code>/usr/bin/mpstat -P ALL >>
somefile</code> and checking the output. It works.</p></li>
<li><p><code>egrep</code>, <code>tr</code>, and <code>cut</code> all function fine under cron. </p></li>
<li><del>I'm thinking it really has to do with the eval assignment convention... but I don't know why that would be an issue considering it's a relatively-fundamental construct...</del> After trying Adam's suggestion, I now have no idea what to think...</li>
</ul>
<p><strong>Edit:</strong> stripped out <code>eval</code> usage... still no dice.</p>
http://stackoverflow.com/questions/1707479/is-there-an-equivalent-to-cron-in-windows1Is there an equivalent to cron in Windows?pradeepa2009-11-10T12:04:36Z2009-11-10T14:22:41Z
<p>I want to know if there is an equivalent <code>cron</code> in Windows and how I can use it programmatically using PHP.</p>
http://stackoverflow.com/questions/1708024/batch-job-dependencies-using-open-source-free-software0Batch Job Dependencies Using Open Source/Free SoftwareMatt Alcock2009-11-10T13:38:14Z2009-11-10T14:08:23Z
<p>I run a large data warehouse plant where we have a lot of nightly jobs running concerruently however many have dependencies on a extract or data load process before they start. Currently we use an 'expensive scheduling system' to scehdule these at the moment.</p>
<p>Is there any way you can setup job dependencies using an open source or free unix/linux tool such as cron?</p>
<p>Moving to an open soruce solution would be great and save us lots!</p>
<p>Regards Matt</p>
http://stackoverflow.com/questions/1702494/automatically-add-date-to-gif1Automatically add date to .gifunknown (google)2009-11-09T17:27:07Z2009-11-09T17:59:57Z
<p>Alright,</p>
<p>What Im looking for is a script that would automatically add a date to a .gif, which I can run daily as a cron job. I don't know perl very well, but It seems that Perl & Gimp might be a way to get the job done. Can anyone point me in the right direction so I can create such a script</p>
<p>thanks!</p>
http://stackoverflow.com/questions/1693857/how-do-you-get-a-cronjob-executing-a-php-script-to-run-longer-than-30-seconds0How do you get a Cronjob executing a PHP script to run longer than 30 seconds. unknown (google)2009-11-07T17:49:27Z2009-11-07T18:45:49Z
<p>Could you rewrite this into a cron that will run every day for longer than 30 seconds. Also, do i need to edit the .htaccess or php.ini file in the cron.php directory to say something. Over the browser it runs just fine for longer than 30 seconds, over the shell, it runs just fine too. But as a cron set task, it dies after 30 seconds. Im on 1and1 share hosting. </p>
<p>0 12 * * * php5 /this/is/the/file/cron.php</p>
http://stackoverflow.com/questions/1693804/run-a-command-every-week-with-cron0Run a command every week with Cron? [closed]igul2222009-11-07T17:36:03Z2009-11-07T17:47:04Z
<p>Simple question- what would a crontab entry look like for a command I want to run every week on Saturday at 8:05 AM?</p>
http://stackoverflow.com/questions/1690045/cron-evolution-data-server-msync-returning-libebook-warning0cron + evolution data server + msync returning libebook-WARNINGCnlPete2009-11-06T20:07:23Z2009-11-06T23:07:34Z
<p>Ok, i got a working synchronisation between mobile and evolution using opensync and the lib-evo2 module.</p>
<p>issueing </p>
<pre><code>msynctool --sync w880i --filter-objtype note --filter-objtype event --filter-objtype todo --conflict n
</code></pre>
<p>directly works fine, in a script like this:</p>
<pre><code>#!/bin/bash
eval `dbus-launch --sh-syntax`
export DBUS_SESSION_BUS_ADDRESS
export DBUS_SESSION_BUS_PID
msynctool --sync w880i --filter-objtype note --filter-objtype event --filter-objtype todo --conflict n
exit 0
</code></pre>
<p>it does aswell.</p>
<p>But putting it in a crontab, this error pops up:</p>
<pre><code>(process:18902): libebook-WARNING **: e_book_construct: Could not obtain a handle to the Personal Addressbook Server with IID `OAFIID:GNOME_Evolution_Exchange_Connector_BookFactory:1.2'
</code></pre>
<p>how do i solve this?</p>
<p>[edit]my crontab entry looks something like this: </p>
<pre><code>@daily /usr/local/bin/w880i-sync.sh
</code></pre>
<p>with being the script mentioned earlier. [/edit]</p>
http://stackoverflow.com/questions/1686666/quartz-job-tunning1Quartz job tunningblack sensei2009-11-06T10:17:14Z2009-11-06T11:05:53Z
<p>hello there is something i've realized with quartz when working.Say a cron is set to wake up every 2min with the expression <code>0 0/2 * * *</code> ? .</p>
<p>When you run the project at say 13:10:30, the first action happens at 13:12:00 and the second 13:14:00 and every 2min 0 second for the rest. Obviously between the startup of the project and the first occurence of the action there have been 1mn:30s only.</p>
<p>Is there a way to for the first occurrence to respect the 2min no matter which at seconds the project starts?</p>
http://stackoverflow.com/questions/1675960/how-can-i-send-an-auto-generated-email-every-x-days-with-php-mail-without-acce0How can I send an auto-generated email every x-days with php mail(), without access to cron?Scott2009-11-04T19:11:49Z2009-11-04T21:40:22Z
<p>Hello,</p>
<p>I am trying to send an email, via php's mail function to user's every 15 days to remind them of a particular item (no worries, nothing spam related). I unfortunately do not have access to cron, so I think I would need some sort of client side solution (is this correct?).</p>
<p>A link to get me started or a general outline of what I need to do would be great.</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/1604041/creating-crontab-via-capistrano-instead-of-using-crontab-e0Creating crontab via Capistrano instead of using crontab -esbtodd2009-10-21T22:34:37Z2009-11-04T18:04:56Z
<p>I would like to include cron tasks in my Capistrano deployment files instead of using the following command to manually edit the crontab file:</p>
<p>crontab -e [username]</p>
<p>Is there a script I could use within the Capistrano run command to set the contents of the crontab?</p>
http://stackoverflow.com/questions/1674082/algorithm-for-computing-the-last-time-a-cron-expression-should-have-triggered0Algorithm for computing the last time a cron expression should have triggered?Anders Lindahl2009-11-04T14:26:27Z2009-11-04T14:26:27Z
<p>I ran into this date and time constraint problem earlier this week, and haven't really found any good approach for an algorithm. Each idea I get grinds to a halt with something like <em>what if this is a leap year?</em> or <em>what if this is run on the night when we change to/from DST</em></p>
<p><hr></p>
<p><strong>Input:</strong> A <code>crontab</code> expression (wikipedia on <a href="http://en.wikipedia.org/wiki/CRON%5Fexpression" rel="nofollow">CRON format</a>,<a href="http://en.wikipedia.org/wiki/Cron" rel="nofollow">Cron</a>). For example:</p>
<pre><code>0 */5 2,14 * * *
</code></pre>
<p>Meaning <em>Every five minutes when the hour is 2 or 14</em></p>
<pre><code>30 5 */2 1 * * */2
</code></pre>
<p>Meaning <em>5:30 past every even hour on the first of each month, every even year.</em></p>
<p><hr></p>
<p><strong>Output:</strong> The last time this expression was true.
If run at 11:00 AM on november first, 2009, the output should be:</p>
<pre><code>2009-11-01 02:55:00
</code></pre>
<p>for the first example and</p>
<pre><code>2008-11-01 10:05:30
</code></pre>
<p>for the second. </p>
<p><hr></p>
<p>Some notes:</p>
<p>There seems to be a couple of variations of the cron expression format: Some include seconds, some include year. The general problem should be about the same.</p>
<p>Feel free to apply sensible constraints; It's for example perfectly ok to don't handle years before 1970.</p>
<p>My current gut-feeling is that a depth-first search from year all the way down to second, backtracking when we run into invalid dates and times.</p>
<p>A brute-force approach could be to count backwards one day at a time, and evaluate the date part of the cron expression (there has only been about 15k days since 1970). When a valid day is found, do the same for the time part.</p>
<p>Answers doesn't have to contain code, I'm mostly after an algorithm outline like the ones above.</p>
http://stackoverflow.com/questions/1673143/edit-crontab-programmatically-and-force-the-daemon-to-refresh0Edit crontab programmatically and force the daemon to refreshJasim2009-11-04T11:14:54Z2009-11-04T13:24:27Z
<p>Hi,</p>
<p>I'm trying to write a web frontend for Crontab in Ruby using the excellent CronEdit gem. I went through Dillon Cron's crontab source code and found that it updates a particular file so that the daemon will refresh the cron list during the next sweep. </p>
<p>In man crontab for VixieCron, it says:</p>
<pre><code>Additionally, cron checks each minute to see if its spool directory’s modtime
(or the modtime on /etc/crontab) has changed, and if it has, cron will then
examine the modtime on all crontabs and reload those which have changed.
Thus cron need not be restarted whenever a crontab file is modified. Note that
the crontab(1) command updates the modtime of the spool directory whenever it
changes a crontab.
</code></pre>
<p>Is there any platform (Ubuntu, Red Hat, ArchLinux, Mac OS X) independent way to ensure that after manually editing the Cron file, the daemon refreshes it without fail?</p>
http://stackoverflow.com/questions/1671413/accessing-ssh-key-from-bash-script-running-via-a-cron-job1Accessing SSH key from bash script running via a cron jobJoel Hooks2009-11-04T02:36:49Z2009-11-04T03:01:55Z
<p>I've put this script together to updated a folder of forked Github repositories on a daily basis. It runs fine if I call it from a prompt, but I can' figure out how to make it utilize my id_rsa reliably when it is run as a cron job. the <code>eval 'ssh-agent'</code> is an attempt to do just that, but it doesn't seen to have any positive affect.</p>
<pre><code>#!/bin/sh
LOGPATH=log.txt
eval 'ssh-agent'
cd /path/to/update/folder
echo "-------START UPDATE-------">$LOGPATH
echo "Updating repos:">>$LOGPATH
date "+%F %T">>$LOGPATH
COUNT=1
find . -maxdepth 1 -type d | while read dir; do
cd "$dir"
LEN=$"${#dir}"
if [ $LEN != "1" ]
then
echo "*********">>$LOGPATH
echo "$COUNT. " ${dir:2}>>$LOGPATH
/usr/local/bin/git pull upstream master>>$LOGPATH 2>> $LOGPATH
/usr/local/bin/git push origin master>>$LOGPATH 2>> $LOGPATH
let COUNT=COUNT+1
fi
cd "$OLDPWD"
done
echo "-------END UPDATE-------">>$LOGPATH
exit 0
</code></pre>
<p>This is probably a horribly inefficient way to go about the process in general, but it works and I don't ever see it. If I could get it to use my creds, I would be elated.</p>
http://stackoverflow.com/questions/1000277/how-can-we-set-the-cron-setting-in-godaddy0How can we set the cron setting in Godaddy?unknown (yahoo)2009-06-16T08:52:13Z2009-11-03T02:00:04Z
<p>How can we set the cron setting in Godaddy?</p>