Activity for NetTime

  • Mark Griffiths Mark Griffiths posted a comment on ticket #44

    OK, thanks for the suggestion. I'll probably change it to something like: User-Agent: NetTime/2.10 or something similar.

  • Stan Migchels Stan Migchels created ticket #44

    User-Agent: Mozilla/3.0 (compatible)

  • Neustradamus Neustradamus created ticket #43

    Files section is not up-to-date | SF project has not been updated

  • Neustradamus Neustradamus posted a comment on discussion Open Discussion

    Dear @ghjm, @markgriffiths, Thanks for all your work with NetTime. It is possible to update this Sourceforge project? Graham: Mark is not "admin", can you change it? You are the only person who can do it. The latest version here is 3.14 - https://sourceforge.net/projects/nettime/files/ No latest versions specified here (binaries and source codes): - http://www.timesynctool.com/ (no HTTPS) I think that this tab can be removed: - https://sourceforge.net/p/nettime/code/ Mark can update with missing...

  • Mark Griffiths Mark Griffiths posted a comment on discussion nettime-general

    Hi Ken, Not retrying the server for 15 minutes after receiving a Kiss of Death from it is expected behavior. Under the NTP protocol standard, a Kiss of Death packet is a way for the server to tell clients to go away and use a different server if possible, so if the client has to retry, it should wait a while before doing so. You could perhaps set the NetTime service to run as a "Delayed start" to give the router a bit more time to start up. Let me know how you go with this suggestion.

  • Ken Emmons Jr Ken Emmons Jr posted a comment on discussion nettime-general

    I think this is clear but I wanted to clarify that the router has the NTP server on it, and the local PC behind it is not going out to the internet.

  • Ken Emmons Jr Ken Emmons Jr posted a comment on discussion nettime-general

    We are using a router (OpenWrt) that is powered on at the same time as our PC. The PC is incidentally a little faster to boot than the router and it fails at least on the first attempt. At least one time I saw the message in the log "Kiss of Death" from our router. Even though I have the "retry" setting to 1 minute it was waiting to retry in 15 minutes. Is this normal behavior? I would prefer if it were to retry in 1 minute, especially if time has not yet been synchronized. BTW, this is so much better...

  • Mark Griffiths Mark Griffiths posted a comment on ticket #42

    OK, do you have another computer that is also running all of the time? If so, you could set that up with NetTime to act as a server and configure your laptop with this issue to sync to it.

  • Marek Marek posted a comment on ticket #42

    I applied the settings, did not help to solve my problem.

  • Mark Griffiths Mark Griffiths posted a comment on ticket #42

    Hi Marek, Thanks for that. I've taken a look at your log file and I've gone and taken a look at the NetTime source code as well: NetTime already actually works pretty much as you're suggesting: It stores the number of seconds until the next sync is due and decrements that counter every second until it reaches 0 and then does a regular sync then. From your log files, I'm guessing that you're right that there's something wrong with the real time clock in your laptop and the problem is coming about...

  • Marek Marek posted a comment on ticket #42

    My log file (2 MB text file): https://mega.nz/file/9VxyzCCD#caH96_X7Q_K51DwAyUFerBW6CunQTKckNC6rtHhSVBw

  • Graham Mainwaring Graham Mainwaring posted a comment on ticket #42

    It's not really possible for software to account for bad hardware. If on one broken laptop the RTC doesn't work but countdown timers do, there's no reason to think another broken laptop won't be the other way round. As a result I would hesitate to change the way the update interval works.

  • Mark Griffiths Mark Griffiths posted a comment on ticket #42

    Hi Marek, That does seem rather odd. It sounds like the time has gone backwards, but NetTime should be detecting that and try to sync straight away. If the network is down at the time, it should detect when the network goes back up and then do a sync then. It might be worth emailing a full copy of your log file just so that I can get a better idea of what's actually going on. It might still be worth doing as you suggest, however it's also possible that something else is going on which is affecting...

  • Marek Marek created ticket #42

    Change countdown method

  • Javier Javier posted a comment on ticket #41

    The correct command line option for Daniel and me is /updateonce. There is no need of my previous batch file. I programmed the task manager to launch nettime.exe /updateonce at system bootup

  • Javier Javier posted a comment on ticket #41

    Hi, I have the same need as Daniel: sync at boot and exit. I used the /synconly option but nettime keeps in tray. I have to wait 5 seconds and then kill process. I used the following command line code: start "" NetTime.exe /synconce timeout /t 5 /nobreak taskkill /f /im NetTime.exe I have to use start command because NetTime locks CLI if launched directly. I have to use force option (/f) in taskkill command because NetTime ignores termination signal sent by taskkill.

  • grade1000 grade1000 posted a comment on ticket #41

    How to do this on Windows? CLI command

  • Mark Griffiths Mark Griffiths posted a comment on ticket #41

    You can effectively do this already by running the program with the /synconce command line parameter. Make sure that it is run with administrator privileges.

  • daniel l meyers daniel l meyers created ticket #41

    Feature request: Close program after successful sync

  • Joao Joao posted a comment on ticket #40

    Ok, it seems I got the picture of how it currently works correctly. Well, I think I given my suggestion to these new feature in a way that your understand what I mean. Even if you decide to implement the way it currently is, it will still be better than just supporting NTP, and if it can be the way I suggest it would be perfect for me and likely to most people wanting the most accurate time possible over Internet but with the advantage of knowing that there is little chance some attacker influence...

  • Mark Griffiths Mark Griffiths posted a comment on ticket #40

    Yes, that's correct.

  • Joao Joao posted a comment on ticket #40

    I've tested version 3.14 and it seems to only connect to the first server in the list and not to the other ones unless the first server doesn't answer? That is why a wrote that. By your answer it seemed that the program connects to the first server, and if the local machine time is closed enough it will say things seem fine, but if not he may test another server until someone agrees with the local time?

  • Mark Griffiths Mark Griffiths posted a comment on ticket #40

    That's basically how NetTime already works.

  • Joao Joao posted a comment on ticket #40

    Hello Mark Griffiths, Thanks for the answer. I hope it can be added in the near future as there isn't any native program for Windows that supports Network Time Security (NTS). I understand the explanation. My idea would be for the NetTime to have the option to test several servers to see what is the time that the SERVERS agree is the correct one, of course taking into account that one or more servers may not agree with what is the correct hour for several reasons, but these would be taking into account...

  • Mark Griffiths Mark Griffiths posted a comment on ticket #40

    Hi Joao, I'll look at adding NTS support to a future version of NetTime. If configured with multiple servers, NetTime will already check with additional servers if there is a large time disparity between the current time on the server and time returned by the first server and then ignore any time that is too far out.

  • Joao Joao created ticket #40

    Support Network Time Security (NTS)

  • Jack Z Jack Z posted a comment on ticket #39

    Thanks for the response, Mark. I thought that since it already has the digital time display, it might be easy to move it and enlarge it a bit. But I definitely see your point and agree that simple without bloat is best.

  • Mark Griffiths Mark Griffiths posted a comment on ticket #39

    Although I understand the reason for wanting this, I don't think that it really fits into the core functionality for NetTime. I think that it would be better implemented as a separate program rather than bloating NetTime with a feature that most people don't need.

  • Jack Z Jack Z created ticket #39

    Large Display

  • Mark Griffiths Mark Griffiths posted a comment on ticket #38

    Hi Rafael, Thanks for taking the time to make this suggestion. but I don't think that this fits within the scope of NetTime at all - sorry. IMHO, something like this could and should be done as a separate application. Are there no other programs out there that already do this?

  • Rafael Holeva Rafael Holeva posted a comment on ticket #38

    This feature is mainly useful for people with visual impairments. used by many radio stations for this and other purposes. if you want to make your nettime really popular and recognized consider adding these resources.

  • Rafael Holeva Rafael Holeva created ticket #38

    Greenwich Time Signal (The Pips)

  • Mark Griffiths Mark Griffiths posted a comment on discussion nettime-general

    OK, can you try enabling debug level logging in NetTime and then do a sync on your IOT device both with and without the Internet being connected and then send the resulting log file to me.

  • Nirav Vaghani Nirav Vaghani posted a comment on discussion nettime-general

    Actually , I have created IOT device which take time from local system in which nettime software is running. But when there is no internet, device is not getting system time.

  • Mark Griffiths Mark Griffiths posted a comment on discussion nettime-general

    Just to clarify, it seems that you're configuring NetTime to sync to itself? Why are you wanting to do that? I can't think of any useful reason for wanting to do this.

  • Nirav Vaghani Nirav Vaghani posted a comment on discussion nettime-general

    HI I have installed nettime software in my local system. now I want to sync time with my local system. I have added localhost as hostname. It is working fine when i connect with internet. But when there is no internet connection, then it is giving error Could not update after clicking on update now button. And also it is showing nettime icon with red cross mark. Is there a way when there is no internet connection, i can get time from nettime?? Thanks

  • Mich Hackwood Mich Hackwood posted a comment on discussion Open Discussion

    With advice from Mark I got this working by having Nettime closed and set to run in stand alone mode, then using the following command: "C:\Program Files (x86)\NetTime\Nettime.exe" /updateonce In the log I can see the update command was successful: 20/04/2022 09:45:01 Single Sync Successful. 20/04/2022 09:45:02 NetTime Closing

  • Kirill Frolov Sergeevich Kirill Frolov Sergeevich posted a comment on discussion Open Discussion

    I think i will set nettimeservice to realtime.

  • Mark Griffiths Mark Griffiths posted a comment on discussion Open Discussion

    I think that I know what's likely causing this issue. Do you see this problem if you set boinc to run at a lower priority, or set the NetTime service to run at a higher priority?

  • Kirill Frolov Sergeevich Kirill Frolov Sergeevich posted a comment on discussion Open Discussion

    Nettime reports clock sync lost if cpu load is at 100% I run boinc.

  • Mark Griffiths Mark Griffiths posted a comment on discussion Open Discussion

    Sorry for the delay in replying - it's better to just send me an email directly. It should be just a case of calling nettime.exe with the required parameter - you can try that from the command line.

  • Ibrahim Ibrahim posted a comment on discussion Open Discussion

    how can run a sync from the command line I want to try this Added command line option to sync only once and then exit (/updateonce)

  • Mark Griffiths Mark Griffiths posted a comment on discussion Open Discussion

    Hi Todd, Thanks for the update. I haven't run into that specific problem myself or even heard of anyone else running into it, so thanks for letting us all know.

  • Todd Cazallis Todd Cazallis posted a comment on discussion Open Discussion

    This weeked I was running a test for something unrelated using a virtual machine (talking to a remote computer using Modbus) and discovered that when Windows locks the screen (and maybe possibly when the screens go into power saving mode), quite a bit of CPU time is taken away from the virtual machine. I had numerous reconnects of my software that otherwise would never happen. If I use a mouse jiggler on the computer to keep it awake, communication with my software using Modbus is flawless. I've...

  • Todd Cazallis Todd Cazallis posted a comment on discussion Open Discussion

    Will do...found a way to log CPU usage to a file. Will check it out in the next couple of days.

  • Mark Griffiths Mark Griffiths posted a comment on discussion Open Discussion

    OK, that rules out that possibility then. Would be good to see CPU usage graphs for the host and VM at the time that this happens...

  • Todd Cazallis Todd Cazallis posted a comment on discussion Open Discussion

    I had that disabled (sync time with host). If you need any additional info or need me to test anything, let me know. Thanks again Mark...this very good tool is something we shouldn't need but Windows time sync is just plain terrible.

  • Mark Griffiths Mark Griffiths posted a comment on discussion Open Discussion

    I have seen/heard of this happening on real systems as well as VMs where the CPU is overloaded. Usually, VMs have software installed which keeps the time synchronized with the host time. If the VM time falls behind for some reason, the VM software will fix it and NetTime would then detect that as time jumping forward...

  • Todd Cazallis Todd Cazallis posted a comment on discussion Open Discussion

    Hi Mark, Thanks for the reply. Could it be something else since this happened consistently it seemed every few minutes over night on one VM (the other 3 did not have an issue)...I wouldn't think the CPUs would be very busy all night long. Maybe this is something that could mostly happen in a VM in which case I don't care. Thanks, Todd

  • Mark Griffiths Mark Griffiths posted a comment on discussion Open Discussion

    Hi Todd, This can occur because of the way that the program detects time jumping forward - if the CPU is busy (on either the host or the VM) it can starve the program of CPU cycles and it will detect that as time jumping forward. I have got plans for a future update to the way that this works which should fix this problem.

  • Todd Cazallis Todd Cazallis posted a comment on discussion Open Discussion

    I am evaluating NetTime for one of labs at work as opposed to using built-in tools in Windows 7 & 10 to update time every hour. I amtesting across 6 identical Win7 virtual machines (different IP addresses) and 2 identical Win10 machines (different IP address) using a NTP time source from Time Machines (a TM2000A). I have 2 of the machines(both Win7 Pro) get into a strange state where they update the time every couple minutes and state" Time jumped forward!" in the log viewer. I though t maybe the...

  • Charles Hill Charles Hill posted a comment on discussion Open Discussion

    Hi, I am having a problem using v3.14 when I define 2 time sources by IP on a network which is not connected to the internet. Only one of these computers will ever be online at a time (the other is a cold backup). Using NetTime as client in this configuration returns "Inconsistent responses" which is explained in the FAQ. Is there a way I can "bypass" this and force NetTime to accept the response from any of the 2 servers it is able to access? btw - thanks for a handy tool!

  • SalviaSage SalviaSage modified a comment on ticket #37

    So, I switched to a server that is closer to me, and I am getting better ping as well as better initial sync results it looks like. I don't know if that can affect it, but I am quite satisfied with the way things are working right now. Thanks for the replies. Great program.

  • SalviaSage SalviaSage posted a comment on ticket #37

    So, I switched to a server thati s closer to me, and I am getting better ping as well as better initial sync results it looks like. I don't know if that can affect it, but I am quite satisfied with the way things are working right now. Thanks for the replies. Great program.

  • Mark Griffiths Mark Griffiths posted a comment on ticket #37

    I'd say that the initial correction wasn't right - although it's possible that it's related to being the first sync since starting, I would say that it's more likely that the initial server that was used was just out by a bit. You would need to do more testing to confirm this one way or the other, but I don't think that adding a second sync 1 minute after starting would actually help (and there's the potential for causing overloading of servers in certain circumstances) If you're needing guaranteed...

  • SalviaSage SalviaSage created ticket #37

    Feature Request: Double sync after boot.

  • SalviaSage SalviaSage posted a comment on ticket #36

    Oh, I guess you are right about that. Nevermind then, it was only an idea.

  • Mark Griffiths Mark Griffiths posted a comment on ticket #36

    Although I understand why you might like to do this, it's actually a really bad idea - no NTP client should be syncing on a set interval like that because it could lead to load spikes on the NTP servers and cause it to all fall into a heap. Sorry!

  • SalviaSage SalviaSage created ticket #36

    Feature Request: Sync at the start of every hour.

  • Mark Griffiths Mark Griffiths posted a comment on discussion Open Discussion

    The default servers are provided by the NTP Pool Project: https://www.ntppool.org/en/ I'm not aware of any issues with the NTP Pool in general. There are a couple of likely causes for the problems that you're seeing: It might be that you're having local network issues or a firewall that is sometimes blocking the NTP protocol. Another possibility is that in some parts of the world, there are only a handful or less of NTP servers - if there are only a few servers in your area and they're all down,...

  • Michael Alexander Michael Alexander posted a comment on discussion Open Discussion

    Hi - All the servers are down as of this writing. This seems to happen occasionally but never this long. Is this project still being supported?

  • Mark Griffiths Mark Griffiths posted a comment on discussion Open Discussion

    Just enable the option to "Allow other computers to sync to this computer" and ensure that you don't have a firewall blocking acces to UDP port 123 on your server.

  • Michelle Morgan Michelle Morgan posted a comment on discussion Open Discussion

    How do I configure my network to use a server running Network Time as time source?

  • USB Sin Virus USB Sin Virus created ticket #35

    Last hour

  • Mark Griffiths Mark Griffiths posted a comment on ticket #48

    As far as I recall, there isn't much difference between Delphi 5 and Delphi 7, so even though the latest version of NetTime is compiled with Delphi 7, there's a good chance that it should compile with Delphi 5 as well.

  • Evert Kuijpers Evert Kuijpers created ticket #48

    Which Delphi version for which source version?

  • Mark Griffiths Mark Griffiths posted a comment on ticket #98

    Can you tell me what software is running on the server? Which other clients are working...

  • heXor heXor created ticket #98

    Kiss of death error

  • Mark Griffiths Mark Griffiths posted a comment on discussion nettime-general

    Hi John, Do you mean that the system doesn't automatically sync after waking up,...

  • John Nguyen John Nguyen posted a comment on discussion nettime-general

    I use Deep Freeze can not Sync time. Is there any way to fix it?

  • Mark Griffiths Mark Griffiths posted a comment on ticket #34

    It would be helpful if you can provide the actual error message that you're getting....

  • Mahesh Chhatbar Mahesh Chhatbar posted a comment on ticket #34

    Dear Mark, Thank you for your response. I have tried sync time from local machines...

  • Mark Griffiths Mark Griffiths posted a comment on ticket #34

    That should be possible - I'll look at adding that in the next update.

  • Mark Griffiths Mark Griffiths posted a comment on discussion nettime-general

    Sorry about the delay in responding - it's generally better to email me through the...

  • Mahesh Chhatbar Mahesh Chhatbar created ticket #34

    Sync time after resume from hibernate

  • devel2ew devel2ew posted a comment on discussion nettime-general

    Can i use Nettime in commercial suite reporting changes to main project?

  • devel2ew devel2ew posted a comment on discussion nettime-general

    Can i use Nettime in commercial suite reporting changes to main project?

  • Mark Griffiths Mark Griffiths posted a comment on discussion nettime-general

    My understanding is that the system will get the time from the CMOS clock during...

  • Wlodek Czeczot Wlodek Czeczot posted a comment on discussion nettime-general

    If the system I setup to "Always provide time" has no access to external time sources,...

  • Mark Griffiths Mark Griffiths posted a comment on discussion nettime-general

    Yes, you can do that by enabling the option "Always provide time" on the system that...

  • Wlodek Czeczot Wlodek Czeczot posted a comment on discussion nettime-general

    Is it possible to use nettime setup as time server that syncs up to cmos clock only....

  • martinarcher martinarcher posted a comment on discussion Open Discussion

    Excellent. Thanks Mark!

  • Mark Griffiths Mark Griffiths posted a comment on discussion Open Discussion

    Yes, you can set the option "Always provide time" on that server and it will provide...

  • martinarcher martinarcher posted a comment on discussion Open Discussion

    I pulled the source and found it. I'm trying to use NetTime to server up the time...

  • martinarcher martinarcher posted a comment on discussion Open Discussion

    If you're running a custom shell like I am you cannot launch the GUI to configure...

  • Mark Griffiths Mark Griffiths posted a comment on discussion nettime-general

    Hi Gerrit, Sorry for the delay in responding - for some reason, I didn't get a notification...

  • Gerrit de Blaauw Gerrit de Blaauw posted a comment on discussion nettime-general

    NetTime works very well for me. There is a little thing about its behaviour at startup,...

  • Mark Griffiths Mark Griffiths posted a comment on ticket #32

    That makes a lot of sense so I think I'll do it that way.

  • Gilles Gilles posted a comment on ticket #32

    Hi Mark, Thank you for your reponse. If you want to secure this fonctionality, may...

  • Mark Griffiths Mark Griffiths posted a comment on ticket #33

    That sounds like a reasonable idea to me - I'll most likely add that into the next...

  • Mark Griffiths Mark Griffiths posted a comment on ticket #32

    The reason why it doesn't use an automatic stratum level is that the relevant RFC...

  • Sebastian Lisken Sebastian Lisken created ticket #33

    exit tray icon without stopping service

  • Gilles Gilles created ticket #32

    Stratum level for client

  • Mark Griffiths Mark Griffiths posted a comment on discussion nettime-general

    Yes, you can do that through the same configuration screen.

  • CaBrA CaBrA posted a comment on discussion nettime-general

    Thank you for the reply. One more thing: can I delete all the NTP servers included...

  • Mark Griffiths Mark Griffiths posted a comment on discussion nettime-general

    Yes, that should work. On the server PC, just click on the NetTime icon, then click...

  • CaBrA CaBrA posted a comment on discussion nettime-general

    Hello, I don´t saw any help on software website. I just want to make a question about...

  • Mark Griffiths Mark Griffiths posted a comment on discussion nettime-general

    Unfortunately, there isn't any easy way to do translations at this stage since the...

  • Juan Jose Pablos Juan Jose Pablos posted a comment on discussion nettime-general

    Hi, I loved this program because it does what it needs. I wonder if you need the...

1 >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.