From owner-freebsd-current Wed Oct 2 16: 6:58 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 808A837B401 for ; Wed, 2 Oct 2002 16:06:56 -0700 (PDT) Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE0AC43E6E for ; Wed, 2 Oct 2002 16:06:55 -0700 (PDT) (envelope-from adam@blacktabby.org) Received: from emmenthaler.blacktabby.org ([12.240.109.159]) by sccrmhc02.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021002230655.PMUQ27763.sccrmhc02.attbi.com@emmenthaler.blacktabby.org>; Wed, 2 Oct 2002 23:06:55 +0000 Received: from cheshire.blacktabby.org (cheshire.blacktabby.org [192.168.1.198]) by emmenthaler.blacktabby.org (Postfix) with SMTP id AA7A13B78; Wed, 2 Oct 2002 16:06:50 -0700 (PDT) Date: Wed, 2 Oct 2002 16:06:50 -0700 From: Adam Kranzel To: Mikhail Teterin Cc: current@FreeBSD.org Subject: Re: hack(6) does not run in xterm! Message-Id: <20021002160650.774fbcec.adam@blacktabby.org> In-Reply-To: <200210021827.29377.mi+mx@aldan.algebra.com> References: <200210021827.29377.mi+mx@aldan.algebra.com> X-Mailer: Sylpheed version 0.8.3 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 2 Oct 2002 18:27:29 -0400 Mikhail Teterin wrote: > Just noticed on my > > FreeBSD 5.0-CURRENT #0: Thu Sep 26 11:07:24 EDT 2002 > > % hack > Terminal must backspace. > > Here is the end of the ktrace: > > [...] > 41386 hack RET break 0 > 41386 hack CALL break(0x8089000) > 41386 hack RET break 0 > 41386 hack CALL ioctl(0x1,TIOCGETA,0xbfbff6a0) > 41386 hack RET ioctl 0 > 41386 hack CALL ioctl(0x1,TIOCGETA,0xbfbff660) > 41386 hack RET ioctl 0 > 41386 hack CALL ioctl(0x1,TIOCGWINSZ,0xbfbff6c0) > 41386 hack RET ioctl 0 > 41386 hack CALL ioctl(0,TIOCSETP,0x807eeac) > 41386 hack RET ioctl 0 > 41386 hack CALL ioctl(0,TIOCSLTC,0x807e534) > 41386 hack RET ioctl 0 > 41386 hack CALL write(0x1,0x807e5a0,0x19) > 41386 hack GIO fd 1 wrote 25 bytes > "Terminal must backspace. > " > 41386 hack RET write 25/0x19 > 41386 hack CALL exit(0x1) > > On my system at home: > > FreeBSD 5.0-CURRENT #0: Mon Aug 19 00:18:21 EDT 2002 > > it still works... If I setenv TERM to cons25 in xterm, it will come > up too... > > -mi > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > Slash'EM (0.0.6E4F8) and Nethack (3.4.0) die with the same error. It's something broken in Termcap, as copying Termcap and Termcap.db over from a -STABLE (4.6-stable of August 19th 2002) box makes them work again. Any info I can supply to help fix this, let me know. -Adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message