Add new errata.
This commit is contained in:
parent
31ac2342f8
commit
5e832eedbd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=2645
2 changed files with 34 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$Date: 1998-03-26 10:10:49 $">
|
||||
<!ENTITY date "$Date: 1998-04-05 02:25:08 $">
|
||||
<!ENTITY title "FreeBSD 2.2.6 Errata Notes">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: errata.sgml,v 1.2 1998-03-26 10:10:49 jkh Exp $ -->
|
||||
<!-- $Id: errata.sgml,v 1.3 1998-04-05 02:25:08 jkh Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -71,6 +71,21 @@ the root filesystem will not be marked clean at the next reboot.
|
|||
This change should be made as soon as the upgraded system has been
|
||||
successfully rebooted.
|
||||
|
||||
|
||||
o The ppp program fails to work, citing a missing shared library
|
||||
called "libdes.so.3.0".
|
||||
|
||||
Fix: There are two possible fixes: The first and easiest fix is to
|
||||
simply install the des distribution with /stand/sysinstall, remembering
|
||||
to pick a site that will allow you to export it if you're outside
|
||||
the United States and Canada (ftp.freebsd.org and ftp.internat.freebsd.org
|
||||
both fall into this category). The second fix, which doesn't involve
|
||||
having to fetch DES bits, is to install the ppp sources in
|
||||
/usr/src/usr.sbin/ppp and rebuild them. The sources are "smart" enough
|
||||
to know that the DES library isn't on the system and won't create a
|
||||
binary which depends on it. Note: If you choose the latter fix, you also
|
||||
will not be able to use MSCHAP (Microsoft Win*) style authentication.
|
||||
|
||||
</pre>
|
||||
|
||||
&footer;
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$Date: 1998-03-26 10:10:49 $">
|
||||
<!ENTITY date "$Date: 1998-04-05 02:25:08 $">
|
||||
<!ENTITY title "FreeBSD 2.2.6 Errata Notes">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: errata.sgml,v 1.2 1998-03-26 10:10:49 jkh Exp $ -->
|
||||
<!-- $Id: errata.sgml,v 1.3 1998-04-05 02:25:08 jkh Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -71,6 +71,21 @@ the root filesystem will not be marked clean at the next reboot.
|
|||
This change should be made as soon as the upgraded system has been
|
||||
successfully rebooted.
|
||||
|
||||
|
||||
o The ppp program fails to work, citing a missing shared library
|
||||
called "libdes.so.3.0".
|
||||
|
||||
Fix: There are two possible fixes: The first and easiest fix is to
|
||||
simply install the des distribution with /stand/sysinstall, remembering
|
||||
to pick a site that will allow you to export it if you're outside
|
||||
the United States and Canada (ftp.freebsd.org and ftp.internat.freebsd.org
|
||||
both fall into this category). The second fix, which doesn't involve
|
||||
having to fetch DES bits, is to install the ppp sources in
|
||||
/usr/src/usr.sbin/ppp and rebuild them. The sources are "smart" enough
|
||||
to know that the DES library isn't on the system and won't create a
|
||||
binary which depends on it. Note: If you choose the latter fix, you also
|
||||
will not be able to use MSCHAP (Microsoft Win*) style authentication.
|
||||
|
||||
</pre>
|
||||
|
||||
&footer;
|
||||
|
|
Loading…
Reference in a new issue