From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17908 invoked by alias); 28 Mar 2012 16:35:15 -0000 Received: (qmail 17827 invoked by uid 22791); 28 Mar 2012 16:35:13 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_LOW,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-qc0-f175.google.com (HELO mail-qc0-f175.google.com) (209.85.216.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 28 Mar 2012 16:35:01 +0000 Received: by qcso7 with SMTP id o7so788907qcs.20 for ; Wed, 28 Mar 2012 09:35:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:organization:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding:x-gm-message-state; bh=ZgmlQme+ClHvHGDRVqn0u+dTH6V2lBWvuBjpkBD7NKM=; b=a9m54PbpFevc1I/4cHH5RzqbgNmOH+hxS8qKWX31gJdhLuOv6fR/DYMhXtAN5oWLD1 zDvNy/GSc+2tscJGr5O9WVZBbgvpMtBLG/vATDC8yfgmPyWq/nnITeQJM3xsp71LRyJc CWcUyDlLr5YIrjLuTdJ0PNWj66GOnsNmN8MEbPLciaMOzK3H6ZXHYylSN/YEfFP+/4As ZtGT119iuitcgh3i6wF39ABVNI6015Oca+3NFx9pRyNhUf7HhJuuw1fMrnzdl3NH0npq 0ABDlWmABLonYHxMB4VaGJU4Mvh8cw3UYzU4AQOGIVls/RifT/0NOI3HUy8JF3PJOALB XhGg== Received: by 10.224.116.5 with SMTP id k5mr14282373qaq.19.1332952498714; Wed, 28 Mar 2012 09:34:58 -0700 (PDT) Received: by 10.224.116.5 with SMTP id k5mr14282130qaq.19.1332952496080; Wed, 28 Mar 2012 09:34:56 -0700 (PDT) Received: from dnovillo-macbookpro.local ([72.14.228.1]) by mx.google.com with ESMTPS id fo9sm7307919qab.21.2012.03.28.09.34.54 (version=SSLv3 cipher=OTHER); Wed, 28 Mar 2012 09:34:54 -0700 (PDT) Message-ID: <4F733DAD.5050702@google.com> Date: Wed, 28 Mar 2012 16:35:00 -0000 From: Diego Novillo User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:11.0) Gecko/20120313 Thunderbird/11.0 MIME-Version: 1.0 To: "Frank Ch. Eigler" CC: Jim Meyering , overseers@gcc.gnu.org Subject: Re: Getting connection reset messages on git operations References: <4F733AB4.7050007@google.com> <87398su204.fsf@rho.meyering.net> <20120328163223.GE4954@elastic.org> In-Reply-To: <20120328163223.GE4954@elastic.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQmJ1CiEhKiKIRnnwECS8UtfiAh5HHMsxQdcQNTkyDSevpdFUeye4alBw9NaFuCAXszKlU5nfz4zAwTcKC+5zgeoFuO69Q05vvve+b1uV/l31UGrcZTsrh+ARTYZaFi0Ulh9j3HPYOm9tCAJMyhFNA3g3rFUBqgBI9IwiHLQIscoxo8CB4k= Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org X-SW-Source: 2012-q1/txt/msg00124.txt.bz2 On 3/28/12 12:32 PM, Frank Ch. Eigler wrote: > I stopped a bunch of cygwin/upset scripts, which seemed to be > running unintentionally concurrently, bogging the machine down. > Please try again and let me know iff the problem persists. Thanks Frank. That fixed the problem for me. Diego.