Bug 144181
Summary: | dlm module: no version for "kcl_register_service" found: kernel tainted. | ||
---|---|---|---|
Product: | [Retired] Red Hat Cluster Suite | Reporter: | Derek Anderson <danderso> |
Component: | dlm | Assignee: | Chris Feist <cfeist> |
Status: | CLOSED NEXTRELEASE | QA Contact: | Cluster QE <mspqa-list> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4 | CC: | amanthei, cluster-maint |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2005-01-31 16:32:42 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 145358 | ||
Bug Blocks: |
Description
Derek Anderson
2005-01-04 22:08:22 UTC
I've seen these problems too while using the rpms. I don't think that this is a packaging issue... it might be a kernel issue. I've not been able to recreate this problem 100% of the time. I've also seen the following message while loading the gfs module (when lock_harness wasn't already loaded): gfs: no version for "lm_mount" found: kernel tainted. I think the issue is in RHEL3 & FC3 you can include /lib/modules/<kern-version>/build, but in RHEL-4 you need kernel-devel package & the files are in /lib/modules/<kern-version>. I'm working on the build scripts for the kernel rpms so they put things in the right spot (ie. /lib/modules/<kern-version>/cluster instead of in /lib/modules/<kern-version>/build/cluster). I've also noticed that you only get the tainted message the first time you modprobe a module with a problem. It seems like once the kernel's tainted there's no un-tainting. (Which is why you only see one 'no version for "xxx"' messages). Nevermind... I'm going to blame Chris again. I can get it everytime now just as Derek was before (I think the reason I couldn't was because /etc/rc.sysinit was trying to automatically mount my gfs filesystems): [root@trin-01 ~]# dmesg -c > /dev/null [root@trin-01 ~]# uname -r 2.6.9-1.906_EL [root@trin-01 ~]# insmod /lib/modules/2.6.9-1.906_EL/kernel/cluster/cman.ko [root@trin-01 ~]# dmesg -c CMAN <CVS> (built Dec 22 2004 18:41:50) installed NET: Registered protocol family 30 [root@trin-01 ~]# insmod /lib/modules/2.6.9-1.906_EL/kernel/cluster/dlm.ko [root@trin-01 ~]# dmesg -c dlm: no version for "kcl_register_service" found: kernel tainted. DLM <CVS> (built Dec 22 2004 18:42:03) installed Currently waiting on bug #145358. This bug has been fixed in dlm-kernel-2.6.9-11.3 & cman-kernel-2.6.9-13.1. Verified in dlm-kernel-2.6.9-14.1 and cman-kernel-2.6.9-15.1. |