[Bug 552443] New: libcrc32c kernel module has missing dependency on crc32c module
http://bugzilla.novell.com/show_bug.cgi?id=552443 Summary: libcrc32c kernel module has missing dependency on crc32c module Classification: openSUSE Product: openSUSE 11.2 Version: RC 1 Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Kernel AssignedTo: kernel-maintainers@forge.provo.novell.com ReportedBy: aj@novell.com QAContact: qa@suse.de Found By: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4) Gecko/20091016 SUSE/3.5.4-1.1.2 Firefox/3.5.4 I tried to install btrfs as root filesystem but it did not boot the machine since the btrfs module could not get loaded. The problem is that the dependend module libcrc32c could not be loaded since it needs crc32c but does not have a dependency on it - and therefore the module is not added to the initrd and cannot get used. Please add a dependency in the module libcrc32c on crc32c. Reproducible: Always Steps to Reproduce: Install 11.2 system with / as btrfs and then boot (needs separate /boot partition as well) - it fails. -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=552443 User gregkh@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=552443#c1 Greg Kroah-Hartman <gregkh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |aj@novell.com --- Comment #1 from Greg Kroah-Hartman <gregkh@novell.com> 2009-11-04 07:45:43 MST --- Dependencies happen "automagically", there is no need to specify them by hand anywhere. What are the log messages when you try to do this? -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=552443 User aj@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=552443#c2 Andreas Jaeger <aj@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mge@novell.com Info Provider|aj@novell.com |hare@novell.com --- Comment #2 from Andreas Jaeger <aj@novell.com> 2009-11-04 08:07:27 MST --- According to Hare (NEEDINFO) these are not set correctly. The message was that there was an error inserting the module btrfs - modprove -v btrfs showed that libcrc32c could not get inserted. After adding crc32c to the initrd everything worked fine. -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=552443 User mmarek@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=552443#c3 Michal Marek <mmarek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mmarek@novell.com --- Comment #3 from Michal Marek <mmarek@novell.com> 2009-11-04 09:02:50 MST --- libcrc32c calls crypto_alloc_shash("crc32c", 0, 0), which results in a request_module("crc32c"), but that dependency is not seen by modpost/depmod :-(. -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=552443 User aj@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=552443#c4 Andreas Jaeger <aj@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|hare@novell.com | --- Comment #4 from Andreas Jaeger <aj@novell.com> 2009-11-04 09:07:22 MST --- I think comment #3 answers the question. -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=552443 Michal Marek <mmarek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|NEW |ASSIGNED AssignedTo|kernel-maintainers@forge.pr |mmarek@novell.com |ovo.novell.com | -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=552443 User mmarek@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=552443#c5 Michal Marek <mmarek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #5 from Michal Marek <mmarek@novell.com> 2009-11-04 13:26:00 MST --- As a workaround, I added # SUSE INITRD: libcrc32c REQUIRES crc32c to modprobe.conf so that our mkinitrd picks up the crc32c module. BTW Andreas Robinson is planning a mechanism to add explicit dependencies to modules, that would be a proper fix. -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=552443 User aschnell@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=552443#c6 Arvin Schnell <aschnell@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aschnell@novell.com Resolution|FIXED |DUPLICATE --- Comment #6 from Arvin Schnell <aschnell@novell.com> 2009-11-06 13:45:42 MST --- *** This bug has been marked as a duplicate of bug 543801 *** http://bugzilla.novell.com/show_bug.cgi?id=543801 -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=552443 Michal Marek <mmarek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|DUPLICATE |FIXED -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=552443 User mmarek@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=552443#c7 --- Comment #7 from Michal Marek <mmarek@novell.com> 2009-11-10 02:25:30 MST --- *** Bug 543801 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=543801 -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=552443 http://bugzilla.novell.com/show_bug.cgi?id=552443#c8 --- Comment #8 from Bernhard Wiedemann <bwiedemann@suse.com> --- This is an autogenerated message for OBS integration: This bug (552443) was mentioned in https://build.opensuse.org/request/show/23896 Factory / module-init-tools -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com