Bug#697572: Regression in mysqldump with security update DSA 2581-1

2013-01-06 Thread Dan Wallis
Package: mysql-client-5.1 Version: 5.1.66-0+squeeze1 The security update DSA 2581-1 introduced a regression in the mysqldump utility. The regression is already reported upstream, and a patch has been proposed there: http://bugs.mysql.com/bug.php?id=65670 $ mysql -se 'show variables like "version"

Bug#619415: New patch for modprobe problem: omit invalid "-k" argument

2011-08-25 Thread Dan Wallis
Based on previous findings, the attached patch is probably a better solution for this bug. diff --git a/keepalived/check/ipvswrapper.c b/keepalived/check/ipvswrapper.c index a48ef0f..511be53 100644 --- a/keepalived/check/ipvswrapper.c +++ b/keepalived/check/ipvswrapper.c @@ -728,7 +728,7 @@ string_

Bug#286672: Ping?

2011-08-25 Thread Dan Wallis
As I understand things, there is no longer anything preventing this from being distributed as the developer intended (ie, with TLS/SSL support). What's the hold-up? How can the community help? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe".

Bug#638405: Proftpd does not support POSIX ACLs (mod_facl.c is missing)

2011-08-18 Thread Dan Wallis
Package: proftpd Version: 1.3.1-17lenny6 I appears that the mod_facl.c module is not compiled into the proftpd package, and that there doesn't appear to be a separate package for this either (like mod_mysql.c, mod_ldap.c, mod_pgsql.c, ...). $ proftpd --list | grep -i ACL $ aptitude search proftp

Bug#619415: modprobe is being called, but with invalid arguments

2011-08-15 Thread Dan Wallis
I've discovered today that keepalived is actually trying to probe this module, but the command is failing: lvs1:~# while ! ps auxwf | grep -v grep | grep -C3 modprobe ; do true; done root 1145 1.1 0.2 16396 724 ?Ss 13:41 0:03 /usr/sbin/keepalived root 1259 0

Bug#286672: Bug email working?

2011-07-17 Thread Dan Wallis
For some reason I'm not getting email for this bug. Perhaps removing the 'wontfix' tag will help... Oh, and sorry LIU Qi, I should have seen your name at the top of the bug page. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Con

Bug#286672: Mail Notification: OpenSSL+GPL on Debian

2011-06-28 Thread Dan Wallis
2011/6/24 Steve Langasek : > However, in reading the bug log my understanding is the upstream author's > position is that the GPL does not require dynamically-linked libraries to be > distributed under the same license terms.  I don't believe this is an > accurate interpretation of the GPL as writt

Bug#561864: Point-release upcoming; please include patch for bug 561864

2011-06-08 Thread Dan Wallis
There's a point-release upcoming. Any chance the patch for bug 561864 could be included? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#619415: Point-release upcoming; please include patch for bug 619415

2011-06-08 Thread Dan Wallis
There's a point-release in a couple of weeks. Any chance this could be fixed by then? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#614562: auth_pass should be up to seven characters long

2011-06-08 Thread Dan Wallis
> For this bug, would the package maintainer be willing to apply > Vincent's patch (b4d88f76637add8f13d2de2291e4267e0b041a7d, attached) > to version v1.1.20 in squeeze? There's a point-release coming up in a couple of weeks. Any chance this could be done in time? -- To UNSUBSCRIBE, email to de

Bug#561864: Same patches against SVN tree

2011-04-11 Thread Dan Wallis
Okay, so I've found the VCS tree and here are the above patches against it. Index: adduser === --- adduser (revision 824) +++ adduser (working copy) @@ -450,7 +450,7 @@ if ($?>>8); &cleanup(sprintf((gtx("`%s' exited from

Bug#614562: auth_pass should be up to seven characters long

2011-04-07 Thread Dan Wallis
2011/4/7 Vincent Bernat : > This bug is fixed in 1.2.1. Great. I found the 1.2 branch in the VCS tree, so can now see what you mean. For the record, versions prior to v1.1.18 and from v1.2.1 truncate the password at eight (8) characters, whereas versions v1.1.18 through v1.2.0 truncate the passwo

Bug#614562: auth_pass should be up to seven characters long

2011-04-06 Thread Dan Wallis
Thanks Chris, this bug report saved me some debugging time while upgrading half of an LVS pair. I've done some digging & testing. From what I can tell, versions up to and including v1.1.17 use the first eight characters of auth_pass, and from version v1.1.18 only the first seven characters are use

Bug#619415: Patch for keepalived init.d script: probe required module

2011-04-04 Thread Dan Wallis
> Attached patch adds similar functionality to keepalived. > Alternatively, one could use a simpler "modprobe -q ip_vs || true" if > preferred. Would help if I actually attached the patch. :) --- /etc/init.d/keepalived.orig 2011-04-04 16:45:43.0 +1200 +++ /etc/init.d/keepalived 2011-04-04

Bug#619415: Patch for keepalived init.d script: probe required module

2011-04-04 Thread Dan Wallis
Okay, looking at some other init scripts, it seems the Debian way is for the init script to load the required modules. See acpid, avahi-daemon, bind9, binfmt-support, cups, fuse, loadcpufreq, lvm2, nfs-common... Attached patch adds similar functionality to keepalived. Alternatively, one could use

Bug#619415: Work-around: probe ip_vs

2011-03-31 Thread Dan Wallis
As a work-around, running "modprobe ip_vs" seems to get things going again here. It appears the squeeze version of module-init-tools doesn't load this on boot like the lenny version did. I'm looking into that next. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a sub

Bug#611615: Confirmation of status: still broken on stable release

2011-03-01 Thread Dan Wallis
Just to confirm I understand the situation correctly: I'm to expected receive daily emails from logrotate about this until wheezy becomes the new stable release? Doesn't sound ideal to me... Or am I supposed to fix this manually myself? (That's not a problem for me, as I know how, but others may n

Bug#561864: adduser sends output to STDOUT even with --quiet, causing debconf to fail on postinst script for snmpd

2011-02-16 Thread Dan Wallis
>From what I can tell, it's adduser sending some output to STDOUT which is causing this postinst script to fail. It looks like the --quiet flag isn't being respected, and lines 29-33 of /usr/share/debconf/confmodule are ineffective, or at least don't seem to do what their comments say they should.