From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: Living with a proxy Date: Wed, 5 Jun 2013 18:27:22 +0200 Message-ID: <20911.26346.165530.348092@Konrad-Hinsens-MacBook-Pro.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkGYe-00040r-8q for bug-guix@gnu.org; Wed, 05 Jun 2013 12:27:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkGYZ-0003Wr-LO for bug-guix@gnu.org; Wed, 05 Jun 2013 12:27:32 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:39175) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkGYZ-0003W9-Dv for bug-guix@gnu.org; Wed, 05 Jun 2013 12:27:27 -0400 Received: from compute6.internal (compute6.nyi.mail.srv.osa [10.202.2.46]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 4ED5420F38 for ; Wed, 5 Jun 2013 12:27:25 -0400 (EDT) Received: from Konrad-Hinsens-MacBook-Pro.local (unknown [195.221.0.206]) by mail.messagingengine.com (Postfix) with ESMTPA id 82C2BC8015E for ; Wed, 5 Jun 2013 12:27:22 -0400 (EDT) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: bug-guix@gnu.org Hi everyone, Here I come with my first problem... When I use my laptop at work, any use of "guix download" (and any package install etc.) ends with ERROR: In procedure connect: Network is unreachable But I can download the exact same URL with wget. With that kind of problem I tend to blame my network's Web proxy. I have configured it by setting the environment variable http_proxy, which most Linux software uses for this purpose. Does guix perhaps need something else? Konrad.