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
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
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
Hi There,
Icecat doesnt show/identify any number (seems to be) inside itself.
(Check the uploaded images)
ThX!
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
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!)
>
```
$ 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
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
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