Xref: utzoo comp.sys.pyramid:988 comp.unix.questions:26895 comp.protocols.time.ntp:139 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!comp.vuw.ac.nz!cc-server4.massey.ac.nz!A.Raman From: A.Raman@massey.ac.nz (A.V.Raman) Newsgroups: comp.sys.pyramid,comp.unix.questions,comp.protocols.time.ntp Subject: ntpdate fails except from the command line of cshell (Pyramid OSx) Message-ID: <1990Nov14.203218.18459@massey.ac.nz> Date: 14 Nov 90 20:32:18 GMT Organization: Massey University Computer Centre Lines: 41 When I run ntpdate from the csh command line like so csh>ntpdate ntphost ntpdate: adjust timeserver 130.123.1.7 offset 0.0071640 it works fine. But that's all. None of the following works. $ ntpdate ntphost ntpdate: no server suitable for synchronization found $ sh -c "ntpdate ntphost" ntpdate: no server suitable for synchronization found $ csh -c "ntpdate ntphost" ntpdate: no server suitable for synchronization found $ ^D csh> csh -c "ntpdate ntphost" ntpdate: no server suitable for synchronization found csh> sh -c "ntpdate ntphost" ntpdate: no server suitable for synchronization found csh> csh < cat ntptest ntpdate ntphost csh> ntptest ntpdate: no server suitable for synchronization found csh> sh