https://bugzilla.novell.com/show_bug.cgi?id=676803 https://bugzilla.novell.com/show_bug.cgi?id=676803#c11 Stefan Münkner <stefan.muenkner@mx.uni-saarland.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stefan.muenkner@mx.uni-saar | |land.de --- Comment #11 from Stefan Münkner <stefan.muenkner@mx.uni-saarland.de> 2011-09-05 07:52:54 UTC --- That bug cost me the better half of a Friday evening when upgrading from 113-> 11.4 (already some time ago). My solution was to follow comment #8 and since then iscsitarget was working stable so far. I also noticed the following: Previous kernels contained 3 crc32c related kernel modules: ../kernel/arch/x86/crypto/crc32c-intel.ko ../kernel/crypto/crc32c.ko ../kernel/lib/libcrc32c.ko The kernels shipped with opensuse 11.4 (incl the vanilla kernel) only contain ../kernel/arch/x86/crypto/crc32c-intel.ko It looks like libcrc32c.ko/crc32c.ko do contain a generic crc computation not depending on any hardware, while crc32c-intel.ko naturally requires specific CPU extensions to be present. Could it be, that the kernel build-process omitted libcrc32c.ko/crc32c.ko by mistake and that this is at the heart of the problem? Neither libcrc32c.ko nor crc32c.ko are declared as being obsolete at kernel.org and in the sources for crc32c.ko it is exlicitly stated that it is required for icsi-target. A final remark: That this is being seemingly ignored by opensuse/novell for months now is a shame. -- 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.