Package: libpam-mount
Version: 0.48-1
Severity: normal

I have the following volume definition:
<volume options="noatime,nodiratime,user_xattr"
        user="johannes"
        mountpoint="/home/johannes"
        path="/dev/hda4"
        fstype="crypt" />

When trying to log in, the kernel complains:
EXT3-fs: Unrecognized mount option " noatime" or missing value

and the volume is not mounted.

As a workaround, I have done this to /sbin/mount.crypt:

--- /sbin/mount.crypt~  2008-10-21 10:58:45.000000000 +0200
+++ /sbin/mount.crypt   2008-10-21 10:54:23.000000000 +0200
@@ -118,6 +118,7 @@
 IFS=",";
 
 for opt in $OPTIONS; do
+       opt=${opt/ /}
        KEY="${opt%%=*}";
        VAL="${opt#*=}";
        case "$KEY" in

but surely that's not an appropriate fix.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.27-wl-03376-g05fd779-dirty (PREEMPT)
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-mount depends on:
ii  debconf                    1.5.24        Debian configuration management sy
ii  libc6                      2.7-15        GNU C Library: Shared libraries
ii  libhx14                    1.25-1        A library providing queue, tree, I
ii  libpam0g                   1.0.1-4       Pluggable Authentication Modules l
ii  libssl0.9.8                0.9.8g-13     SSL shared libraries
ii  libxml-writer-perl         0.604-1       Perl module for writing XML docume
ii  libxml2                    2.6.32.dfsg-4 GNOME XML library
ii  mount                      2.14~rc2-0    Tools for mounting and manipulatin

libpam-mount recommends no packages.

Versions of packages libpam-mount suggests:
ii  cryptsetup                    2:1.0.6-6  configures encrypted block devices
pn  davfs2                        <none>     (no description available)
ii  fuse-utils                    2.7.4-1.1  Filesystem in USErspace (utilities
ii  lsof                          4.79~J-1   List open files
pn  ncpfs                         <none>     (no description available)
ii  openssl                       0.9.8g-13  Secure Socket Layer (SSL) binary a
ii  psmisc                        22.6-1     Utilities that use the proc filesy
pn  smbfs                         <none>     (no description available)
pn  truecrypt-utils               <none>     (no description available)

-- debconf information:
* libpam-mount/convert-xml-config: true



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to