> 254. > Feb 1 10:50:18 localhost crmd: [8164]: ERROR: process_lrm_event: LRM > operation ldirectord_1_monitor_0 (call=2, rc=1) Error unknown error > > There is a slash too much in the path: > "/usr/lib/ocf/resource.d//hearbeat/ldirectord" > Has anybody a hint where this is stored, or how I can remove this? >
Hi Stephan, the LRM is stating the resources and it seems that it isn't able to "exec"ute it. I'm pretty sure that it has nothing to do with this extra slash (/) as unixoide OSes ignore this. a) Is the file adressed by '/usr/lib/ocf/resource.d//hearbeat/ldirectord' there? I ask this for completeness. I guess you checked this. b) Which rights are set for this file. Is the executable bit set for the right user/gorup. Is user and group set correctly? c) Look at the sheebang path at the beginning of the script. Does it refer to the right script interpreter? Best regards Andreas Mock _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
