Re: ntpd doesn't like ASLR on stable/12 post-r350672

2019-09-06 Thread Harlan Stenn
at /usr/src/lib/libthr/thread/t >> hr_rtld.c:162 >> 162 if ((state & URWLOCK_WRITE_OWNER) == 0) >> (gdb) >> 163 curthread->rdlock_count--; >> (gdb) >> 164

Re: clock running fast

2004-12-30 Thread Harlan Stenn
But isn't that what the drift file is for, to improve the accuracy of the local clock during those times when the configured NTP servers aren't available? Yes. H ___ freebsd-stable@freebsd.org mailing list

Re: clock running fast

2004-12-30 Thread Harlan Stenn
Remove /var/db/ntpd.drift before you reboot or restart your ntpd. Why would you want to do this? And in config files, iburst is your friend. See http://ntp.isc.org/Support/ for more informaion. H ___ freebsd-stable@freebsd.org mailing list

Re: clock running fast

2004-12-30 Thread Harlan Stenn
No way. ntpd operates in gmt/utc only; localtime is completely out of the question. H -- Hmmm, are you using the same localtime in all machines? I remember having the same problem several years ago, in 3.x, with a server. The clock kept walking. Hardware was OK. It came back to normal

Re: clock running fast

2004-12-30 Thread Harlan Stenn
I'd appreciate it if somebody would add this information to: http://ntp.isc.org/Support/KnownOsIssues H ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL

Re: ntpd v4.2 problem

2004-11-23 Thread Harlan Stenn
The problem in the manual is different. You do not have any access control in your server, your server is worldwide open to other people changing your runtime configuration etc. (as it seems from your conf file) Wrong - ntpd will never allow changes to itself without explicitly allowing it

Re: make world?

2001-05-13 Thread Harlan Stenn
Thanks! I have been using :pserver:[EMAIL PROTECTED]:/cvs/automake to get automake. What, if any, is the difference between this repository and the one at http://sources.redhat.com/automake/ ??? To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-stable in the body

Re: Flag for NTP slew only?

2000-05-12 Thread Harlan Stenn
It might be better to use "ntp -g" at startup, and make sure you run the "ntp-wait" script before bumping the securelevel. It would probably be a mistake to force slewalways. I believe ntpdate will not be around for much longer (maybe a year, probably less). H To Unsubscribe: send mail to

Re: -stable of 99.12.2 hoistile to ntpd?

1999-12-08 Thread Harlan Stenn
The latest release of ntpd will try the POSIX sched stuff, and if those do not work, fall back to rtprio(), and if that does not work, nice() (more or less - I'm not looking at the code). H To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the