Bug#589130: SPAM, Re: Bug#589130: keepalived: Upgrade to 1.2 breaks package

2010-08-13 Thread Remigiusz Świc
Hi!

I have one question to package maintainer. Why have you uploaded
release 1.2 to Debian? In changelog we can read that this branch is
for development purposes (http://keepalived.org/changelog.html -
Branch 1.2.0 created. This branch will host all new developments on
Keepalived. New code will be added in here only.). In sid it doesn't
matter, but in testing (which is now freezed) it is a big problem I
think.

Could you consider reverting package in testing to 1.1.20? By doing
this we can avoid a lot of problems in a future. I think that a lot of
users will be appreciated, not only me. :-)

Best regards!
-- 
qóñúƹCsÃð©ÈKpmÂã?ÖòQo1ñ£49z3Å9Kkç^)Ó¡çfb¥¸E{ïVÓ¬UéñüåÃ8\^CYàÁ¯öý,eiõ
þµ_¿a9Èíå0©¶ªë¸·ô74u3cJÒOB.æòëèpݨøuoá{öp¦»êKz­UÓàdÈxþøçÖÁw-¬ÚeøaXWXé
úü'j÷aww=7mcàloòÑ¢b·dcö�...@k¬`͵ù/J¥-Ë\¡35¶Rê-½wS~üý`...@Ê¥,UÓ\I#8^iÕ-ý


Bug#589130: SPAM, Re: Bug#589130: keepalived: Upgrade to 1.2 breaks package

2010-08-13 Thread Alexander Wirt
Remigiusz Świc schrieb am Friday, den 13. August 2010:

 Hi!
 
 I have one question to package maintainer. Why have you uploaded
 release 1.2 to Debian? In changelog we can read that this branch is
 for development purposes (http://keepalived.org/changelog.html -
 Branch 1.2.0 created. This branch will host all new developments on
 Keepalived. New code will be added in here only.). In sid it doesn't
 matter, but in testing (which is now freezed) it is a big problem I
 think.
 
 Could you consider reverting package in testing to 1.1.20? By doing
 this we can avoid a lot of problems in a future. I think that a lot of
 users will be appreciated, not only me. :-)
You are right, I'm working on it. 

Alex
-- 
Alexander Wirt, formo...@formorer.de 
CC99 2DDD D39E 75B0 B0AA  B25C D35B BC99 BC7D 020A



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#589130: SPAM, Re: Bug#589130: keepalived: Upgrade to 1.2 breaks package

2010-07-17 Thread Vincent Bernat
OoO Vers la fin de l'après-midi du jeudi 15 juillet 2010, vers 16:50, je
disais:

 Trace attached :
 trace_keepalived.log
 
 strace -f -o /tmp/trace_keepalived.log /etc/init.d/keepalived start
 
 syslog :

 Try AH instead of PASS for the authentication method. This is a known bug
 of 1.2.0.

Another solution would be to try this patch.
 
http://cgit.luffy.cx/keepalived/commit/?h=fixes-1.2.0id=cf6cb2b9c3829400c7c589b23359416467f95256

From cf6cb2b9c3829400c7c589b23359416467f95256 Mon Sep 17 00:00:00 2001
From: Vincent Bernat ber...@luffy.cx
Date: Sat, 17 Jul 2010 19:56:55 +0200
Subject: [PATCH] VRRP: Fix incorrect computation for packet size

Ternary conditional operator has lower precedence than addition. The
size of the VRRP packet was incorrectly computed and there was not
enough room for plain authentication string.
---
 keepalived/vrrp/vrrp.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/keepalived/vrrp/vrrp.c b/keepalived/vrrp/vrrp.c
index 7463d47..4710cf9 100644
--- a/keepalived/vrrp/vrrp.c
+++ b/keepalived/vrrp/vrrp.c
@@ -86,7 +86,7 @@ vrrp_hd_len(vrrp_rt * vrrp)
 {
 	int len = sizeof (vrrp_pkt);
 	if (vrrp-family == AF_INET)
-		len += VRRP_AUTH_LEN + (!LIST_ISEMPTY(vrrp-vip)) ? LIST_SIZE(vrrp-vip) * sizeof (uint32_t) : 0;
+		len += VRRP_AUTH_LEN + ((!LIST_ISEMPTY(vrrp-vip)) ? LIST_SIZE(vrrp-vip) * sizeof (uint32_t) : 0);
 return len;
 }
 
-- 
1.7.1


-- 
I WILL NOT SELL MY KIDNEY ON eBAY
I WILL NOT SELL MY KIDNEY ON eBAY
I WILL NOT SELL MY KIDNEY ON eBAY
-+- Bart Simpson on chalkboard in episode BABF07


pgpYU9GocgUjB.pgp
Description: PGP signature


Bug#589130: keepalived: Upgrade to 1.2 breaks package

2010-07-15 Thread Modesto Alexandre
Package: keepalived
Version: 1.1.19-1
Severity: grave
Justification: renders package unusable


after an upgrade from :

1.1.19 to 1.2.0-1

Keepalived doesn't work !



Other messages :


Starting keepalived: keepalived+ log_daemon_msg_post 'Starting
keepalived' keepalived
+ :
+ for file in '$TMPFILES'
+ test -e /tmp/.vrrp
+ for file in '$TMPFILES'
+ test -e /tmp/.healthcheckers
+ start-stop-daemon --start --quiet --pidfile /var/run/keepalived.pid
--exec /usr/sbin/keepalived
+ log_end_msg 0
+ '[' -z 0 ']'
+ retval=0
+ log_end_msg_pre 0
+ :
+ log_use_fancy_output
+ TPUT=/usr/bin/tput
+ EXPR=/usr/bin/expr
+ '[' -t 1 ']'
+ '[' xxterm '!=' x ']'
+ '[' xxterm '!=' xdumb ']'
+ '[' -x /usr/bin/tput ']'
+ '[' -x /usr/bin/expr ']'
+ /usr/bin/tput hpa 60
+ /usr/bin/tput setaf 1
+ '[' -z ']'
+ FANCYTTY=1
+ case $FANCYTTY in
+ true
++ /usr/bin/tput setaf 1
+ RED=''
++ /usr/bin/tput setaf 3
 
+ YELLOW='' 
 
++ /usr/bin/tput op 
 
+ NORMAL='' 
 
+ '[' 0 -eq 0 ']'
+ echo .
.
+ log_end_msg_post 0
+ :
+ return 0
+ exit 0










-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: lang=fr...@euro, lc_ctype=fr...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages keepalived depends on:
ii  iproute   20080725-2 networking and traffic control too
ii  ipvsadm   1:1.24-2.1 Linux Virtual Server support progr
ii  libc6 2.9-23 GNU C Library: Shared libraries
ii  libpopt0  1.16-1 lib for parsing cmdline parameters
ii  libssl0.9.8   0.9.8o-1   SSL shared libraries

keepalived recommends no packages.

keepalived suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#589130: keepalived: Upgrade to 1.2 breaks package

2010-07-15 Thread Alexander Wirt
Modesto Alexandre schrieb am Thursday, den 15. July 2010:

 Package: keepalived
 Version: 1.1.19-1
 Severity: grave
 Justification: renders package unusable
 
 
 after an upgrade from :
 
 1.1.19 to 1.2.0-1
 
 Keepalived doesn't work !
A logfile would be much more useful. The strace just shows that keepalived
got started.

Alex
-- 
Alexander Wirt, formo...@formorer.de 
CC99 2DDD D39E 75B0 B0AA  B25C D35B BC99 BC7D 020A



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#589130: SPAM, Re: Bug#589130: keepalived: Upgrade to 1.2 breaks package

2010-07-15 Thread Vincent Bernat

On Thu, 15 Jul 2010 14:46:59 +0200, Modesto Alexandre a...@arcalpin.com
wrote:

 Trace attached :
 trace_keepalived.log
 
 strace -f -o /tmp/trace_keepalived.log /etc/init.d/keepalived start
 
 syslog :

Try AH instead of PASS for the authentication method. This is a known bug
of 1.2.0.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org