From owner-freebsd-questions Thu Apr 3 11:16:56 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA10044 for questions-outgoing; Thu, 3 Apr 1997 11:16:56 -0800 (PST) Received: from limes.NIC.DTAG.DE (limes.NIC.DTAG.DE [194.25.1.113]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA10039 for ; Thu, 3 Apr 1997 11:16:52 -0800 (PST) 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 VAA29877 for ; Thu, 3 Apr 1997 21:13:34 +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 VAA19829 for ; Thu, 3 Apr 1997 21:15:30 +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 VAA13070 for ; Thu, 3 Apr 1997 21:15:28 +0200 Message-Id: <199704031915.VAA13070@reineke.malepartus.de> From: Burkard Meyendriesch Subject: xntpd with PARSE and DCF77 receiver To: questions@freefall.freebsd.org Reply-To: bum@malepartus.de X-Mailer: MH 6.8.3 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 Date: Thu, 03 Apr 1997 21:15:28 +0200 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi all, I've just installed FreeBSD-2.1.6 and tried to startup xntpd with a simple DCF77 receiver on /dev/cuaa1. I made a symbolic link to /dev/refclock-0 and used the following config file for xntpd (I used this config file on my Linux box before): # # NTP configuration file (ntp.conf) # Reineke #--------------------------------------------------------------------- # undisciplined local clock #--------------------------------------------------------------------- server 127.127.1.0 #--------------------------------------------------------------------- # RAW DCF77 100/200ms pulses; Conrad DCF77 receiver module / 5ms #--------------------------------------------------------------------- server 127.127.8.0 prefer mode 5 fudge 127.127.8.0 time1 0.190 # 190 ms (9.5 bits @ 50 baud) fudge 127.127.8.0 flag4 1 # # #--------------------------------------------------------------------- # Miscellaneous stuff #--------------------------------------------------------------------- # enable auth monitor # enable the good stuff driftfile /etc/ntp.drift # path for drift file statsdir /var/log/xntpd/ # directory for statistics files filegen peerstats file peerstats type day enable filegen loopstats file loopstats type day enable filegen clockstats file clockstats type day enable statistics loopstats clockstats peerstats The result ist that xntpd comes up but doesn't open the serial device and therefore can't find the DCF77 reference clock. What is my mistake? Burkard