Omgili - forum search, search forums  
  

Discussions about cron errors

Displaying 1 - 10 out of 2,563 discussions.  
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
So, OK, the job runs in cron: it fetches compressed files and processes them. If the files are corrupted, it deletes them. Sometimes they are bad on the remote server, in which case they will be downloaded and deleted each time. My cron logs extensively...
Started by on , 5 posts by 5 people.  
You could use IPC::Run3 : run3"); You might like to consider using IO::Uncompress::Gunzip which has better error control and handling.
Cron won't see the errors any more, but you can still find them.
I have a cron job that ideally I want to run hourly (it's on the FB accelerators and deals with realtime social stuff, so once an hour doesn't cut it) 1) Can I have a cron job that contains "run(), sleep(60), run()..." that lasts for 60 minutes? 2) Frequency...
Started by on , 7 posts by 7 people.  
It looks....
Your script doesn't run in it's directory when run from cron.
You should probably be calling /path/to/php file.php in your cron than relative paths in your script, cron will be able to find them.
I'm not familiar with that.
I have a problem with the following implementation of hook_cron in Drupal 6.1.3. The script below runs exactly as expected: it sends a welcome letter to new members, and updates a hidden field in their profile to designate that the letter has been sent...
Started by on , 4 posts by 4 people.  
Does the cron....
Similarly, when you run the Drupal cron code manually, the code will also be running, and that's causing the failure.
When "real" cron runs code, it runs it as a particular user.
But close ...
Not quite a random guess ...
Ask your Facebook Friends
I have a php script which runs fine when executed by SSHing into my server and running it. however the php script doesn't seem to run even though a cron job set to run it every 10 minutes. How do I view errors produced by cron job ?
Started by on , 4 posts by 4 people.  
When things work from the command line and do not work from cron is not set in the cron environment....
Sometimes, the error messages are emailed to you by cron the messages in /dev/null.
Use to schedule tasks to run beneath.
I am getting the following error email every week. It appears to be a problem with either cron, logrotate, or denyhosts. I'm not sure which. Subject: Cron <root@vps> test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ) /etc...
Started by on , 8 posts by 8 people.  
In cases where you see errors in cron jobs that you don't see whenTo me it looks like....
Waiting a week between attempts to debug something sucks be helpful in troubleshooting .
The error from the cron jobs, you've got a problem.
So I have a cronjob which executes a PHP script like so: 0 0 * * * /usr/local/bin/php -f /home/mysite/mysite.com/cronjobs/renewal_email.php If I issue the same command from the command line it runs without error and running with the l flag shows no syntax...
Started by on , 4 posts by 4 people.  
Can you have the cron job do a phpinfo() and see(); $courses[$t->CourseNumber....
The error message sounds to the PHP binary, I can't see how this could happen.
Produce a different path than the one you are using in the cron tab? Hm.
I'm getting the following errors in my syslog Code: May 17 08:09:01 webserver CRON[18834]: (CRON) info (No MTA installed, discarding output) May 17 08:10:02 webserver CRON[18847]: (getmail) CMD (/usr/local/bin/run-getmail.sh > /dev/null 2>> /...
Started by on , 6 posts by 3 people.  
Would it be safe to remove getmail4 and would that solve the problem? Better yet, is CRON a scheduler, if so there must be a way to edit ....
Server that requires grabbing email from a mailbox? These errors might be related to the config.
I am working on a CRON job in PHP which has to do a lot of heavy lifting via the database. Think lots and lots of loops. It executes properly when I limit the data set, but when I run it against the full data set, the script errors out with a simple "...
Started by on , 3 posts by 3 people.  
How calls this method? You don't need clean array $rules in new interaction? What is the size of this... .
It says which process was killed when this happens.
Check dmesg for messages about it.
You might be triggering the Linux out-of-memory (OOM) killer.
Are there good techniques for monitoring cron tasks over a cluster? We're starting to use cron to launch tasks at daily intervals. A few ideas for checking out information: Add special application handling that logs information into some "network aware...
Started by on , 5 posts by 5 people.  
If a cronjob produces output on STDERR, it will be mailed to the... .
To receive alerts of cronjob failures: Use cron's standard MAILTO= function.
Do set a $MAILTO address in the crontab to send that error output to the required team.
Wrong.
The following does work as expected: date +'%d-%b-%Y-%H-%M' 28-Sep-2009-14-28 But none of the following 4 entries from crontab are working. * * * * * date +\'%d-%b-%Y-%H-%M\' >> /backup/shantanu/testing.txt * * * * * date +'%d-%b-%Y-%H-%M' >&...
Started by on , 4 posts by 4 people.  
Cron is trying.
Try invoking your preferred shell and passing the command as an argument .
By /bin/sh.
Page: 1   2   3   4   5   6   7   8   9   10  

Related Message Boards & Forums

  • Stack Overflow
  • Server Fault
  • Server Platforms - Ubuntu
Related Searches
segfault error 6 cron    script cron mysqldumper error 500    "TERM environment variable not set " cron error   
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost