Alan Mead wrote:
> I have all three of my Linux servers setup to 'rdate -s' a couple time
> servers. Starting at 4:00 AM (local time here in Illinois) on 12/31 they
> started giving different messages. Normally (heretofore) they would emit
> no messages at all. Now two of them now say "success" which is fine (a bit
> noisy) and the third says this:
Worry when things change. 'rpm -V rdate'
> [amead@zeus amead]$ rdate time.nist.gov
> rdate: No such file or directory
...
> Anyone know what's happened?
Also 'rpm -V rdate', and additionally 'strace rdate -s time.nist.gov'.
If the strace isn't intelligible (and it may not be), then try piping
strace's messages (stderr) into a file. Then, "grep '= E' <file>'. The
last lines that grep spits out will give you a good clue as to what's
wrong.
MSG
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.