Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Feb 2001 05:10:02 -0800 (PST)
From:      Mark.Andrews@nominum.com
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/25028: make installworld uses wrong time 
Message-ID:  <200102121310.f1CDA2J76974@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <DougB@gorean.org>, 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102121310.f1CDA2J76974>