[Bug 1176560] [NEW] logcheck fails to ignore sync message

2013-05-05 Thread HorsePunchKid
Public bug reported: 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

[Bug 399452] Re: Error when mounting flickrfs

2014-09-16 Thread HorsePunchKid
I can't even get to the point of reproducing any of these errors anymore. A typical session now fails like this: $ flickrfs [...]/flickr Authorizing with flickr... Can't retrieve token from browser:/usr/bin/firefox: If you're behind a proxy server, first set http_proxy environment variabl

[Bug 399452] Re: Error when mounting flickrfs

2014-09-16 Thread HorsePunchKid
This patch might help. I haven't been able to test it because attempting to install flickrfs-ng has apparently broken my python fuse library. ** Patch added: "Changes REST endpoints from http to https" https://bugs.launchpad.net/ubuntu/+source/flickrfs/+bug/399452/+attachment/4205661/+files/fl

[Bug 1176560] Re: logcheck fails to ignore sync message

2013-06-03 Thread HorsePunchKid
I can't reroll the patch right now, but I believe the regex needs to end in: total of [[:digit:]]+k?( blocks)?\.$ ...rather than what I had in the attached patch. In other words, the messages will be similar to one of these: over a total of 12345k. over a total of 12345 blocks. Apol

[Bug 1176560] Re: logcheck fails to ignore sync message

2013-06-04 Thread HorsePunchKid
Here's an updated patch that I have tested to some extent with logcheck- test. ** Patch added: "mdadm_3.2.5-1ubuntu0.2_logcheck_1.patch" https://bugs.launchpad.net/ubuntu/+source/mdadm/+bug/1176560/+attachment/3694472/+files/mdadm_3.2.5-1ubuntu0.2_logcheck_1.patch -- You received this bug no