[Bug 1176560] Re: logcheck fails to ignore sync message
Ubuntu Foundations Team Bug Bot
1176560 at bugs.launchpad.net
Sun May 5 16:20:13 UTC 2013
The attachment "mdadm_3.2.5-1ubuntu0.2_logcheck.patch" seems to be a
patch. If it isn't, please remove the "patch" flag from the attachment,
remove the "patch" tag, and if you are a member of the ~ubuntu-
reviewers, unsubscribe the team.
[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]
** Tags added: patch
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to mdadm in Ubuntu.
https://bugs.launchpad.net/bugs/1176560
Title:
logcheck fails to ignore sync message
Status in “mdadm” package in Ubuntu:
New
Bug description:
I'm using mdadm_3.2.5-1ubuntu0.2 on 12.04 with logcheck 1.3.14. During
a daily cron task (I'm not sure exactly which one, but probably
/etc/cron.daily/mdadm), I get lines like this in kern.log and syslog:
May 5 08:08:14 hostname kernel: [2123709.523756] md: using 128k
window, over a total of 976750808k.
This message comes from drivers/md/md.c line ~7172:
printk(KERN_INFO "md: using %dk window, over a total of %lluk.\n",
window/2, (unsigned long long)max_sectors/2);
The logcheck ignore rule is looking for /over a total of [[:digit:]]+
blocks/, which will not match due to the "k". Attached is a patch that
just adds /k?/ after the digits.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mdadm/+bug/1176560/+subscriptions
More information about the foundations-bugs
mailing list