Add a new entry to the troubleshooting section, with a short explanation

of the most common cause of "touch: not found" failures while running
"make installworld".

Submitted by:	"Niclas Zeising" <lothrandil@n00b.apagnu.se>
PR:		docs/90740
This commit is contained in:
Giorgos Keramidas 2005-12-24 07:08:12 +00:00
parent acb92a2a34
commit 31ff2630f3
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=26691

View file

@ -4091,6 +4091,22 @@ kern.timecounter.hardware: TSC -&gt; i8254</screen>
to a complete system lockup.</para>
</answer>
</qandaentry>
<qandaentry>
<question id="touch-not-found">
<para>Why does buildworld/installworld die with the message
<errorname>touch: not found</errorname>?</para>
</question>
<answer>
<para>This error does not mean that the &man.touch.1; utility is
missing. The error is instead propably due to the dates of the
files being set sometime in the future. If your CMOS-clock is
set to local time you need to run the command
<command>adjkerntz&nbsp;-i</command> to adjust the kernel clock
when booting into single user mode.</para>
</answer>
</qandaentry>
</qandaset>
</chapter>