all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lamballais <lamballais@protonmail.com>
To: "help-guix@gnu.org" <help-guix@gnu.org>
Subject: guix daemon and proxy settings
Date: Mon, 14 Jan 2019 17:03:13 +0000	[thread overview]
Message-ID: <zmHG8u3I0xtbPFyD2iRzfa38ErK0TN95pdPqkH0S_M_wTmjgq-96qQm1l0ZBS4NKDsgjmIHi2gniNqGMCspjp5dk5IdS1hcOhkrZECSBTj4=@protonmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1610 bytes --]

Hi all,
I've set up Guix Package Management onto a Fedora virtual machines.
I am using substitutes urls hydra.gnu.org and ci.guix.info

This machine is behing a corporate http proxy server.
Although the systemd configuration file for the guix-daemon seems quite good:

> /etc/systemd/system
> [root@localhost system]# cat guix-daemon.service
> # This is a "service unit file" for the systemd init system to launch
> # 'guix-daemon'.  Drop it in /etc/systemd/system or similar to have
> # 'guix-daemon' automatically started.
>
> [Unit]
> Description=Build daemon for GNU Guix
>
> [Service]
> Environment=http_proxy=http://my_proxy:my_port
> ExecStart=/var/guix/profiles/per-user/root/current-guix/bin/guix-daemon --build-users-group=guixbuild
> Environment=GUIX_LOCPATH=/var/guix/profiles/per-user/root/guix-profile/lib/locale
> RemainAfterExit=yes
> StandardOutput=syslog
> StandardError=syslog
>
> # See <https://lists.gnu.org/archive/html/guix-devel/2016-04/msg00608.html>.
> # Some package builds (for example, go@1.8.1) may require even more than
> # 1024 tasks.
> TasksMax=8192
>
> [Install]
> WantedBy=multi-user.target

When trying to install glibc-utf8-locale package, it fails
Here are the envt vars for the guilde process (values had been masqueraded)

> ps auxwwee | grep ' 7005  ' | grep -v grep| tr ' ' '\n' | grep -i proxy
> HTTP_PROXY=http://proxy.mydomain:myport
> https_proxy=http://proxy.mydomain:myport
> http_proxy=http://proxy.mydomain:myport
> no_proxy=localhost,127.0.0.1
> NO_PROXY=localhost,127.0.0.1
> HTTPS_PROXY=http://proxy.mydomain:myport

Have you got some advices ?

thx
Gildas

[-- Attachment #2: Type: text/html, Size: 2533 bytes --]

             reply	other threads:[~2019-01-14 17:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-14 17:03 Lamballais [this message]
2019-01-15 15:24 ` guix daemon and proxy settings Leo Famulari
2019-01-15 15:57   ` Lamballais

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='zmHG8u3I0xtbPFyD2iRzfa38ErK0TN95pdPqkH0S_M_wTmjgq-96qQm1l0ZBS4NKDsgjmIHi2gniNqGMCspjp5dk5IdS1hcOhkrZECSBTj4=@protonmail.com' \
    --to=lamballais@protonmail.com \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.