1
0
mirror of https://bitbucket.org/anguist/ntpa synced 2025-10-06 02:51:23 +00:00

List of known bugs in 0.6.1

This commit is contained in:
2016-06-25 20:37:26 +02:00
parent 1b774c9ec4
commit d4f5f1dd8a

17
KNOWNBUGS Normal file
View File

@ -0,0 +1,17 @@
Known bugs in ntpa 0.6.1
------------------------
- Counter for packets received, Packets received accumulated and Packets
received since reset are 32 bit and cannot not handle overflow. Values
above 2,147,483,647 are shown as 0.
- If a host-page is shown in UTC time but data was recorded in local time
graphs and time-stamps mismatch. The same applies for host-pages shown
in local time but data is recorded in UTC.
- The pid file is not deleted if ntpa is started with a database provider
but was build without support for the provider.
- Configuration setting which are not recognized are ignored. No errors
are shown for faulty keywords.
- Due to a thread issue ntpa sometimes crashes upon start up. This happens
if too many graph are drawn at the same time.
- Build script does not handle missing graph dependencies. No warning is
show if graphs are configured but ntpa was build without graph support.