On Fri, 26 Nov 1999, "Priebe, Jason" wrote:
Anybody else had trouble getting rdate to work properly on a filer? I'm trying to get rdate on my F720 to contact a Linux server to get the time, and it comes back with the message
"rdate: no response from <myhostnamehere>"
What is in your /etc/inetd.conf? Make sure it is responding to UDP requests as well as TCP ones:
time stream tcp nowait root internal time dgram udp wait root internal
(this is from a FreeBSD box, so it may differ from the Linux inetd.conf)