>> Dec 31 18:59:59 harbormaster ntpd[6653]: SHM: stale/bad receive time, delay=-1s > Do you know the source of the SHM error message in your logs?
The "ntpd[6653]" part is the program name and process ID. When I want to find where a log message comes from, I use grep -r. Sometimes it takes a few tries to get the right text to search for - some of the text may come via %s to printf. [murray@hgm raw]$ grep "stale/bad receive time" . -r ./ntpd/refclock_shm.c: DPRINTF(1, ("%s:SHM stale/bad receive time, delay=%llds\n", ./ntpd/refclock_shm.c: msyslog (LOG_ERR, "SHM: stale/bad receive time, delay=%llds", [murray@hgm raw]$ In this case, I am familiar enough with the code that I would probably guess that a SHM message came from the SHM driver in ntpd/refclock_shm.c -- These are my opinions. I hate spam. _______________________________________________ devel mailing list devel@ntpsec.org http://lists.ntpsec.org/mailman/listinfo/devel