https://bugzilla.novell.com/show_bug.cgi?id=789021 https://bugzilla.novell.com/show_bug.cgi?id=789021#c0 Summary: device-mapper: invalid udev rule Classification: openSUSE Product: openSUSE Factory Version: 12.3 Milestone 1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: seife@novell.slipkontur.de QAContact: qa-bugs@suse.de Found By: Third Party Developer/Partner Blocker: --- After updating to today's FACTORY (last update was before openSUSE conf), I found some errors in the log, regarding "/dmsetup not found". Suspecting that bug #789019 and bug #789020 had something to do with it (they apparently had not), I investigated. This is the proposed fix: susi:~ # diff -u /tmp/10-dm.rules /usr/lib/udev/rules.d/10-dm.rules --- /tmp/10-dm.rules 2012-11-09 15:42:27.082711649 +0100 +++ /usr/lib/udev/rules.d/10-dm.rules 2012-11-09 15:42:56.222347353 +0100 @@ -92,7 +92,7 @@ # dmsetup export is a SUSE extension to dmsetup # it is required by some other udev rules in SUSE distro. -IMPORT{program}="$env{DM_SBIN_PATH}/dmsetup export -j %M -m %m" +IMPORT{program}="/sbin/dmsetup export -j %M -m %m" # dmsetup tool provides suspended state information in textual # form with values "Suspended"/"Active". We translate it to with this, no more errors regarding dmsetup in the log. -- 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.