https://bugzilla.novell.com/show_bug.cgi?id=812316 https://bugzilla.novell.com/show_bug.cgi?id=812316#c5 Neil Brown <nfbrown@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED CC| |nfbrown@suse.com InfoProvider|hare@suse.com | AssignedTo|nfbrown@suse.com |hare@suse.com --- Comment #5 from Neil Brown <nfbrown@suse.com> 2013-04-05 03:13:55 UTC --- There is a file /etc/udev/rules.d/70-kpartx.rules that is part of the multipath-tools package. In 12.2 it contains (among many other things) ENV{DM_STATE}=="ACTIVE", ENV{DM_UUID}=="DMRAID-*|dmraid-*", \ RUN+="/sbin/kpartx -u -p _part /dev/$kernel" This runs kpartx to create partition devices for each partition in a dmraid array. In 12.3 it contains the slightly different ENV{DM_STATE}=="ACTIVE", ENV{DM_UUID}=="DMRAID-*|dmraid-*", \ RUN+="/sbin/kpartx -u -p -part /dev/$kernel" Note the difference: "-part" rather than "_part". This means the partition device files created under /dev have a different name than before. This confuses the installer (and possibly other things) resulting in the failed installation. If you can break in to the installation process somewhere and either modify that file, or create links in /dev ot similar, then you might be able to get the installation to succeed. Meanwhile, I'm reassigning to the maintainer of multipath-utils. -- 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.