From owner-freebsd-questions Tue Apr 8 03:09:00 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA27715 for questions-outgoing; Tue, 8 Apr 1997 03:09:00 -0700 (PDT) Received: from mail.crl.com (mail.crl.com [165.113.1.22]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id DAA27681 for ; Tue, 8 Apr 1997 03:08:52 -0700 (PDT) Received: from limes.NIC.DTAG.DE by mail.crl.com with SMTP id AA02336 (5.65c/IDA-1.5 for ); Tue, 8 Apr 1997 03:06:43 -0700 Received: from kronos.NIC.DTAG.DE (kronos.NIC.DTAG.DE [194.25.1.92]) by limes.NIC.DTAG.DE (8.8.5/8.8.3) with ESMTP id LAA17330; Tue, 8 Apr 1997 11:59:49 +0200 (MET DST) Received: from reineke.malepartus.de (root@Reineke.Malepartus.de [194.25.4.66]) by kronos.NIC.DTAG.DE (8.8.5/8.7.1) with ESMTP id MAA16130; Tue, 8 Apr 1997 12:01:48 +0200 (MET DST) Received: from reineke.malepartus.de (bum@localhost [127.0.0.1]) by reineke.malepartus.de (8.7.5/8.7.3) with ESMTP id MAA09224; Tue, 8 Apr 1997 12:01:41 +0200 Message-Id: <199704081001.MAA09224@reineke.malepartus.de> X-Mailer: exmh version 2.0gamma 1/27/96 From: Burkard Meyendriesch To: Lars Koeller Cc: bum@malepartus.de, questions@freefall.freebsd.org Subject: Re: xntpd with PARSE and DCF77 receiver In-Reply-To: Your Message from Mon, 07 Apr 1997 10:22:11 +0200. <199704070822.KAA07318@odie.physik2.uni-rostock.de> X-Organization: The home of Reineke Fuchs X-Gpos: 51.9431N 7.6208E X-Phone: +49 251 754316 X-Pgp-Fingerprint: DF 83 04 CD B5 D1 10 43 57 4C AD 9A B1 02 28 17 X-Face: "[-;]oI+8gP9>*J%knDN8d%DuhvJS2Lj4L\bRb7gz(pcT?2Zh6_Vam_6csAum3$<&lhAFd^ jt|!&Ut1C~Vg*E/q}+#cbFg-GU]c.bB8Ad,L'W$'9{^0y'AzM4#hS[C[F-1'|O;Kg3Vrq5q6dsU*TmJ@}+QPM\ b[^9Rhd,UoMpRpd5k[X=h.Dom*kbT`cNQ Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Date: Tue, 08 Apr 1997 12:01:41 +0200 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by freefall.freebsd.org id DAA27688 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > You have to recompile xntpd with the following defines in the Makefile: > > /usr/src/usr.sbin/xntpd/Makefile.inc: > > DEFS_LOCAL=-DREFCLOCK -DPARSE > NTPDEFS= -DSYS_FREEBSD -DSYS_44BSD > AUTHDEFS= -DMD5 > CLOCKDEFS= -DLOCAL_CLOCK -DATOM -DDCF77 -DPPS -DFREEBSD_CONRAD > #CLOCKDEFS= -DLOCAL_CLOCK -DPST -DWWVB -DAS2201 -DGOES -DGPSTM -DOMEGA \ > # -DLEITCH -DTRAK -DACTS -DATOM -DDATUM -DHEATH -DMSFEES \ > # -DMX4200 -DNMEA -DBOEDER > CFLAGS+= ${NTPDEFS} ${DEFS_LOCAL} ${AUTHDEFS} ${CLOCKDEFS} ${COPTS} > BINDIR?= /usr/sbin > > .if !defined(NOCRYPT) && exists(${.CURDIR}/../../../secure/usr.sbin/xntpd/lib) > AUTHDEFS+= -DDES > .endif > > Have a lock at the -DDCF77 define! > > After this a 'make install' in the directory above will bring you to a xntpd > with raw DCF77 support via the serial line. Here is my /etv/ntp.conf file wich > runs great with a DCF77 reciever! > > Regards > > Lars > Hi Lars, thanks for your advice; I used your recipe and got my DCF77 receiver up and running :-) BUT... the performance is very poor: more than 95% of the time codes are unparseable! The same hardware with the same /etc/ntp.conf works fine on my Linux box. There must be anything wrong with the serial devices; I tried both, the /dev/tty* and /dev/cua*. Any idea? Burkard