bug#25831: Expose http_proxy setting on GuixSD

2017-02-23 Thread ng0
On 17-02-23 12:05:45, Leo Famulari wrote: > On Thu, Feb 23, 2017 at 04:20:38PM +, ng0 wrote: > > Thanks! > > I was hoping this change (added 127.0.0.1:9050) in a test config would > > pick up the .onion of bayfront I have in there, but it didn't happen. > > Does it work on a system besides Gui

bug#25831: Expose http_proxy setting on GuixSD

2017-02-23 Thread Leo Famulari
On Thu, Feb 23, 2017 at 04:20:38PM +, ng0 wrote: > Thanks! > I was hoping this change (added 127.0.0.1:9050) in a test config would > pick up the .onion of bayfront I have in there, but it didn't happen. Does it work on a system besides GuixSD? > In the comments you mentioned https_proxy is a

bug#25831: Expose http_proxy setting on GuixSD

2017-02-23 Thread ng0
On 17-02-22 15:26:31, Leo Famulari wrote: > On Wed, Feb 22, 2017 at 09:15:12PM +0100, Mathieu Lirzin wrote: > > Leo Famulari writes: > > > +(list (string-append "PATH=" #$lsof "/bin") > > > + #$@(if http-proxy > > > + (list (string-app

bug#25831: Expose http_proxy setting on GuixSD

2017-02-22 Thread Leo Famulari
On Wed, Feb 22, 2017 at 09:15:12PM +0100, Mathieu Lirzin wrote: > Leo Famulari writes: > > +(list (string-append "PATH=" #$lsof "/bin") > > + #$@(if http-proxy > > + (list (string-append "http_proxy=" http-proxy)) > > +

bug#25831: Expose http_proxy setting on GuixSD

2017-02-22 Thread Mathieu Lirzin
Leo Famulari writes: > On Wed, Feb 22, 2017 at 10:51:47AM +0100, Mathieu Lirzin wrote: >> I don't know much about HTTP proxying but when reading >> 'in-band-download' in "guix/download.scm" I see a line like this: >> >> #:leaked-env-vars '("http_proxy" "https_proxy") >> >> which makes me thi

bug#25831: Expose http_proxy setting on GuixSD

2017-02-22 Thread Leo Famulari
On Wed, Feb 22, 2017 at 10:51:47AM +0100, Mathieu Lirzin wrote: > I don't know much about HTTP proxying but when reading > 'in-band-download' in "guix/download.scm" I see a line like this: > > #:leaked-env-vars '("http_proxy" "https_proxy") > > which makes me think that maybe we should add an

bug#25831: Expose http_proxy setting on GuixSD

2017-02-22 Thread Mathieu Lirzin
Hi, Leo Famulari writes: > On Tue, Feb 21, 2017 at 07:17:03PM +0100, Mathieu Lirzin wrote: >> Not sure if this is an appropriate answer, but to customize the guix daemon >> service field like described in the example here: >> >> >> https://www.gnu.org/software/guix/manual/html_node/Using-the

bug#25831: Expose http_proxy setting on GuixSD

2017-02-21 Thread Leo Famulari
On Tue, Feb 21, 2017 at 07:17:03PM +0100, Mathieu Lirzin wrote: > Not sure if this is an appropriate answer, but to customize the guix daemon > service field like described in the example here: > > > https://www.gnu.org/software/guix/manual/html_node/Using-the-Configuration-System.html#System-S

bug#25831: Expose http_proxy setting on GuixSD

2017-02-21 Thread Mathieu Lirzin
Hello, Leo Famulari writes: > From: ng0 > Subject: Re: Proxy documentation is not clear > To: Leo Famulari > Cc: help-g...@gnu.org > Date: Tue, 21 Feb 2017 09:43:35 + (8 hours, 8 minutes, 14 seconds ago) > > On 17-02-20 22:32:40, Leo Famulari wrote: >> On Sun, Feb 19, 2017 at 05:06:23PM +0

bug#25831: Expose http_proxy setting on GuixSD

2017-02-21 Thread Leo Famulari
- Forwarded message from ng0 - Date: Tue, 21 Feb 2017 09:43:35 + From: ng0 To: Leo Famulari Cc: help-g...@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 +, ng0 wrote: > > Substitutes are downl