From owner-freebsd-current Wed Oct 2 15:25:53 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 9B75E37B401 for ; Wed, 2 Oct 2002 15:25:51 -0700 (PDT) Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id A570C43E4A for ; Wed, 2 Oct 2002 15:25:47 -0700 (PDT) (envelope-from mi+mx@aldan.algebra.com) Received: from misha.murex.com (250-217.customer.cloud9.net [168.100.250.217]) by corbulon.video-collage.com (8.12.2/8.12.2) with ESMTP id g92MPi1P060759 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=FAIL) for ; Wed, 2 Oct 2002 18:25:45 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) X-Authentication-Warning: corbulon.video-collage.com: Host 250-217.customer.cloud9.net [168.100.250.217] claimed to be misha.murex.com Content-Type: text/plain; charset="us-ascii" From: Mikhail Teterin Organization: Virtual Estates, Inc. To: current@FreeBSD.org Subject: hack(6) does not run in xterm! Date: Wed, 2 Oct 2002 18:27:29 -0400 User-Agent: KMail/1.4.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200210021827.29377.mi+mx@aldan.algebra.com> X-Scanned-By: MIMEDefang 2.15 (www dot roaringpenguin dot com slash mimedefang) 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 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