From owner-cvs-all Wed Dec 25 1:21: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 723A537B406; Wed, 25 Dec 2002 01:21:01 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3080143EA9; Wed, 25 Dec 2002 01:21:01 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 1C2112A8A5; Wed, 25 Dec 2002 01:21:01 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Dmitry Morozovsky Cc: Gordon Tetlow , "Michael C . Wu" , "" , "" Subject: Re: cvs commit: CVSROOT modules In-Reply-To: <20021224130844.H66212@woozle.rinet.ru> Date: Wed, 25 Dec 2002 01:21:01 -0800 From: Peter Wemm Message-Id: <20021225092101.1C2112A8A5@canning.wemm.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dmitry Morozovsky wrote: > On Mon, 23 Dec 2002, Peter Wemm wrote: > > PW> > > PR: 41701d by signal 2. > PW> > ^^^^^^^^^^^^^^ > PW> > Anyone know how that snuck in there? > PW> > PW> Good question. I suspect a cut/paste glitch, because signal 2 is: > PW> #define SIGINT 2 /* interrupt */ > PW> > PW> You cant send SIGINT to the cvs server on repoman.. it only can get a > PW> SIGPIPE. > > I think it's tail of 'Terminated by signal 2' by ssh ;-) Sure, but I'm not sure how the SIGINT is propagating across the pipe in non-tty mode. There should be no job control or tty signals involved at all on the repo server.. Note "should" - I haven't actually read the code.. sshd could be doing something I'm not expecting. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message