Bug 1239734 is a feature request related to this.

-- 
You received this bug notification because you are a member of Ubuntu
High Availability Team, which is subscribed to corosync in Ubuntu.
https://bugs.launchpad.net/bugs/815665

Title:
  corosync does not start with init scripts

Status in “corosync” package in Ubuntu:
  Invalid

Bug description:
  Corosync cannot be started/stopped from init scripts on 11.04:

  sudo /etc/init.d/corosync start

  does not do anything. Nothing logged in /var/log/syslog.

  Upong further investigation,

  sudo bash -x /etc/init.d/corosync start

  gives this:

  + PATH=/usr/sbin:/usr/bin:/sbin:/bin
  + DESC='corosync daemon'
  + NAME=corosync
  + DAEMON=/usr/sbin/corosync
  + DAEMON_ARGS=
  + PIDFILE=/var/run/corosync.pid
  + SCRIPTNAME=/etc/init.d/corosync
  + PIDFILE=/var/run/corosync.pid
  + RARUNDIR=/var/run/resource-agents
  + '[' -x /usr/sbin/corosync ']'
  + '[' -r /etc/default/corosync ']'
  + . /etc/default/corosync
  ++ START=no
  + '[' -d /var/run/resource-agents ']'
  + '[' no '!=' yes ']'
  + exit 0

  The script dies at:
  if [ "$START" != "yes" ]; then
          exit 0
  fi

  The value of $START is "no" and thus the script exits here.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/corosync/+bug/815665/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-ha
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~ubuntu-ha
More help   : https://help.launchpad.net/ListHelp

Reply via email to