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

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: guix; Reported by: Jeremiah@HIDDEN; dated Sun, 11 Dec 2022 17:18:02 UTC; Maintainer for guix is bug-guix@HIDDEN.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 11 Dec 2022 17:17:39 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Dec 11 12:17:39 2022
Received: from localhost ([127.0.0.1]:47158 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1p4PxL-0006pD-Jd
	for submit <at> debbugs.gnu.org; Sun, 11 Dec 2022 12:17:39 -0500
Received: from lists.gnu.org ([209.51.188.17]:51132)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <jeremiah@HIDDEN>) id 1p4PxJ-0006p7-TM
 for submit <at> debbugs.gnu.org; Sun, 11 Dec 2022 12:17:38 -0500
Received: from eggs.gnu.org ([2001:470:142:3::10])
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <jeremiah@HIDDEN>)
 id 1p4PxJ-0003CP-M5
 for bug-guix@HIDDEN; Sun, 11 Dec 2022 12:17:37 -0500
Received: from itsx01.pdp10.guru ([74.207.247.251])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <jeremiah@HIDDEN>)
 id 1p4PxH-0007Ix-UQ
 for bug-guix@HIDDEN; Sun, 11 Dec 2022 12:17:37 -0500
Received: from auennplxrtxfoohp by ITSx01.pdp10.guru with local (Exim 4.94.2)
 (envelope-from <jeremiah@HIDDEN>) id 1p4PxG-0000sk-0S
 for bug-guix@HIDDEN; Sun, 11 Dec 2022 17:17:34 +0000
From: Jeremiah@HIDDEN
To: bug-guix@HIDDEN
Subject: confusing behavior when sshfs mount enabled
Date: Sun, 11 Dec 2022 17:17:34 +0000
Message-ID: <87tu21n9ld.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
Received-SPF: none client-ip=74.207.247.251; envelope-from=jeremiah@HIDDEN;
 helo=ITSx01.pdp10.guru
X-Spam_score_int: -18
X-Spam_score: -1.9
X-Spam_bar: -
X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001,
 SPF_NONE=0.001 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: submit
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -3.3 (---)

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




Acknowledgement sent to Jeremiah@HIDDEN:
New bug report received and forwarded. Copy sent to bug-guix@HIDDEN. Full text available.
Report forwarded to bug-guix@HIDDEN:
bug#59972; Package guix. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Sun, 11 Dec 2022 17:30:02 UTC

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