bug#36330: guix-build-branch.sh failed on Fedora 29

2019-06-24 Thread Matt Wette
On 6/24/19 11:54 AM, Ludovic Courtès wrote: readlink -f /home/mwette/proj/guix/guix-1.0.1/test-tmp/var [mwette@localhost ~]$ readlink -f /home/mwette/proj/guix/guix-1.0.1/test-tmp/var /home/mwette/proj/guix/guix-1.0.1/test-tmp/var

bug#36364: Potential SSH session exhaustion

2019-06-24 Thread Jakob L. Kreuze
Hi, Ludovic Courtès writes: > Procedures like ‘send-files’ call ‘channel-get-exit-status’ and > ‘close-port’ on ports that represent SSH channels. > > AFAICS, ‘close-port’ triggers a call of ‘ptob_close’ in Guile-SSH, > which in turn calls ‘ssh_channel_close’. > > sshd_config(5) says: > >

bug#35610: Freshly installed IBus intput method is not listed as an input source

2019-06-24 Thread sirgazil
On Mon, 24 Jun 2019 10:57:55 -0500 Chris Marusich wrote > sirgazil writes: > > > Hi, > > > > I installed the GNU system using the Guix System 1.0 ISO installer and > > reconfigured the system to work around the installer "%base-packages" > > bug

bug#36069: Menu-based installer unusable through noVNC

