View | Details | Raw Unified | Return to bug 90740
Collapse All | Expand All

(-)faq.book.sgml (+17 lines)
Lines 4036-4041 Link Here
4036
              to a complete system lockup.</para>
4036
              to a complete system lockup.</para>
4037
        </answer>
4037
        </answer>
4038
      </qandaentry>
4038
      </qandaentry>
4039
4040
      <qandaentry>
4041
        <question id="touch-not-found">
4042
	  <para>Why does buildworld/installworld die with the message
4043
	    <errorname>touch: not found</errorname>?</para>
4044
        </question>
4045
4046
	<answer>
4047
	  <para>This error does not mean that touch is missing. The
4048
	      error is instead propably due to the dates of the files
4049
	      being set sometime in the future. If your CMOS-clock is
4050
	      set to local time you need to run the command
4051
	      <command>adjkerntz -i</command> to adjust the kernel clock
4052
	      when booting into single user mode.
4053
	  </para>
4054
	</answer>
4055
      </qandaentry>
4039
    </qandaset>
4056
    </qandaset>
4040
  </chapter>
4057
  </chapter>

Return to bug 90740