http://bugzilla.novell.com/show_bug.cgi?id=568577 http://bugzilla.novell.com/show_bug.cgi?id=568577#c9 Carlos Robinson <carlos.e.r@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|carlos.e.r@opensuse.org | --- Comment #9 from Carlos Robinson <carlos.e.r@opensuse.org> 2010-01-12 23:50:58 UTC --- (In reply to comment #8)
to see what udevmountd does use this command and watch /var/log/messages: # udevadm control --log-priority=info
Ok, done. I then started the four fylesystems of #3. First one reported failure (but in fact succeeded, and the rest reported success. (This time I have the password ready and paste it within 3 seconds on each). bombadillo:~ # cryptodvds start Please enter passphrase for crmm_dvd_f1r: Please enter passphrase for crmm_dvd_f1r: key slot 0 unlocked. Command successful. [/sbin/fsck.reiserfs (1) -- /mnt/crypta.mm_dvd1.r] fsck.reiserfs -a /dev/mapper/crmm_dvd_f1r Reiserfs super block in block 16 on 0xfd00 of format 3.6 with standard journal Blocks (total/free): 1147200/61678 by 4096 bytes Filesystem is clean mount: /dev/mapper/crmm_dvd_f1r already mounted or /mnt/crypta.mm_dvd1.r busy Command failed: Device busy crmm_dvd_f1r... failed Please enter passphrase for crmm_dvd_f2r: Please enter passphrase for crmm_dvd_f2r: key slot 0 unlocked. Command successful. [/sbin/fsck.reiserfs (1) -- /mnt/crypta.mm_dvd2.r] fsck.reiserfs -a /dev/mapper/crmm_dvd_f2r Reiserfs super block in block 16 on 0xfd01 of format 3.6 with standard journal Blocks (total/free): 1147200/190750 by 4096 bytes Filesystem is clean crmm_dvd_f2r... done .. I will add the message log in a minute. HTH.
To disable udevmountd try adding the following line at the top of /etc/udev/rules.d/81-mount.rules: ACTION=="change", SUBSYSTEM=="block", KERNEL=="dm-*", ENV{DM_TARGET_TYPES}=="crypt", GOTO="skip_mount"
This part I don't have time to test tonight, it is late. Tomorrow, I hope.
Does that resolve your problems?
-- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.