Bug#305751: keepalived: does not work with current sarge kernel

2005-05-04 Thread Marcin Owsiany
Sorry for a late reply..

On Fri, Apr 29, 2005 at 02:15:04AM -0700, Steve Langasek wrote:
> So far, I am not able to reproduce this bug against 2.4.27-2-686 or
> 2.6.8-2-686-smp, using either the sarge or sid version of keepalived.

Strange, since Alexander has confirmed this..

> Is
> there a simple keepalived.conf I could configure in order to trigger it?

I guess this one is close enough to what I tried at the beginning.

| global_defs {
|lvs_id MAILIN
| }
| 
| virtual_server 10.0.16.18 25 {
| delay_loop 60
| lb_algo rr
| lb_kind NAT
| protocol TCP
| 
| real_server 10.0.16.40 10025 {
| weight 1
| inhibit_on_failure
| SMTP_CHECK {
| host {
| connect_ip 10.0.16.40
| connect_port 10025
| bindto 10.0.16.18
| }
| connect_timeout 30
| retry 2
| retry 2
| delay_before_retry 5
| helo_name "mailin-checker.exprozone"
| }
| }
| 
| real_server 10.0.16.41 10025 {
| weight 1
| inhibit_on_failure
| SMTP_CHECK {
| host {
| connect_ip 10.0.16.41
| connect_port 10025
| bindto 10.0.16.18
| }
| connect_timeout 30
| retry 2
| delay_before_retry 5
| helo_name "mailin-checker.exprozone"
| }
| }
| 
| }

regards,

Marcin
-- 
Marcin Owsiany
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#305751: keepalived: does not work with current sarge kernel

2005-04-29 Thread Steve Langasek
Hi Marcin,

So far, I am not able to reproduce this bug against 2.4.27-2-686 or
2.6.8-2-686-smp, using either the sarge or sid version of keepalived.  Is
there a simple keepalived.conf I could configure in order to trigger it?

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#305751: keepalived: does not work with current sarge kernel

2005-04-21 Thread Marcin Owsiany
Package: keepalived
Version: 1.1.11-1
Severity: grave
Justification: renders package unusable

After installaton on a sarge system, it produces the following messages, and
does not set up ipvs rules.

Apr 21 17:09:13 kallisto Keepalived_healthcheckers: Registering Kernel netlink 
command channel
Apr 21 17:09:13 kallisto Keepalived_healthcheckers: Configuration is using : 
12310 Bytes
Apr 21 17:09:13 kallisto Keepalived_vrrp: Configuration is using : 31890 Bytes
Apr 21 17:09:13 kallisto Keepalived: Starting VRRP child process, pid=26583
Apr 21 17:09:13 kallisto kernel: IPVS: set_ctl: len 44 < 92
Apr 21 17:09:13 kallisto Keepalived_healthcheckers: IPVS: Module is wrong 
version
Apr 21 17:09:13 kallisto kernel: IPVS: set_ctl: len 68 < 92
Apr 21 17:09:13 kallisto kernel: IPVS: set_ctl: len 68 < 92
Apr 21 17:09:13 kallisto Keepalived_healthcheckers: IPVS: Module is wrong 
version
Apr 21 17:09:13 kallisto Keepalived_healthcheckers: IPVS: Module is wrong 
version

After modifying it to use 2.4.27 kernel-headers and rebuilding, it works.
However neither the description, nor the documentation says anything about
required kernel.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages keepalived depends on:
ii  ipvsadm 1.24+1.21-1  Linux Virtual Server support progr
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libpopt01.7-5lib for parsing cmdline parameters
ii  libssl0.9.7 0.9.7e-2 SSL shared libraries

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]