From owner-freebsd-stable@FreeBSD.ORG Thu Mar 25 09:00:44 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 E547216A4CE for ; Thu, 25 Mar 2004 09:00:44 -0800 (PST) Received: from mail.oplnk.net (smtp.oplink.net [216.90.3.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id C731943D46 for ; Thu, 25 Mar 2004 09:00:44 -0800 (PST) (envelope-from mhx@oplink.net) Received: from localhost (localhost [127.0.0.1]) by mail.oplnk.net (Postfix) with ESMTP id E5D173775B; Thu, 25 Mar 2004 10:59:41 -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 02436-05; Thu, 25 Mar 2004 10:59:41 -0600 (CST) Received: from ry (boosted.oplink.net [209.176.49.220]) by mail.oplnk.net (Postfix) with SMTP id 97300355FB; Thu, 25 Mar 2004 10:59:41 -0600 (CST) Message-ID: <000501c4128a$bc035ba0$0200000a@ry> From: "Ryan Pekarik" To: References: <001e01c41218$cbf0af80$0200000a@ry> Date: Thu, 25 Mar 2004 11:00:54 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit 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 cc: Rumen Telbizov Subject: Re: 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 17:00:45 -0000 I fixed it myself, here is the fix: make sure you have sshd_enable="YES" in your /etc/rc.conf If you do not have it in there your tail will not work properly I have sent in the bug report to fbsd as well. Thanks, Ryan ----- Original Message ----- From: Ryan Pekarik To: freebsd-stable@freebsd.org Sent: Wednesday, March 24, 2004 9:25 PM Subject: freebsd 4.9 stable tail wont CTRL C 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. any fixes? Thanks Ryan _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscribe@freebsd.org