Your message dated Thu, 28 May 2009 09:17:07 +0000
with message-id <[email protected]>
and subject line Bug#530738: fixed in keepalived 1.1.17-2
has caused the Debian Bug report #530738,
regarding keepalived is compiled without IPVS support
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.)


-- 
530738: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530738
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: keepalived
Version: 1.1.17-1
Severity: important
Tags: patch

Hi Alexander!

keepalived 1.1.17-1 seems to be compiled without IPVS support. It
seems that you have missed my patch about using linux-libc-dev. I
attach the patch to this bug report.

I also suggest to add "-rm configure" to clean rules in debian/rules
to ensure that diff.gz is not cluttered with the newly generated
configure.

Thanks.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29-1-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages keepalived depends on:
ii  iproute                       20090324-1 networking and traffic control too
ii  ipvsadm                       1:1.24-2.1 Linux Virtual Server support progr
ii  libc6                         2.9-12     GNU C Library: Shared libraries
ii  libpopt0                      1.14-4     lib for parsing cmdline parameters
ii  libssl0.9.8                   0.9.8g-16  SSL shared libraries

keepalived recommends no packages.

keepalived suggests no packages.

-- no debconf information
diff --git a/configure.in b/configure.in
index 4d7aa34..5b14ffb 100644
--- a/configure.in
+++ b/configure.in
@@ -102,7 +102,7 @@ AC_SUBST(KERN)
 dnl ----[ Checks for LVS and VRRP support ]----
 IPVS_SUPPORT="_WITHOUT_LVS_"
 if test "$enable_lvs" != "no"; then
-  AC_CHECK_HEADER([net/ip_vs.h],
+  AC_CHECK_HEADER([linux/ip_vs.h],
     [IPVS_SUPPORT="_WITH_LVS_"],
     [
       IPVS_SUPPORT="_WITHOUT_LVS_"
@@ -118,7 +118,7 @@ if test "$IPVS_SUPPORT" = "_WITH_LVS_"; then
   AC_TRY_RUN([
     #include <stdlib.h>
     #include <stdio.h>
-    #include <net/ip_vs.h>
+    #include <linux/ip_vs.h>
     int main (void) {
       FILE *fp = fopen ("ipvsinfo", "w");
       if (!fp) return 1;
diff --git a/keepalived/include/check_data.h b/keepalived/include/check_data.h
index b6cc201..3ad328f 100644
--- a/keepalived/include/check_data.h
+++ b/keepalived/include/check_data.h
@@ -41,7 +41,7 @@
 #else
 #define SCHED_MAX_LENGTH IP_VS_SCHEDNAME_MAXLEN
 #endif
-#include <net/ip_vs.h>
+#include <linux/ip_vs.h>
 #else
 #define SCHED_MAX_LENGTH   1
 #endif
diff --git a/keepalived/include/ipvswrapper.h b/keepalived/include/ipvswrapper.h
index 77d9085..a894c3a 100644
--- a/keepalived/include/ipvswrapper.h
+++ b/keepalived/include/ipvswrapper.h
@@ -48,7 +48,7 @@
 #elif _KRNL_2_6_
   #include "../libipvs-2.6/libipvs.h"
 #endif
-  #include <net/ip_vs.h>
+  #include <linux/ip_vs.h>
 #endif

 #ifndef IP_VS_TEMPLATE_TIMEOUT
diff --git a/keepalived/libipvs-2.4/libipvs.h b/keepalived/libipvs-2.4/libipvs.h
index 2418d72..c87e720 100644
--- a/keepalived/libipvs-2.4/libipvs.h
+++ b/keepalived/libipvs-2.4/libipvs.h
@@ -10,7 +10,7 @@
 #ifndef _LIBIPVS_H
 #define _LIBIPVS_H

-#include <net/ip_vs.h>
+#include <linux/ip_vs.h>

 /*
  * The default IPVS_SVC_PERSISTENT_TIMEOUT is a little larger than average
diff --git a/keepalived/libipvs-2.6/libipvs.h b/keepalived/libipvs-2.6/libipvs.h
index 47182da..630844a 100644
--- a/keepalived/libipvs-2.6/libipvs.h
+++ b/keepalived/libipvs-2.6/libipvs.h
@@ -10,7 +10,7 @@
 #ifndef _LIBIPVS_H
 #define _LIBIPVS_H

-#include <net/ip_vs.h>
+#include <linux/ip_vs.h>

 #define MINIMUM_IPVS_VERSION_MAJOR      1
 #define MINIMUM_IPVS_VERSION_MINOR      1

--- End Message ---
--- Begin Message ---
Source: keepalived
Source-Version: 1.1.17-2

We believe that the bug you reported is fixed in the latest version of
keepalived, which is due to be installed in the Debian FTP archive:

keepalived_1.1.17-2.diff.gz
  to pool/main/k/keepalived/keepalived_1.1.17-2.diff.gz
keepalived_1.1.17-2.dsc
  to pool/main/k/keepalived/keepalived_1.1.17-2.dsc
keepalived_1.1.17-2_i386.deb
  to pool/main/k/keepalived/keepalived_1.1.17-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alexander Wirt <[email protected]> (supplier of updated keepalived package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 28 May 2009 09:55:52 +0200
Source: keepalived
Binary: keepalived
Architecture: source i386
Version: 1.1.17-2
Distribution: unstable
Urgency: low
Maintainer: Alexander Wirt <[email protected]>
Changed-By: Alexander Wirt <[email protected]>
Description: 
 keepalived - Failover and monitoring daemon for LVS clusters
Closes: 530738
Changes: 
 keepalived (1.1.17-2) unstable; urgency=low
 .
   * Reenable ipvs support thanks to Vincent Bernat for the hint
     (Closes: #530738)
Checksums-Sha1: 
 b5b95c04bfc9420f98e0ed0ca33359f0ee27f3c1 1039 keepalived_1.1.17-2.dsc
 b773038ed47a273dfc2f25e800e7a1ba7c16d3ad 13599 keepalived_1.1.17-2.diff.gz
 8d24ea54b7e4d8c3dc6f02630d4e443a59cb6a94 126782 keepalived_1.1.17-2_i386.deb
Checksums-Sha256: 
 701fe29518ba1b0d842ad841dfe9542c33002a09ab1466bd2106b5acaf2c8408 1039 
keepalived_1.1.17-2.dsc
 92da1aa7ce83490bfe704545c84874498e82a700f8921abebdb0f08ac57c8f6b 13599 
keepalived_1.1.17-2.diff.gz
 e131bae302b6d3e901b54f96b52c041db1790aee1dd26f8d7490c822fa4c8ba5 126782 
keepalived_1.1.17-2_i386.deb
Files: 
 16c6011cd625ac36e55e514e9e0bdde2 1039 admin optional keepalived_1.1.17-2.dsc
 2a2fa9e5197dd1de8bc2433ab9fb17e2 13599 admin optional 
keepalived_1.1.17-2.diff.gz
 10b9df249e9e4ca8a185494859806066 126782 admin optional 
keepalived_1.1.17-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkoeRA4ACgkQ01u8mbx9AgqrKwCeM28pETVaa8DrRibEXXIomKFr
FnEAnRUPthxOV3fx2dFchX9KUVKmdeHe
=Ffv8
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to