all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* guix pull behind proxy not working
@ 2019-07-04  9:05 martin
  2019-07-04 13:06 ` znavko
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: martin @ 2019-07-04  9:05 UTC (permalink / raw)
  To: help-guix

Hi there!

This is my first contact with Guix System and I managed to install it as
Virtualbox guest system behind a corporate proxy. Well, this was already
quite a challenge and succeeded only due the workaround
(https://guix-devel.gnu.narkive.com/k3oBoFqW/changing-http-proxy-settings-in-guixsd),
but now `guix install` works, I can install new packages (given a
warning about never calling `guix pull`).  However, calling `guix pull`
and `guix system reconfigure` still fails due to unreachable network.
Does it need different proxy settings?  What can I do?

Here is the guix-configuration part of my /etc/config.scm (omitting my
proxy address details):

    (define %my-services
      (modify-services %desktop-services
        (guix-service-type config =>
                           (guix-configuration
                            (inherit config)
                            (http-proxy "http://<IP>:<PORT>")))))

Thanks for any ideas,
Martin

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-08-16 15:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-04  9:05 guix pull behind proxy not working martin
2019-07-04 13:06 ` znavko
2019-07-04 13:13 ` Raghav Gururajan
2019-07-04 14:42   ` martin
2019-08-15 18:39 ` Jorge P. de Morais Neto
2019-08-15 19:20   ` Marius Bakke
2019-08-16 15:52     ` Jorge P. de Morais Neto

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.