[Debian-ha-maintainers] Bug#620192: incomplete udev rules for libdlm3
Aurelien Requiem
aurelien.requiem at loadedtech.com.au
Wed Mar 30 21:56:51 UTC 2011
Package: libdlm3
Version: 3.0.12-2
Severity: important
hi,
After upgrading to squeeze, I had 2 problems with the redhat cluster suite.
1 - Apparently, there's a missing udev rule in /etc/udev/rules.d/45-dlm.rules
about dlm-monitor device. This seems to prevent file systems to be mounted.
To fix the issue, I copied the "dlm-control" and after a reboot this fixed
the problem.
I noticed the problem via dlm_controld reporting this problem
dlm_controld[920]: cannot find device /dev/misc/dlm-monitor with minor 57
2 - a boot time, udevd-work complains about a discrepancy with the kernel and
the udev rules. Messages are like this one.
udevd-work[1511]: kernel-provided name 'dlm-control' and NAME= 'misc/dlm-control' disagree, please use SYMLINK+= or change the kernel to provide the proper name
After checking found this :
https://bugzilla.redhat.com/show_bug.cgi?id=667710
I changed the above mentioned files as follow to remove all the warnings.
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"
After a reboot, all was ok.
To add up a bit. I performed an upgrade from lenny. I never touched the udev rule in the past.
-- System Information:
Debian Release: 6.0.1
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages libdlm3 depends on:
ii libc6 2.11.2-10 Embedded GNU C Library: Shared lib
ii libldap-2.4-2 2.4.23-7 OpenLDAP libraries
ii libxml2 2.7.8.dfsg-2 GNOME XML library
libdlm3 recommends no packages.
libdlm3 suggests no packages.
-- no debconf information
More information about the Debian-ha-maintainers
mailing list