From debbugs-submit-bounces@debbugs.gnu.org Sun May 28 15:54:27 2017 Received: (at submit) by debbugs.gnu.org; 28 May 2017 19:54:27 +0000 Received: from localhost ([127.0.0.1]:42054 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dF4Gg-0006s1-Su for submit@debbugs.gnu.org; Sun, 28 May 2017 15:54:27 -0400 Received: from eggs.gnu.org ([208.118.235.92]:57838) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dF4Ge-0006rl-Ow for submit@debbugs.gnu.org; Sun, 28 May 2017 15:54:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dF4GY-0005tc-TO for submit@debbugs.gnu.org; Sun, 28 May 2017 15:54:19 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:54951) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dF4GY-0005tU-QM for submit@debbugs.gnu.org; Sun, 28 May 2017 15:54:18 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48808) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dF4GX-0002pu-JS for bug-guix@gnu.org; Sun, 28 May 2017 15:54:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dF4GW-0005t6-Mc for bug-guix@gnu.org; Sun, 28 May 2017 15:54:17 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:49073) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dF4GW-0005t2-JY for bug-guix@gnu.org; Sun, 28 May 2017 15:54:16 -0400 Received: from [2604:6000:1010:176:da4d:3352:bae5:f50e] (port=54546 helo=escafil) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dF4GW-00034B-4Z for bug-guix@gnu.org; Sun, 28 May 2017 15:54:16 -0400 From: Ian Dunn To: bug-guix@gnu.org Subject: FTP doesn't time out on ftp.ciril.fr Date: Sun, 28 May 2017 15:53:06 -0400 Message-ID: <87fufowyfx.fsf@escafil> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Some of the perl links from cpan aren't up to date, so guix will try to cycle through its mirrors. The problem is that the second one is ftp.ciril.fr, which doesn't time out (or if it does, not for at least 30 minutes). For example, here's the result of "guix build perl-datetime": Starting download of /gnu/store/mc2xj0cga6a25zv2f73hbm44y1kyxa5y-DateTime-1.18.tar.gz From http://mirror.ibcp.fr/pub/CPAN/authors/id/D/DR/DROLSKY/DateTime-1.18.tar.gz... ERROR: download failed "http://mirror.ibcp.fr/pub/CPAN/authors/id/D/DR/DROLSKY/DateTime-1.18.tar.gz" 404 "Not Found" Starting download of /gnu/store/mc2xj0cga6a25zv2f73hbm44y1kyxa5y-DateTime-1.18.tar.gz From ftp://ftp.ciril.fr/pub/cpan/authors/id/D/DR/DROLSKY/DateTime-1.18.tar.gz... And it hangs for longer than I've ever let it run (I think the longest I've seen it sit there is 30 minutes). Is there a way to specify the timeout in guix? -- Ian Dunn