all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* guix daemon and proxy settings
@ 2019-01-14 17:03 Lamballais
  2019-01-15 15:24 ` Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Lamballais @ 2019-01-14 17:03 UTC (permalink / raw)
  To: help-guix@gnu.org

[-- 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 --]

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

* Re: guix daemon and proxy settings
  2019-01-14 17:03 guix daemon and proxy settings Lamballais
@ 2019-01-15 15:24 ` Leo Famulari
  2019-01-15 15:57   ` Lamballais
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2019-01-15 15:24 UTC (permalink / raw)
  To: Lamballais; +Cc: help-guix@gnu.org

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

On Mon, Jan 14, 2019 at 05:03:13PM +0000, Lamballais wrote:
> When trying to install glibc-utf8-locale package, it fails

How does it fail?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: guix daemon and proxy settings
  2019-01-15 15:24 ` Leo Famulari
@ 2019-01-15 15:57   ` Lamballais
  0 siblings, 0 replies; 3+ messages in thread
From: Lamballais @ 2019-01-15 15:57 UTC (permalink / raw)
  To: Leo Famulari; +Cc: help-guix@gnu.org


timeout after several minutes
a netstat -an command shows SYN_SENT tcp/ip state made by the guile process (found using lsof tool)

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
Le mardi 15 janvier 2019 16:24, Leo Famulari <leo@famulari.name> a écrit :

> On Mon, Jan 14, 2019 at 05:03:13PM +0000, Lamballais wrote:
>
> > When trying to install glibc-utf8-locale package, it fails
>
> How does it fail?

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

end of thread, other threads:[~2019-01-15 15:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-14 17:03 guix daemon and proxy settings Lamballais
2019-01-15 15:24 ` Leo Famulari
2019-01-15 15:57   ` Lamballais

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.