That Did it. I'm guessing you have run into this before. What is the issue? a bug?
Gary Romo IBM Global Technology Services 303.458.4415 Email: [EMAIL PROTECTED] Pager:1.877.552.9264 Text message: [EMAIL PROTECTED] "Antonio Dias" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 01/14/2008 03:24 PM Please respond to linux clustering <[email protected]> To "linux clustering" <[email protected]> cc Subject Re: [Linux-cluster] system-config-cluster problem 2008/1/14 Gary Romo <[EMAIL PROTECTED]>: > File "/usr/share/system-config-cluster/FaildomController.py", line 213 > if val == "Yes" or val == "yes" or val="1": Edit /usr/share/system-config-cluster/FaildomController.py and change line 213 to be like this: if val == "Yes" or val == "yes" or val == "1": -- Antonio Dias -- Linux-cluster mailing list [email protected] https://www.redhat.com/mailman/listinfo/linux-cluster
-- Linux-cluster mailing list [email protected] https://www.redhat.com/mailman/listinfo/linux-cluster
