GNU bug report logs -
#25831
Expose http_proxy setting on GuixSD
Previous Next
Reported by: Leo Famulari <leo <at> famulari.name>
Date: Tue, 21 Feb 2017 17:20:01 UTC
Severity: normal
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 22 Feb 2017 15:26:31 -0500
with message-id <20170222202631.GB28813 <at> jasmine>
and subject line Re: bug#25831: Expose http_proxy setting on GuixSD
has caused the debbugs.gnu.org bug report #25831,
regarding Expose http_proxy setting on GuixSD
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
25831: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=25831
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
----- Forwarded message from ng0 <contact.ng0 <at> cryptolab.net> -----
Date: Tue, 21 Feb 2017 09:43:35 +0000
From: ng0 <contact.ng0 <at> cryptolab.net>
To: Leo Famulari <leo <at> famulari.name>
Cc: help-guix <at> gnu.org
Subject: Re: Proxy documentation is not clear
On 17-02-20 22:32:40, Leo Famulari wrote:
> On Sun, Feb 19, 2017 at 05:06:23PM +0000, ng0 wrote:
> > Substitutes are downloaded over HTTP or HTTPS. The http_proxy
> > environment variable can be set in the environment of guix-daemon and
> > is honored for downloads of substitutes. Note that the value of
> > http_proxy in the environment where guix build, guix package, and
> > other client commands are run has absolutely no effect.
> >
> > None of these pages provides any example or further explanation on how
> > this could be achieved, for example to make Guix use a socks5 proxy
> > systemwide. I know how this can be achieved with iptables etc, but it
> > would be better if the documentation is fixed. I have no idea how in
> > this case as the documentation is not clear.
>
> It depends on how you start the daemon. For systemd, you can set the
> environment variable from the service file. I'm not sure how to pass
> this variable to the daemon on GuixSD.
Exactly, for systemd I would have been able to find it out, but I wonder
how to achieve this in GuixSD.
----- End forwarded message -----
[Message part 3 (message/rfc822, inline)]
On Wed, Feb 22, 2017 at 09:15:12PM +0100, Mathieu Lirzin wrote:
> Leo Famulari <leo <at> famulari.name> writes:
> > + (list (string-append "PATH=" #$lsof "/bin")
> > + #$@(if http-proxy
> > + (list (string-append "http_proxy=" http-proxy))
> > + '()))
> ^^
> missin two spaces in THEN and ELSE part ;)
I'm still learning what looks right :)
> Otherwise, LGTM.
Thanks for your advice and review!
I pushed the change as 93d32da9f8bba815b1effe6358904b5e1f9c73ff.
This bug report was last modified 8 years and 88 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.