bug#36754: SSH connections to hydra-slave{1, 2, 3} fail during builds

2019-07-24 Thread Mark H Weaver
Hi Ludovic, Ludovic Courtès wrote: > I noticed that connections to the machines were unstable (using > OpenSSH’s client). That is, the connection would eventually “hang”, > apparently several times a day. > > Currently we have an SSH tunnel set up on berlin to connect to each of > these machines

bug#36782: Website manual language links

2019-07-24 Thread Julien Lepiller
Hi guix, The online manual says it is available in other languages on its index page, with links to… the current page. Can we fix that so one can switch to that other language? I think it would be even better if we could link each page from one language to the others, but that looks very diffi

bug#36782: Website manual language links

2019-07-24 Thread pelzflorian (Florian Pelz)
On Wed, Jul 24, 2019 at 01:13:44PM +0200, Julien Lepiller wrote: > Hi guix, > > The online manual says it is available in other languages on its index page, > with links to… the current page. Can we fix that so one can switch to that > other language? > > I think it would be even better if we c

bug#36783: Guix graphical installation failure on all drives with size > 1 TiB

2019-07-24 Thread Danny Milosavljevic
Hi, using the Guix graphical installation method, one cannot install Guix on a drive with more than 1 TiB. (symptom: "null pointer dereference" in mkpart) The reason is a bug in guile-parted. An example is to use the "separate /home" option with a 2 TiB disk. The fix that lets me install is:

bug#36784: Cannot generate key pair with GnuPG

2019-07-24 Thread Raghav Gururajan
Hello Guix! The current gnupg package in guix has "pinentry" as a missing dependency. Because of this, GnuPG throws the following error upon attempting to generate key pairs: gpg: agent_genkey failed: No pinentry gpg: key generation failed: No pinentry So it appears, unless the above mentioned

bug#36785: Impossible to pull on foreign distro

2019-07-24 Thread Julien Lepiller
Hi guix, I gave a small tutorial to someone today, where we installed guix on top of a foreign distro. We used the script and everything went smoothly, and after finding out that we were going to build php (we were trying to define a VM that would serve one of their services), we tried to run g

bug#36786: Warn of AMD GPUs unusable with Guix System

2019-07-24 Thread pelzflorian (Florian Pelz)
Back in , I wrote: On Fri, Apr 26, 2019 at 10:35:43AM +0200, pelzflorian (Florian Pelz) wrote: > On Sat, Apr 20, 2019 at 11:47:56AM +0200, Ludovic Courtès wrote: > > "pelzflorian (Florian Pelz)" skribis: > > > I believe issues w

bug#36754: SSH connections to hydra-slave{1, 2, 3} fail during builds

2019-07-24 Thread Ludovic Courtès
Hello, Mark H Weaver skribis: > Ludovic Courtès wrote: >> I noticed that connections to the machines were unstable (using >> OpenSSH’s client). That is, the connection would eventually “hang”, >> apparently several times a day. >> >> Currently we have an SSH tunnel set up on berlin to connect

bug#36786: Warn of AMD GPUs unusable with Guix System

2019-07-24 Thread pelzflorian (Florian Pelz)
On Wed, Jul 24, 2019 at 04:56:03PM +0200, pelzflorian (Florian Pelz) wrote: > very new AMD GPUs like: > […] > https://lists.gnu.org/archive/html/help-guix/2019-07/msg00179.html > Sorry. The reporter said this GPU is a Radeon R9 280X 3G. I was wrong to believe it was a new GPU just because the CP

bug#36783: Guix graphical installation failure on all drives with size > 1 TiB

2019-07-24 Thread Mathieu Othacehe
Hello Danny, > However, even after that, disk-print, if used, prints nonsensical (negative) > values for "free" (but installation succeeds). > > That bug prevents graphical installation on any drive bigger than 1 TiB. > Let's make a bugfix Guix release shortly. Your fix seems ok for me, thank y

bug#36659: There should be an unattended upgrades service

2019-07-24 Thread Ludovic Courtès
Hi, Arne Babenhauserheide skribis: > Also it would be interesting to have an auto-update service that only > updates /run/current-system Yes, that’s what we’re talking about here, or at least what I had in mind. :-) Ludo’.

bug#36786: Warn of AMD GPUs unusable with Guix System

2019-07-24 Thread pelzflorian (Florian Pelz)
On Wed, Jul 24, 2019 at 05:42:49PM +0200, pelzflorian (Florian Pelz) wrote: > We could make a list of known bad GPUs. > When thinking about it, a list of known bad GPUs might be legally safer than saying AMD GPUs are often bad. Regards, Florian

bug#36786: Warn of AMD GPUs unusable with Guix System

2019-07-24 Thread Ricardo Wurmus
pelzflorian (Florian Pelz) writes: > On Wed, Jul 24, 2019 at 05:42:49PM +0200, pelzflorian (Florian Pelz) wrote: >> We could make a list of known bad GPUs. >> > > When thinking about it, a list of known bad GPUs might be legally > safer than saying AMD GPUs are often bad. I sympathize with the

bug#36685: ant-bootstrap fails on core-updates (409 dependents)

2019-07-24 Thread Ricardo Wurmus
Hi Gábor, >> So, with the following change I was able to build all the way up to the >> latest openjdk. Should we use it despite the introduction of a memory >> leak in a bootstrap JVM? Can we make the patch smaller (fewer uses of >> glibc 2.28 or gcc-5)? >> >> What do you think? >> > > I will

bug#36786: Warn of AMD GPUs unusable with Guix System

2019-07-24 Thread pelzflorian (Florian Pelz)
On Wed, Jul 24, 2019 at 09:05:06PM +0200, Ricardo Wurmus wrote: > Do you think it would be enough if we pointed to h-node.org and > mentioned kernel flags that might be useful in certain generic cases? > Yes, that is a very good suggestion and easiest to do. I did not think about h-node… The ma

bug#36784: Cannot generate key pair with GnuPG

2019-07-24 Thread Raghav Gururajan
Hello Guix! After brief discussion on IRC channel, I found out that adding "pinentry-program /home/user/.guix-profile/bin/pinentry-program" to "gpg-agent.conf" in "/home/user/.gnupg", was able to temproarily resolve the situation. Thanks to Ricardo (rekado). I still suggest that there should be a