Time Server using URL / DNS name
#1
Since IP addresses for NTP change I'm hoping that URL / DNS name so that we can be more compliant with proper usage of public NTP server by using a DNS name that uses load balancing -- like "pool.ntp.org" or one of the NIST servers.

I'd think since XBMC already uses DNS just fine this should hopefully be easy for a dev?
I'm not an expert but I play one at work.
Reply
#2
Check by setting it in guisettings.xml - it possibly works already.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
I do not see a way to manually set it... I searched the online manual and guisettings.xml, found nada.

here's what I have in my guisettings.xml...

Code:
<network>
        <assignment>1</assignment>
        <dns>0.0.0.0</dns>
        <enableinternet>true</enableinternet>
        <gateway>0.0.0.0</gateway>
        <httpproxypassword></httpproxypassword>
        <httpproxyport>8080</httpproxyport>
        <httpproxyserver></httpproxyserver>
        <httpproxyusername></httpproxyusername>
        <ipaddress>0.0.0.0</ipaddress>
        <sep1></sep1>
        <sep2></sep2>
        <subnet>255.255.255.0</subnet>
        <usehttpproxy>false</usehttpproxy>
    </network>

Can you change the GUI input for the NTP server to an alpha-numeric input?
I'm not an expert but I play one at work.
Reply
#4
Try <locale><timeserver>
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#5
I'll try it and let you know if it works.

btw... none of the <locale> settings are documented in the online manual.

The DNS name ability really should be added to the gui. XBMC should "be kind" to the internet Wink
I'm not an expert but I play one at work.
Reply
#6
JM,
DNS name in the GUIsettings does not work... logs the std NTP error.

Can you fix this?
I'm not an expert but I play one at work.
Reply
#7
Not sure the standard NTP error means it isn't working. I get that error even when using IP.
42.7% of all statistics are made up on the spot

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply

Logout Mark Read Team Forum Stats Members Help
Time Server using URL / DNS name0