From: Joe MacDonald <joe@deserted.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH meta-networking] ntp: comment out the invalid server
Date: Fri, 29 Nov 2013 11:35:37 -0500 [thread overview]
Message-ID: <20131129163536.GC3940@deserted.net> (raw)
In-Reply-To: <1385692657-10783-1-git-send-email-rongqing.li@windriver.com>
[-- Attachment #1: Type: text/plain, Size: 1499 bytes --]
Merged, thanks.
-J.
[[oe] [PATCH meta-networking] ntp: comment out the invalid server] On 13.11.29 (Fri 10:37) rongqing.li@windriver.com wrote:
> From: Roy Li <rongqing.li@windriver.com>
>
> When ntpd starts, it will create a daemon to connect this invalid server,
> and fail, then ntpd will create other daemon to connect the local-only
> (127.127.1.0) server.
>
> The users should be aware that they need to configure the correct ntp
> servers, a invalid server will lead to a redundant daemon, so it is better
> to comment this example server to wait user to configure
>
> Signed-off-by: Roy Li <rongqing.li@windriver.com>
> ---
> meta-networking/recipes-support/ntp/files/ntp.conf | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/meta-networking/recipes-support/ntp/files/ntp.conf b/meta-networking/recipes-support/ntp/files/ntp.conf
> index a9cc838..e26b615 100644
> --- a/meta-networking/recipes-support/ntp/files/ntp.conf
> +++ b/meta-networking/recipes-support/ntp/files/ntp.conf
> @@ -5,7 +5,9 @@ driftfile /etc/ntp.drift
> # This obtains a random server which will be close
> # (in IP terms) to the machine. Add other servers
> # as required, or change this.
> -server time.server.example.com
> +#
> +# server time.server.example.com
> +#
> # Using local hardware clock as fallback
> # Disable this when using ntpd -q -g -x as ntpdate or it will sync to itself
> server 127.127.1.0
--
-Joe MacDonald.
:wq
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
prev parent reply other threads:[~2013-11-29 16:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-29 2:37 [PATCH meta-networking] ntp: comment out the invalid server rongqing.li
2013-11-29 16:35 ` Joe MacDonald [this message]
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=20131129163536.GC3940@deserted.net \
--to=joe@deserted.net \
--cc=openembedded-devel@lists.openembedded.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.