[web2py] Re: cron not work in 2.0.9

2012-10-19 Thread Márcio
Thanks, worked perfectly. Great work. --

[web2py] Re: cron not work in 2.0.9

2012-10-18 Thread Massimo Di Pierro
In 2.1.1 you need to use the -Y option since cron is off by default. On Thursday, 18 October 2012 16:11:55 UTC-5, Márcio wrote: > > I upgraded to version 2.1.1 and still did not work. Any idea? > In version 1.99.7 works perfect. > > Em quinta-feira, 11 de outubro de 2012 18h48min21s UTC-3, Massim

[web2py] Re: cron not work in 2.0.9

2012-10-18 Thread Márcio
I upgraded to version 2.1.1 and still did not work. Any idea? In version 1.99.7 works perfect. Em quinta-feira, 11 de outubro de 2012 18h48min21s UTC-3, Massimo Di Pierro escreveu: > > Sorry this took forever. This is now fixed. > > On Tuesday, 2 October 2012 21:51:46 UTC-5, Márcio wrote: >> >> M

[web2py] Re: cron not work in 2.0.9

2012-10-11 Thread Massimo Di Pierro
Sorry this took forever. This is now fixed. On Tuesday, 2 October 2012 21:51:46 UTC-5, Márcio wrote: > > Massimo, help please. --

[web2py] Re: cron not work in 2.0.9

2012-10-02 Thread Márcio
Massimo, help please. --

[web2py] Re: cron not work in 2.0.9

2012-09-28 Thread Márcio
Not start. --

[web2py] Re: cron not work in 2.0.9

2012-09-28 Thread Massimo Di Pierro
Is that problem that it does not start or that it does not run? On Friday, 28 September 2012 13:15:11 UTC-5, Márcio wrote: > > My cron.py file: > *****root *monitor/rastrear > > In browser the controller and function run fine. > --

[web2py] Re: cron not work in 2.0.9

2012-09-28 Thread Márcio
My cron.py file: * * * * * root *monitor/rastrear In browser the controller and function run fine. --

[web2py] Re: cron not work in 2.0.9

2012-09-28 Thread Massimo Di Pierro
can you show us some code? How do you start it? On Friday, 28 September 2012 10:07:28 UTC-5, Márcio wrote: > > Hello, I have a routine that runs from cron built in version 1.99.7, after > upgrading to 2.0.9 no more triggers cron. Anyone know? > --