GNU bug report logs - #30224
'mount -t ecryptfs ...' command refers to /bin/mount, bin/umount, etc

Previous Next

Package: guix;

Reported by: brendan.tildesley <at> openmailbox.org

Date: Tue, 23 Jan 2018 01:29:01 UTC

Severity: normal

Tags: easy

Done: Brendan Tildesley <brendan.tildesley <at> openmailbox.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Brendan Tildesley <brendan.tildesley <at> openmailbox.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#30224: closed ('mount -t ecryptfs ...' command refers to
 /bin/mount, bin/umount, etc)
Date: Mon, 30 Jul 2018 15:44:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 31 Jul 2018 01:43:27 +1000
with message-id <785cf642-8938-000e-8275-5f7b1e629634 <at> openmailbox.org>
and subject line 
has caused the debbugs.gnu.org bug report #30224,
regarding 'mount -t ecryptfs ...' command refers to /bin/mount, bin/umount, etc
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
30224: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30224
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: brendan.tildesley <at> openmailbox.org
To: bug-guix <at> gnu.org
Subject: 'mount -t ecryptfs ...' command refers to /bin/mount, bin/umount, etc
Date: Tue, 23 Jan 2018 01:19:36 -0000
I noticed this a while ago but probably won't get around to fixing it, so I'm just posting a bug report.
-------------------------------------
b <at> ui ~$ sudo mount -t ecryptfs encrypted-dir mount-dir
Passphrase:
Select cipher:
[...]
Selection [aes]:
Select key bytes:
 1) 16
 2) 32
 3) 24
Selection [16]:
Enable plaintext passthrough (y/n) [n]:
Enable filename encryption (y/n) [n]: y
Filename Encryption Key (FNEK) Signature [...]:
Attempting to mount with the following options:
  ecryptfs_unlink_sigs
  ecryptfs_fnek_sig=[...]
  ecryptfs_key_bytes=16
  ecryptfs_cipher=aes
  ecryptfs_sig=[...]
Failed to execute /bin/mount command: No such file or directory
Error mounting eCryptfs: [-2] No such file or directory
Check your system logs; visit <http://ecryptfs.org/support.html>
-------------------------------------


There are many references  to /bin/ in the ecryptfs source code, even including  /bin/umount. for example:

-------------------------------------
b <at> ui ~/temp/ecryptfs-utils-111$ ag exec.*bin/
src/utils/mount.ecryptfs.c
417:            execl("/bin/mount", "mount", "-i", "--no-canonicalize", "-t", "ecryptfs", fullpath_source, fullpath_target, "-o", opts, NULL);
421:            perror("Failed to execute /bin/mount command");

src/desktop/ecryptfs-mount-private.desktop.in
4:Exec=/usr/bin/ecryptfs-mount-private

src/desktop/ecryptfs-setup-private.desktop.in
4:Exec=/usr/bin/ecryptfs-setup-private

src/utils/mount.ecryptfs_private.c
833:            execl("/bin/umount", "umount", "-i", "-l", ".", NULL);

src/pam_ecryptfs/pam_ecryptfs.c
375:                    execl("/sbin/mount.ecryptfs_private",
389:                    execl("/sbin/umount.ecryptfs_private",

-------------------------------------
[Message part 3 (message/rfc822, inline)]
From: Brendan Tildesley <brendan.tildesley <at> openmailbox.org>
To: 30224-done <at> debbugs.gnu.org
Date: Tue, 31 Jul 2018 01:43:27 +1000


This bug report was last modified 6 years and 293 days ago.

Previous Next


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