From owner-freebsd-questions@FreeBSD.ORG Sat Oct 30 17:17:58 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2B9C16A4F1 for ; Sat, 30 Oct 2004 17:17:58 +0000 (GMT) Received: from nightmare.dreamchaser.org (nightmare.dreamchaser.org [12.32.36.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5700B43D39 for ; Sat, 30 Oct 2004 17:17:56 +0000 (GMT) (envelope-from garya@Dreamchaser.org) Received: from [12.32.36.74] (imagination.dreamchaser.org. [12.32.36.74]) i9UHHn7l037197; Sat, 30 Oct 2004 11:17:50 -0600 (MDT) (envelope-from garya@Dreamchaser.org) Message-ID: <4183CCC4.5000201@Dreamchaser.org> Date: Sat, 30 Oct 2004 11:17:56 -0600 From: Gary Aitken User-Agent: Mozilla Thunderbird 0.7.3 (X11/20041030) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Matthew Seaman References: <4183B27D.4040505@Dreamchaser.org> <20041030160418.GA37276@happy-idiot-talk.infracaninophile.co.uk> <4183C753.9050702@Dreamchaser.org> In-Reply-To: <4183C753.9050702@Dreamchaser.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.3 (nightmare.dreamchaser.org [12.32.36.73]); Sat, 30 Oct 2004 11:17:53 -0600 (MDT) cc: questions@freebsd.org Subject: Re: oops... sysinstall from X X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2004 17:17:58 -0000 Ahhh. Figured out what it was. I had run the make and piped it into tee to have a hard copy of the log. Apparently something about the pipe screws up the input. The log is full of vty escape sequences, obviously from the screen painting. Seems like this is a bug of sorts. Not sure the screen painting should go to the log, and the keyboard problem is obviously a problem. Gary