From owner-freebsd-questions@FreeBSD.ORG Mon Mar 16 01:25:46 2009 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 8B1B71065672 for ; Mon, 16 Mar 2009 01:25:46 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 0A5CB8FC15 for ; Mon, 16 Mar 2009 01:25:45 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.13.1) with ESMTP id n2G1MIsW027791 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 16 Mar 2009 08:22:18 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.2/8.12.11) id n2G1Pbx9079727; Mon, 16 Mar 2009 08:25:37 +0700 (ICT) Date: Mon, 16 Mar 2009 08:25:37 +0700 (ICT) Message-Id: <200903160125.n2G1Pbx9079727@banyan.cs.ait.ac.th> From: Olivier Nicole To: kstewart@owt.com In-reply-to: <200903151055.10191.kstewart@owt.com> (message from Kent Stewart on Sun, 15 Mar 2009 10:55:09 -0700) References: <200903141007.n2EA7tO6053641@banyan.cs.ait.ac.th> <200903150831.n2F8VOCW041210@banyan.cs.ait.ac.th> <200903151055.10191.kstewart@owt.com> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: make installworld fails on RELEASE6.4 amd64 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, 16 Mar 2009 01:25:46 -0000 Hi, > > What I did is: during the installation of the distrubition I set back > > the CMOS clock to UTC time, and when FreeBSD was done installing from > > the CD, I reset the CMOS clock to the wall clock. It worked, but it's > > not very nice. > What you did is not necessary if you "adjkerntz -i" when you boot to single > user mode. Sorry, but wrong. I did adjkerntz -i when booting in single user mode; beleive me, I spent 2 days installing from CD and trying to buildworld/installworld in many various ways. But it did not help (never needed it with i386 though) because at the very first install from CD, there is no time zone defined so all the directory structure of /usr/src appeared to be 7 hours ahead of the installation. Best regards, Olivier