bug#47706: nfs mount in file-system works only if "nfs4" type is used for "mount" syscall

2021-04-11 Thread fsdfsdfsd3 via Bug reports for GNU Guix
Hello, I ran into an issue with trying to mount an nfs file-system in an operating-system config.. I managed to trace it back to being an issue with the mount syscall. The following did not work: (mount "192.168.1.10:/nas-server" "/mnt/nas-client" "nfs" 0 "addr=192.168. 1.10") and would result

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-04-11 Thread Leo Famulari
On Wed, Mar 17, 2021 at 03:36:44PM +0100, Ludovic Courtès wrote: > (define (honor-x509-certificates store) > "Use the right X.509 certificates for Git checkouts over HTTPS." > (unless (honor-system-x509-certificates!) > (honor-lets-encrypt-certificates! store))) > > By default, 1.2

bug#47627: syncthing package is vulnerable to CVE-2021-21404

2021-04-11 Thread Léo Le Bouter via Bug reports for GNU Guix
On Thu, 2021-04-08 at 20:01 -0400, Leo Famulari wrote: > On Tue, Apr 06, 2021 at 06:51:47PM -0400, Leo Famulari wrote: > > Yeah. Given this report, we could also just build Syncthing with > > the > > bundled source code, which is freely licensed. > > I've attached the patch. I tested this patch o

bug#47713: Icecat doesnt show numbers for anything

2021-04-11 Thread bo0od
Hi There, Icecat doesnt show/identify any number (seems to be) inside itself. (Check the uploaded images) ThX!

bug#47714: Cutting the internet in guix installation will stop the installation permanently (irreversible)

2021-04-11 Thread bo0od
Hi There, Try install guix with manual installation while its on the end step (downloading things which mentioned in config.csm) cut the internet off, It will not reback you to the terminal so that you can repeat/relaunch the installation/downloading from where it stopped but rather will give

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-04-11 Thread Leo Famulari
On Sun, Apr 11, 2021 at 04:41:11PM -0400, Leo Famulari wrote: > On Wed, Mar 17, 2021 at 03:36:44PM +0100, Ludovic Courtès wrote: > > (define (honor-x509-certificates store) > > "Use the right X.509 certificates for Git checkouts over HTTPS." > > (unless (honor-system-x509-certificates!) >

bug#47716: gio mount broken, again.

2021-04-11 Thread raingloom
``` $ gio mount sftp://whatever $ ls /run/user/$UID/gvfs/ ``` prints nothing. Same thing happens if I mount it from the Nautilus file manager. This bug has appeared before and I still have no idea how it was fixed, which is not great. I'll do a bisect soon. Should probably add a system test for i

bug#47627: syncthing package is vulnerable to CVE-2021-21404

2021-04-11 Thread Leo Famulari
On Mon, Apr 12, 2021 at 02:27:51AM +0200, Léo Le Bouter wrote: > On Thu, 2021-04-08 at 20:01 -0400, Leo Famulari wrote: > > On Tue, Apr 06, 2021 at 06:51:47PM -0400, Leo Famulari wrote: > > > Yeah. Given this report, we could also just build Syncthing with > > > the > > > bundled source code, which

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-04-11 Thread Leo Famulari
On Sun, Apr 11, 2021 at 09:29:00PM -0400, Leo Famulari wrote: > I checked and, although there have been some changes upstream at Let's > Encrypt [0], our le-certs still works for contacting Savannah with TLS. I checked wrong; le-certs needs to be updated. I'm testing the update now... > [0] Some