[Bug 534594] Re: logcheck filter misses kernel status changed message

2011-02-19 Thread Richard Ayotte
** Description changed:

  Binary package hint: ntp
  
  The logcheck filter shipped with ntp in karmic misses the following
  messages:
  
  Mar  8 10:06:29 chunks ntpd[1000]: kernel time sync status change 6001
  Mar  8 10:23:32 chunks ntpd[1000]: kernel time sync status change 2001
  
  According to the NTP folks, these messages are expected behaviour (in a 
future version, they've eliminated the message):
  https://support.ntp.org/bugs/show_bug.cgi?id=452#c10
  
  In the mean time, please apply this patch to the logcheck filter:
  
  --- ntp.orig2010-03-08 12:36:29.771334912 -0500
  +++ ntp 2010-03-08 12:37:14.191334900 -0500
  @@ -3,7 +3,7 @@
-  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: no servers reachable$
-  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: synchronized to 
([0-9.]{7,15}|[0-9a-fA-F:.]{4,39}), stratum [0-9]+$
-  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: synchronized to 
LOCAL\([0-9]+\), stratum [0-9]+$
+  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: no servers reachable$
+  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: synchronized to 
([0-9.]{7,15}|[0-9a-fA-F:.]{4,39}), stratum [0-9]+$
+  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: synchronized to 
LOCAL\([0-9]+\), stratum [0-9]+$
  -^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: kernel time sync 
(disabled|enabled) [0-9]+$
  +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: kernel time sync 
(disabled|enabled|status change) [0-9]+$
-  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: precision = 
[0-9]+\.[0-9]+ usec$
-  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: peer 
([.0-9]{7,15}|[0-9a-fA-F:.]{4,39}) now (in)?valid$
-  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: adjusting local clock by 
-?[.0-9]+s$
+  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: precision = 
[0-9]+\.[0-9]+ usec$
+  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: peer 
([.0-9]{7,15}|[0-9a-fA-F:.]{4,39}) now (in)?valid$
+  ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: adjusting local clock by 
-?[.0-9]+s$
  
  ProblemType: Bug
  Architecture: amd64
  Date: Mon Mar  8 14:13:03 2010
  DistroRelease: Ubuntu 9.10
  Package: ntp 1:4.2.4p6+dfsg-1ubuntu5.1
  ProcEnviron:
-  LANG=en_CA.UTF-8
-  SHELL=/bin/bash
+  LANG=en_CA.UTF-8
+  SHELL=/bin/bash
  SourcePackage: ntp
  Uname: Linux 2.6.33-020633-generic x86_64

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.
https://bugs.launchpad.net/bugs/534594

Title:
  logcheck filter misses kernel status changed message

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 534594] Re: logcheck filter misses kernel status changed message

2010-12-31 Thread Richard Ayotte
I'm still seeing this on Maverick.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.
https://bugs.launchpad.net/bugs/534594

Title:
  logcheck filter misses kernel status changed message

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 534594] Re: logcheck filter misses kernel status changed message

2010-12-31 Thread Brian Murray
** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.
https://bugs.launchpad.net/bugs/534594

Title:
  logcheck filter misses kernel status changed message

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 534594] Re: logcheck filter misses kernel status changed message

2010-11-23 Thread Simon Déziel
This bug still exists in Lucid :

$ lsb_release -rd
Description:Ubuntu 10.04.1 LTS
Release:10.04

$ apt-cache policy ntp
ntp:
  Installed: 1:4.2.4p8+dfsg-1ubuntu2
  Candidate: 1:4.2.4p8+dfsg-1ubuntu2
  Version table:
 *** 1:4.2.4p8+dfsg-1ubuntu2 0
500 http://ca.archive.ubuntu.com/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status

-- 
logcheck filter misses kernel status changed message
https://bugs.launchpad.net/bugs/534594
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 534594] Re: logcheck filter misses kernel status changed message

2010-11-23 Thread Simon Déziel
I attach a debdiff and hope this could ease an eventual SRU :)

Thank you

** Patch added: Debdiff that includes the proposed fix in the bug description
   
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/534594/+attachment/1743007/+files/ntp_4.2.4p8%2Bdfsg-1ubuntu3.debdiff

-- 
logcheck filter misses kernel status changed message
https://bugs.launchpad.net/bugs/534594
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 534594] Re: logcheck filter misses kernel status changed message

2010-07-05 Thread Bug Watch Updater
** Changed in: ntp (Debian)
   Status: New = Fix Released

-- 
logcheck filter misses kernel status changed message
https://bugs.launchpad.net/bugs/534594
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 534594] Re: logcheck filter misses kernel status changed message

2010-03-31 Thread Bug Watch Updater
** Changed in: ntp (Debian)
   Status: Unknown = New

-- 
logcheck filter misses kernel status changed message
https://bugs.launchpad.net/bugs/534594
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 534594] Re: logcheck filter misses kernel status changed message

2010-03-19 Thread Chuck Short
** Changed in: ntp (Ubuntu)
   Status: Triaged = Fix Committed

-- 
logcheck filter misses kernel status changed message
https://bugs.launchpad.net/bugs/534594
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 534594] Re: logcheck filter misses kernel status changed message

2010-03-09 Thread Mathias Gug
** Changed in: ntp (Ubuntu)
   Status: New = Confirmed

** Changed in: ntp (Ubuntu)
   Importance: Undecided = Wishlist

** Bug watch added: Debian Bug tracker #498992
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498992

** Also affects: ntp (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498992
   Importance: Unknown
   Status: Unknown

** Changed in: ntp (Ubuntu)
   Status: Confirmed = Triaged

-- 
logcheck filter misses kernel status changed message
https://bugs.launchpad.net/bugs/534594
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 534594] Re: logcheck filter misses kernel status changed message

2010-03-09 Thread Jeremy Foshee
** Tags added: karmic

-- 
logcheck filter misses kernel status changed message
https://bugs.launchpad.net/bugs/534594
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 534594] Re: logcheck filter misses kernel status changed message

2010-03-08 Thread Marc Sherman

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/40516620/Dependencies.txt

-- 
logcheck filter misses kernel status changed message
https://bugs.launchpad.net/bugs/534594
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs