Your message dated Wed, 28 May 2014 08:45:00 +0200
with message-id <[email protected]>
and subject line Re: Bug#303402: keepalived: configuration parsing error
has caused the Debian Bug report #303402,
regarding keepalived: configuration parsing error
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
303402: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=303402
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: keepalived
Severity: normal
TCP_CHECK configuration needs an end of line to be parsed correcly :
this config. works fine :
virtual_server VIP 3389 {
delay_loop 6
lb_algo wlc
lb_kind DR
protocol TCP
real_server RIP1 3389 {
weight 1
TCP_CHECK {
connect_timeout 10
}
}
}
but this one does stranges behaviours in ipvs :
virtual_server VIP 3389 {
delay_loop 6
lb_algo wlc
lb_kind DR
protocol TCP
real_server RIP1 3389 {
weight 1
TCP_CHECK { connect_timeout 10 }
}
}
regards
mc
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-386
Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1)
--- End Message ---
--- Begin Message ---
On Wed, 06 Apr 2005, Marc Chantreux wrote:
> Package: keepalived
> Severity: normal
>
>
> TCP_CHECK configuration needs an end of line to be parsed correcly :
>
> this config. works fine :
>
> virtual_server VIP 3389 {
> delay_loop 6
> lb_algo wlc
> lb_kind DR
> protocol TCP
> real_server RIP1 3389 {
> weight 1
> TCP_CHECK {
> connect_timeout 10
> }
> }
> }
There wasn't any feedback for years and it seems it was just a syntax error
in your configuration file. Therefore I am closing this bug now.
Thanks for reporting
Alex
--- End Message ---