all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#59972: confusing behavior when sshfs mount enabled
@ 2022-12-11 17:17 Jeremiah
  0 siblings, 0 replies; only message in thread
From: Jeremiah @ 2022-12-11 17:17 UTC (permalink / raw)
  To: 59972

If one adds the following to their guix configuration:

(file-system
    (mount-point "/srv/share")
    (device "username@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




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-11 17:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-11 17:17 bug#59972: confusing behavior when sshfs mount enabled Jeremiah

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.