From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28587 invoked by alias); 16 Aug 2012 13:50:05 -0000 Received: (qmail 28322 invoked by uid 22791); 16 Aug 2012 13:50:00 -0000 X-SWARE-Spam-Status: No, hits=-5.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-yx0-f175.google.com (HELO mail-yx0-f175.google.com) (209.85.213.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 16 Aug 2012 13:49:47 +0000 Received: by yenm1 with SMTP id m1so3029188yen.20 for ; Thu, 16 Aug 2012 06:49:44 -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 :subject:content-type:content-transfer-encoding:x-gm-message-state; bh=FFZXQVQafhtX4vaYOxEoTFSCFdk95SJgZx/1jLvKfVU=; b=KOW2caVLEzGvHn9Y+xvNwZ3VerL3MpHUsrXp6hgK2iz36bThnt3k5ivAwPqxbEYT8N 3InU2SGvkKtRyPJLZwZ1tRqVmv2vZ8cF5jyiuyJIuwjztDJ4fyiCtYoCgPYh49Xpi8gO lsUqxCvQy+7KKEWzFCENmXfHvvuo6fGUHpStIQYyFnprk1ICYMCcBxbRpJFjErWMW1cJ dqYsEsQVgjQHQ/owHfy4C6/Ya50JGmFrZ7Vl4JlQAC0Vvb2SlGl6ntu9+xuyBLRA5CRl xPyq9XMHefo3O8pdygf0tooaP3YfGt00cAnUWQ8Djm/4DrAriluAhkzzDrOb62diFvXr Zyyg== Received: by 10.101.60.16 with SMTP id n16mr434463ank.16.1345124984624; Thu, 16 Aug 2012 06:49:44 -0700 (PDT) Received: by 10.101.60.16 with SMTP id n16mr434456ank.16.1345124984334; Thu, 16 Aug 2012 06:49:44 -0700 (PDT) Received: from dnovillo-macbookpro.local ([172.26.41.229]) by mx.google.com with ESMTPS id e16sm4165183ani.22.2012.08.16.06.49.42 (version=SSLv3 cipher=OTHER); Thu, 16 Aug 2012 06:49:43 -0700 (PDT) Message-ID: <502CFA76.3010103@google.com> Date: Thu, 16 Aug 2012 13:50:00 -0000 From: Diego Novillo User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: overseers@gcc.gnu.org Subject: Frequent 'connection reset by peer' messages from the git server Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQmeCazetbIC54HJNJMUQ/FpAPseIqf3S4sMAqApW12J2BN+RTtY1GCZd+HLdWbmsmqRHYVJE6zbURfjRrsGo8UDDnB99uPtNW4uzIT9kn4WMHk2ahyg4cROq4OeoXxuHJBvUSI6odaTgu4R0lMll9Bo2OQB31M3SYAJDThJi5R9jetyUwheg0dXAxCP5XuU6pOft9FI/lWQxQQTwB6eoQA6xqI6x4opG40GeSYt809kO7D7y6M= 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-q3/txt/msg00069.txt.bz2 I've been getting into this situation quite a bit recently: $ git pull fatal: read error: Connection reset by peer $ git remote -v origin git://gcc.gnu.org/git/gcc.git (fetch) origin git://gcc.gnu.org/git/gcc.git (push) Is the machine too overloaded or the server too restricted in how many connections it can serve? Thanks. Diego.