From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by sourceware.org (Postfix) with ESMTP id 750123860C37 for ; Wed, 24 Mar 2021 19:53:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 750123860C37 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-558-AoHVNE6xPz-ob76VCH4hFA-1; Wed, 24 Mar 2021 15:53:44 -0400 X-MC-Unique: AoHVNE6xPz-ob76VCH4hFA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 3D3951966322; Wed, 24 Mar 2021 19:53:43 +0000 (UTC) Received: from redhat.com (ovpn-113-48.phx2.redhat.com [10.3.113.48]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 118AD866CD; Wed, 24 Mar 2021 19:53:43 +0000 (UTC) Received: from fche by redhat.com with local (Exim 4.94) (envelope-from ) id 1lP9ZU-0002vs-8H; Wed, 24 Mar 2021 15:53:40 -0400 Date: Wed, 24 Mar 2021 15:53:40 -0400 From: "Frank Ch. Eigler" To: Overseers mailing list Cc: overseers@gcc.gnu.org, John David Anglin Subject: Re: git access from 132.246.10.86 (hiauly3.hia.nrc.ca) Message-ID: <20210324195340.GI1619@redhat.com> References: <4c672346-fdad-610c-b711-143abe0a6148@bell.net> MIME-Version: 1.0 In-Reply-To: <4c672346-fdad-610c-b711-143abe0a6148@bell.net> User-Agent: Mutt/1.12.0 (2019-05-25) X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-6.7 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: overseers@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Overseers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Mar 2021 19:53:50 -0000 Hi - > A couple of days ago, git stopped working to clone or pull gcc to 132.246.10.86.  I see the following error: > > -bash-4.4$ git pull --verbose > Looking up gcc.gnu.org ... done. > Connecting to gcc.gnu.org (port 9418) ... 8.43.85.97 done. > fatal: read error: Connection reset by peer I don't see any recent attempts from that host in any of the logs. I have a tcpdump running for a little while, could you try right now? Is it possible that your ISP is interfering with this traffic? (You can use https:// git urls too.) - FChE