[Bug 1248054] Re: dlm package installation fails
Jason Waters
1248054 at bugs.launchpad.net
Wed Jun 18 19:05:16 UTC 2014
I fixed it by editing /etc/init.d/dlm
I was able to get past this by commenting out the ". /etc/rc.d/init.d/functions" line and changing the
"daemon $prog $DLM_CONTROLD_OPTS" line to "$prog $DLM_CONTROLD_OPTS"
I was using it with clvmd and needed to tweak that as well. Needed to
comment out the cluster.conf stuff since I wasn't using pacemaker.
These changes were made to /etc/init.d/clvm
#if [ ! -f /etc/cluster/cluster.conf ]; then
# log_failure_msg "clvmd: cluster not configured. Aborting."
# exit 0
#fi
#if ! cman_tool status >/dev/null 2>&1; then
# log_failure_msg "clvmd: cluster is not running. Aborting."
# exit 0
#fi
Again my setup is with pacemaker
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dlm in Ubuntu.
https://bugs.launchpad.net/bugs/1248054
Title:
dlm package installation fails
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dlm/+bug/1248054/+subscriptions
More information about the Ubuntu-server-bugs
mailing list