Re: Order of package updates, mysql vs. kernel

2021-10-11 Thread Vladislav Kurz
Dne pondělí 11. října 2021 12:01:45 CEST, Josef Strýček napsal(a): > English: > > Hello, > > something similar happened to testing last week, after the upgrade, > including the kernel to 5.14, I can't compile dkms for nvidia, so I think > the new kernel problem. I don't think that it is new prob

Re: Order of package updates, mysql vs. kernel

2021-10-11 Thread Andrei POPESCU
On Lu, 11 oct 21, 10:53:18, Vladislav Kurz wrote: > Hello, > > during the last point release (and some previous updates too) I have noticed > one unpleasant issue: > > If there is mysql (mariadb) and kernel update at the same time, the order of > actions is as follows: > > stop mysql > compile

Re: Order of package updates, mysql vs. kernel

2021-10-11 Thread Josef Strýček
Dobrý den, minulý týden se mi stalo něco podobného na testinngu, po aktualizaci, včetně jádra na 5.14, se mi nechtěl zkompilovat dkms pro nvidii, proto se domnívám, že za to může nový kernel. S pozdravem Josef Strýček English: Hello, something similar happened to testing last

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
On Tue, 03 Jan 2012 03:10:57 +0100, Vincent Lefevre wrote: > 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 i

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 so. Thanks everyone. The -s ls option is

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.sourceforge.net/techdocs/

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 of cron.daily jobs determined? > >> > >> I th

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. > > No need to guess: > > $ grep

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, En

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 /usr/sbin/anacron

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-user-requ...@list

Re: order of IDE drives in lenny ..

2007-05-08 Thread Towncat
In the meantime I actually found a reference to this problem in the release notes for etch. I haven't tried yet, but it should fix the problem. Here: http://www.us.debian.org/releases/etch/i386/release-notes/ch-upgrading.en.html#s-device-reorder I've been using etch for some time, I wonder why

Re: order of IDE drives in lenny

2007-05-07 Thread Bob McGowan
Bob McGowan wrote: Towncat wrote: I needed to re-install my Debian system due to a disk failure. (Used to be etch, now lenny.) I have a new primary IDE master to which I installed, and I also have an IT8212 IDE card in the machine. For some reason when booting, the IT8212 gets assigned the /dev/

Re: order of IDE drives in lenny

2007-05-07 Thread Bob McGowan
Towncat wrote: I needed to re-install my Debian system due to a disk failure. (Used to be etch, now lenny.) I have a new primary IDE master to which I installed, and I also have an IT8212 IDE card in the machine. For some reason when booting, the IT8212 gets assigned the /dev/hda-hdd, while the o

Re: order of IDE drives in lenny ..

2007-05-07 Thread Andrew Sackville-West
On Mon, May 07, 2007 at 12:04:28AM -0700, Towncat wrote: > I needed to re-install my Debian system due to a disk failure. (Used > to be etch, now lenny.) I have > a new primary IDE master to which I installed, and I also have an > IT8212 IDE card in the machine. For some reason when booting, the >

Re: Order of hardwaredetection

2006-06-22 Thread Florian Kulzer
On Wed, Jun 21, 2006 at 08:33:06 +0200, wim wrote: > Hi all, > > I recently upgraded my debian system from stable to testing but I have a > little problem with my soundcards. The order detected by esd can change > after a reboot so sometimes esd starts using the wrong device. Is there > any w

This is an autoreply...[Re: Re: Order]

2005-06-08 Thread uma
Hello, Hereafter please send your emails to [EMAIL PROTECTED] instead of [EMAIL PROTECTED] This [EMAIL PROTECTED] would be deactivated shortly. -- Open WebMail Project (http://openwebmail.org) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EM

Re: [ARIN-20040329.92] Re: Order

2004-03-28 Thread hostmaster
This is an automatic reply to acknowledge that your message has been received by [EMAIL PROTECTED] ARIN will make every effort to process your request in an expeditious manner. Please note, however, that due to the high volume of requests we receive regularly, it may take up to three business d

RE; ORDER

2003-10-02 Thread tunde adeyemi
our company's is a big company in African. now our company is Broker in African we will get sum customer come to our company buying goods from us,now  l want you to supply us or this ltems. our customer come with company's check after clearance of customer check you will ship the goods to u

Re: Re : Order ide drivers are loaded?

2003-08-11 Thread TR
On Tue, 05 Aug 2003 03:22:48 +0200 Siward <[EMAIL PROTECTED]> wrote: > > Hi Joan, > > you wrote : > > ... linux won't boot any more > > because for example /dev/hde has been moved to /dev/hdf > > perhaps try an argument to kernel , like 'root=/dev/hdf' , >in your lilo.config or on comm

Re : Order ide drivers are loaded?

2003-08-04 Thread Siward
Hi Joan, you wrote : > ... linux won't boot any more > because for example /dev/hde has been moved to /dev/hdf perhaps try an argument to kernel , like 'root=/dev/hdf' , in your lilo.config or on commandline when booting ? hope this helps, Siward -- To UNSUBSCRIBE, email to [EMAIL

Re: Order of identifying filesystems for "auto"

2003-01-09 Thread Mark L. Kahnt
On Thu, 2003-01-09 at 15:48, Stephen Gran wrote: > This one time, at band camp, Mark L. Kahnt said: > > I haven't touched this the past couple of kernels, so it may have > > changed, but another thread reminded me of this problem. I deal with > > diskettees at times from a variety of operating syst

Re: Order of identifying filesystems for "auto"

2003-01-09 Thread Seneca
On Thu, Jan 09, 2003 at 02:12:20PM -0500, Mark L. Kahnt wrote: > Is there a way, other than rewriting the code for mount, to have it look > that little bit more to see if the freshly found FAT volume is aactually > vfat, or have I been fortunate and that is already done and I should > just try it a

Re: Order of identifying filesystems for "auto"

2003-01-09 Thread Stephen Gran
This one time, at band camp, Mark L. Kahnt said: > I haven't touched this the past couple of kernels, so it may have > changed, but another thread reminded me of this problem. I deal with > diskettees at times from a variety of operating systems, including > MacOS, OS/2, and vfat. As such, I'd thou

RE: Order

2001-02-02 Thread Joris Lambrecht
i wonder who give these guys this mailinglists address -Original Message- From: DARAIMPEX LOLA [mailto:[EMAIL PROTECTED] Sent: Friday, February 02, 2001 3:35 PM To: debian-user@lists.debian.org Subject: Re:Order Daraimpex Trading Co Import,Export & General Merchandise Q49,Pondeu,Cotonou.