Bug#616058: netxen_nic not working in bonding/failover setup

2011-03-02 Thread Julien-externe BLACHE
Source: linux-2.6 Version: 2.6.32-30 Severity: important Tags: patch Hi, We use NetXen NX3031 NICs in a bonding/failover setup and we see the failover NIC failing to take any traffic when failover occurs; the failover does happen properly. The attached patch, commit

Bug#607368: linux-2.6: silent ABI change in 2.6.32.26 breaks external modules (smp_ops changes)

2010-12-17 Thread Julien-externe BLACHE
Source: linux-2.6 Version: 2.6.32-28 Severity: serious Hi, smp_ops was changed in a rather incompatible way in 2.6.32.26, breaking the kernel ABI: diff --git a/arch/x86/include/asm/smp.h b/arch/x86/include/asm/smp.h index 4cfc908..4c2f63c 100644 --- a/arch/x86/include/asm/smp.h +++

Bug#613531: linux-2.6: Please include commit 834e2312e7a384877a876b0d34dffc3046c96bcb for USB SuperSpeed support usbfs devices file

2011-03-07 Thread Julien-externe BLACHE
b...@decadent.org.uk wrote on 03/07/2011 01:20:43 AM: Hi Ben, The question marks actually break some badly-written software; the fix is available and straightforward. We don't mount usbfs by default any more, which would make it really broken! Yup; dealing with an old version :) Note

Bug#610393: cups: ships outdated printer.schema; missing printerType attribute

2011-01-18 Thread Julien-externe BLACHE
Package: cups Version: 1.4.4-7 Severity: normal Hi, The printer.schema shipped by the cups package is outdated; the printerType attribute is missing. Using the schema as is results in a non-working setup. Attached is an updated schema and the same in LDIF form. Please discuss this issue with

Bug#610393: Updated LDAP schemas

2011-01-19 Thread Julien-externe BLACHE
Hi, Small update to the schema I attached to the original bug report. The attached schema (schema LDIF, again) changes the type of the printerDescription, printerLocation and printerMakeAndModel attributes to enable UTF-8 in these attributes. Without this, CUPS cannot publish printers in

Bug#597188: fai-setup-storage: cannot preserve RAID volumes

2010-09-17 Thread Julien-externe BLACHE
Package: fai-setup-storage Version: 3.4.2 Severity: important Tags: patch Hi, Preserving a RAID volume doesn't work in 3.4.x: - mdadm --detail --scan doesn't give information on non-assembled arrays, leading setup-storage to think there aren't any; - preserved arrays must be assembled

Bug#597688: g-d-u: [PATCH] Add notification for degraded RAID arrays

2010-09-22 Thread Julien-externe BLACHE
Package: gnome-disk-utility Version: 2.30.1-2 Severity: wishlist Tags: patch Hi, The attached patch for gdu-notification-daemon enables notifications for degraded (Linux MD) RAID arrays (the patch is 4-5 lines + reindent). It piggybacks on the existing SMART notification; it's a stop-gap until

Bug#600196: libproxy0: incorrect HTTP implementation breaks proxy autoconfiguration (w/patch)

2010-10-14 Thread Julien-externe BLACHE
Package: libproxy0 Version: 0.3.1-1 Severity: important Tags: patch Hi, The HTTP implementation used in libproxy to retrieve the PAC file is sub-optimal and violates the HTTP 1.1 spec in several ways. The attached patch fixes the incorrect parsing of HTTP headers; HTTP header names are case

Bug#588328: pybackpack: typo in french translation

2010-07-07 Thread Julien-externe BLACHE
Package: pybackpack Version: 0.5.8-1 Severity: minor Tags: patch Hi, There is a typo in the french translation for the backup destination, leading to a missing entry in the combo box. The attached patch fixes it (adding the missing \n). Thanks, JB. -- Consultant INTM - Debian Developer -

Bug#588329: pybackpack: restore panel broken due to code typo

2010-07-07 Thread Julien-externe BLACHE
Package: pybackpack Version: 0.5.8-1 Severity: normal Tags: patch Hi, Due to a typo or missing widget (checkbox) in the restore panel code, an exception is raised (and not caught anywhere) preventing the restore operation from even starting. The attached patch fixes (what I assume is) the

Bug#554568: istanbul: dies with X error; Fedora patches available

2010-07-07 Thread Julien-externe BLACHE
Hi, This issue has been diagnosed by RedHat/Fedora and patched in Fedora. See the RedHat bug: https://bugzilla.redhat.com/show_bug.cgi?id=543278 The final two patches are available in the upstream bug report too: https://bugzilla.gnome.org/show_bug.cgi?id=604938 Upstream committed a different

Bug#554568: istanbul: dies with X error; patches available

2010-07-08 Thread Julien-externe BLACHE
tag 554568 + patch thanks Hi, The patches attached to the upstream bug seem to fix the issue. I've built and tested a fixed package and the problem does not occur. You'll find both patches attached below, ready to be dropped in debian/patches. Please apply. Thanks, JB. -- Consultant INTM

Bug#588328: pybackpack: enhanced french translation

2010-07-13 Thread Julien-externe BLACHE
Hi, Please find attached an enhanced french translation for pybackpack 0.5.8. It has all strings translated and a number of fixes all over the place. Thanks, JB. -- Consultant INTM - Debian Developer - TMI Calibre EDF - DSP - CSP IT - ITS Rhône Alpes - C4S - CCNPS 04 69 65 68 56 Ce

Bug#541322: #541322: global fails to install if hostname --fqdn fails

