[Bug 822032] New: 'No free loop devices' error is shown instead of mounting volume in pam_mount
https://bugzilla.novell.com/show_bug.cgi?id=822032 https://bugzilla.novell.com/show_bug.cgi?id=822032#c0 Summary: 'No free loop devices' error is shown instead of mounting volume in pam_mount Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: x86-64 OS/Version: openSUSE 12.3 Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: pavel@argo-tours.ru QAContact: qa-bugs@suse.de Found By: --- Blocker: --- Created an attachment (id=541578) --> (http://bugzilla.novell.com/attachment.cgi?id=541578) logs, containing the moment of a login User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:21.0) Gecko/20100101 Firefox/21.0 I use pam_mount to mount my encrypted container at login. It is not working since openSuSE 12.3 (works well on openSuSE 12.2) Reproducible: Always Steps to Reproduce: 1. create an pam_mount container 2. enable pam_mount in PAM 3. login Actual Results: Error occurs. No mount directory is created. No container is mounted. Expected Results: Mount directory should be created automatically, and encrypted container should be mounted in /etc/pam.d/login contains (pam_mount.so have been added by hands to ease testing) ----8<---------------- #%PAM-1.0 auth requisite pam_nologin.so auth [user_unknown=ignore success=ok ignore=ignore auth_err=die default=bad] pam_securetty.so auth include common-auth auth optional pam_mount.so account include common-account password include common-password session required pam_loginuid.so session include common-session session optional pam_lastlog.so nowtmp showfailed session optional pam_mail.so standard session optional pam_ck_connector.so session optional pam_mount.so ----8<---------------- /etc/security/pam_mount.conf.xml contains ----8<---------------- <?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE pam_mount SYSTEM "pam_mount.conf.xml.dtd"> <pam_mount> <debug enable="1" /> <mkmountpoint enable="1" remove="true" /> <msg-sessionpw>reenter password for pam_mount:</msg-sessionpw> <volume user="pavel" path="/home/pavel/container.img" mountpoint="/home/pavel/containercontents" options="cipher=aes-cbc-essiv:sha256,hash=sha512,keysize=256" fstype="crypt" fskeycipher="aes-256-cbc" fskeypath="/home/pavel/container.key" fskeyhash="md5" /> <cryptumount>/usr/local/sbin/unmountLuks %(MNTPT)</cryptumount> </pam_mount> ----8<---------------- -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=822032 https://bugzilla.novell.com/show_bug.cgi?id=822032#c Ye Yuan <yyuan@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yyuan@suse.com AssignedTo|bnc-team-screening@forge.pr |mc@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=822032 https://bugzilla.novell.com/show_bug.cgi?id=822032#c1 Michael Calmer <mc@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |jengelh@inai.de --- Comment #1 from Michael Calmer <mc@suse.com> 2013-06-03 03:20:31 UTC --- hmm, mount.crypt segfaults. Jan, any ideas? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com