From bbf87b35cec0961d7341d054ba7a6c39a67cb36e Mon Sep 17 00:00:00 2001 From: Jesus Rodriguez Cuesta Date: Tue, 3 Aug 1999 15:08:42 +0000 Subject: [PATCH] Update to latest errata --- es/releases/3.2R/errata.sgml | 41 ++++++++++++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 2 deletions(-) diff --git a/es/releases/3.2R/errata.sgml b/es/releases/3.2R/errata.sgml index 3a8f5caece..159a655260 100644 --- a/es/releases/3.2R/errata.sgml +++ b/es/releases/3.2R/errata.sgml @@ -1,10 +1,10 @@ - + %includes; ]> - + &header; @@ -32,6 +32,43 @@ Current active security advisories for 3.2: None ---- System Update Information: +o The compat20 and compat21 distributions install themselves into + /usr/lib/compat. The compat20/compat21 distributions are a.out libraries, + thus they should live in /usr/lib/compat/aout to match the + "ldconfig_paths_aout" configuration in /etc/defaults/rc.conf. + +Fix: cd /usr/lib/compat + mkdir -p aout + mv lib*.so.*.* aout + +o /usr/bin/gdb crashes when debugging core files from static programs + +Fix: This was corrected in revision 1.3.2.2 of solib.c. Obtain the fixed + version via CVSup (see instructions in handbook) or apply the patch + from our CVSweb service. + +o While booting the install floppy, user sees the following message + and nothing seems to happen, nor can anything be entered from the keyboard: + + Keyboard: no + +Fix: Due to a lack of space, full support for old XT/AT (84-key) keyboards + is no longer available in the bootblocks. Some notebook computers may + also have this type of keyboard and if you are still using this kind of + hardware, you will see the above message about no keyboard being found + when you boot from an installation CD-ROM or floppy. + + As soon as you see the message, hit the space bar and you will see + the following prompt: + + >> FreeBSD/i386 BOOT + Default: x:xx(x,x)/boot/loader + boot: + + Then enter `-Dh', and things should proceed normally with your keyboard + type. This only happens once at initial installation time and will + not be a problem afterwards. +

Release Home &footer;