GNU bug report logs - #59972
confusing behavior when sshfs mount enabled

Previous Next

Package: guix;

Reported by: Jeremiah <at> pdp10.guru

Date: Sun, 11 Dec 2022 17:18:02 UTC

Severity: normal

Full log


View this message in rfc822 format

From: Jeremiah <at> pdp10.guru
To: 59972 <at> debbugs.gnu.org
Subject: bug#59972: confusing behavior when sshfs mount enabled
Date: Sun, 11 Dec 2022 17:17:34 +0000
If one adds the following to their guix configuration:

(file-system
    (mount-point "/srv/share")
    (device "username <at> server:/mountpoint/")
    (type "fuse.sshfs")
    ;; sshfs can't be set to #t or you'll get a weird error and no explaination
    ;; So that is a lovely bug in guix
    (mount? #f)
    (options "noauto,users,allow_other,IdentityFile=/root/.ssh/credential"))

and changes mount? to #t guix reconfigure will fail with a hard to
understand debug trace.

So either guix needs to make a meaningful error message or fix why it
currently doesn't allow sshfs filesystems to automount on boot

-Jeremiah




This bug report was last modified 2 years and 272 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.