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:
parent
acb92a2a34
commit
31ff2630f3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=26691
1 changed files with 16 additions and 0 deletions
|
@ -4091,6 +4091,22 @@ kern.timecounter.hardware: TSC -> 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 -i</command> to adjust the kernel clock
|
||||
when booting into single user mode.</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
</qandaset>
|
||||
</chapter>
|
||||
|
||||
|
|
Loading…
Reference in a new issue