Bug#689012: chrony: Refuses to start: Fatal error : Cannot read information from uname, sorry

2012-09-28 Thread Andreas Juch
Package: chrony Version: 1.24-3.1 Severity: important Dear Maintainer, chronyd doesn't start on my two machines running wheezy (both amd64). The message is: sys_linux.c:688:(get_version_specific_details)[28-08:24:12] Initial txc.tick=1 txc.freq=0 (0.) txc.offset=0 = hz=100

Bug#689012: chrony: Refuses to start: Fatal error : Cannot read information from uname, sorry

2012-09-28 Thread hugo vanwoerkom
The problem is in the kernel release: hugo@HDBF:~$ uname -r + uname -r 3.5-trunk-amd64 he expects 3.5.something-trunk-amd64 in sys_linux.c #738. Hugo Vanwoerkom

Bug#689012: chrony: Refuses to start: Fatal error : Cannot read information from uname, sorry

2012-09-28 Thread hugo vanwoerkom
I patched it, but probably not right: ... diff -Naur chrony-1.24-3.1-build.orig/chrony-1.24/sys_linux.c chrony-1.24-3.1-build.new/chrony-1.24/sys_linux.c --- chrony-1.24-3.1-build.orig/chrony-1.24/sys_linux.c 2012-09-28 19:42:44.0 -0500 +++