From owner-freebsd-stable@FreeBSD.ORG Wed Mar 24 19:25:13 2004 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 572F916A4CE for ; Wed, 24 Mar 2004 19:25:13 -0800 (PST) Received: from mail.oplnk.net (smtp.oplink.net [216.90.3.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B75C43D2F for ; Wed, 24 Mar 2004 19:25:13 -0800 (PST) (envelope-from mhx@oplink.net) Received: from localhost (localhost [127.0.0.1]) by mail.oplnk.net (Postfix) with ESMTP id 9C21038234 for ; Wed, 24 Mar 2004 21:24:10 -0600 (CST) Received: from mail.oplnk.net ([127.0.0.1]) by localhost (mail [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22095-04 for ; Wed, 24 Mar 2004 21:24:10 -0600 (CST) Received: from ry (boosted.oplink.net [209.176.49.220]) by mail.oplnk.net (Postfix) with SMTP id 9A48938238 for ; Wed, 24 Mar 2004 21:24:07 -0600 (CST) Message-ID: <001e01c41218$cbf0af80$0200000a@ry> From: "Ryan Pekarik" To: Date: Wed, 24 Mar 2004 21:25:18 -0600 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-and-Spam-Scanned: by oplink.net email shield Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: freebsd 4.9 stable tail wont CTRL C 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: Thu, 25 Mar 2004 03:25:13 -0000 I've been upgrading a few servers to 4.9-STABLE recently.=20 Some of them via cvsup from older versions and some of=20 them via installing 4.9-RELEASE and then cvsuping to STABLE.=20 In both cases I cannot send ctrl+c through ssh!=20 If I am on the console there is no problem but if I am=20 through a ptty obviously ctrl+c does not send the=20 signal correctly.=20 E.g. if I do tail -f /some/file.log I can not terminate it!=20 Ctrl+Z works fine. Despite when my job is susspended=20 I cannot kill pid. Instead I have to kill -9 pid.=20 any fixes? Thanks Ryan