GNU bug report logs

#26811 guix does not resume download on FTP timeouts

PackageSource(s)Maintainer(s)
guix PTS Buildd Popcon
Full log

Message #11 received at 26811@debbugs.gnu.org (full text, mbox, reply):

Received: (at 26811) by debbugs.gnu.org; 7 May 2017 18:49:50 +0000
From debbugs-submit-bounces@debbugs.gnu.org Sun May 07 14:49:50 2017
Received: from localhost ([127.0.0.1]:60679 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces@debbugs.gnu.org>)
	id 1d7RFc-0004ti-Of
	for submit@debbugs.gnu.org; Sun, 07 May 2017 14:49:50 -0400
Received: from smtp18.mail.ru ([94.100.176.155]:40940)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <slyfox@inbox.ru>) id 1d7RFa-0004tT-PF
 for 26811@debbugs.gnu.org; Sun, 07 May 2017 14:49:47 -0400
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=inbox.ru;
 s=mail; 
 h=Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date;
 bh=7POvzBBgEwwiuwLUtBQX548PcD94YY0nhlDW2l0apXA=; 
 b=oMuzYAPcbJSbd0zIHmZ2i2X4ellIzLyqXJSOvtXxxEmJWthdobVPRwuqlWJDLJ6IU2U/Z7+saMuaI1OfjadOKMZkAPwI1XlZML6LkdFsLlGqMoCu10Wp1nWKfIiFx2xoTJxkMpjBRRU5NY2ZkyFPgtTYXn1Jr1T4cSBwaEYLx14=;
Received: from host86-128-188-209.range86-128.btcentralplus.com
 ([86.128.188.209]:58456 helo=sf)
 by smtp18.mail.ru with esmtpa (envelope-from <slyfox@inbox.ru>)
 id 1d7RFT-0004Kg-Or; Sun, 07 May 2017 21:49:40 +0300
Date: Sun, 7 May 2017 19:49:32 +0100
From: Sergei Trofimovich <slyfox@inbox.ru>
To: Leo Famulari <leo@famulari.name>
Subject: Re: bug#26811: guix does not resume download on FTP timeouts
Message-ID: <20170507194932.213380f8@sf>
In-Reply-To: <20170507182543.GB6096@jasmine>
References: <20170507093159.170a100b@sf>
	<20170507182543.GB6096@jasmine>
X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu)
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
 boundary="Sig_/vQGFOqPPW6u+C2x=WW1dZ7k"; protocol="application/pgp-signature"
Authentication-Results: smtp18.mail.ru; auth=pass smtp.auth=slyfox@inbox.ru
 smtp.mailfrom=slyfox@inbox.ru
X-7FA49CB5: 0D63561A33F958A50F450B5AA0CE5F54CE36337218AF43FA7D5FA86B817C3A21725E5C173C3A84C3DD19ECFA348986C513AA0C692E08B809D05AD665AB97B35DC4224003CC836476C0CAF46E325F83A50BF2EBBBDD9D6B0F93F060FBA3C93C613B503F486389A921A5CC5B56E945C8DA
X-Mailru-Sender: 2B83DBE7458923C6AD113F5ACD3CA0044B019ED69909609482B4BEC026B0C34DE7D63788426D2210B0C293124EE1F8E466FEC6BF5C9C28D9BE1658B246A3ACF810B29241573AA60767EA787935ED9F1B
X-Mras: OK
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 26811
Cc: 26811@debbugs.gnu.org
X-BeenThere: debbugs-submit@debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit@debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request@debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces@debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
X-Spam-Score: -0.7 (/)
[Message part 1 (text/plain, inline)]
On Sun, 7 May 2017 14:25:43 -0400
Leo Famulari <leo@famulari.name> wrote:

> On Sun, May 07, 2017 at 09:31:59AM +0100, Sergei Trofimovich wrote:
> > I have slow internet :)
> > 
> > It looks like ftp://tug.org has a FTP session timeout of 2 hours 11 minutes, or something like that.
> > Over night I tried to build sbcl and failed. Note how download silently stopped at ~80% [1].
> > 
> > Would be nice if guix had a mechanism to reconnect to FTP and continue download after timeout.  
> 
> In the meantime, you can download the files with a resumable tool like
> wget, and then use `guix download file:///path/to/file` to work around
> this missing feature. Note that both the client *and* the server must
> support resuming downloads for this to work.

The workaround worked.

I've noticed it took guix-daemon 2GB of RAM to process this file locally.
Does guix keep all the file in RAM until download finishes?

Thank you!

-- 

  Sergei
[Message part 2 (application/pgp-signature, inline)]

Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Tue Sep 9 08:42:36 2025; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.