I use logcheck to report changes in logs which need attention. Most messages are filtered out so as to leave unusual messages for attention. Today I got the following 2 messages:

Feb 18 09:48:55 compaq kernel: hda: hda1 < hda5 hda6ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 5

Feb 18 09:48:55 compaq kernel:  hda7 hda8 > hda2 hda3


What has happened here is two messages have collided and been mixed up, they should be:

Feb 18 09:48:55 compaq kernel:  hda: hda1 < hda5 hda6 hda7 hda8 > hda2 hda3

Feb 18 09:48:55 compaq kernel: ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 5


This is not likely to occur much, and doesn't inconvenience me much, but does indicate that the possibility of collisions is not catered for somewhere. In the scheme of things it is pretty trivial. Does anyone think this is worth reporting?

If I do report it, what package should I report it against?


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to