bug#45109: GNOME: unable to change alert "beep" sound since staging merge

2020-12-08 Thread Bengt Richter
Hi Mark, On +2020-12-07 18:36:10 -0500, Mark H Weaver wrote: > Since the recent merge of the 'staging' branch into 'master' on 28 Nov > 2020, I'm no longer able to configure the alert sound in GNOME. That's > a pity, since I find the default "drip" sound extremely unpleasant. > I find it annoying

bug#44808: Default to allowing password authentication on leaves users vulnerable

2020-12-08 Thread Ludovic Courtès
Hi, Mark H Weaver skribis: > "Dr. Arne Babenhauserheide" writes: >> To nudge them to secure their system, guix system reconfigure could emit >> a warning that this is a potential security risk that requires setting >> an explicit value (password yes or no) to silence. > > I think this is a good

bug#44390: Cuirass reports succesful builds as failed in /var/log/cuirass.log and cuirass-web reports them as scheduled

2020-12-08 Thread Mathieu Othacehe
Hello, Cuirass commit 697fa14584551d9595cd042f1ffeba240e45a127 adds a "--queue-size" argument. With Guix commit 770fb659a62d8adab9a4ba7b44e2760722703879, Cuirass is passed the "queue-size" argument, defaulting to 1. Thanks, Mathieu

bug#44742: Cuirass crashed when run interactively

2020-12-08 Thread Mathieu Othacehe
Hello, > The following work-around seem to confirm it: > > - (fetch-input store input > - #:writable-copy? (compile? input) > + (parameterize ((current-error-port (%make-void-port "rw+"))) > + (fetch-input store i

bug#45118: celestia: moons and rings are missing

2020-12-08 Thread Christopher Howard
In the celestia-glut program from celestia package (not to be confused with the celestia-gtk package) moons and rings are not visible, though they are still selectable as navigation items. Note this problem does NOT exist in the celestia-gtk version from the celestia-gtk package. I suspect this m

bug#45118: celestia: moons and rings are missing

2020-12-08 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Christopher Howard 写道: You will see Saturn, with the rings labelled, but not visible. I can reproduce this (including stdout etc.) on current master. CPU: AMD Athlon II X3 455 (3) @ 3.300GHz GPU: NVIDIA GeForce 8400 GS Rev. 3 Our hardware's so different I doubt it's to blame. $ neofetch -

bug#39104: GNOME: System sound silenced when I log out and then log back in

2020-12-08 Thread sirgazil via Bug reports for GNU Guix
I can't reproduce this anymore using guix 08d8c2d. I don't know which commit fixed it.

bug#45118: celestia: moons and rings are missing

2020-12-08 Thread Christopher Howard
I wanted to clarify (after further testing): with celestia-gtk, the moons are visible, but the planet rings are still not visible. -- Christopher Howard p: +1 (907) 374-0257 w: https://librehacker.com social: https://gnusocial.club/librehacker gpg: ADDEAADE5D607C8D (keys.gnupg.net) On Tue, 2020-

bug#44808: Default to allowing password authentication on leaves users vulnerable

2020-12-08 Thread Christopher Lemmer Webber
Mark H Weaver writes: > Hi, > > "Dr. Arne Babenhauserheide" writes: >> To nudge them to secure their system, guix system reconfigure could emit >> a warning that this is a potential security risk that requires setting >> an explicit value (password yes or no) to silence. > > I think this is a goo

bug#35584: CD/DVD does not work

2020-12-08 Thread Luis Felipe via Bug reports for GNU Guix
This bug persists in the Guix System version I'm using: guix 08d8c2d linux-libre 5.9.12-gnu

bug#35727: Connecting Geiser to Guile listening to a socket: No prompt found! (.guile to blame)

2020-12-08 Thread Luis Felipe via Bug reports for GNU Guix
Hi, just to comment that this bug persists in the Guix System I'm using, with: guix 08d8c2d guile 3.0.4 emacs 27.1 geiser 0.12

bug#42371: Grafts max out build slots without being queued

2020-12-08 Thread zimoun
Hi, As a reminder about the annoyance of the bug, I get: --8<---cut here---start->8--- $ ./pre-inst-env guix build -m ~/tmp/Guix/list-bioconductor.scm -k -v0 --check guix build: error: all build users are currently in use; consider creating additional users an

bug#44390: Cuirass reports succesful builds as failed in /var/log/cuirass.log and cuirass-web reports them as scheduled

2020-12-08 Thread Jonathan Brielmaier
On 08.12.20 12:09, Mathieu Othacehe wrote: Hello, Cuirass commit 697fa14584551d9595cd042f1ffeba240e45a127 adds a "--queue-size" argument. With Guix commit 770fb659a62d8adab9a4ba7b44e2760722703879, Cuirass is passed the "queue-size" argument, defaulting to 1. Fix confirmed on my personal Cuir

bug#43783: ssh-copy-id: line 254: /dev/null`: Permission denied

2020-12-08 Thread Marius Bakke
Nathan Dehnel skriver: > ssh-copy-id errors out and then does not install the key > > bash-5.0$ ssh-copy-id pi@raspberrypi > /home/nathan/.guix-profile/bin/ssh-copy-id: INFO: attempting to log in with > the new key(s), to filter out any that are already installed > /home/nathan/.guix-profile/bin/

bug#44780: freecad (@0.18.4) fails to build

2020-12-08 Thread Marius Bakke
Fulbert skriver: > Hello! > > freecad (freecad@0.18.4) fails to build with attached log file. This was fixed by Ekaitz in 50c24bbd4f2d2e48d5eda9ac540a6dc15e7cf6a3. Thanks! signature.asc Description: PGP signature

bug#45109: GNOME: unable to change alert "beep" sound since staging merge

2020-12-08 Thread Mark H Weaver
Hi Marius and Bengt, Thanks very much for your suggestions. I initially tried Marius's idea to revert the dconf update, which seemed to work, but now I find that I'm unable to reproduce the problem, even with my original post-staging-merge system where I first encountered it. I'm not sure what h

bug#44808: Default to allowing password authentication on leaves users vulnerable

2020-12-08 Thread Mark H Weaver
Hi Ludovic, Ludovic Courtès writes: > Mark H Weaver skribis: > >> "Dr. Arne Babenhauserheide" writes: >>> To nudge them to secure their system, guix system reconfigure could emit >>> a warning that this is a potential security risk that requires setting >>> an explicit value (password yes or n