Re: Order of cron.daily jobs

2012-01-05 Thread Richard Hector
On 06/01/12 03:31, Vincent Lefevre wrote: > On 2012-01-04 16:59:27 +, Camaleón wrote: >> On Wed, 04 Jan 2012 01:18:35 +0100, Vincent Lefevre wrote: >>> The point is that the behavior can depend on the locales. To avoid that, >>> users should use only lowercase letters for the name of these scri

Re: Order of cron.daily jobs

2012-01-05 Thread Camaleón
On Thu, 05 Jan 2012 16:37:45 +, T o n g wrote: > On Thu, 05 Jan 2012 15:32:37 +, Camaleón wrote: > >> You can add a #comment inside the scripts themselves remembering how >> hard is to get them sorted and run at the desired order ;-) > > ROTFL. Camaleón, you just won't admit that you eve

Re: Order of cron.daily jobs

2012-01-05 Thread T o n g
On Thu, 05 Jan 2012 15:32:37 +, Camaleón wrote: > You can add a #comment inside the scripts themselves remembering how > hard is to get them sorted and run at the desired order ;-) ROTFL. Camaleón, you just won't admit that you ever neglect something, will you. :-) -- Tong (remove undersco

Re: Order of cron.daily jobs

2012-01-05 Thread Camaleón
On Thu, 05 Jan 2012 15:31:50 +0100, Vincent Lefevre wrote: > On 2012-01-04 16:59:27 +, Camaleón wrote: >> On Wed, 04 Jan 2012 01:18:35 +0100, Vincent Lefevre wrote: >> > The point is that the behavior can depend on the locales. To avoid >> > that, users should use only lowercase letters for th

Re: Order of cron.daily jobs

2012-01-05 Thread William BARNEAU /ekenos
Bonjour, nous developpons une carte arm avec un omap souhaiterions rencontrer dans le sud de la france pour porter debian sur nos machines vous pouvez nous contcater sur cet email br wb +33495053845

Re: Order of cron.daily jobs

2012-01-05 Thread Camaleón
On Wed, 04 Jan 2012 19:03:22 +, T o n g wrote: > On Wed, 04 Jan 2012 16:59:27 +, Camaleón wrote: > >> Yup, but this can be found by simply "trial and error" tests. > > trial and error can sure yield some conclusion, but whether the > conclusion is good really depend on the trials. If yo

Re: Order of cron.daily jobs

2012-01-05 Thread Vincent Lefevre
On 2012-01-04 16:59:27 +, Camaleón wrote: > On Wed, 04 Jan 2012 01:18:35 +0100, Vincent Lefevre wrote: > > The point is that the behavior can depend on the locales. To avoid that, > > users should use only lowercase letters for the name of these scripts > > and be careful with the non-alphabeti

Re: Order of cron.daily jobs

2012-01-04 Thread Walter Hurry
On Wed, 04 Jan 2012 19:03:22 +, T o n g wrote: > On Wed, 04 Jan 2012 16:59:27 +, Camaleón wrote: > >> Yup, but this can be found by simply "trial and error" tests. > > trial and error can sure yield some conclusion, but whether the > conclusion is good really depend on the trials. > > F

Re: Order of cron.daily jobs

2012-01-04 Thread T o n g
On Wed, 04 Jan 2012 16:59:27 +, Camaleón wrote: > Yup, but this can be found by simply "trial and error" tests. trial and error can sure yield some conclusion, but whether the conclusion is good really depend on the trials. For Vincent's case specifically, I believe no matter how many tria

Re: Order of cron.daily jobs

2012-01-04 Thread Camaleón
On Wed, 04 Jan 2012 01:18:35 +0100, Vincent Lefevre wrote: > On 2012-01-03 15:30:16 +, Camaleón wrote: >> Nah... the basics for making the script to run before/after another one >> placed there are already told. The rest of the problems (if any) are >> rather "cosmetics" ;-P > > The point is

Re: Order of cron.daily jobs

