On Tuesday 31 July 2007, [EMAIL PROTECTED] wrote: > On Wed, 1 Aug 2007, Roy wrote: > > [EMAIL PROTECTED] ~]$ uname -a > > FreeBSD admin.tmdxy.org 6.2-RELEASE-p6 FreeBSD 6.2-RELEASE-p6 #0: > > Tue Jul 31 23:11:21 CST 2007 > > [EMAIL PROTECTED]:/usr/obj/usr/src/sys/RoyKernel i386 > > > > -------------------------------------------------------------- > > > >>>> Installing everything > > > > -------------------------------------------------------------- > > cd /usr/src; make -f Makefile.inc1 install > > ===> share/info (install) > > ===> include (install) > > creating osreldate.h from newvers.sh > > touch: not found > > *** Error code 127 > > > > Stop in /usr/src/include. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > Your system's definitely fubar'ed. touch should be found immediately > unless /bin isn't in $PATH. >
Touch isn't needed in a good installworld. This usually means your system date is seriously off. If you use local clock in your cmos, you need to "adjkerntz -i" when you boot to single user. Kent -- Kent Stewart Richland, WA http://www.soyandina.com/ "I am Andean project". http://users.owt.com/kstewart/index.html _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
