From owner-freebsd-questions@FreeBSD.ORG Mon Oct 10 07:55:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D15016A41F for ; Mon, 10 Oct 2005 07:55:51 +0000 (GMT) (envelope-from jsuyk@signet.nl) Received: from secure-mail-1.signet.nl (secure-mail-1.signet.nl [217.21.241.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8C1F43D45 for ; Mon, 10 Oct 2005 07:55:50 +0000 (GMT) (envelope-from jsuyk@signet.nl) Received: from localhost (localhost [127.0.0.1]) by secure-mail-1.signet.nl (Postfix) with ESMTP id 17C0421CDF8 for ; Mon, 10 Oct 2005 09:55:48 +0200 (CEST) Received: from secure-mail-1.signet.nl ([127.0.0.1]) by localhost (secure-mail-1.signet.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 21922-05 for ; Mon, 10 Oct 2005 09:55:42 +0200 (CEST) Received: from [172.16.0.194] (morse.signet.nl [217.21.241.230]) by secure-mail-1.signet.nl (Postfix) with ESMTP id 88C5D21CDF0 for ; Mon, 10 Oct 2005 09:55:42 +0200 (CEST) Message-ID: <434A1E7D.1060001@signet.nl> Date: Mon, 10 Oct 2005 09:55:41 +0200 From: Justin Suyk User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Error after installworld on an 5.3 RELEASE server 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, 10 Oct 2005 07:55:51 -0000 Hi, I have a problem with updating an FreeBSD 5.3 RELEASE to the latest version. Everything goes as normal (cvsup (ports & standard), make buildworld, adjusted the kernel and after that an buildkernel and an installkernel), but at the end the make installworld command fails with the following error: creating osreldate.h from newvers.sh touch: not found *** Error code 127 Output from # uname -a FreeBSD 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 This is the first time that an installworld command fails, does anyone have an idea whats going wrong? Thanx in advance, Justin.