Re: [ntp:questions] Problems distibuting time from GPSD programto NTPD

2008-02-07 Thread Rob van der Putten
Hi there Johan Swenker wrote: > Be sure to upgrade to gpsd 2.36, or backport the leapyear patch which > was distributed on januari 1st. You also need a patch; http://www.nabble.com/Bug---Switching-Drivers-from-Generic-NMEA-to-Garmin-serial-creates-2-gpsd_ppsmonitor-threads-td14770083.html R

Re: [ntp:questions] xntpd fails aix 5.3

2008-02-07 Thread Lord High Executioner
On Tue, 05 Feb 2008 22:30:14 +, Harlan Stenn wrote: In article <[EMAIL PROTECTED]>, jen <[EMAIL PROTECTED]> writes: > > jen> On Feb 5, 11:40 am, jen <[EMAIL PROTECTED]> wrote: >>> Hi, I was asked to look into a problem with our time servers. Both of >>> them p520s, both running

[ntp:questions] ntpdate.c unsafe buffer write

2008-02-07 Thread Unruh
In ntpdate.c around line 542 (4.2.4p4)is the sequence if (!authistrusted(sys_authkey)) { char buf[10]; (void) sprintf(buf, "%lu", (unsigned long)sys_authkey); msyslog(LOG_ERR, "authentication key %s unknown", buf); exit(1); } Since unsigned long does not have a

[ntp:questions] new: omnisync allows you to sync against an NTP server via a socks5 proxy

2008-02-07 Thread Folkert van Heusden
Well, that. http://vanheusden.com/time/omnisync/ Folkert van Heusden -- MultiTail ist eine flexible Applikation um Logfiles und Kommando Eingaben zu überprüfen. Inkl. Filter, Farben, Zusammenführen, Ansichten etc. http://www.vanheusden.com/multitail/

Re: [ntp:questions] ntpdate.c unsafe buffer write

2008-02-07 Thread Harlan Stenn
Bill, ntpdate is being deprecated. And it is *much* better to file reports like this using bugs.ntp.org as otherwise they tend to get lost in the wind. H -- >>> In article <[EMAIL PROTECTED]>, Unruh <[EMAIL PROTECTED]> writes: Unruh> In ntpdate.c around line 542 (4.2.4p4)is the sequence if Unru

Re: [ntp:questions] ntpdate.c unsafe buffer write

2008-02-07 Thread Unruh
Harlan Stenn <[EMAIL PROTECTED]> writes: >Bill, >ntpdate is being deprecated. Maybe, but it should still not have bugs if it is actually still part of the distro. >And it is *much* better to file reports like this using bugs.ntp.org as >otherwise they tend to get lost in the wind. OK. Will do.

Re: [ntp:questions] ntpdate.c unsafe buffer write

2008-02-07 Thread Harlan Stenn
>>> In article <[EMAIL PROTECTED]>, Unruh <[EMAIL PROTECTED]> writes: Unruh> Harlan Stenn <[EMAIL PROTECTED]> writes: >> Bill, >> ntpdate is being deprecated. Unruh> Maybe, but it should still not have bugs if it is actually still part Unruh> of the distro. I mostly agree with you. And one rea