forked from extern/shorewall_code
upgrade instructions to 3.2.1
merge the /etc/apt/preferences suggestion from PPPPPPPPPS to the main docs git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4293 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
70c7dbd486
commit
8011c37aa4
@ -57,7 +57,7 @@
|
||||
|
||||
<note>
|
||||
<para>Shorewall RPMs are signed. To avoid warnings such as the
|
||||
following<programlisting>warning: shorewall-3.0.1-1.noarch.rpm: V3 DSA signature: NOKEY, key ID 6c562ac4</programlisting></para>
|
||||
following<programlisting>warning: shorewall-3.2.1-1.noarch.rpm: V3 DSA signature: NOKEY, key ID 6c562ac4</programlisting></para>
|
||||
|
||||
<para>download the <ulink
|
||||
url="https://lists.shorewall.net/shorewall.gpg.key">Shorewall GPG
|
||||
@ -110,10 +110,10 @@
|
||||
</caution>
|
||||
|
||||
<note>
|
||||
<para>Some <trademark>SUSE</trademark> users have encountered
|
||||
a problem whereby rpm reports a conflict with kernel <= 2.2
|
||||
even though a 2.4 kernel is installed. If this happens, simply
|
||||
use the --nodeps option to rpm.</para>
|
||||
<para>Some <trademark>SUSE</trademark> users have encountered a
|
||||
problem whereby rpm reports a conflict with kernel <= 2.2 even
|
||||
though a 2.4 kernel is installed. If this happens, simply use the
|
||||
--nodeps option to rpm.</para>
|
||||
|
||||
<programlisting><filename><command>rpm -ivh --nodeps <shorewall rpm></command></filename></programlisting>
|
||||
</note>
|
||||
@ -123,7 +123,7 @@
|
||||
some distributions call this package iproute2 which will cause the
|
||||
installation of Shorewall to fail with the diagnostic:</para>
|
||||
|
||||
<programlisting>error: failed dependencies:iproute is needed by shorewall-2.2.x-1</programlisting>
|
||||
<programlisting>error: failed dependencies:iproute is needed by shorewall-3.2.x-1</programlisting>
|
||||
|
||||
<para>This problem should not occur if you are using the correct RPM
|
||||
package (see 1., above) but may be worked around by using the
|
||||
@ -149,9 +149,7 @@
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Enable startup by removing
|
||||
<filename>/etc/shorewall/startup_disabled</filename> (If you are
|
||||
running Shorewall 2.1.3 or later, edit
|
||||
<para>Enable startup by editing
|
||||
/<filename>etc/shorewall/shorewall.conf</filename> and set
|
||||
STARTUP_ENABLED to Yes).</para>
|
||||
</listitem>
|
||||
@ -176,7 +174,7 @@
|
||||
|
||||
<listitem>
|
||||
<para>cd to the shorewall directory (the version is encoded in the
|
||||
directory name as in <quote>shorewall-3.0.0</quote>).</para>
|
||||
directory name as in <quote>shorewall-3.2.1</quote>).</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
@ -242,9 +240,16 @@
|
||||
<para><command>apt-get install shorewall</command></para>
|
||||
|
||||
<para>To ensure that you are installing the latest version of Shorewall,
|
||||
please modify your <filename>/etc/apt/preferences </filename> file as
|
||||
described <ulink
|
||||
url="http://sourceforge.net/mailarchive/message.php?msg_id=13995291">here</ulink>.</para>
|
||||
please modify your <filename>/etc/apt/preferences: </filename><ulink
|
||||
url="http://sourceforge.net/mailarchive/message.php?msg_id=13995291"></ulink></para>
|
||||
|
||||
<para><programlisting>Package: shorewall
|
||||
Pin: release o=Debian,a=testing
|
||||
Pin-Priority: 700
|
||||
|
||||
Package: shorewall-doc
|
||||
Pin: release o=Debian,a=testing
|
||||
Pin-Priority: 700</programlisting></para>
|
||||
|
||||
<para><emphasis role="bold">Once you have completed configuring Shorewall,
|
||||
you can enable startup at boot time by setting startup=1 in
|
||||
@ -297,12 +302,11 @@
|
||||
package!</emphasis></para>
|
||||
|
||||
<para>The standard RPM package from shorewall.net and the mirrors is
|
||||
known to work with <trademark>SUSE</trademark>, Power PPC,
|
||||
Trustix and TurboLinux. There is also an RPM package provided by
|
||||
Simon Matter that is tailored for RedHat/Fedora and another
|
||||
package from Jack Coates that is customized for Mandriva. If you
|
||||
try to upgrade using the wrong package, it probably won't
|
||||
work.</para>
|
||||
known to work with <trademark>SUSE</trademark>, Power PPC, Trustix and
|
||||
TurboLinux. There is also an RPM package provided by Simon Matter that
|
||||
is tailored for RedHat/Fedora and another package from Jack Coates
|
||||
that is customized for Mandriva. If you try to upgrade using the wrong
|
||||
package, it probably won't work.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
@ -311,21 +315,20 @@
|
||||
<programlisting><command>rpm -Uvh <shorewall rpm file></command></programlisting>
|
||||
|
||||
<note>
|
||||
<para>Some <trademark>SUSE</trademark> users have encountered
|
||||
a problem whereby rpm reports a conflict with kernel <= 2.2
|
||||
even though a 2.4 kernel is installed. If this happens, simply
|
||||
use the --nodeps option to rpm.</para>
|
||||
<para>Some <trademark>SUSE</trademark> users have encountered a
|
||||
problem whereby rpm reports a conflict with kernel <= 2.2 even
|
||||
though a 2.4 kernel is installed. If this happens, simply use the
|
||||
--nodeps option to rpm.</para>
|
||||
|
||||
<programlisting><command>rpm -Uvh --nodeps <shorewall rpm></command></programlisting>
|
||||
</note>
|
||||
|
||||
<note>
|
||||
<para>Beginning with Shorewall 1.4.0, Shorewall is dependent on the
|
||||
iproute package. Unfortunately, some distributions call this package
|
||||
iproute2 which will cause the upgrade of Shorewall to fail with the
|
||||
diagnostic:</para>
|
||||
<para>Shorewall is dependent on the iproute package. Unfortunately,
|
||||
some distributions call this package iproute2 which will cause the
|
||||
upgrade of Shorewall to fail with the diagnostic:</para>
|
||||
|
||||
<programlisting>error: failed dependencies:iproute is needed by shorewall-1.4.0-1</programlisting>
|
||||
<programlisting>error: failed dependencies:iproute is needed by shorewall-3.2.1-1</programlisting>
|
||||
|
||||
<para>This may be worked around by using the --nodeps option of
|
||||
rpm.</para>
|
||||
@ -365,7 +368,7 @@
|
||||
|
||||
<listitem>
|
||||
<para>cd to the shorewall directory (the version is encoded in the
|
||||
directory name as in <quote>shorewall-3.0.1</quote>).</para>
|
||||
directory name as in <quote>shorewall-3.2.1</quote>).</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
@ -546,4 +549,4 @@ tar -xzvf /mnt/package2.lrp
|
||||
<para>See <quote><ulink url="fallback.htm">Fallback and
|
||||
Uninstall</ulink></quote>.</para>
|
||||
</section>
|
||||
</article>
|
||||
</article>
|
Loading…
Reference in New Issue
Block a user