Your message dated Mon, 26 Sep 2011 15:57:10 +0200
with message-id <[email protected]>
and subject line Re: Bug#637201: libpam-encfs only mounts one directory listed
in /etc/security/pam_encfs.conf
has caused the Debian Bug report #637201,
regarding libpam-encfs only mounts one directory listed in
/etc/security/pam_encfs.conf
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
637201: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637201
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libpam-encfs
Version: 0.1.4.1-4
Severity: normal
Hi there,
maybe I am doing something wrong. I want to configure libpam-encfs to mount 2
directories on login.
The reason is one of them has backups and the other one has no backups.
I'm not able to do that because it seems that only the first one is mounted at
login.
I've made the following modifications:
In /etc/security/pam_encfs.conf:
#This specifies default encfs options
-encfs_default --idle=1
+# encfs_default --idle=0
+vpablos /home/vpablos/secured/.encrypted-fs
/home/vpablos/secured/encrypted -v allow_root
+vpablos /home/vpablos/almacen/.encrypted-fs
/home/vpablos/almacen/encrypted -v allow_root
In /etc/rc.local:
+# Set up encryption using enc-fs
+# http://www.debian-administration.org/articles/204
+modprobe fuse
In /etc/pam.d/common-session:
+# From http://choffee.co.uk/ramble/2006/06/02/paranoia-at-home/
+session required pam_encfs.so
In /etc/pam.d/common-auth:
+# From http://choffee.co.uk/ramble/2006/06/02/paranoia-at-home/
+auth sufficient pam_encfs.so
+auth required pam_unix.so nullok_secure use_first_pass
In /etc/fuse.conf:
# Allow non-root users to specify the 'allow_other' or 'allow_root'
# mount options.
#
-#user_allow_other
+user_allow_other
I hope I have configured something wrong.
Regards,
Victor.
-- System Information:
Debian Release: 6.0.2
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'squeeze'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.39-bpo.2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages libpam-encfs depends on:
ii encfs 1.7.2-1 encrypted virtual filesystem
ii libc6 2.11.2-10 Embedded GNU C Library: Shared lib
ii libpam0g 1.1.1-6.1 Pluggable Authentication Modules l
libpam-encfs recommends no packages.
libpam-encfs suggests no packages.
-- Configuration Files:
/etc/security/pam_encfs.conf changed:
drop_permissions
fuse_default allow_root,nonempty
vpablos /home/vpablos/secured/.encrypted-fs
/home/vpablos/secured/encrypted -v allow_root
vpablos /home/vpablos/almacen/.encrypted-fs
/home/vpablos/almacen/encrypted -v allow_root
-- no debconf information
--- End Message ---
--- Begin Message ---
On Wed, Aug 24, 2011 at 05:18:12PM +0200, Agustin Martin wrote:
> 2011/8/9 Victor Pablos Ceruelo <[email protected]>:
> > Package: libpam-encfs
> > Version: 0.1.4.1-4
> > Severity: normal
> >
> >
> > Hi there,
>
> Hi, Victor,
>
> > maybe I am doing something wrong. I want to configure libpam-encfs to mount
> > 2 directories on login.
> > The reason is one of them has backups and the other one has no backups.
> > I'm not able to do that because it seems that only the first one is mounted
> > at login.
>
> You cannot with current libpam-encfs.
>
> pam-encfs is not designed for that, just to mount a single home (ot
> home-like) directory in a simple way. See
> /usr/share/doc/libpam-encfs/README.gz,
Since pam-encfs is not designed for this, I am closing this bug report.
Thanks for your feedback.
Regards,
--
Agustin
--- End Message ---