On 05/03/12 20:49, Tim Kientzle wrote:
On May 3, 2012, at 1:34 PM, AN wrote:
Thu May 3 16:25:27 EDT 2012
FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r234872: Tue May 1
13:09:55 EDT 2012 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64
# svn up
Updated to revision 234981
I did build world/kernel, after booting into single user mode and trying make
installworld I get the following error:
/usr/src/Makefile Line:219 check date and time
I have seen this failure before, previously I was able to open the make file
and comment out the date and time check, but this time the file seems
corrupted, I am not able to open the file in vi.
What causes this check to fail? Is there any way to detect this possibility
before rebboting to single user?
Try looking very critically at the system date and time:
$ date
This check is comparing the system time to the timestamps of
the files on disks to try to detect whether your system clock
is correct. Since the 'make' program relies on comparing timestamps,
you can get very strange results if your system clock is not consistent.
You can use the date utility to set the system clock to
the approximately correct time (it doesn't need to be very
exact). If you have networking, you can use "ntpdate pool.ntp.org"
to set the clock from the network.
Tim
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
Did you run "adjkerntz -i" before mounting disks in single user?
Matt
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"