Bug#514234: allow export of local repositories

2009-02-05 Thread Peter Daum
cally modied packages. Regards, Peter Daum -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#505108: rsync in some cases fails to detect disk full

2008-11-09 Thread Peter Daum
Subject: rsync in some cases fails to detect disk full condition Package: rsync Version: 3.0.3-2 Severity: important The rsync client will get stuck in some scenarios if a disk full condition occurs at the server side. In a rsycnc-based backup system (network connection via ssh), I am running int

Bug#502552: (obvious) workaround found

2008-10-24 Thread Peter Daum
Ferenc Wagner wrote: > a possible workaround is to use > modprobe qla2xxx ql2xfdmienable=0 > to disable FDMI completely. actually, the workaround isn't all that obvious; modinfo qla2xxx says: ... ql2xfdmienable:Enables FDMI registratons Default is 0 ... so another possible "fix" would be to just

Bug#502552: 498536 has a patch

2008-10-21 Thread Peter Daum
Ferenc Wagner <[EMAIL PROTECTED]> writes: > This looks like the same bug I described in #498536 (which is a > different bug to what that thread was started with). Can you test the > patch referenced at the end? You're right - it is the same issue (and it can indeed be fixed by applying the mentio

Bug#501178: perl: s/// on tied hash: crash (glibc detected double free or corruption)

2008-10-05 Thread Peter Daum
Package: perl Version: 5.10.0-14 Severity: normal The following test code will trigger a crash: { package Foo; use Tie::Hash; use base qw(Tie::StdHash); sub new { my $proto = shift; my $inner = bless {}; my %outer; tie %outer, __PACKAGE__, $inner;