From: James Carlson <carlsonj@workingcode.com>
To: linux-ppp@vger.kernel.org
Subject: Re: pppd & ntpd
Date: Fri, 30 Oct 2009 15:06:02 +0000 [thread overview]
Message-ID: <4AEB00DA.7020908@workingcode.com> (raw)
In-Reply-To: <4AEAFDE0.2060600@bfs.de>
walter harms wrote:
> Hi list,
> the question is a bit of topic, but
> has someone a dial-in server with ntpd running ?
> we have noticed that 'ntpd 4.2.4p6' seems
> to have problems accepting connections from ppp0.
>
> i "fixed" the problem with a kill -1 in ip-up.
>
> did someone see such problem before ?
Yes. Most of the ntpd/xntpd variants out there read the system
interfaces just once when they start (SIOCGIFCONF) in order to bind a
local address on every interface, and then do not check automatically
for new interfaces (either by periodic SIOCGIFCONF or more reasonably by
routing sockets).
I know there are folks in the OpenSolaris world working on this problem
(specifically by using socket options that eliminate the need for
binding all addresses individually in the first place), but I'm not sure
what's going on for Linux. It's worth asking the ntp folks about.
In the meantime, a kill -HUP sounds fairly reasonable.
--
James Carlson 42.703N 71.076W <carlsonj@workingcode.com>
next prev parent reply other threads:[~2009-10-30 15:06 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-30 14:53 pppd & ntpd walter harms
2009-10-30 15:06 ` James Carlson [this message]
2009-10-30 16:49 ` Bill Unruh
2009-10-30 17:31 ` walter harms
2009-10-30 19:10 ` James Carlson
2009-10-30 20:51 ` Charlie Brady
2009-11-03 8:59 ` walter harms
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4AEB00DA.7020908@workingcode.com \
--to=carlsonj@workingcode.com \
--cc=linux-ppp@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.