summaryrefslogtreecommitdiff
path: root/static/netbsd/man8/rescue.8 4.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/netbsd/man8/rescue.8 4.html')
-rw-r--r--static/netbsd/man8/rescue.8 4.html94
1 files changed, 0 insertions, 94 deletions
diff --git a/static/netbsd/man8/rescue.8 4.html b/static/netbsd/man8/rescue.8 4.html
deleted file mode 100644
index f1cfdffc..00000000
--- a/static/netbsd/man8/rescue.8 4.html
+++ /dev/null
@@ -1,94 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">RESCUE(8)</td>
- <td class="head-vol">System Manager's Manual</td>
- <td class="head-rtitle">RESCUE(8)</td>
- </tr>
-</table>
-<div class="manual-text">
-<section class="Sh">
-<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<p class="Pp"><code class="Nm">rescue</code> &#x2014; <span class="Nd">rescue
- utilities in <span class="Pa">/rescue</span></span></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<p class="Pp">The <span class="Pa">/rescue</span> directory contains a
- collection of common utilities intended for use in recovering a badly
- damaged system. With the transition to a dynamically-linked root beginning
- with <span class="Ux">NetBSD 2.0</span>, there is a real possibility that
- the standard tools in <span class="Pa">/bin</span> and
- <span class="Pa">/sbin</span> may become non-functional due to a failed
- upgrade or a disk error. The tools in <span class="Pa">/rescue</span> are
- statically linked and should therefore be more resistant to damage. However,
- being statically linked, the tools in <span class="Pa">/rescue</span> are
- also less functional than the standard utilities. In particular, they do not
- have full use of the locale, <a class="Xr">pam(3)</a>, and nsswitch
- libraries.</p>
-<p class="Pp">If your system fails to boot, and it shows an error message
- similar to:</p>
-<p class="Pp"></p>
-<div class="Bd Bd-indent"><code class="Li">init: not found</code></div>
-<p class="Pp">try booting the system with the boot flag
- &#x201C;<code class="Fl">-a</code>&#x201D; and supplying
- <span class="Pa">/rescue/init</span>, which is the
- <code class="Nm">rescue</code> <a class="Xr">init(8)</a>, as the init
- path.</p>
-<p class="Pp">If your system fails to boot, and it shows a prompt similar
- to:</p>
-<p class="Pp"></p>
-<div class="Bd Bd-indent"><code class="Li">Enter full pathname of shell or
- RETURN for /bin/sh: </code></div>
-<p class="Pp">the first thing to try running is the standard shell,
- <span class="Pa">/bin/sh</span>. If that fails, try running
- <span class="Pa">/rescue/sh</span>, which is the
- <code class="Nm">rescue</code> shell. To repair the system, the root
- partition must first be remounted read-write. This can be done with the
- following <a class="Xr">mount(8)</a> command:</p>
-<p class="Pp"></p>
-<div class="Bd Bd-indent"><code class="Li">/rescue/mount -uw /</code></div>
-<p class="Pp">The next step is to double-check the contents of
- <span class="Pa">/bin</span>, <span class="Pa">/lib</span>,
- <span class="Pa">/libexec</span>, and <span class="Pa">/sbin</span>,
- possibly mounting a <span class="Ux">NetBSD</span> installation CD-ROM and
- copying files from there. Once it is possible to successfully run
- <span class="Pa">/bin/sh</span>, <span class="Pa">/bin/ls</span>, and other
- standard utilities, try rebooting back into the standard system.</p>
-<p class="Pp">The <span class="Pa">/rescue</span> tools are compiled using
- <a class="Xr">crunchgen(1)</a>, which makes them considerably more compact
- than the standard utilities.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="FILES"><a class="permalink" href="#FILES">FILES</a></h1>
-<dl class="Bl-tag Bl-compact">
- <dt><span class="Pa">/rescue</span></dt>
- <dd>Root of the <code class="Nm">rescue</code> hierarchy.</dd>
-</dl>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
- ALSO</a></h1>
-<p class="Pp"><a class="Xr">crunchgen(1)</a></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-<p class="Pp">The <code class="Nm">rescue</code> utilities first appeared in
- <span class="Ux">NetBSD 2.0</span>.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1>
-<p class="Pp">The <code class="Nm">rescue</code> system was written by
- <span class="An">Luke Mewburn</span>
- &lt;<a class="Mt" href="mailto:lukem@NetBSD.org">lukem@NetBSD.org</a>&gt;.
- This manual page was written by <span class="An">Simon L. Nielsen</span>
- &lt;<a class="Mt" href="mailto:simon@FreeBSD.org">simon@FreeBSD.org</a>&gt;,
- based on text by <span class="An">Tim Kientzle</span>
- &lt;<a class="Mt" href="mailto:kientzle@FreeBSD.org">kientzle@FreeBSD.org</a>&gt;.</p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">April 5, 2012</td>
- <td class="foot-os">NetBSD 10.1</td>
- </tr>
-</table>