From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.1 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.1 Received: from mail-qt1-x831.google.com (mail-qt1-x831.google.com [IPv6:2607:f8b0:4864:20::831]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 3CE081F453 for ; Tue, 30 Oct 2018 15:38:11 +0000 (UTC) Received: by mail-qt1-x831.google.com with SMTP id d14-v6so13985276qto.4 for ; Tue, 30 Oct 2018 08:38:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=FOMLSny4uZ+Y0E6HEBmyvZpm3jqk7MQOK7DKdlKRldk=; b=dy5PxPzg5+eT4M21gzartnhEFg1mr+myNOvX1XOwRUMTf+cUX0EPLYt1g47zMLKYpN QZrX9mD+drabubNP4+eFzCsRkD/70toR4quzHNAirPkH1VhhIxI2gpJLPehEw4gcuC2K MDL0rH480PM2GrC/TV+MS7YMcyw/FBEd+Tc08= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=FOMLSny4uZ+Y0E6HEBmyvZpm3jqk7MQOK7DKdlKRldk=; b=l5iFxag2QM/ng7BZaygxpLp+1zvB1YmJUbx+fMMKGqTU8scJYijFS1FkdVgJizNdjz nWMEc06hlS0IrtRYaPRtoQaFWZU+keEurUcaD2H3ZY1rtuAnT+8KS+RNxBwKMNBi3B1A idCJrMAbmA6UuTRnIVW9Gg3yXqu+sar1o3hhifK5FukiDiLhbKByGy1a3RB0LtrsmY69 AZjcRu7qzj63J0fKUq5IEZg3qomPAqpXMaHsKL5nRTxUUCj4uGFZK6CkcNTmjZ4LjUox GbeQzzSoJTCTL4qp6Z9mkgOWqxzos9ukUNsAayFsEcscLbDiMIpn1bvx8UIt3+T/UA7+ YF6w== X-Gm-Message-State: AGRZ1gKhDc3r0ybTbi+dvqRdPPGnIm0X/fHLUFMn6yv4PZu1DMVUKhgZ 9taac2eSiqGIC1h/W462/1NrTg== X-Google-Smtp-Source: AJdET5epdj9iF3Gip94/A85W44SK2LT0vtCIP6PkP1LHkqUXY/D2efbmH95BSSuD67/iih5wxdQiug== X-Received: by 2002:a0c:92c3:: with SMTP id c3mr17435090qvc.12.1540913890036; Tue, 30 Oct 2018 08:38:10 -0700 (PDT) Received: from pure.paranoia.local ([185.232.22.59]) by smtp.gmail.com with ESMTPSA id y42-v6sm10824967qty.42.2018.10.30.08.38.09 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 30 Oct 2018 08:38:09 -0700 (PDT) Date: Tue, 30 Oct 2018 11:38:06 -0400 From: Konstantin Ryabitsev To: Yaron Scheffer Cc: "meta@public-inbox.org" Subject: Re: Corrupted lkml repo? Message-ID: <20181030153806.GB9025@pure.paranoia.local> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) List-Id: On Tue, Oct 30, 2018 at 03:55:23AM +0000, Yaron Scheffer wrote: > > Several attempts spread over several days to git clone > > https://lore.kernel.org/lkml/0 > > The process fails with the error "server hung up > unexpectedly", at right about the 100% mark. > > Is anyone else seeing this? You're hitting a timeout on the AWS side of things that we can't extend. Please clone from our mirror instead: https://git.kernel.org/pub/scm/public-inbox/vger.kernel.org/lkml/ Regards, -K