Dan,

Dan Gearty wrote:
> I have been using the loopback driver on Windows 10. It had been
> running OK in older versions up to 4.2.8p9. Now in 4.2.8p10 it
> appears that junk characters are appended to the driver name when it
> is called.  The junk characters are different each time NTP is 
> restarted.

This is a bug which made it into ntpd 4.2.8p10. I've just found the
reason and opened an issue on bugzilla:
http://bugs.ntp.org/show_bug.cgi?id=3402

I've also already a fix for this.

The best solution for you is to specify the DLL name in a registry key
instead of the environment variable.

Run regedit and open this registry path:
HKLM\System\CurrentControlSet\services\NTP

Then create a new key as multipart string, with the name "PPSProviders",
and the contents "loopback_pps_api_provider.dll".

Or, as a temporary workaround for the environment variables, you could
try to append a dummy DLL name to the real DLL name, e.g.:

PPSAPI_DLLS=loopback_pps_api_provider.dll;dummy


Martin
-- 
Martin Burnicki

Meinberg Funkuhren
Bad Pyrmont
Germany

_______________________________________________
questions mailing list
questions@lists.ntp.org
http://lists.ntp.org/listinfo/questions

Reply via email to