Thank you very much for your using and suggestions!
They are very helpful for us.
Joachim Banzhaf wrote:
Hi Huang Zhen,
Just tested the admin gui (from todays cvs). Nice work, so far.
Maybe this is of help for it to become even better:
I use something like cvs update -d; ConfigureMe package; rpm -i ... to install
new heartbeat versions on suse 9.3. This worked fine.
After that the gui wont start: packages python-gtk, python-numeric and
libglade2 where missing. I guess these should be included in the
dependencies?
Yes, it should be. it's a bug, I will record it in our bugzilla.
When clicking on items, no webbrowser was started:
Traceback (most recent call last):
File "/usr/lib/heartbeat/haclient.py", line 130, in on_label_active
webbrowser.open(url)
File "/usr/lib/python2.4/webbrowser.py", line 43, in open
get().open(url, new, autoraise)
File "/usr/lib/python2.4/webbrowser.py", line 38, in get
raise Error("could not locate runnable browser")
webbrowser.Error: could not locate runnable browser
I have firefox installed. How do I tell python?
Before running haclient.py or other python programe using webbrowser, please
run:
export BROWSER=`which firefox`
Otherwise the default browser will be started. I dont know how to set the
default
browser too.
My cib has location constraints with two rules in it. Of those only the first
rules are displayed in the gui (the one for jobn1 in the case below).
<rsc_location id="rsc_group_1" rsc="group_1">
<rule id="pref_group_1" score="100">
<expression attribute="#uname" operation="eq" value="jobn1"
id="pref_group_1_ex_1"/>
</rule>
<rule id="excl_group_1" score="-INFINITY">
<expression attribute="#uname" operation="eq" value="jobn2"
id="excl_group_1_ex_1"/>
</rule>
</rsc_location>
The location constraints with more than one rules is not implement yet deal to
it's hard
to design a UI for manage three levels conditions. But it is in to-do list.
For now, may you add too location constraints each one has only one rule
instead of one
constraints with too rules? Does this way work for you?
(you may find my complete cib in earlier posts, around dec 2005)
I would appreciate having the gui (client side) in a separate rpm because I
want to install it on systems that don't need/have heartbeat.
Good idea. It has been in to-do list already.
Thank you again for your suggestions.
Welcome more suggestions.
BTW, I will be in holiday from today to Feb 5.
Happy Chinese New Year for all!
If you need more info, just tell me.
best regards,
Joachim Banzhaf
_______________________________________________________
Linux-HA-Dev: [email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/
--
Best Regards,
Huang Zhen
Linux Technology Center
IBM China Development Lab, Beijing
Telno: (8610)82782244-2845
_______________________________________________________
Linux-HA-Dev: [email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/