From owner-freebsd-questions@FreeBSD.ORG Mon Feb 25 23:23:14 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0161D16A402 for ; Mon, 25 Feb 2008 23:23:14 +0000 (UTC) (envelope-from peo@intersonic.se) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) by mx1.freebsd.org (Postfix) with ESMTP id BE59213C442 for ; Mon, 25 Feb 2008 23:23:13 +0000 (UTC) (envelope-from peo@intersonic.se) X-Virus-Scanned: amavisd-new at inter-sonic.com Message-ID: <47C34DDD.1020307@intersonic.se> Date: Tue, 26 Feb 2008 00:23:09 +0100 From: Per olof Ljungmark Organization: Intersonic AB User-Agent: Thunderbird 2.0.0.9 (X11/20071216) MIME-Version: 1.0 To: Alex Zbyslaw References: <47C3484A.3010503@intersonic.se> <47C34AB1.70506@dial.pipex.com> In-Reply-To: <47C34AB1.70506@dial.pipex.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: ntptrace: Command not found. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2008 23:23:14 -0000 Alex Zbyslaw wrote: > Per olof Ljungmark wrote: > >> Hi, >> Some confusion here. A fresh 7.0-PRERELEASE install, sources from >> yesterday, no ports installed yet. >> >> I usually configure ntpd as part of the setup procedure and check back >> later if it is syncing. Well, today I was in for a surprise I cannot >> explain: >> >> %/usr/sbin/ntptrace >> /usr/sbin/ntptrace: Command not found. >> > ntptrace is a perl script. On my system it starts: > > #! /usr/local/bin/perl -w > > and if that is missing the diagnostic is Command not found. > > Install perl! > > Looks like all base dependencies on perl haven't quite gone away. > > --Alex > Indeed. Just got Perl in and %ntptrace localhost: stratum 3, offset -0.016361, root distance 0.001830 Thanks a lot!