Needed by newer lvm2: sys-cluster/cman-3.1.5 sys-cluster/libccs-3.1.5 sys-cluster/libfence-3.1.5 sys-cluster/libdlm-3.1.5 sys-cluster/libcman-3.1.5 sys-cluster/liblogthread-3.1.5 Reproducible: Always
*** Bug 442508 has been marked as a duplicate of this bug. ***
sys-cluster/cman-3.1.5 amd64 hppa x86 sys-cluster/libccs-3.1.5 amd64 hppa x86 sys-cluster/libfence-3.1.5 amd64 hppa x86 sys-cluster/libdlm-3.1.5 amd64 hppa x86 sys-cluster/libcman-3.1.5 amd64 hppa x86 sys-cluster/liblogthread-3.1.5 amd64 hppa x86
I receive this output when I'm trying to start the cman daemon: amd64box tmp # /etc/init.d/cman start * Loading dlm kernel module ... FATAL: Could not load /lib/modules/3.2.30-hardened/modules.dep: No such file or directory * Failed to load dlm kernel module [ !! ] * Loading configfs kernel module ... FATAL: Could not load /lib/modules/3.2.30-hardened/modules.dep: No such file or directory * Failed to load configfs kernel module [ !! ] * Mounting ConfigFS ... mount: il mount point /sys/kernel/config non esiste [ !! ] * Starting cman ... * Failed to start cman [ !! ] * Starting fenced ... [ ok ] /usr/sbin/cman_tool: Cannot open connection to cman, is it running ? * Joining fence domain ...
I have modules.dep file on my modules dirs: /lib64/modules/3.6.6-gentoo/modules.dep are you sure your case (missing file) is "normal"?
(In reply to comment #4) > I have modules.dep file on my modules dirs: > /lib64/modules/3.6.6-gentoo/modules.dep > > are you sure your case (missing file) is "normal"? I don't have support for modules, so it should be handled before doing this?
(In reply to comment #3) Same problem here. # zgrep MODULES /proc/config.gz CONFIG_MODULES=y # /etc/init.d/cman start * Caching service dependencies ... [ ok ] * Loading dlm kernel module ... FATAL: Module dlm not found. * Failed to load dlm kernel module [ !! ] * Loading configfs kernel module ... FATAL: Module configfs not found. * Failed to load configfs kernel module [ !! ] * Mounting ConfigFS ... mount: el punto de montaje /sys/kernel/config no existe [ !! ] * Starting cman ... * Failed to start cman [ !! ] * Starting fenced ... [ ok ] /usr/sbin/cman_tool: Cannot open connection to cman, is it running ? * Joining fence domain ... ^C * cman: caught SIGINT, aborting
CC back us when you provide a response
ago: I have added sanity checks for DLM/configfs, so you don't get the error spew, and you just get the errors instead because your kernel doesn't have them. Please move forward with stabilization. cman-3.1.5-r1 has the updated init.d.
(In reply to comment #8) quad ~ # zgrep CONFIGFS /proc/config.gz CONFIG_CONFIGFS_FS=y quad ~ # zgrep DLM /proc/config.gz CONFIG_DLM=m CONFIG_DLM_DEBUG=y quad ~ # lsmod | grep dlm dlm 145251 0 sctp 187455 3 dlm quad ~ # /etc/init.d/cman start * Starting cman ... * Failed to start cman [ !! ] * Starting fenced ... [ ok ] /usr/sbin/cman_tool: Cannot open connection to cman, is it running ? * Joining fence domain ... ^C * cman: caught SIGINT, aborting quad ~ # qlist -Iev cman sys-cluster/cman-3.1.5-r1
Added more checks for bad cman
(In reply to comment #10) > Added more checks for bad cman Same result: * Failed to start cman
(In reply to comment #8) > ago: > I have added sanity checks for DLM/configfs, so you don't get the error > spew, and you just get the errors instead because your kernel doesn't have > them. > > Please move forward with stabilization. > > cman-3.1.5-r1 has the updated init.d. Robin: The service still fails to start but: vbp ~ # /usr/sbin/cman_tool -t 120 -w join I/O warning : failed to load external entity "/etc/cluster/cluster.conf" Unable to get the configuration /usr/sbin/cman_tool: Not joining, configuration is not valid Launching manually the service we can see that missing cluster.conf file, so you need to add another check in the initscript and provide a valid cluster.conf.
any news here?
Reopen when we can do anything here