Package: mount Version: 2.12r-15 Severity: normal -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hello, at first this may be an error of loop-aes-utils... $ LANG=C dpkg -S /bin/mount diversion by loop-aes-utils from: /bin/mount diversion by loop-aes-utils to: /bin/mount.orig mount, loop-aes-utils: /bin/mount $ COLUMNS=80 dpkg -l | grep loop-aes-utils ii loop-aes-utils 2.12r-14 Tools for mounting and manipulating filesyst Let me describe the behavior with an example: $ grep hda7 /etc/fstab LABEL=WD300_SOURCE /mnt/hda7 ext3,ext2 defaults 0 3 $ mount /mnt/hda7 $ mount | grep hda7 /dev/hda7 on /mnt/hda7 type ext3 (rw) so far, so good... $ mount /dev/hda7 -o remount,commit=3600 $ mount | grep hda7 /dev/hda7 on /mnt/hda7 type ext3 (rw,commit=3600) $ mount /dev/hda7 -o remount,commit=7200 $ mount | grep hda7 /dev/hda7 on /mnt/hda7 type ext3 (rw,commit=3600,commit=7200) $ mount /dev/hda7 -o remount,commit=3600 $ mount | grep hda7 /dev/hda7 on /mnt/hda7 type ext3 (rw,commit=3600,commit=7200,commit=3600) ... to be contiuned Why are there different commit times? This goes endless until I use the mount-point instead of the device: $ mount /mnt/hda7 -o remount,commit=3600 $ mount | grep hda7 /dev/hda7 on /mnt/hda7 type ext3 (rw,commit=3600) This would be a usable workaround for this problem, but it does not work on devicemapper-devices like /dev/mapper/_dev_hda9 created by libpam_mount. The only "solution" is there to unmount the device and mount it again, which mean to logout and to relogin - because it is the home-direcory. The problem in the first example is also avoidable, if /etc/fstab is changed to the normal entry (without the LABEL) like this: $ grep hda7 /etc/fstab /dev/hda6 /mnt/hda7 ext3,ext2 defaults 0 3 But in the case with libpam_mount, there is neither a label used nor is there an entry in /etc/fstab. $ grep home /etc/security/pam_mount.conf volume * crypt - /home/&.img ~ loop,exec,nodev,nosuid,cipher=aes-cbc-essiv:sha256,hash=sha512,keysize=256 aes-256-ecb /mnt/usb/&.key How can this issue be solved? Thank You for reading this ;-) Kiro - -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (990, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Versions of packages mount depends on: ii libblkid 1.39+1.40-WIP-2006.11.14+dfsg-1 block device id library ii libc6 2.3.6.ds1-8 GNU C Library: Shared libraries ii libuuid1 1.39+1.40-WIP-2006.11.14+dfsg-1 universally unique id library mount recommends no packages. - -- no debconf information -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFdqIfYWOj0axvMcURAkDeAKDR6AYbwEsv3VDJiZHKEMr5Jqh4WACeN6HZ D0e99JCw0YaIi/ddqiqkRVY= =iDX6 -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]