Difference between pages "Package:Ntp" and "Template:Subarch"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
m
 
 
Line 1: Line 1:
{{Ebuild
<includeonly>{{#widget:AddThis}}{{#if:{{{title|}}}|
|Summary=Network Time Protocol suite/programs
{{DISPLAYTITLE:Download - {{{title}}}}}
|CatPkg=net-misc/ntp
|
|Homepage=http://www.ntp.org/
{{DISPLAYTITLE:Download - {{{subarch}}}}}
}}
}}'''This page lists CPU-optimized builds of Funtoo Linux for {{#if:{{{title|}}}|{{{title}}} ({{{subarch}}} subarch)|{{{subarch}}}}} [[{{{CPU Family}}}]].'''
 
=== Installation ===
{{console|body=
###i## emerge net-misc/ntp
}}
 
=== Configuration ===
==== Client ====
The ntp-client command immediately synchronizes your clock, and has separate ntp sync settings from the daemon:
 
{{file|name=/etc/conf.d/ntp-client|lang=|desc=setting ntp-client upstream servers|body=
NTPCLIENT_OPTS="-s -b -u \
0.pool.ntp.org 1.pool.ntp.org \
2.pool.ntp.org 3.pool.ntp.org"
}}
 
==== Server ====
The ntpd server is also an ntp-client of upstream servers.  Ntpd continuously, and gradually synchronizes the local clock.
 
{{file|name=/etc/ntp.conf|lang=|desc=setting ntpd upstream servers|body=
# Pools for Gentoo users
server 0.pool.ntp.org
server 1.pool.ntp.org
server 2.pool.ntp.org
server 3.pool.ntp.org
}}


=== Runtime ===
{{{Description|}}}
{{console|body=
{{#seo:
###i## rc-update add ntpd
|title={{#if:{{{title|}}}|Download - {{{title}}}|Download - {{{subarch}}}}}
###i## rc-update add ntp-client
|keywords=funtoo,linux,build,subarch,{{{subarch}}},{{{title}}}
###i## rc
|description=This page lists CPU-optimized builds of Funtoo Linux for {{#if:{{{title|}}}|{{{title}}} ({{{subarch}}} subarch)|{{{subarch}}}}} [[{{{CPU Family}}}]].
}}
}}
 
{{#set:CPU Family={{{CPU Family|}}}|subarch={{{subarch|}}}|CHOST={{{CHOST|}}}|CFLAGS={{{CFLAGS|}}}|USE={{{USE|}}}|CPU Features={{{CPU Features|}}}|Description={{{Description|}}}|title={{{title|}}}}}
==== Hardware Clock ====
=== Optimizations ===
To write your NTP sync time to the hardware at shutdown, and read hw clock at start.
__NOTOC__
 
{{TableStart}}
{{console|body=
<tr><td>CHOST</td><td><code>{{{CHOST|}}}</code></td></tr>
###i## echo 'clock_hctosys="YES"' >> /etc/conf.d/hwclock
<tr><td>CFLAGS</td><td><code>{{{CFLAGS|}}}</code></td></tr>
###i## echo 'clock_hctosys="YES"' >> /etc/conf.d/hwclock
<tr><td>USE (see [[CPU_FLAGS]] for more info)</td><td>{{#if:{{{USE|}}}|<code>{{{USE}}}</code>|(none)}}</td></tr>
###i## rc-service hwclock restart
{{TableEnd}}{{#vardefine:subarch|{{{subarch|}}}}}{{#get_web_data:url=http://build.funtoo.org/index.xml|format=xml|use xpath|data=builds=/subarches/subarch[@name='{{{subarch|}}}']/@builds}}{{#vardefine:builds|{{#external_value:builds}}}}
###i## rc-update add hwclock boot
=== Download ===
}}
{{#if:{{#var:builds}}|This section lists the Funtoo Linux builds currently available for download for '''{{{subarch}}}'''.  A full list of Funtoo Linux builds can be found on the [[Subarches]] page.
 
{{table|1=
=== External Resources ===
<tr><th class="active">Build</th><th class="active">Variant</th><th class="active">Latest Build</th><th class="active">Download</th><th class="active">Browse Mirror</th></tr>{{#arraymaptemplate:{{#var:builds}}|DisplayBuilds|,|}}}}|No downloadable stage builds are currently available for this sub-architecture.}}
http://keetweej.vanheusden.com/query_ntp.php
{{Important|Do you want a particular build of Funtoo Linux but do not see it here? Let us know what you need, and we will likely add it for you. [https://bugs.funtoo.org Create a bug report] requesting the build you need. To see what options there are, see our [[Corei7|Intel Core i7]] subarch page, which has a lot of builds listed.}}
 
[[Category:Subarches]]
{{EbuildFooter}}
__NOEDITSECTION__
=== Detailed Description ===
</includeonly>

Revision as of 00:03, March 29, 2015