[Bug 510037] New: Can't locate object method "info" via package "Bootloader::Logger" at /usr/lib/perl5/vendor_perl/5.10.0/Bootloader/Tools.pm line 346.
http://bugzilla.novell.com/show_bug.cgi?id=510037 Summary: Can't locate object method "info" via package "Bootloader::Logger" at /usr/lib/perl5/vendor_perl/5.10.0/Bootloader/Tools.pm line 346. Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: x86 OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Bootloader AssignedTo: jsrain@novell.com ReportedBy: gp@novell.com QAContact: jsrain@novell.com Found By: Product Management The following happens when running "zypper -v dup" on a relatively recently FACTORY installation just now. The package failing is suspend, but the error message seems to come from bootloader code: Retrieving: suspend-0.80.20081103-2.6.i586.rpm [done] Installing: suspend-0.80.20081103-2.6 [error] Installation of suspend-0.80.20081103-2.6 failed: (with --nodeps --force) Error: Subprocess failed. Error: RPM failed: Recreating all initial ramdiscs. This could take a while. (Touch /var/lib/no_initrd_recreation_by_suspend to prevent.) Scanning scripts ... Resolve dependencies ... Install symlinks in /lib/mkinitrd/setup ... Install symlinks in /lib/mkinitrd/boot ... Kernel image: /boot/vmlinuz-2.6.30-rc6-git3-2-legacy Initrd image: /boot/initrd-2.6.30-rc6-git3-2-legacy Root device: /dev/sda2 (mounted on / as ext3) Resume device: /dev/sda1 FATAL: Module jbd not found. WARNING: no dependencies for kernel module 'jbd' found. FATAL: Module ext3 not found. WARNING: no dependencies for kernel module 'ext3' found. FATAL: Module sd_mod not found. WARNING: no dependencies for kernel module 'sd_mod' found. Kernel Modules: libata ... Features: block usb resume.userspace resume.kernel Bootsplash: openSUSE (1024x768) 25423 blocks Kernel image: /boot/vmlinuz-2.6.30-rc6-git3-4-default Initrd image: /boot/initrd-2.6.30-rc6-git3-4-default Root device: /dev/sda2 (mounted on / as ext3) Resume device: /dev/sda1 FATAL: Module jbd not found. WARNING: no dependencies for kernel module 'jbd' found. FATAL: Module ext3 not found. WARNING: no dependencies for kernel module 'ext3' found. FATAL: Module sd_mod not found. WARNING: no dependencies for kernel module 'sd_mod' found. Kernel Modules: libata ... Features: block usb resume.userspace resume.kernel Bootsplash: openSUSE (1024x768) 25423 blocks Can't locate object method "info" via package "Bootloader::Logger" at /usr/lib/perl5/vendor_perl/5.10.0/Bootloader/Tools.pm line 346. Can't locate object method "info" via package "Bootloader::Logger" at /usr/lib/perl5/vendor_perl/5.10.0/Bootloader/Tools.pm line 346. error: %post(suspend-0.80.20081103-2.6.i586) scriptlet failed, exit status 1 Abort, retry, ignore? [_a_/r/i]: r Some dependency missing? -- 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=510037 Jiri Srain <jsrain@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jsrain@novell.com |jreidinger@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=510037 User cobexer@gmail.com added comment http://bugzilla.novell.com/show_bug.cgi?id=510037#c1 Christoph Obexer <cobexer@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cobexer@gmail.com --- Comment #1 from Christoph Obexer <cobexer@gmail.com> 2009-06-06 13:12:43 MDT --- Hi, after doing an update today I had the same problem the patch below fixed the problem for me, Ichanged the call to the nonexistent function info to call the debug function - but thats just a suggestion best regards Patch: 346c346 < $logger->info("Tools::GetMultipath: multipath kernel module is not loaded Ecode:$?."); ---
$logger->debug("Tools::GetMultipath: multipath kernel module is not loaded Ecode:$?.");
-- 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=510037 User jreidinger@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=510037#c2 Josef Reidinger <jreidinger@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pgnet.dev@gmail.com --- Comment #2 from Josef Reidinger <jreidinger@novell.com> 2009-06-08 01:20:19 MDT --- *** Bug 510046 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=510046 -- 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=510037 User jreidinger@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=510037#c3 Josef Reidinger <jreidinger@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P1 - Urgent Status|NEW |ASSIGNED --- Comment #3 from Josef Reidinger <jreidinger@novell.com> 2009-06-08 01:22:58 MDT --- fixed in svn and I release it ASAP. Log channel set to milestone, as this info is important if upgrade go bad on system with multipath. -- 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=510037 User jreidinger@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=510037#c4 Josef Reidinger <jreidinger@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #4 from Josef Reidinger <jreidinger@novell.com> 2009-06-08 02:06:07 MDT --- released as perl-Bootloade 0.5.3 -- 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.
participants (1)
-
bugzilla_noreply@novell.com