2010-07-20 Thread Julien-externe BLACHE
tag 541322 - pending thanks Hi, This bug has been marked pending for close to a year, but no upload occured to fix it. I'm removing the pending tag which is just plain misleading now. I've run into this bug and it'd be nice if it could be fixed or worked around. AIUI htconfig relates to the

Bug#584098: whiptail: ESC key doesn't exit whiptail anymore

2010-06-01 Thread Julien-externe BLACHE
Package: whiptail Version: 0.52.5 Severity: normal Tags: patch Hi, Since version 0.52.5 (after Lenny), the escape key is no longer a default hotkey for newt forms; see commit 65078a565ca20962284ac46d6f9198016a28227f at http://git.fedorahosted.org/git/?p=newt.git. This breaks whiptail which

Bug#552554: [PATCH] ipconfig infinite loop fix

2010-08-10 Thread Julien-externe BLACHE
Hi, The attached patch should fix this issue, it does work here on a couple of machines where the problem was nearly 100% reproducible even with only one network interface. See the patch description for the actual analysis. Michael, can you give it a try to confirm that it works in your setup?

Bug#552554: [PATCH] Additional fix for ipconfig

2010-08-10 Thread Julien-externe BLACHE
Hi, Attached is a second patch for ipconfig, which further improves (actually, restores) ipconfig's behaviour on busy LANs with UDP noise. Commit 4efbcf90f60e27febe883ef052454d8cfded5c15 really is the root of all evil, it badly broke ipconfig by doing a lot of changes all over the place that

Bug#552554: Bug#584583: [PATCH] Additional fix for ipconfig

2010-08-13 Thread Julien-externe BLACHE
m...@stro.at wrote on 08/12/2010 08:00:21 PM: Hi, Commit 4efbcf90f60e27febe883ef052454d8cfded5c15 really is the root of all evil, it badly broke ipconfig by doing a lot of changes all over the place that were not warranted and badly tested. Indeed as mailinglist history show I had

Bug#550957: wicd: 8bit non-printable characters in network mode string lead to wicd-client failure

2009-10-14 Thread Julien-externe BLACHE
Source: wicd Version: 1.5.9-1 Hi, We've run into a bug in wicd leading to the wicd-client failing with a python backtrace, leaving it in an unusable state. As it happens, we are seeing a number of wireless networks in our neighbourhood for which iwlist reports a bogus network mode string

Bug#552077: laptop-net: does not handle system time jumping back

2009-10-23 Thread Julien-externe BLACHE
Package: laptop-net Version: 2.26-8 Severity: normal Hi, The ifd daemon does not handle the system time jumping back, leading to a stalled laptop-net. Here's what happens: - machine boots without network - network is plugged in - ntp is started - time jumps back 2h due to the BIOS being

Bug#552077: #552077: laptop-net: does not handle system time jumping back

2009-10-28 Thread Julien-externe BLACHE
tags 552077 + patch thanks Hi, The attached patch makes ifd use clock_gettime(CLOCK_MONOTONIC, ...) instead of relying on the wall clock for network events timestamping. This makes it impossible for the delta between two events to become negative, effectively stalling laptop-net. Please

Bug#620331: linux-2.6: igb driver fix for management card detection

2011-04-01 Thread Julien-externe BLACHE
Source: linux-2.6 Version: 2.6.32-31 Severity: wishlist Tags: patch Hi, The igb driver up to 2.6.34 uses an incorrect check to detect the presence of a management card sharing the network interface. This can lead to a loss of network connectivity for the host and/or the management card

Bug#618793: cups: [PATCH] Add LDAP browse filter for LDAP printer sharing

2011-03-18 Thread Julien-externe BLACHE
Package: cups Version 1.4.4-7 Severity: wishlist Tags: patch Hi, This wishlist bug is basically a repost of CUPS STR #3775 for the benefit of Debian users, given the patch hasn't made it upstream due to copyright assignment issues. The attached patch adds a new BrowseLDAPFilter config option

Bug#575822: [PATCH] SLURM Perl modules Torque wrappers packaging

2011-03-18 Thread Julien-externe BLACHE
tags 575822 + patch thanks Hi, The attached patch adds binary packages for the Perl modules and Torque wrappers. Patch is against 2.2.1-1 from Sid. Thanks, JB. -- Consultant INTM - Debian Developer - TMI Calibre EDF - DSP - CSP IT - ITS Rhône Alpes - C4S - CCNPS 04 69 65 68 56 Ce

Bug#620331: linux-2.6: igb driver fix for management card detection

2011-04-04 Thread Julien-externe BLACHE
b...@decadent.org.uk wrote on 04/03/2011 06:06:24 AM: Hi Ben, This can lead to a loss of network connectivity for the host and/or the management card eventually. How does the host lose connectivity? I'm somewhat wary of cherry-picking such a patch without a very good reason.

Bug#620331: linux-2.6: igb driver fix for management card detection

2011-04-04 Thread Julien-externe BLACHE
b...@decadent.org.uk wrote on 04/04/2011 12:58:24 PM: Hi, I expect that at some point we'll want to update the driver to add new hardware support, and then we'll pick this up along the way. Until then, however, I'm not going to apply it. I don't understand your decision; upgrading the whole

Bug#613531: linux-2.6: Please include commit 834e2312e7a384877a876b0d34dffc3046c96bcb for USB SuperSpeed support usbfs devices file

2011-02-15 Thread Julien-externe BLACHE
Source: linux-2.6 Version: 2.6.32-30 Severity: wishlist Hi, The devices file in usbfs reports Spd=?? for USB SuperSpeed buses; this was fixed in 2.6.37 with commit 834e2312e7a384877a876b0d34dffc3046c96bcb by printing out the correct speed (5000). The question marks actually break some