2019-06-24 Thread Björn Höfling
Reopened. On Mon, 3 Jun 2019 11:35:17 +0200 Robert Vollmert wrote: > There seems to be some conflict between the “graphical” installer’s > idea of the console size and VNC’s (which appears to be noVNC > https://novnc.com/info.html). As you can see in the attached > screenshot, the screen is

bug#36364: Potential SSH session exhaustion

2019-06-24 Thread Ludovic Courtès
Hello Jakob, zerodaysford...@sdf.lonestar.org (Jakob L. Kreuze) skribis: > In developing a test suite for the internals of 'guix deploy', the > virtual machine I spun up spat out an OpenSSH error that I've never > encountered before. > > Jun 24 16:59:26 localhost sshd[235]: error: no more

bug#36363: let's encrypt hash mismatch

2019-06-24 Thread Ludovic Courtès
Hi Julien, Julien Lepiller skribis: > expected hash: 0zhd1ps7sz4w1x52xk3v7ng6d0rcyi7y7rcrplwkmilnq5hzjv1y > actual hash: 0zycy85ff9ga53z1q03df89ka9iihb9p8bjhw056rq2y4rn3b6ac > hash mismatch for store item > '/gnu/store/1drx7dy1zakc0xs60nb0im1jbvxp11dj-isrgrootx1.pem' build I believe

bug#36335: Is /dev/kvm missing ACLs?

2019-06-24 Thread Ludovic Courtès
Hi Chris, Chris Marusich skribis: > I was trying to run some VMs via "guix system vm", and I noticed that > I didn't have permission to use KVM. This issue can be worked around by > running qemu as root, or by adding yourself to the "kvm" group. > However, I found it curious that the /dev/kvm

bug#36333: Misleading hint for url-fetch

2019-06-24 Thread Ludovic Courtès
Hello, Tobias Geerinckx-Rice skribis: > I just encountered the following: > > foo.scm:4:2: error: url-fetch: unbound variable > hint: Did you forget `(use-modules (guix build download))'? > > Actually importing that module, instead of (guix download), will cause > some other very

bug#36325: In procedure put-string: Wrong type argument in position 1 (expecting open output port): #

2019-06-24 Thread Ludovic Courtès
Hi Danny, Danny Milosavljevic skribis: > following redirection to `https://ci.guix.gnu.org'... > Backtrace: >3 (apply-smob/1 #) > In ice-9/boot-9.scm: > 705:2 2 (call-with-prompt _ _ #) > In ice-9/eval.scm: > 619:8 1 (_ #(#(#))) > In guix/ui.scm: > 1734:12 0

bug#33832: The VPN service 'org.freedesktop.NetworkManager.openvpn' was not installed.

2019-06-24 Thread Jelle Licht
Hi S_W, Maxim Tomáš Čech writes: > Hi Ludo, > [...] > > But with Maxim's DBus related patches and my NM patch it seemed to be > starting daemons at least. Do you still have the patches for these changes lying around? I am trying to get network-manager-vpnc packaged+working, but it seems this

bug#36276: Not found .so files in bundle made by guix pack

2019-06-24 Thread Ludovic Courtès
Hello, Andréas Livet skribis: > Found a solution ! > > https://superuser.com/a/1348051 Good! So you ran: strip --remove-section=.note.ABI-tag \ ./gnu/store/…/lib/libQt5Core.so.5 right? Indeed the .so file produced by Guix has this section: --8<---cut

bug#36330: guix-build-branch.sh failed on Fedora 29

2019-06-24 Thread Ludovic Courtès
Hello, Matt Wette skribis: > On 6/24/19 1:26 AM, Ludovic Courtès wrote: > >> make check TESTS=tests/guix-build-branch.sh > > I did not use "-j" and the above fails also. Does it fail in the same way? What does this command return: readlink -f /home/mwette/proj/guix/guix-1.0.1/test-tmp/var

bug#36363: let's encrypt hash mismatch

2019-06-24 Thread Tobias Geerinckx-Rice
Julien, Julien Lepiller wrote: trying to run guix pull on the overdrive at my place to try and fix a bug in openssh which doesn't start at boot, I get this error message: […] letsencryptauthorityx3.pem 2KiB 385KiB/s 00:00 [##] 100.0% sha256 hash mismatch for

bug#36364: Potential SSH session exhaustion

2019-06-24 Thread Jakob L. Kreuze
Hello, Guix In developing a test suite for the internals of 'guix deploy', the virtual machine I spun up spat out an OpenSSH error that I've never encountered before. Jun 24 16:59:26 localhost sshd[235]: error: no more sessions This is, initially, quite curious. Creating the SSH session with

bug#36363: let's encrypt hash mismatch

2019-06-24 Thread Julien Lepiller
Hi! trying to run guix pull on the overdrive at my place to try and fix a bug in openssh which doesn't start at boot, I get this error message: building /gnu/store/qvrwd6v9jy50j121f963v7rps8fc8qsa-isrgrootx1.pem.drv... building

bug#36276: Not found .so files in bundle made by guix pack

2019-06-24 Thread Andréas Livet
Hi ! Found a solution ! https://superuser.com/a/1348051 Don't really understand why I got this problem which seems to be WSL only... Do you think it is related to guix pack in some way ? Thank you, Andréas

bug#35610: Freshly installed IBus intput method is not listed as an input source

2019-06-24 Thread Chris Marusich
sirgazil writes: > Hi, > > I installed the GNU system using the Guix System 1.0 ISO installer and > reconfigured the system to work around the installer "%base-packages" > bug (https://debbugs.gnu.org/cgi/bugreport.cgi?bug=35541). > > When I install the "ibus-anthy" input method, I don't find

bug#36330: guix-build-branch.sh failed on Fedora 29

2019-06-24 Thread Matt Wette
On 6/24/19 1:26 AM, Ludovic Courtès wrote: make check TESTS=tests/guix-build-branch.sh I did not use "-j" and the above fails also. In addition, $ guix install glibc-locales failed as well. I don't remember the error message. I will see if I can find a log. Thanks for responding, Matt

bug#36117: qemu-binfmt with non-native chroot

2019-06-24 Thread Ludovic Courtès
Hi! Vagrant Cascadian skribis: > That said, it's still a manual step (mounting /gnu or /gnu/store/qemu*) > required to do something that could otherwise be handled transparently > with a static build of qemu and adjusting the binfmt_misc flags... so if > permitted to dream, I still think that

bug#36221: Make GDM *not* restart 504 times on failure

2019-06-24 Thread Ludovic Courtès
"pelzflorian (Florian Pelz)" skribis: > This is not a Guix bug. Closing. > > Very many GDM restarts is what happens on Debian Stretch and Arch > (GNOME 3.32) as well after renaming /usr/share/xorg/modules, just like > it does on Guix. On Guix’ wip-gnome3.30 GDM fails in a different way; >

bug#36330: guix-build-branch.sh failed on Fedora 29

2019-06-24 Thread Ludovic Courtès
Hi Matt, Matt Wette skribis: > FAIL: tests/guix-build-branch > = > > accepted connection from pid 18056, user mwette > + guix build --version > guix build (GNU Guix) 1.0.1 > Copyright (C) 2019 the Guix authors > License GPLv3+: GNU GPL version 3 or later

bug#36299: Report: failed to compute the derivation for Guix

2019-06-24 Thread Ludovic Courtès
Hi Danny, Danny Milosavljevic skribis: >> > -following redirection to `https://ci.guix.gnu.org'... > > I think that that redirection is wrong (the URL is not specific enough for a > substitute, right?). Good catch! maintenance.git commit 37c2348d72559f9c475cf9250ecef7b33c1c fixes the