From owner-freebsd-bugs Mon Feb 12 5:10: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B8B0437B401 for ; Mon, 12 Feb 2001 05:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1CDA2J76974; Mon, 12 Feb 2001 05:10:02 -0800 (PST) (envelope-from gnats) Date: Mon, 12 Feb 2001 05:10:02 -0800 (PST) Message-Id: <200102121310.f1CDA2J76974@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Mark.Andrews@nominum.com Subject: Re: bin/25028: make installworld uses wrong time Reply-To: Mark.Andrews@nominum.com Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/25028; it has been noted by GNATS. From: Mark.Andrews@nominum.com To: Mark.Andrews@nominum.com Cc: Doug Barton , FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/25028: make installworld uses wrong time Date: Tue, 13 Feb 2001 00:07:26 +1100 > > My home workstation is dual boot and uses wall > > clock time, and I haven't had that experience. Try using /stand/sysinstall, > > choosing Configure, then Time Zone. If your problem persists after > > (re-)setting the TZ, we'll take it from there. > > > > Doug I went through the exercise above. This is really a documentation problem. UPDATING has: make buildworld make buildkernel KERNEL=YOUR_KERNEL_HERE make installkernel KERNEL=YOUR_KERNEL_HERE reboot (in single user) [1] make installworld mergemaster reboot To get from reboot (single user) to make installworld the minimum steps should be assuming only local fs. fsck -p mount -u / mount -a cd /usr/src At this stage the kernel still thinks that the clock is at UTC (default). Running "adjkerntz -i" is not the obvious thing to do before running "make installworld" but it needs to be done and to be documented. Mark -- Mark Andrews, Nominum Inc. 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61 2 9871 4742 INTERNET: Mark.Andrews@nominum.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message