Re: Strange cron behavior

2006-10-05 Thread Damian Wiest
On Wed, Oct 04, 2006 at 06:23:39AM -0400, stan wrote: > On Tue, Oct 03, 2006 at 11:22:29PM -0500, Philip Hallstrom wrote: > > >I'm having a hard time getting cron to run a task. I've run crontab -e > > >(as root), and added the following line: > > > > > >12 * * * * /usr/local/bin/mirror_ubuntu > >

Re: Strange cron behavior

2006-10-04 Thread RW
On Wednesday 04 October 2006 01:05, stan wrote: > I'm having a hard time getting cron to run a task. I've run crontab -e > (as root), and added the following line: > > 12 * * * * /usr/local/bin/mirror_ubuntu > > This script runs from teh command line. Now I've seen plenty of > strange beahviour bec

Re: Strange cron behavior

2006-10-04 Thread stan
On Tue, Oct 03, 2006 at 11:22:29PM -0500, Philip Hallstrom wrote: > >I'm having a hard time getting cron to run a task. I've run crontab -e > >(as root), and added the following line: > > > >12 * * * * /usr/local/bin/mirror_ubuntu > > > >This script runs from teh command line. Now I've seen plenty

Re: Strange cron behavior

2006-10-03 Thread Atom Powers
On 10/3/06, stan <[EMAIL PROTECTED]> wrote: I'm having a hard time getting cron to run a task. I've run crontab -e (as root), and added the following line: 12 * * * * /usr/local/bin/mirror_ubuntu This script runs from teh command line. Now I've seen plenty of strange beahviour because of the li

Re: Strange cron behavior

2006-10-03 Thread Philip Hallstrom
I'm having a hard time getting cron to run a task. I've run crontab -e (as root), and added the following line: 12 * * * * /usr/local/bin/mirror_ubuntu This script runs from teh command line. Now I've seen plenty of strange beahviour because of the limited environment cron tasks get, but a basic

Strange cron behavior

2006-10-03 Thread stan
I'm having a hard time getting cron to run a task. I've run crontab -e (as root), and added the following line: 12 * * * * /usr/local/bin/mirror_ubuntu This script runs from teh command line. Now I've seen plenty of strange beahviour because of the limited environment cron tasks get, but a basic