From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QP07n-0006l4-5N for garchives@archives.gentoo.org; Tue, 24 May 2011 22:30:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F0771C017; Tue, 24 May 2011 22:29:09 +0000 (UTC) Received: from mail-pv0-f181.google.com (mail-pv0-f181.google.com [74.125.83.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 0D48B1C017 for ; Tue, 24 May 2011 22:29:08 +0000 (UTC) Received: by pvg13 with SMTP id 13so4674935pvg.40 for ; Tue, 24 May 2011 15:29:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=gfto1DIxxt+EW/sJRFLEVF2rIm68zDXtwtFYDl7Xux4=; b=s6PNpuIieTCQiVQ6xOVN58ETJTl6QYLa8wMIaB1pAXj+P5n5Vy/YHcCgtzvaPsQS8s FaRumFBB4onB5UBlMF7pLii+gd4BJwq57EaiSNAAVQORAMmpXyAgRLkTKGEqlHCE5nDN 5CN2ZrrjzYS66OdyWXJ65KcJRLySAhKWoUZpM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=x4fQB369CqgRadXQFqnoNNNkfWkB7dQ5GxM7Cov+Z+5smYvcLLM2a3At6X929OFdzH tkVsWwKvB7DgWKBy/C9E1bclGr4uofvfHgEzfsPLSaMb1LfS9NHfgvn3n8ttK/NmDK6X yd0+3aNjYTPhYwPNmQzZ9dRMwEn4Qi6CrvjPU= Received: by 10.143.99.14 with SMTP id b14mr1149926wfm.254.1306276148168; Tue, 24 May 2011 15:29:08 -0700 (PDT) Received: from [10.0.2.15] (mail.ba-cam.com [64.245.64.242]) by mx.google.com with ESMTPS id s39sm7087558wfc.4.2011.05.24.15.29.06 (version=SSLv3 cipher=OTHER); Tue, 24 May 2011 15:29:06 -0700 (PDT) Message-ID: <4DDC3130.5020209@gmail.com> Date: Tue, 24 May 2011 15:29:04 -0700 From: Andy Wilkinson User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Ctrl+C not working over ssh? References: <4DDBE1A5.6000104@gmail.com> <20110524193800.GU20163@ns1.bonedaddy.net> In-Reply-To: <20110524193800.GU20163@ns1.bonedaddy.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: 4c6a549a91db7865e0431e80b89dce55 On 05/24/2011 12:38 PM, Todd Goodman wrote: > * Andy Wilkinson [110524 12:24]: >> I can't say for sure when this started, as I have gone a while without >> accessing my computer remotely much, but perhaps since my last upgrade >> (which may have included openrc), ctrl-c doesn't work over ssh. I have >> tested this from multiple workstations and even my droid, using >> different terminal emulators, and have got consistent results. >> >> I'm not even sure where to start looking. Googling didn't find me much >> (at least, not much that's current at all; 5 year-old ubuntu bugs aren't >> very useful), and I'm not sure at all what might be causing this. Could >> anyone here point me to something that might be causing this? >> >> Thanks, >> >> -Andy > I don't have any problems. What does 'stty -a' show for the intr= bit? > > Todd > $ stty -a speed 38400 baud; rows 23; columns 80; line = 0; intr = ^C; ... Which looks right, but when I try to use Ctrl-C, this happens: $ ping localhost PING localhost (127.0.0.1) 56(84) bytes of data. 64 bytes from localhost (127.0.0.1): icmp_req=1 ttl=64 time=0.037 ms ^C64 bytes from localhost (127.0.0.1): icmp_req=2 ttl=64 time=0.032 ms ^C^C^C64 bytes from localhost (127.0.0.1): icmp_req=3 ttl=64 time=0.032 ms ^C^C^C^C^C^C64 bytes from localhost (127.0.0.1): icmp_req=4 ttl=64 time=0.034 ms ^C^C^C^C^C^C64 bytes from localhost (127.0.0.1): icmp_req=5 ttl=64 time=0.032 ms ^Z This does NOT happen locally: from a console or terminal at the machine, I can interrupt just fine. Ctrl-Z does//work over ssh. Thanks, -Andy