https://bugzilla.novell.com/show_bug.cgi?id=779718 https://bugzilla.novell.com/show_bug.cgi?id=779718#c2 Tim Serong <tserong@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |jjzhang@suse.com, | |rgoldwyn@suse.com AssignedTo|kernel-maintainers@forge.pr |tserong@suse.com |ovo.novell.com | --- Comment #2 from Tim Serong <tserong@suse.com> 2013-05-27 11:26:14 UTC --- The following two patches fix this: Index: libdlm/dlm/libdlm/51-dlm.rules =================================================================== --- libdlm.orig/dlm/libdlm/51-dlm.rules +++ libdlm/dlm/libdlm/51-dlm.rules @@ -1,5 +1,5 @@ -KERNEL=="dlm-control", NAME="misc/dlm-control", MODE="0666" -KERNEL=="dlm-monitor", NAME="misc/dlm-monitor", MODE="0666" -KERNEL=="dlm_default", NAME="misc/dlm_default", MODE="0666" -KERNEL=="dlm_*", NAME="misc/%k", MODE="0660" +KERNEL=="dlm-control", SYMLINK+="misc/dlm-control", MODE="0666" +KERNEL=="dlm-monitor", SYMLINK+="misc/dlm-monitor", MODE="0666" +KERNEL=="dlm_default", SYMLINK+="misc/dlm_default", MODE="0666" +KERNEL=="dlm_*", SYMLINK+="misc/%k", MODE="0660" Index: ocfs2-tools-1.8.2+git.1361836695.ff84eb5/vendor/common/51-ocfs2.rules =================================================================== --- ocfs2-tools-1.8.2+git.1361836695.ff84eb5.orig/vendor/common/51-ocfs2.rules +++ ocfs2-tools-1.8.2+git.1361836695.ff84eb5/vendor/common/51-ocfs2.rules @@ -1,2 +1,2 @@ -KERNEL=="ocfs2_control", NAME="misc/ocfs2_control", MODE="0660" +KERNEL=="ocfs2_control", SYMLINK+="misc/ocfs2_control", MODE="0660" I'll submit these for 12.2 and 12.3 maintenance momentarily. I've also got these fixes in libdlm and ocfs2-tools in network:ha-clustering:Factory, but those have not yet been submitted to openSUSE:Factory (I'm not sure if these or similar patches are already upstream or not - if they are, we might be better just pulling the latest upstream libdlm and ocfs2-tools into Factory). -- 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.