From owner-freebsd-current Mon Jan 6 16:16:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id QAA14273 for current-outgoing; Mon, 6 Jan 1997 16:16:57 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id QAA14265 for ; Mon, 6 Jan 1997 16:16:53 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id LAA29871; Tue, 7 Jan 1997 11:15:21 +1100 Date: Tue, 7 Jan 1997 11:15:21 +1100 From: Bruce Evans Message-Id: <199701070015.LAA29871@godzilla.zeta.org.au> To: freebsd-current@FreeBSD.org, j@uriah.heep.sax.de Subject: Re: 2.2-BETA comments Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >> Humm... I usually use the EHS to telnet to my mail system and read >> some mail while waiting for install to complete. Curiously, I didn't >> try it while my last installation of 2.2 BETA. > >This could have worked as well. What seems to be broken is the >intermittant use of single, short-term commands, mixed with keeping >the shell idle for long periods of time. It works initially, but as >soon as the system gets a little more busy (or whatever might trigger >that problem, i haven't found out yet), it suddenly stops working. Does it still use gzipped executables? There seem to be some bugs in imgact_gzip.c involving use of bcopy instead of copyin/out. Bruce