Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is timeserver not responding? #122

Closed
andersbjn opened this issue Sep 16, 2021 · 16 comments
Closed

Is timeserver not responding? #122

andersbjn opened this issue Sep 16, 2021 · 16 comments

Comments

@andersbjn
Copy link

Is there some error with the server?
It doesn't respond to requests since around 10:30 Stockholm time?

@ropg
Copy link
Owner

ropg commented Sep 16, 2021 via email

@andersbjn
Copy link
Author

andersbjn commented Sep 16, 2021

Ok!
Thank you for the superquick response!
When do you think it will be up again?
Best regards, Anders

@ropg
Copy link
Owner

ropg commented Sep 16, 2021 via email

@andersbjn
Copy link
Author

Supermany thanks!
Best regards, Anders

@SergDfv
Copy link

SergDfv commented Sep 16, 2021

ezTime/src/ezTime.h

Lines 153 to 155 in 7b3c8aa

#define TIMEZONED_REMOTE_HOST "timezoned.rop.nl"
#define TIMEZONED_REMOTE_PORT 2342
#define TIMEZONED_LOCAL_PORT 2342

I can't get connection on the port 2342. But it was success on the port 2343.
Could you return 2342, please? It's necessary for my devices.
Thank you in advance!

@rvdbreemen
Copy link

rvdbreemen commented Sep 16, 2021

@ropg can't resolve timezones anymore, so did your upgrade break stuff?

[21:51:50][ 13976| 12440] updateSettin( 163): -> field[ntptimezone], newValue[CET]
[21:51:52][ 13304| 12440] startNTP ( 151): Error setting Timezone: Timeout
[21:51:52][ 11960| 11144] startNTP ( 169): UTC time : Thursday, 16-Sep-2021 21:51:52 UTC
[21:51:52][ 11960| 11144] startNTP ( 170): local time: Thursday, 16-Sep-2021 21:51:52 UTC

The server retreive of TZ location fails...

@projectsun2
Copy link

projectsun2 commented Sep 17, 2021

Hello, The server retrieve of TZ location fails, no connection to UDP 2342

@andersbjn
Copy link
Author

Hi!
Do you have any update of what has happened and when it will work again?
Best regards,
Anders

@TomasOq
Copy link

TomasOq commented Sep 17, 2021

Hello, The server is currently not responding - do you know when it will be available again?
Thanks in advance.

@dos1
Copy link

dos1 commented Sep 17, 2021

FWIW #123 makes setting a custom server easier.

@ropg
Copy link
Owner

ropg commented Sep 17, 2021

Holy crap, the 2343 was a mistake on my end, and then I didn't check my computer again. I'm so, so sorry...

it should now be up at 2342. Please test.

Sorry...

(And yes, I think it would make sense to have a service like timezoned have more servers, but it's my own homebrew protocol instead of something standardized that has an RFC and all. Will work on putting it on the same box that hosts my backup nameserver so there's at least two.)

@ropg ropg closed this as completed Sep 17, 2021
@SergDfv
Copy link

SergDfv commented Sep 17, 2021

изображение
The port is still not open...

@andersbjn
Copy link
Author

Now server is responding with timezone definition on port 2342 so it seems ok!
Thanks!

@projectsun2
Copy link

изображение
The port is still not open...

You can´t scan UDP! Because it´s a connectionless protocol.

@ropg
Copy link
Owner

ropg commented Sep 18, 2021

To check if it's working, use:

$ nc -u timezoned.rop.nl 2342

And then type any identifier and follow it with a Ctrl-D (and no return). You'll then see the timezone info right after what you typed:

londonOK Europe/London GMT0BST,M3.5.0/1,M10.5.0

@TheGroundZero
Copy link

TheGroundZero commented Jul 3, 2023

@ropg
And yes, I think it would make sense to have a service like timezoned have more servers

Did a crude attempt here, putting your code in a container image.

https://github.com/TheGroundZero/ezTimeContainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants