From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: git pull fails from elpa.gnu.org Date: Tue, 03 Dec 2019 10:58:37 -0500 Message-ID: References: <87lfrwflh2.fsf@hase.home> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="109666"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 03 17:12:58 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1icAnJ-000SMB-OF for ged-emacs-devel@m.gmane.org; Tue, 03 Dec 2019 17:12:57 +0100 Original-Received: from localhost ([::1]:55572 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1icAnH-0000uu-K6 for ged-emacs-devel@m.gmane.org; Tue, 03 Dec 2019 11:12:56 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57602) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1icAa0-00045c-3q for emacs-devel@gnu.org; Tue, 03 Dec 2019 10:59:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1icAZs-0005gP-3Z for emacs-devel@gnu.org; Tue, 03 Dec 2019 10:59:06 -0500 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:37493) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1icAZl-0005X6-UT for emacs-devel@gnu.org; Tue, 03 Dec 2019 10:58:59 -0500 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id E8E0B44A619; Tue, 3 Dec 2019 10:58:54 -0500 (EST) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 4699B44A5FE; Tue, 3 Dec 2019 10:58:53 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1575388733; bh=ABbMHKRQ2ypquTOJXQTwIOKYJbgKDFB6OqCw9o5KBMk=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=DvjGupJncXIt1fMTYNbxjFtWtN5dLo4vUovWIPkI1+jayLVbzvDWKNWzi3EnQiHjG bjW2x+0zTRxIKSLsLhP+Ity8xDhUhOCswTPF4bjjgHsvrKs5vQk1djV2dsS09RxzqA WFF0fFFDRoKoOhDygP4dYQUE2/MJmO7Kue7sCRPbQaoZ9bCVNbCXEJOfqmx1sLrrpC 0wIA2KmIstHWw3os50DoMZcPu4/4HCseQlkj1ojliyfwyh2zTOY943GduHpW8lJWke tJh8ZSyUxchv0C4Oa6SpSZF+K19b3mfUCfjt05dB50KXGG756AlrpjQ6zPAMNRne7J gzqPhyk/Jw46g== Original-Received: from alfajor (unknown [45.72.228.205]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 16B7D1210EB; Tue, 3 Dec 2019 10:58:53 -0500 (EST) In-Reply-To: <87lfrwflh2.fsf@hase.home> (Andreas Schwab's message of "Sun, 01 Dec 2019 10:23:21 +0100") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 132.204.25.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:243053 Archived-At: >> The cron job on elpa.gnu.org is having trouble that I don't understand. >> More specifically, it does: >> >> + cd ../elpa >> + git pull >> fatal: unable to access 'https://git.savannah.gnu.org/r/emacs/elpa/': The >> requested URL returned error: 502 >> >> The weird thing is that when I ssh into elpa.gnu.org and run the exact >> same command, the `git pull` works without a hitch. > Perhaps a transient error on the server. It runs twice daily and failed systematically on both runs for more than a week, whereas it has succeeded every time I ran it manually. > Have you tried using a different time to run the cron job? Not yet, but it's worth a try, Stefan