From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Proxy settings wrt guix daemon Date: Tue, 07 Apr 2020 22:12:17 +0200 Message-ID: <87h7xv838e.fsf@gnu.org> References: <87blofyzn0.fsf@gnu.org> <87eet8v948.fsf@gnu.org> <87r1x3tgi3.fsf@gmail.com> <875zedf0up.fsf@gnu.org> <87h7xva8b7.fsf@gnu.org> <87h7xvmeea.fsf@gmail.com> <87d08jme2k.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:55760) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jLua4-00027q-A5 for guix-devel@gnu.org; Tue, 07 Apr 2020 16:12:21 -0400 In-Reply-To: <87d08jme2k.fsf@gmail.com> (Mathieu Othacehe's message of "Tue, 07 Apr 2020 18:54:27 +0200") 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-mx.org@gnu.org Sender: "Guix-devel" To: Mathieu Othacehe Cc: guix-devel Mathieu Othacehe skribis: > Another issue could be that, to make sure that we are connected to the > internet, we check connman status (see connman-state in (gnu installer > connman)) during the install. > > If there's a network HTTP proxy, I guess this may fail. So we would need > to also call "connmanctl proxy auto PROXY_URL" or something alike. Hmm OK. > Is there someone here that is behind a HTTP proxy and could test that? One could test with Privoxy as the proxy. Do people know of other easy to set up proxy software? Ludo=E2=80=99.