On Thu, 2009-01-29 at 14:47 +0000, sachin patel wrote: > I have pacemaker etc.. installed on RHEL5.2 system. I have four node up but > when I try to configure any group or resources in gui it does not do > anything. it prints following error. > > What do I need? > > > # /usr/share/heartbeat-gui/haclient.py > Traceback (most recent call last): > File "/usr/share/heartbeat-gui/haclient.py", line 2822, in on_add > objdlg = ObjectViewDlg(new_elem, True) > File "/usr/share/heartbeat-gui/haclient.py", line 3900, in __init__ > obj_view = ObjectView(self.xml_node, is_newobj, self.on_changed) > File "/usr/share/heartbeat-gui/haclient.py", line 1994, in __init__ > self.update(xml_node) > File "/usr/share/heartbeat-gui/haclient.py", line 2130, in update > self.on_after_show() > File "/usr/share/heartbeat-gui/haclient.py", line 2138, in on_after_show > self.obj_attrs.on_after_show() > File "/usr/share/heartbeat-gui/haclient.py", line 6471, in on_after_show > for widget in self.widgets[widget_type].values() : > SystemError: Objects/funcobject.c:128: bad argument to internal function It was due to a bug of pygobject < 2.12.3. The following patch was pushed for avoiding that error. http://hg.clusterlabs.org/pacemaker/pygui/rev/460feb8039c1
And you could use any version newer than this changeset. -- Regards, Yan Gao China R&D Software Engineer [email protected] Novell, Inc. Making IT Work As One?6?4 _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
