[Bug 465717] New: [PATCH] perl-Bootloader bug "device-mapper table ioctl"
https://bugzilla.novell.com/show_bug.cgi?id=465717 Summary: [PATCH] perl-Bootloader bug "device-mapper table ioctl" Classification: openSUSE Product: openSUSE 11.1 Version: RC 2 Platform: x86-64 OS/Version: openSUSE 11.1 Status: NEW Severity: Critical Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: kojot350@gmail.com QAContact: qa@suse.de Found By: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.5) Gecko/2008121300 SUSE/3.0.5-1.1 Firefox/3.0.5 When I run mkinitrd, I get the following error: device-mapper: table ioctl failed: No such device or address A googled up solution: http://linux.derkeiler.com/Mailing-Lists/SuSE/2008-12/msg01526.html --- /usr/lib/perl5/vendor_perl/5.10.0/Bootloader/Tools.pm.orig 2008-12-21 15:06:29.000000000 +0100 +++ /usr/lib/perl5/vendor_perl/5.10.0/Bootloader/Tools.pm 2008-12-21 15:06:34.000000000 +0100 @@ -622,6 +622,7 @@ } my @dm_devs = qx{$dmsetup info -c --noheadings -o name | grep -v part}; + chomp @dm_devs; if ($dm_devs[0] !~ /No devices found/) { foreach my $dmdisk (@dm_devs) { my @tables = qx{$dmsetup table '$dmdisk'}; -- credit to Josef Wolf Reproducible: Always Steps to Reproduce: 1. make 2. make modules_install 3. make modules Actual Results: Fail Expected Results: Success -- 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=465717 User jreidinger@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=465717#c1 Josef Reidinger <jreidinger@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |jreidinger@novell.com Resolution| |DUPLICATE --- Comment #1 from Josef Reidinger <jreidinger@novell.com> 2009-01-13 07:38:00 MST --- This is already fixed and when you install maintenance update 0.4.81.1 it is gone. (final patch looks very similar, but more place needs chomp) *** This bug has been marked as a duplicate of bug 463451 *** https://bugzilla.novell.com/show_bug.cgi?id=463451 -- 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