rfjakob

Results 370 comments of rfjakob

Sooo... Ubuntu 22.04 has gocryptfs v1.8, https://packages.ubuntu.com/jammy/gocryptfs ; Debian 12 has gocryptfs 2.3, https://packages.debian.org/bookworm/gocryptfs and probably also a much newer kernel. Can you post your `uname -a`?

By the way, I did not know about `x-systemd.idle-timeout`. Very nice!

This works fine on Fedora: ``` /mnt/cipher /mnt/plain fuse./home/jakob/go/bin/gocryptfs rw,nofail,auto,x-systemd.idle-timeout=10,x-systemd.automount,allow_other,passfile=/mnt/cipher.passfile 0 0 ``` ``` $ sudo mount -av / : ignored /boot : already mounted /boot/efi : already mounted swap...

Do you have the command "mount.fuse" installed? On Sun, 24 Mar 2024, 23:19 caferen, ***@***.***> wrote: > I'm having the same problem on Arch. Either with the same entry on...

On a fresh Debian 12 (this one: https://app.vagrantup.com/roboxes/boxes/debian12), just installing gocryptfs via `apt install gocryptfs`, and this fstab line: ``` /mnt/cipher /mnt/plain fuse.gocryptfs nofail,passfile=/mnt/passfile 0 0 ``` I get this:...

The fix is `apt install fuse`.

EncFS co-maintainer here. Looks like https://github.com/vgough/encfs/commit/c3a7da5eff4055e77dc9404b0c15945485232bf2 should be reverted as it is an unintentional ABI change. No question about that. However, please note that "-S" has never been meant to...

What I will do in the weekend is revert the patch and fix the crash in a second commit. Note that the crash is on invalid user input only and...

@Code7R pull-request to fix this is at https://github.com/vgough/encfs/pull/282

Thanks for the report! What's the earlyoom version?