Hi, I was able to reproduce this.

the point is you are using mount in cron and your mount command does not
contain all values. That's the reason why mount.ecryptfs starts asking
questions. Cron gives wrong input so mount.ecryptfs repeats it's
questions in a loop (and consumes memory).

If you want to mount ecryptfs dir for example in cron, you should add
verbosity=0 which tells mount.ecryptfs not to ask any question and just
use default values.

Please try it with:
mount -t ecryptfs -o 
key=passphrase,ecryptfs_cipher=aes,ecryptfs_key_bytes=16,passthrough=no,ecryptfs_passthrough=no,passwd=●●●●●●●●●●●●,verbosity=0
 /media/back/.auto /media/back/auto

** Changed in: ecryptfs-utils (Ubuntu)
       Status: New => Confirmed

-- 
mount.ecryptfs takes up enormous amounts of memory when mounting
https://bugs.launchpad.net/bugs/371587
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to