This is bug in /etc/init.d/ctdb. To fix it replace line  215
if [ yes == "$CTDB_SUPPRESS_COREFILE" ]; then
to
if [ "$CTDB_SUPPRESS_COREFILE" = "yes" ]; then

-- 
Error when running init script "[: 364: yes: unexpected operator"
https://bugs.launchpad.net/bugs/548848
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to