https://bugzilla.novell.com/show_bug.cgi?id=810840 https://bugzilla.novell.com/show_bug.cgi?id=810840#c3 Thomas Fehr <fehr@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fehr@suse.com --- Comment #3 from Thomas Fehr <fehr@suse.com> 2013-03-22 09:50:40 UTC --- Problem could be caused by difference in /etc/udev/rules.d/70-kpartx.rules between 12.2 and 12.3 See the following diff: ENV{DM_STATE}=="ACTIVE", ENV{DM_UUID}=="DMRAID-*|dmraid-*", \ - RUN+="/sbin/kpartx -u -p _part /dev/$kernel" + RUN+="/sbin/kpartx -u -p -part /dev/$kernel" No idea when this rule is triggered you need to ask udev and dmraid maintainer if this could be really cause for the trouble but I would bet on it. Fund no other references to "_part" in libstorage, yast2-storage, udev and dmraid. Workaround would be to replace _part with -part in /etc/fstab and (if resent) /etc/crypttab before update. -- 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.