2012-01-03 Thread Vincent Lefevre
On 2012-01-03 15:30:16 +, Camaleón wrote: > Nah... the basics for making the script to run before/after another one > placed there are already told. The rest of the problems (if any) are > rather "cosmetics" ;-P The point is that the behavior can depend on the locales. To avoid that, users s

Re: Order of cron.daily jobs

2012-01-03 Thread Camaleón
0, T o n g wrote: >> >> >> >> > How is the execution order of cron.daily jobs determined? >> >> >> >> I think it is alphabetically. >> > >> > No need to guess: >> > >> > $ grep cron.daily /etc/crontab >>

Re: Order of cron.daily jobs

2012-01-02 Thread Bob Proulx
Vincent Lefevre wrote: > The problem is that the sort order depends on the locales, so that > the question becomes: what locale is taken into account for > cron.daily? By default you will get the system locale setting that is configured in /etc/default/locale and configured by the 'locales' packag

Re: Order of cron.daily jobs

2012-01-02 Thread Vincent Lefevre
On 2012-01-03 03:13:43 +, T o n g wrote: > On Mon, 02 Jan 2012 17:45:45 +, Tony van der Hoff wrote: > > >> How is the execution order of cron.daily jobs determined? > >>. . . > > > > the same order as ls -s, ie. alphanumerically. > > I thought

Re: Order of cron.daily jobs

2012-01-02 Thread T o n g
On Mon, 02 Jan 2012 17:45:45 +, Tony van der Hoff wrote: >> How is the execution order of cron.daily jobs determined? >>. . . > > the same order as ls -s, ie. alphanumerically. I thought so. Thanks everyone. -- Tong (remove underscore(s) to reply) http://xpt.source

Re: Order of cron.daily jobs

2012-01-02 Thread Vincent Lefevre
On 2012-01-02 18:22:15 +, Camaleón wrote: > On Mon, 02 Jan 2012 19:57:25 +0200, Andrei Popescu wrote: > > > On Lu, 02 ian 12, 17:43:57, Camaleón wrote: > >> On Mon, 02 Jan 2012 17:27:18 +, T o n g wrote: > >> > >> > How is the execution order o

Re: Order of cron.daily jobs

2012-01-02 Thread Camaleón
On Mon, 02 Jan 2012 19:57:25 +0200, Andrei Popescu wrote: > On Lu, 02 ian 12, 17:43:57, Camaleón wrote: >> On Mon, 02 Jan 2012 17:27:18 +, T o n g wrote: >> >> > How is the execution order of cron.daily jobs determined? >> >> I think it is alphabetically.

Re: Order of cron.daily jobs

2012-01-02 Thread Tony van der Hoff
On 02/01/12 17:27, T o n g wrote: Hi, How is the execution order of cron.daily jobs determined? I want inject my own cron job before and after certain predefined jobs. the same order as ls -s, ie. alphanumerically. -- Tony van der Hoff| mailto:t...@vanderhoff.org Buckinghamshire

Re: Order of cron.daily jobs

2012-01-02 Thread Andrei Popescu
On Lu, 02 ian 12, 17:43:57, Camaleón wrote: > On Mon, 02 Jan 2012 17:27:18 +, T o n g wrote: > > > How is the execution order of cron.daily jobs determined? > > I think it is alphabetically. No need to guess: $ grep cron.daily /etc/crontab 25 6* * * roottest -x

Re: Order of cron.daily jobs

2012-01-02 Thread Camaleón
On Mon, 02 Jan 2012 17:27:18 +, T o n g wrote: > How is the execution order of cron.daily jobs determined? I think it is alphabetically. > I want inject my own cron job before and after certain predefined jobs. Greetings, -- Camaleón -- To UNSUBSCRIBE, email to debian-use

Order of cron.daily jobs

2012-01-02 Thread T o n g
Hi, How is the execution order of cron.daily jobs determined? I want inject my own cron job before and after certain predefined jobs. Thanks -- Tong (remove underscore(s) to reply) http://xpt.sourceforge.net/techdocs/ http://xpt.sourceforge.net/tools/ -- To UNSUBSCRIBE, email to