Re: help:make installworld(creating osreldate.h from newvers.sh touch: not found *** Error code 127)

2007-08-01 Thread Kent Stewart
On Wednesday 01 August 2007, Roy wrote:
>Kent Stewart 写道:
>
> 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
>
>
>
>
>thanks,
>admin# echo $PATH
>   
> /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/b
>i n:/usr/X11R6/bin:/root/bin
>and, i have executed the statement 'adjkerntz -i' ,when i make
>installworld
>
> References
>
>1. mailto:[EMAIL PROTECTED]
>2. mailto:[EMAIL PROTECTED]:/usr/obj/usr/src/sys/RoyKernel

BTW, there is a FAQ on the subject, see
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/troubleshoot.html#TOUCH-NOT-FOUND

The adjkerntz command is mentioned in /usr/src/UPDATING and the 
handbook, see section "23.4.5 Drop to Single User Mode".

Kent


-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: help:make installworld(creating osreldate.h from newvers.sh touch: not found *** Error code 127)

2007-08-01 Thread Roy

   Kent Stewart 写道:

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




   thanks,
   admin# echo $PATH
   /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bi
   n:/usr/X11R6/bin:/root/bin
   and, i have executed the statement 'adjkerntz -i' ,when i make
   installworld

References

   1. mailto:[EMAIL PROTECTED]
   2. mailto:[EMAIL PROTECTED]:/usr/obj/usr/src/sys/RoyKernel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: help:make installworld(creating osreldate.h from newvers.sh touch: not found *** Error code 127)

2007-07-31 Thread Kent Stewart
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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: help:make installworld(creating osreldate.h from newvers.sh touch: not found *** Error code 127)

2007-07-31 Thread youshi10

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.

-Garrett

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: help:make installworld(creating osreldate.h from newvers.sh touch: not found *** Error code 127)

2007-07-31 Thread Daniel Molina Wegener

El Mar, 31 de Julio de 2007, 13:52, Roy escribió:
> [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.
> [SNIP]
>

Hello,

That isn't the command line...

Try:
# make buildworld
# make buildkernel

And read the Makefile in /usr/src

Regards,
-- 
 .O. | Daniel Molina Wegener   | C/C++ Developer
 ..O | dmw [at] unete [dot] cl | FOSS Coding Adict
 OOO | BSD & Linux User| Standards Rocks!




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"