<html><body><div style="font-family: arial, helvetica, sans-serif; font-size: 12pt; color: #000000"><div>All,<br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>I recently installed a cluster (2 nodes) that is pretty simple.  It just has a few IP addresses and an instance of Pound.  I was having issues getting pound to start correctly.  The error I received was:</div><div><br data-mce-bogus="1"></div><div>ERROR: /usr/lib/ocf/resource.d/heartbeat/pound: 1: /usr/lib/ocf/resource.d/heartbeat/pound: -c: not found</div><div><br>I found a solution and thought I'd post it here just in case anyone else was running into the same issue.  And to see if my solution was the right one.<br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>In /usr/lib/ocf/resource.d/heartbeat/pound on line 40the OCF_RESKEY_ctl_binary is set like this.<br></div><div>: ${OCF_RESKEY_ctl_binary=${OCF_RESKEY_client_ctl_default}}<br></div><div><br data-mce-bogus="1"></div><div>This means OCF_RESKEY_ctl_binary was set to an empty value, which obviously isn't a good thing.<br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>If I read things correctly, it should be set like this instead:<br data-mce-bogus="1"></div><div>: ${OCF_RESKEY_ctl_binary=${OCF_RESKEY_ctl_binary_default}}<br></div><div><br data-mce-bogus="1"></div><div>since OCF_RESKEY_ctl_binary_default is what is used on line 35.  After updating as mentioned things work as expected.<br></div><div><br data-mce-bogus="1"></div><div>-Tim<br data-mce-bogus="1"></div></div>
<br>
<br></body></html>