old-www/HOWTO/IBM7248-HOWTO/oddsnends.html

195 lines
3.3 KiB
HTML

<HTML
><HEAD
><TITLE
>Odds and ends</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="Installing GNU/Linux on the IBM RS/6000 43P model 7248 HOWTO"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="Post installation configuration"
HREF="postconfig.html"><LINK
REL="NEXT"
TITLE="Compile a kernel"
HREF="kernel.html"></HEAD
><BODY
CLASS="SECT1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Installing GNU/Linux on the IBM RS/6000 43P model 7248 HOWTO</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="postconfig.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="kernel.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="ODDSNENDS"
></A
>8. Odds and ends</H1
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="NETWORK-HANGS"
></A
>8.1. Network hangs</H2
><P
> The following only affects 2.2 kernels.
</P
><P
> Note that there is a bug somewhere that makes the netcard
freeze the whole system when shutting down eth0. According to
Martin Espenschied, this is a known issue, and can be
fixed. When I know how, I'll put the information here. Till
then, remember to <EM
>sync</EM
> your system before
shutting down, and you should not miss any
information. Remember my disclaimer in <A
HREF="intro.html#DISCLAIMER"
>Section 1.2</A
> though. </P
><P
> An ugly hack to resolve this might just be to
<EM
>NOT</EM
> to shut down eth0 at
shutdown/reboot. This can be done by editing the file
/etc/init.d/network (or similar), and in the stop) case, just
comment away the ifdown command, and add a phoney command,
like this: <TABLE
BORDER="1"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
CLASS="SCREEN"
> action "Shutting down interface $i" echo
does_nothing # ./ifdown $i boot </PRE
></FONT
></TD
></TR
></TABLE
> Note that this is a
<EM
>rather ugly</EM
> hack, that won't actually
solve the problem, it just hides it. The network won't go
properly down until you reboot the machine. I really hope that
somebody have a better fix on this later. Thanks to Doc
Shipley for this tip.
</P
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="postconfig.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="kernel.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Post installation configuration</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Compile a kernel</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>