Re: [ubuntu-uk] Cron Help

2010-09-23 Thread Jon Reynolds
On Thu, Sep 23, 2010 at 10:10:05AM +0100, Matt Sturdy wrote: > Morning Jon, > > Cron is a tool for scheduling repetitive tasks. > > Do you think this is coming from your box? Where does the email come from? > > > Cheers > Matt > > > > On 23 September 2010 09:22, Jon Reynolds wrote: > > > H

Re: [ubuntu-uk] Cron Help

2010-09-23 Thread Simon Greenwood
There's a script called websvn running daily and failing. Try running /etc/cron.daily/websvn from the command line and see what's happening. If you just want to suppress the mail, append >&/dev/null to the command line in anacron or remove root from the MAILTO environment variable in /etc/anacronta

Re: [ubuntu-uk] Cron Help

2010-09-23 Thread Matt Sturdy
Morning Jon, Cron is a tool for scheduling repetitive tasks. Do you think this is coming from your box? Where does the email come from? Cheers Matt On 23 September 2010 09:22, Jon Reynolds wrote: > Hi, > > Can anyone help me with this please. I get an email every day with the > following:

[ubuntu-uk] Cron Help

2010-09-23 Thread Jon Reynolds
Hi, Can anyone help me with this please. I get an email every day with the following: Subject: Cron test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ) run-parts: /etc/cron.daily/websvn exited with return code 1 I am not sure what this means or how to resolv