Re: Why this crontab does not work?

2007-07-20 Thread Bob Proulx
Makaveli wrote: > Magicloud Magiclouds wrote: > >[EMAIL PROTECTED] # crontab -l > ># m h dom mon dow command > >* 0,12* * * root/root/update.sh > > Add an another line below this one. I once had that the last line > wouldn't be executed. So put a # there or somet

Re: Why this crontab does not work?

2007-07-20 Thread Makaveli
Magicloud Magiclouds wrote: Dear all, I have a crontab like this: [EMAIL PROTECTED] # crontab -l # m h dom mon dow command * 0,12* * * root/root/update.sh [EMAIL PROTECTED] # more /root/update.sh #!/bin/bash apt-get update apt-get upgrade -d apt-get autoclea

RE: Why this crontab does not work?

2007-07-19 Thread Tony Heal
] > -Original Message- > From: Magicloud Magiclouds [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 19, 2007 12:14 AM > To: debian-user@lists.debian.org > Subject: Why this crontab does not work? > > Dear all, > I have a crontab like this: > > [EMAIL PROTEC

Re: Why this crontab does not work?

2007-07-19 Thread Patrick Wiseman
On 7/19/07, Magicloud Magiclouds <[EMAIL PROTECTED]> wrote: Dear all, I have a crontab like this: [EMAIL PROTECTED] # crontab -l # m h dom mon dow command * 0,12* * * root/root/update.sh [EMAIL PROTECTED] # more /root/update.sh #!/bin/bash apt-get update a

Re: Why this crontab does not work?

2007-07-18 Thread Orestes Leal
On Jue, 19 de Julio de 2007, 12:13 am, CaT dijo: > On Thu, Jul 19, 2007 at 12:13:42PM +0800, Magicloud Magiclouds wrote: >> Dear all, >>I have a crontab like this: >> >> [EMAIL PROTECTED] # crontab -l >> # m h dom mon dow command >> * 0,12* * * root/root/updat

Re: Why this crontab does not work?

2007-07-18 Thread CaT
On Thu, Jul 19, 2007 at 12:13:42PM +0800, Magicloud Magiclouds wrote: > Dear all, >I have a crontab like this: > > [EMAIL PROTECTED] # crontab -l > # m h dom mon dow command > * 0,12* * * root/root/update.sh If this is in roots personal crontab then you don'

Why this crontab does not work?

2007-07-18 Thread Magicloud Magiclouds
Dear all, I have a crontab like this: [EMAIL PROTECTED] # crontab -l # m h dom mon dow command * 0,12* * * root/root/update.sh [EMAIL PROTECTED] # more /root/update.sh #!/bin/bash apt-get update apt-get upgrade -d apt-get autoclean apt-get autoremove touch /r