From owner-freebsd-stable@FreeBSD.ORG Mon Nov 17 00:45:37 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D356316A4CF for ; Mon, 17 Nov 2003 00:45:37 -0800 (PST) Received: from cray.e-card.bg (mjak.e-card.bg [212.91.167.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E4B943F75 for ; Mon, 17 Nov 2003 00:45:36 -0800 (PST) (envelope-from altares@cray.e-card.bg) Received: from cray.e-card.bg (localhost [127.0.0.1]) by cray.e-card.bg (8.12.9/8.12.9) with ESMTP id hAH8jYS7028297 for ; Mon, 17 Nov 2003 10:45:34 +0200 (EET) (envelope-from altares@cray.e-card.bg) Received: (from altares@localhost) by cray.e-card.bg (8.12.9/8.12.9/Submit) id hAH8jWt5028296 for freebsd-stable@freebsd.org; Mon, 17 Nov 2003 10:45:32 +0200 (EET) Date: Mon, 17 Nov 2003 10:45:32 +0200 From: Rumen Telbizov To: freebsd-stable@freebsd.org Message-ID: <20031117084532.GA14432@e-card.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: 4.9 and Ctrl+C problem X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 08:45:38 -0000 Dear List, I've been upgrading a few servers to 4.9-STABLE recently. Some of them via cvsup from older versions and some of them via installing 4.9-RELEASE and then cvsuping to STABLE. In both cases I cannot send ctrl+c through ssh! If I am on the console there is no problem but if I am through a ptty obviously ctrl+c does not send the signal correctly. E.g. if I do tail -f /some/file.log I can not terminate it! Ctrl+Z works fine. Despite when my job is susspended I cannot kill pid. Instead I have to kill -9 pid. Is it related with the terminal? My /etc/ttys is default. Any comments are welcome. Thank you in advance. Rumen Telbizov