[Bug 396209] New: boot.crypto: padlock error
https://bugzilla.novell.com/show_bug.cgi?id=396209 Summary: boot.crypto: padlock error Product: openSUSE 11.0 Version: RC 1 Platform: Other OS/Version: Other Status: NEW Severity: Minor Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: daniele@sase.de QAContact: qa@suse.de Found By: --- after entering the LUKS-password I get the following error (pasted from /var/log/messages): Jun 1 14:48:48 gaia klogd: padlock: VIA PadLock not detected. Jun 1 14:48:48 gaia modprobe: WARNING: Error inserting padlock_aes (/lib/modules/2.6.25.4-8-default/kernel/drivers/crypto/padlock- aes.ko): No such device the cryptoimage is mounted, and everything seems to work fine (i'll hope so...). the cryptoimage is an imported from a suse 10.3 machine. -- 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=396209 Robert Vojcik <rvojcik@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rvojcik@novell.com AssignedTo|bnc-team-screening@forge.provo.novell.com |kernel-maintainers@forge.provo.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=396209 Lars Marowsky-Bree <lmb@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|kernel-maintainers@forge.provo.novell.com |mszeredi@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=396209 User mszeredi@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=396209#c1 Miklos Szeredi <mszeredi@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |daniele@sase.de --- Comment #1 from Miklos Szeredi <mszeredi@novell.com> 2008-06-10 05:27:14 MDT --- Hi Daniele, Thanks for the report. Do you expect your processor to support PadLock encryption? Could you please send the output of 'cat /proc/cpuinfo'? -- 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=396209 User daniele@sase.de added comment https://bugzilla.novell.com/show_bug.cgi?id=396209#c2 Daniele Frijia <daniele@sase.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|daniele@sase.de | --- Comment #2 from Daniele Frijia <daniele@sase.de> 2008-06-10 05:31:16 MDT --- Actually I dont know waht PadLock encryption is :-) The output will be attached. -- 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=396209 User daniele@sase.de added comment https://bugzilla.novell.com/show_bug.cgi?id=396209#c3 --- Comment #3 from Daniele Frijia <daniele@sase.de> 2008-06-10 05:32:03 MDT --- Created an attachment (id=221228) --> (https://bugzilla.novell.com/attachment.cgi?id=221228) output of /proc/cpuinfo -- 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=396209 User mszeredi@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=396209#c4 Miklos Szeredi <mszeredi@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|mszeredi@novell.com |bnc-team-screening@forge.provo.novell.com --- Comment #4 from Miklos Szeredi <mszeredi@novell.com> 2008-06-10 05:58:52 MDT --- Thanks! VIA PadLock encryption is a hardware accelerated encryption support on certain VIA processors. You have an Intel processor, which doesn't support VIA PadLock encryption. This should not be a problem, because the crypto code will fall back to software based encyption, so the error can safely be ignored. So the only minor problem is the scary ERROR message in the logs. This is not a kernel issue, the init scripts should try to detect if PadLock is available, and not try to insert this module if not. I don't know which component is responsible for this, so reasigning back to bnc-team-screening. -- 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=396209 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |mkoenig@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=396209 User mkoenig@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=396209#c5 Matthias Koenig <mkoenig@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|mkoenig@novell.com |kernel-maintainers@forge.provo.novell.com --- Comment #5 from Matthias Koenig <mkoenig@novell.com> 2008-06-12 08:39:29 MDT --- Well, the init scripts don't insert this module -- it's the kernel. The error mesage is triggered by the cryptsetup luksOpen call. But this does not call modprobe. It just sets up dm-crypt with the AES cipher. It seems dm-crypt requests this cipher from the kernel crypto API, so any module with an aes alias is loaded by the kernel, so it also tries to load padlock-aes which spits out this error. I don't think, we can do here anything in userspace, we just request AES -- how this is done by the kernel and which implementation it chooses is beyond our reach. -- 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=396209 User taupemoi@gmx.net added comment https://bugzilla.novell.com/show_bug.cgi?id=396209#c6 Gabriel Indurskis <taupemoi@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |taupemoi@gmx.net --- Comment #6 from Gabriel Indurskis <taupemoi@gmx.net> 2008-06-22 17:31:06 MDT --- I can confirm this problem on my AMD machine, with an encrypted external USB drive (created on SUSE 10.3). I have tried blacklisting the padlock-aes and padlock-sha modules in /etc/modprobe.d/blacklist - this gets rid of the error messages. While manual mounting via "cryptsetup luksOpen" luckily works, automatic mounting when hotplugging in KDE (3.5.9) unfortunately fails - for which I have just filed bug report https://bugzilla.novell.com/show_bug.cgi?id=402609 (since I think that's rather an issue with kryptomedia). -- 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=396209 User daniele@sase.de added comment https://bugzilla.novell.com/show_bug.cgi?id=396209#c7 --- Comment #7 from Daniele Frijia <daniele@sase.de> 2008-07-05 11:06:02 MDT --- On 11 final I dont get the error message anymore. -- 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=396209 User lmb@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=396209#c8 Lars Marowsky-Bree <lmb@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #8 from Lars Marowsky-Bree <lmb@novell.com> 2008-07-07 06:51:15 MDT --- Closing as per comment #7 -- 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=396209 User taupemoi@gmx.net added comment https://bugzilla.novell.com/show_bug.cgi?id=396209#c9 --- Comment #9 from Gabriel Indurskis <taupemoi@gmx.net> 2008-07-07 08:19:08 MDT --- I don't think this should be closed yet. My comment above was referring to a 11.0 final system: the error messages occur there. They only disappear after manually putting padlock-aes and padlock-sha into /etc/modprobe.d/blacklist. -- 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