Package: libpam-mount Version: 2.14-1.1 Followup-For: Bug #666891 Dear Maintainer,
Same problem. > Often, when partions don't get pam unmounted on logout it is because > of processes (especially pulse audio) which aren't terminating, > leaving open file handles, which prevent the partion from being > unmounted. However, changing the "logout"-line in > /etc/security/pam_mount.conf.xml from: > <logout wait="0" hup="0" term="0" kill="0" /> > > to: > <logout wait="2000" hup="0" term="1" kill="1"/> Thanks, that did fix the issue for me. Cheers colliar Note: Did remove/change private info from config file -- System Information: Debian Release: 8.0 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores) Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages libpam-mount depends on: ii base-files 8 ii libc6 2.19-18 ii libcryptsetup4 2:1.6.6-5 ii libhx28 3.21-1 ii libmount1 2.25.2-6 ii libpam-runtime 1.1.8-3.1 ii libpam0g 1.1.8-3.1 ii libpcre3 2:8.35-3.3 ii libssl1.0.0 1.0.1k-3 ii libxml2 2.9.1+dfsg1-5 ii mount 2.25.2-6 libpam-mount recommends no packages. Versions of packages libpam-mount suggests: pn cifs-utils <none> pn davfs2 <none> ii fuse 2.9.3-15+b1 ii lsof 4.86+dfsg-1 pn ncpfs <none> ii openssl 1.0.1k-3 ii psmisc 22.21-2 pn sshfs <none> pn tc-utils <none> pn xfsprogs <none> -- Configuration Files: /etc/security/pam_mount.conf.xml changed: <?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE pam_mount SYSTEM "pam_mount.conf.xml.dtd"> <!-- See pam_mount.conf(5) for a description. --> <pam_mount> <!-- debug should come before everything else, since this file is still processed in a single pass from top-to-bottom --> <debug enable="0" /> <!-- Volume definitions --> <volume user="USERNAME" mountpoint="/home/%(USER)" path="/dev/disk/by-uuid/UUID" fstype="crypt" options="fsck" /> <!-- pam_mount parameters: General tunables --> <!-- <luserconf name=".pam_mount.conf.xml" /> --> <!-- Note that commenting out mntoptions will give you the defaults. You will need to explicitly initialize it with the empty string to reset the defaults to nothing. --> <mntoptions allow="nosuid,nodev,loop,encryption,fsck,nonempty,allow_root,allow_other" /> <!-- <mntoptions deny="suid,dev" /> <mntoptions allow="*" /> <mntoptions deny="*" /> --> <mntoptions require="nosuid,nodev" /> <!-- see debian bug #666891 <logout wait="0" hup="0" term="0" kill="0" /> --> <logout wait="2000" hup="0" term="1" kill="1" /> <!-- pam_mount parameters: Volume-related --> <mkmountpoint enable="1" remove="true" /> </pam_mount> -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org