Summary: | sys-cluster/heartbeat version bump to 2.0.8 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Wolfram Schlich (RETIRED) <wschlich> |
Component: | Current packages | Assignee: | Gentoo Cluster Team <cluster> |
Status: | RESOLVED DUPLICATE | ||
Severity: | enhancement | CC: | grag, jesse, tais.hansen, web, xgutter |
Priority: | High | ||
Version: | 2006.1 | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://lists.community.tummy.com/pipermail/linux-ha-announce/2007q1/000018.html | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
heartbeat-2.0.8 ebuild
BasicSanityCheck output heartbeat-2.0.8-r1 ebuild Heartbeat init script heartbeat-2.1.2 ebuild |
Description
Wolfram Schlich (RETIRED)
![]() Created attachment 107448 [details]
heartbeat-2.0.8 ebuild
heartbeat-2.0.8 ebuild.
Created attachment 107451 [details]
BasicSanityCheck output
I tested heartbeat-2.0.8 running BasicSanityCheck, in attach the output.
I'm investigating for this error:
[CUT]
I tested it using: /usr/lib/heartbeat/BasicSanityCheck
Next attach shows BasicSanityCheck output.
I'm ivestigating the following error:
Checking STONITH basic sanity.
** (process:27066): WARNING **: lt_dlopen() failure on plugin stonith2/drac3 [/usr/lib/stonith/plugins/stonith2/drac3.so]. Reason: [/usr/lib/stonith/plugins/stonith2/drac3.so: undefined symbol: MD5]
Invalid STONITH type drac3(!)
** (process:27095): WARNING **: lt_dlopen() failure on plugin stonith2/drac3 [/usr/lib/stonith/plugins/stonith2/drac3.so]. Reason: [/usr/lib/stonith/plugins/stonith2/drac3.so: undefined symbol: MD5]
Invalid STONITH type drac3(!)
[CUT]
Br,
Davide Restivo
I found a small bug with this ebuild. When running heartbeat R1 and using a ping node config in ha.cf you see an error message in the logs saying it cannot chdir into directory /var/lib/heartbeat/cores/hacluster so if you "chown hacluster:haclient /var/lib/heartbeat/cores/hacluster" it fixes the problem. Created attachment 109960 [details] heartbeat-2.0.8-r1 ebuild (In reply to comment #3) > I found a small bug with this ebuild. > When running heartbeat R1 and using a ping node config in ha.cf > you see an error message in the logs saying it cannot chdir into directory > /var/lib/heartbeat/cores/hacluster > > so if you "chown hacluster:haclient /var/lib/heartbeat/cores/hacluster" > it fixes the problem. > Solved. In addition the ebuild solves the following problems: * Moves /etc/ha_logd.cf to /etc/ha.d/ha_logd.cf (see init script) * If "crm on" in /etc/ha.d/ha.cf /etc/init.d/hearbeat fails with the following output: cat: /etc/ha.d/haresources: No such file or directory (See bug 163432) * ha_logd is started only if "use_logd" is set to on in /etc/ha.d/ha.cf. I noticed that the problem on drac3 problem disappeared because the module is not compiled :S and i don't know why. Br, Davide Restivo Created attachment 109961 [details]
Heartbeat init script
I heavily modified the heartbeat-2.0.8 ebuild and added it to my dev testing overlay: http://overlays.gentoo.org/dev/wschlich/changeset/29 It will soon receive some in-depth testing and probably some more changes. If all goes well, I hope my version can be added to the tree (modified ebuild + init script). Created attachment 135836 [details]
heartbeat-2.1.2 ebuild
Bump for v2.1.2. Rewrite. Fixes #198257. Added dependencies spied from debian control specs.
*** This bug has been marked as a duplicate of bug 202893 *** |