From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?Q2xhZXMgV2FsbGluICjpn4vlmInoqqAp?= Subject: HTTP and FTP proxies for guix package / guix-daemon Date: Tue, 9 Jun 2015 00:03:33 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36868) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2594-0006Ay-7E for guix-devel@gnu.org; Mon, 08 Jun 2015 18:03:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z2590-00057W-0u for guix-devel@gnu.org; Mon, 08 Jun 2015 18:03:50 -0400 Received: from mail.lysator.liu.se ([130.236.254.3]:42287) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z258z-00053M-Qe for guix-devel@gnu.org; Mon, 08 Jun 2015 18:03:45 -0400 Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id E92064000D for ; Tue, 9 Jun 2015 00:03:36 +0200 (CEST) Received: from mail-oi0-f51.google.com (mail-oi0-f51.google.com [209.85.218.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id C3E2C4000D for ; Tue, 9 Jun 2015 00:03:35 +0200 (CEST) Received: by oihb142 with SMTP id b142so424643oih.3 for ; Mon, 08 Jun 2015 15:03:33 -0700 (PDT) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org When running guix in a VM I usually run into various connectivity problems. VirtualBox on Windows seems to do some helpful FTP transparent proxying which breaks everything and in another case I don't have internet connectivity due to how the VM is set up. Is there a way to make guix-daemon talk to a proxy when downloading substitutions and source archives? I tried starting it with http_proxy set, but I'm not sure it responded to it (as I'm writing this ISTR having read and tested that an updated guix does this right). This is only for http, though. Lots of source archives get fetched over ftp, is there some way to make it get ftp over a proxy too?