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?


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?


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>

 (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.


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/

Reply via email to