![]() |
lvs-users
|
| To: | lvs-users@xxxxxxxxxxxxxxxxxxxxxx |
|---|---|
| Subject: | ldirector https service check fails with out a receive= string |
| From: | Tom Blackburn <tombstone_95@xxxxxxxxx> |
| Date: | Tue, 12 Apr 2005 12:48:49 -0700 (PDT) |
Problem: using https service check with out a
receive="" string.
In check_https_child, $result is not set, appears it
is not used at
all. Net::SSLeay::sslcat returns
"/usr/sbin/ldirectord 8882:
open_tcp_connection: failed" which get stuffed into
$errors. $errors
is not checked, so the change below checks $errors.
diff ldirectord ldirectord@rev=1.99
1882c1882
< if($errors =~ /error|failed/i ||
---
> if($result =~ /error/i ||
__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | RE: [Linux-HA] [ANNOUNCE] Ultra Monkey 3, Peter Mueller |
|---|---|
| Next by Date: | [newbie] LVS and Traffic Balancing, Guilherme Felix |
| Previous by Thread: | RE: [Linux-HA] [ANNOUNCE] Ultra Monkey 3, Peter Mueller |
| Next by Thread: | [newbie] LVS and Traffic Balancing, Guilherme Felix |
| Indexes: | [Date] [Thread] [Top] [All Lists] |