From: Andreas Schulz Date: Sun, 20 Mar 1994 18:04:18 +0000 (+0000) Subject: Next try to get a bug description about find and awk into the KNOWNBUGS. X-Git-Tag: FreeBSD-release/1.1.5~1137 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/48e7d94cd9efd3fda004d89b35e819dc54971631 Next try to get a bug description about find and awk into the KNOWNBUGS. --- diff --git a/KNOWNBUGS b/KNOWNBUGS index 2ecef8187d..9299e8f2c4 100644 --- a/KNOWNBUGS +++ b/KNOWNBUGS @@ -26,6 +26,10 @@ keyboard problems. machine off the network. (Though the machine will continue to run with no network facilities) + Workaround: Try a "ifconfig ep0 down" and a "ifconfig ep0 up" + to get it running again. + + /sys/i386/boot DO NOT ATTEMPT TO REBUILD THE BOOT BLOCKS. There is currently a problem in that the boot block code has grown and if you build @@ -54,4 +58,14 @@ keyboard problems. temporarily remove your extra memory and contact Buslogic for an upgrade. -$Id: KNOWNBUGS,v 1.7 1994/02/22 22:34:52 rgrimes Exp $ +/usr/bin/find + find doesn't work on CDROM's. You need to call find with the + "fstype isofs" argument to get it working. The bug seems to be + in the "fts(3)" routines that find uses. + +/usr/bin/awk + awk dumps core for the following command line "awk '' blubber". + Problem is already known by the gawk maintainers and will be fixed + in the next release of gawk. + +$Id: KNOWNBUGS,v 1.8 1994/03/20 00:22:07 jkh Exp $