Forums.ATC.no

Teknisk => Generelt teknisk => Emne startet av: ATC på 27. ſeptember 2008, 18:24 pm

Tittel: Time sync between Netware and Linux failed after xinetd upgrade
Skrevet av: ATC27. ſeptember 2008, 18:24 pm
Time syncronization using RDATE udp on a Netware server, against a Linux server
After an update of xinetd on the Linux server, the time syncronization doesn't work.

The following message appears in the system log when xinetd is started/reloaded:
"xinetd[491]: No such internal service: daytime-udp"
Tittel: [Solved] Time sync between Netware and Linux failed after xinetd upgrade
Skrevet av: ATC27. ſeptember 2008, 18:24 pm
Check your "/etc/xinetd.d/daytome-udp" config file, "type" should be
"INTERNAL UNLISTED", not "INTERNAL". Also verify that "disable" is "no".
Reload xinetd using "service xinetd reload" and it should work.