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

To reply to this bug, email your comments to 59972 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#59972; Package guix. (Sun, 11 Dec 2022 17:18:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jeremiah <at> pdp10.guru:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sun, 11 Dec 2022 17:18:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jeremiah <at> pdp10.guru
To: bug-guix <at> gnu.org
Subject: 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 193 days ago.

Previous Next


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