Package: sudo
Version: 1.8.2-2
Severity: important
After running a command via sudo, pam_mount tries to umount my LUKS encrypted
/home partition:
$ sudo [whatever]
[...]
pam_mount(mount.c:69): umount messages:
pam_mount(mount.c:73): umount: /home: device is busy.
pam_mount(mount.c:73): (In some cases useful info about processes that
use
pam_mount(mount.c:73): the device is found by lsof(8) or fuser(1))
pam_mount(mount.c:73): umount /home failed with run_sync status 1
pam_mount(mount.c:73): umount: /home: device is busy.
pam_mount(mount.c:73): (In some cases useful info about processes that
use
pam_mount(mount.c:73): the device is found by lsof(8) or fuser(1))
pam_mount(mount.c:73): umount /home failed with run_sync status 1
pam_mount(mount.c:752): unmount of /dev/disk/by-uuid/[UUID] failed
*** /etc/crypttab
# <target name> <source device> <key file> <options>
*** /etc/security/pam_mount.conf.xml
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE pam_mount SYSTEM "pam_mount.conf.xml.dtd">
<pam_mount>
<debug enable="0" />
<mntoptions
allow="nosuid,nodev,loop,encryption,fsck,nonempty,allow_root,allow_other" />
<mntoptions require="nosuid,nodev" />
<logout wait="0" hup="0" term="0" kill="0" />
<mkmountpoint enable="1" remove="true" />
<volume user="[user]" fstype="crypt" path="/dev/disk/by-uuid/[uuid]"
mountpoint="/home" options="fsck,relatime" />
</pam_mount>
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.0-6.dmz.1-liquorix-amd64 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages sudo depends on:
ii libc6 2.13-21
ii libpam-modules 1.1.3-4
ii libpam0g 1.1.3-4
sudo recommends no packages.
sudo suggests no packages.
-- Configuration Files:
/etc/sudoers [Errno 13] Permission denied: u'/etc/sudoers'
/etc/sudoers.d/README [Errno 13] Permission denied: u'/etc/sudoers.d/README'
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]