From owner-freebsd-questions@FreeBSD.ORG Mon Feb 25 23:09:39 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 A6D0816A40B for ; Mon, 25 Feb 2008 23:09:39 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from mk-outboundfilter-1.mail.uk.tiscali.com (mk-outboundfilter-1.mail.uk.tiscali.com [212.74.114.37]) by mx1.freebsd.org (Postfix) with ESMTP id 4743813C4F4 for ; Mon, 25 Feb 2008 23:09:38 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) X-Trace: 48489597/mk-outboundfilter-1.mail.uk.tiscali.com/PIPEX/$INTERNET-ACCEPTED/None/62.31.10.181 X-SBRS: None X-RemoteIP: 62.31.10.181 X-IP-MAIL-FROM: xfb52@dial.pipex.com X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAJ3Zwkc+Hwq1/2dsb2JhbAAIq3o X-IP-Direction: OUT Received: from 62-31-10-181.cable.ubr05.edin.blueyonder.co.uk (HELO [192.168.23.2]) ([62.31.10.181]) by smtp.pipex.tiscali.co.uk with ESMTP; 25 Feb 2008 23:09:37 +0000 Message-ID: <47C34AB1.70506@dial.pipex.com> Date: Mon, 25 Feb 2008 23:09:37 +0000 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20061205 X-Accept-Language: en MIME-Version: 1.0 To: Per olof Ljungmark References: <47C3484A.3010503@intersonic.se> In-Reply-To: <47C3484A.3010503@intersonic.se> 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:09:39 -0000 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