[LinuxPPS] 2.6.22.1 x86_64 + ntp-4.2.4p3 + gpsclock

Udo van den Heuvel udovdh at xs4all.nl
Tue Aug 7 07:39:02 CEST 2007


Udo van den Heuvel wrote:
> Aug  7 07:06:19 epia ntpd[27304]: refclock_atom: found PPS source
> "/dev/ttyS0" at id #0 on "serial0"
> Aug  7 07:06:19 epia ntpd[27304]: configuration of 127.127.22.0 failed
> 
> So more tweaking?

This happens in ntp_config.c:

                        if (errflg == 0) {
                            if (peer_config(&peeraddr,
                                ANY_INTERFACE_CHOOSE(&peeraddr), hmode,
                                peerversion, minpoll, maxpoll, peerflags,
                                ttl, peerkey, peerkeystr) == 0) {
                                        msyslog(LOG_ERR,
                                                "configuration of %s
failed",
                                                stoa(&peeraddr));
                            }
                        } else if (errflg == -1) {
                                save_resolve(tokens[1], hmode, peerversion,
                                    minpoll, maxpoll, peerflags, ttl,
                                    peerkey, peerkeystr);
                        }
                        break;



does it mean that atom_start (in refclock_atom.c) is completed without
issues?




More information about the LinuxPPS mailing list