Bug#299342: debmirror: invalid array reinitialization in rsync download method

2005-10-09 Thread Peter Colberg
Package: debmirror Version: 20050207 Followup-For: Bug #299342 I'm experiencing this bug, too, when mirror synchronization via rsync requires many files to be downloaded. This bug is due to a wrong reinitialization of the array [EMAIL PROTECTED]' in the rsync part of the DOWNLOAD method.

Bug#332947: pcap_loop: bogus savefile header on amd64

2005-10-09 Thread Peter Colberg
Package: ulogd-pcap Version: 1.23-3 Severity: important On an amd64 system, logging packets with the plugin ulogd_PCAP.so produces an unreadable tcpdump file. # tcpdump -n -r /var/log/ulog/pcap.log reading from file /var/log/ulog/pcap.log, link-type RAW (Raw IP) tcpdump: pcap_loop: bogus

Bug#333312: vpnc: DNSUpdate option ignored in new vpnc-script

2005-10-11 Thread Peter Colberg
Package: vpnc Version: 0.3.3+SVN20050909-1 Severity: normal After upgrading to vpnc version 0.3.3, the resolv.conf info is updated when connecting, no matter what the relevant DNSUpdate option says. I have resolvconf installed and the DNSUpdate config option set to 'no'. Executing vpnc gives #

Bug#333668: fcron: invalid syntax in fcrontab systab

2005-10-13 Thread Peter Colberg
Package: fcron Version: 3.0.0-1 Severity: minor Tags: patch A syntax error seems to have slipped in the with the updated fcrontab /var/spool/fcron/systab.orig. fcron requires a space between the leading ampersand and the first time field. --- /var/spool/fcron/systab.orig +++

Bug#333813: vpnc: typo in /etc/vpnc/vpnc-script

2005-10-13 Thread Peter Colberg
Package: vpnc Version: 0.3.3+SVN20050909-3 Severity: minor A small typo has crept into the updated vpnc-script. # vpnc /etc/vpnc/vpnc-script: line 248: -r: command not found VPNC started in background (pid: 9413)... --- /etc/vpnc/vpnc-script +++ /etc/vpnc/vpnc-script @@ -245,7 +245,7 @@

Bug#330970: wmmaiload: Preserve atime after mbox check

2005-10-17 Thread Peter Colberg
Hi, On Mon, Oct 17, 2005 at 04:51:22AM +0200, Florian Ragwitz wrote: I can confirm your bug with the current version in Debian, but I just noticed that there were some new upstream releases. I'll package them first to verify if the bug still exists with the new releases. The code for MBOX

Bug#330970: wmmaiload: Preserve atime after mbox check

2005-10-17 Thread Peter Colberg
Hi, sorry for the noise... Relating to my previous e-mail, I will have to correct myself. I experience major problems with the new upstream version (which I somehow anticipated looking at the Changelog and seeing few fixes but lots of code restructuring). In the case of checking for mail in

Bug#386697: debmirror: Default pdiff mode deviates from man page description

2006-09-09 Thread Peter Colberg
Package: debmirror Version: 20060907 Severity: minor While the man page describes the default pdiff mode as mirror (which is a sensible choice), debmirror actually sets $pdiff_mode=use. Apart from this, the new debmirror script is great. I really appreciate your fast reaction and hard work

Bug#386707: debmirror: Missing dependency on libdigest-sha1-perl

2006-09-09 Thread Peter Colberg
Package: debmirror Version: 20060907 Severity: normal A further tiny error (if not already spotted): the package is missing a required dependency on libdigest-sha1-perl, which is not included in the perl distribution. Regards, Peter -- System Information: Debian Release: testing/unstable APT

Bug#386347: [Pkg-sysvinit-devel] Bug#386347: initscripts 2.86.ds1-18 didn't fix my boot problem

2006-09-09 Thread Peter Colberg
Hi, after fully recovering from the update-rc.d breakage, I also still have trouble booting with sysvinit version 2.86.ds1-18. Downgrading to 2.86.ds1-15 solves the problem. Upon trying to boot an LVM on root system, with a custom kernel and an initrd image residing on a small boot partition, I

Bug#386424: wdm: Allow setting greeter font via /etc/GNUstep/Defaults/WMGLOBAL

2006-09-09 Thread Peter Colberg
Forget about the patch I sent previously, and the remark about the second proposed solution being hackish. In fact, symlinking from `/var/run/wdm/GNUstep' to `/etc/GNUstep' works very well here, and allows fontconfig to create the file `/var/run/wdm/.fonts.cache-1' as necessary. Regards, Peter

Bug#387715: lirc-modules-source: Fails to compile with kernel 2.6.18

2006-09-16 Thread Peter Colberg
Package: lirc-modules-source Version: 0.8.0-6 Severity: important Tags: patch devfs has finally been removed in kernel 2.6.18, causing lirc kernel modules to fail compiling. The patch below, taken from CVS, fixes the issue. Regards, Peter -- System Information: Debian Release: testing/unstable

Bug#397413: rdiff-backup: Mount point directories not included with --exclude-other-filesystems

2006-11-07 Thread Peter Colberg
Package: rdiff-backup Version: 1.1.5-3 Severity: minor Tags: patch When using rdiff-backup with the --exclude-other-filesystems option, mount point directories are currently excluded. This behavior is quite unusual in comparison to other utilities; as an example, both tar and rsync include mount

Bug#397413: rdiff-backup: Mount point directories not included with --exclude-other-filesystems

2006-11-07 Thread Peter Colberg
tags 397413 - patch thanks On a second thought, the patch I supplied above is a bad idea. Mount points are included as desired, but also descended into and scanned at top level within the method Iterate_fast of class Select. This does not cause any harm, but unnecessarily slows down rdiff-backup

Bug#393363: loop-aes-utils: Common loop-AES configuration file for initramfs creators

2006-10-16 Thread Peter Colberg
Package: loop-aes-utils Version: 2.12r-14 Severity: wishlist Hello, concerning full loop-AES support for yaird (and for initramfs-tools), I would like to discuss the idea of a common configuration file for loop-AES devices. First of all, why could an extra config file be needed? The problem

Bug#394389: yaird: Loopback and loop-AES device support

2006-10-20 Thread Peter Colberg
2006-10-20 16:53:15.0 +0200 @@ -0,0 +1,47 @@ +#!perl -w +# +# LoopAesEntry -- encapsulate a single entry in /etc/loopaestab +# Copyright (C) 2005 Erik van Konijnenburg +# Copyright (C) 2006 Peter Colberg +# +# This program is free software; you can redistribute it and/or modify

Bug#393363: loop-aes-utils: Common loop-AES configuration file for initramfs creators

2006-10-20 Thread Peter Colberg
Hello, FYI, my patch adding full loopback and loop-AES device support to yaird has been published in wishlist bug #394389 filed with yaird. Regards, Peter -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#394389: yaird: Loopback and loop-AES device support

2006-10-21 Thread Peter Colberg
:00.0 +0100 +++ yaird-0.0.12/perl/LoopAesEntry.pm 2006-10-20 16:53:15.0 +0200 @@ -0,0 +1,47 @@ +#!perl -w +# +# LoopAesEntry -- encapsulate a single entry in /etc/loopaestab +# Copyright (C) 2005 Erik van Konijnenburg +# Copyright (C) 2006 Peter Colberg +# +# This program is free

Bug#394480: yaird: MMC block device hardware support

2006-10-21 Thread Peter Colberg
Package: yaird Version: 0.0.12-18 Severity: wishlist Tags: patch Hello, on a system with a built-in SD card reader, running 'yaird --test' results in the following fatal error: Hardware modules needed for devices in /sys: hda(3:0) in -- at pci:00/:00:1f.1/ide0/0.0 by --

Bug#394650: yaird: Filesystem type 'vfat' requires native language support modules

2006-10-22 Thread Peter Colberg
Package: yaird Version: 0.0.12-18 Severity: normal Tags: patch Hello, currently, if a filesystem to be mounted is detected to be of type 'vfat', only the vfat module is copied onto the initramfs image. However, vfat mounting additionally requires native language support modules (e.g. nls-cp437

Bug#394389: [Yaird-devel] Bug#394389: yaird: Loopback and loop-AES device support

2006-10-22 Thread Peter Colberg
On Sun, Oct 22, 2006 at 03:53:40AM +0200, Jonas Smedegaard wrote: Peter Colberg wrote: Package: yaird Version: 0.0.12-18 Severity: wishlist Tags: patch [..] Loopback and loop-AES device support for yaird in every possible way. Wauw! Looks great! I'll let it hang

Bug#392332: yaird: Fails booting from snapshotted LVM root device

2006-10-11 Thread Peter Colberg
Package: yaird Version: 0.0.12-18 Severity: important Tags: patch By default, yaird includes merely the dm-mod module with its LVM plan if the root device is or depends on a logical volume. This causes serious trouble if an LVM snapshot of the root volume is present while booting. With the

Bug#392943: wmaker: Broken keyboard shortcuts with new default theme

2006-10-14 Thread Peter Colberg
Package: wmaker Version: 0.92.0-6 Severity: grave Justification: renders package unusable After an initial shock over the new default theme (which this bug does not mean to put in question), I found the WindowMaker keyboard shortcuts, for example for switching workspaces, not working at all.

Bug#392943: wmaker: Broken keyboard shortcuts with new default theme

2006-10-15 Thread Peter Colberg
Hello Gürkan, On Sun, Oct 15, 2006 at 03:39:26AM +0200, Gürkan Sengün wrote: I disagree with your grave severity. The software is perfectly usable without Yes, the severity I picked might be a bit out of proportion. Please feel free to downgrade it to a sensible choice. the so called

Bug#391446: yaird: Free memory by nuking rootfs before switching root

2006-10-06 Thread Peter Colberg
Package: yaird Version: 0.0.12-18 Severity: wishlist Asking myself whether the memory occupied by initramfs is freed after the real init process has taken over, I found a mention in the kernel docs (filesystems/ramfs-rootfs-initramfs.txt) that files from the initramfs have to be deleted manually

Bug#391446: yaird: Free memory by nuking rootfs before switching root

2006-10-06 Thread Peter Colberg
Although it does not matter regarding the nuke_dir subject, the numbers displayed above were not really suited to show the memory usage of the initramfs. Just to be nit-picky myself, here are the truly initramfs-relevant /proc/meminfo cached memory numbers for ten successive boots with

Bug#391375: initscripts: umountnfs.sh: shutdown fails in presence of bind-mounts

2006-10-07 Thread Peter Colberg
Hello Gabor, On Fri, Oct 06, 2006 at 12:13:36PM +0200, Gabor Gombas wrote: [..] A quick experiment shows that fuser cannot make a difference between processes holding the source of a bind mount and processes holding the target of the bind mount: # mkdir /tmp/a /tmp/b # mount

Bug#389026: madwifi-source: Kernel 2.6.18 panics upon reboot

2006-09-23 Thread Peter Colberg
(This message is a smaller copy of the report in the BTS for approval on the pkg-madwifi-maintainers list, without the System.map and kernel config files and with a mention of my hardware. Sorry for having forgotten to compress them in the first place.) Package: madwifi-source Version:

Bug#465335: wmgtemp: New upstream release available

2008-02-11 Thread Peter Colberg
Package: wmgtemp Version: 0.7-1 Severity: wishlist Hi, there's a new upstream release available[1]. Amongst others, it includes a change to avoid usage of usleep and instead do smart display refreshing, by polling the X display file descriptor for display events. Besides nearly instant

Bug#463776: nvidia-glx: Missing CUDA driver libraries and headers files

2008-02-03 Thread Peter Colberg
Package: nvidia-glx Version: 169.09-1 Severity: normal Hi, since the NVIDIA driver BETA release 169.04, the CUDA driver, which is required for the CUDA[1] toolkit (NVIDIA's GPGPU solution for G80 series or newer GPUs), is being shipped with the display driver package. The relevant files are:

Bug#446680: wmmoonclock: Smart display refresh for fewer wake-ups and better responsiveness.

2007-10-14 Thread Peter Colberg
Package: wmmoonclock Version: 1.27-23 Severity: normal Tags: patch Hi, following up to bug #440406, I would like to propose an enhanced fix for even longer sleep cycles, which I had implemented for wmnd in a similar fashion a few months ago. Instead of sleeping for a fixed interval, one may

Bug#446681: wmsun: Smart display refresh for fewer wake-ups and better responsiveness.

2007-10-14 Thread Peter Colberg
Package: wmsun Version: 1.03-25 Severity: normal Tags: patch Hi, following up to bug #440406, I would like to propose an enhanced fix for even longer sleep cycles, which I had implemented for wmnd in a similar fashion a few months ago. Instead of sleeping for a fixed interval, one may call

Bug#434717: lighttpd: missing mod_extforward

2007-07-26 Thread Peter Colberg
Package: lighttpd Version: 1.4.15-1 Severity: normal Since 1.4.14, lighttpd includes an additional module mod_extforward, which is currently not shipped with the Debian package. Regards, Peter -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500,

Bug#435231: yaird: fails to load keymap before cryptsetup with gzip = 1.3.12-1.

2007-07-30 Thread Peter Colberg
Package: yaird Version: 0.0.12-20 Severity: normal Tags: patch With recent versions of the Debian gzip package (= 1.3.12-1), yaird fails to load the boottime keymap as intended in the cryptsetup template. This is due to gunzip having been replaced by a script in recent gzip versions, which

Bug#394389: yaird: Loopback and loop-AES device support

2007-07-30 Thread Peter Colberg
Peter Colberg +# +# Based on CryptEntry -- encapsulate a single entry in /etc/crypttab +# Copyright (C) 2005 Erik van Konijnenburg +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free

Bug#435636: mercurial: erroneous multiple heads after commit (without any merging)

2007-08-02 Thread Peter Colberg
Package: mercurial Version: 0.9.4-1 Severity: important Tags: patch With the latest mercurial version, I experience repository corruption in the sense that multiple heads are erroneously being generated in a repository after a normal commit, *without* doing any merging at all. I first noticed

Bug#355678: charset conversion added to rfc2047.c and (lbdb-)?fetchaddr

2007-10-27 Thread Peter Colberg
Hi, On Sat, Jun 16, 2007 at 08:41:20PM +0200, Roland Rosenfeld wrote: Tobias Schlemmer schrieb am Dienstag, den 07. März 2006: Package: lbdb Version: 0.31.1-0ts1 Severity: wishlist Tags: l10n patch I have added charset conversion to rfc2047.c and (lbdb-)?fetchaddr using iconv. I

Bug#355678: charset conversion added to rfc2047.c and (lbdb-)?fetchaddr

2007-10-28 Thread Peter Colberg
On Sat, Jun 16, 2007 at 08:41:20PM +0200, Roland Rosenfeld wrote: [...] For the records: I didn't forget to include this patch, the problem is, that lbdb should not only run on Debian but on all Unix systems, including systems, where iconv is not available or not installed. I don't like to

Bug#396963: [Yaird-devel] Bug#396963: yaird: sysfs interface for suspend2 not supported

2007-03-31 Thread Peter Colberg
Hello, while merging the recently updated Debian diff with my loop-AES patched version, I stumbled upon an unrelated patch to extend suspend2 support in yaird, which stems from a migration from uswsusp to suspend2. Below, I have included a patch which adds support for the new sysfs interface of

Bug#410730: offlineimap: leaves preauthtunnel zombie process in autorefresh mode

2007-02-12 Thread Peter Colberg
Package: offlineimap Version: 4.0.16 Severity: normal Tags: patch Hello, using offlineimap with the preauthtunnel option to start a remote IMAP daemon via ssh, a zombie process is left behind during the autorefresh sleep period if not holding the connection open. Above behaviour is a result of

Bug#432397: osdctl still hangs while trying to write to osdsh fifo

2007-07-09 Thread Peter Colberg
Package: osdsh Version: 0.7.0-9 Severity: normal Tags: patch While upgrading osdsh from a local version to 0.7.0-9, I noticed that osdctl started to hang again when executed directly after osdsh. Even with patch 09-process-running-checks.dpatch applied, there remains a race condition. With the

Bug#432397: osdctl still hangs while trying to write to osdsh fifo

2007-07-10 Thread Peter Colberg
Hi Joachim, On Tue, Jul 10, 2007 at 06:32:50PM +0200, Joachim Breitner wrote: Hi, Am Montag, den 09.07.2007, 21:20 +0200 schrieb Peter Colberg: Package: osdsh Version: 0.7.0-9 Severity: normal Tags: patch While upgrading osdsh from a local version to 0.7.0-9, I noticed

Bug#423604: nvidia-glx-legacy-96xx-ia32: Typo in dependencies

2007-05-16 Thread Peter Colberg
Hello Randall, it seems like the legacy-96xx packages were not known to the BTS back when this bug was filed, and thus it got lost prior to the last upload. On Sun, May 13, 2007 at 12:00:22PM +0200, Ulrich P. Klein wrote: Package: nvidia-glx-legacy-96xx-ia32 Version: 1.0.9631-1 Severity:

Bug#433395: dar: New upstream version with incremented archive header version due to fixed blowfish encryption cipher.

2007-07-16 Thread Peter Colberg
. (To paraphrase: There's a new upstream version available... ;-).) Regards, Peter [1] Just for reference, the script I employed to fix my dar archives. #!/usr/bin/python # # Fix dar archive header version # # Copyright (C) 2007 Peter Colberg [EMAIL PROTECTED] # Licensed under the terms of the GNU

Bug#419661: lighttpd: first HTTP authentication against LDAP fails: Bad search filter

2007-04-17 Thread Peter Colberg
Package: lighttpd Version: 1.4.15-1 Severity: normal Tags: patch upstream Now that the newest upstream version has been packaged for Debian, I would like to point out a bug with LDAP authentication which has since been ignored upstream[1] (in analogy to the other LDAP bug already fixed in

Bug#419664: lighttpd: config.guess is garbled (contains merge markers)

2007-04-17 Thread Peter Colberg
Package: lighttpd Version: 1.4.15-1 Severity: minor A minor accident seems to have happened upon merging the Debian packaging with the newest upstream version. The config.guess file has not been updated to reflect the version generated upstream, but instead contains merge markers with portions

Bug#297170: lirc-modules-source: Add support for --rootcmd

2005-09-30 Thread Peter Colberg
Package: lirc-modules-source Version: 0.7.1pre2-9 Tags: patch Followup-For: Bug #297170 Could you please consider the following patch (taken from package nvidia-kernel-source) to `debian/rules' of lirc-modules-source? It resolves the issue with building as a non-root user with `make-kpkg

Bug#326672: lirc-modules-source: Unresolved symbols with kernels =2.6.13

2005-09-30 Thread Peter Colberg
Package: lirc-modules-source Version: 0.7.1pre2-9 Tags: patch Followup-For: Bug #326672 I'm experiencing exactly the same problem with kernel 2.6.13.2 using the `lirc_serial' driver. The following kernel messages are generated upon trying to load the relevant modules: lirc_dev: Unknown symbol

Bug#330966: mozilla-firefox: Undefined value in patch Ignore unused mouse buttons

2005-09-30 Thread Peter Colberg
Package: mozilla-firefox Version: 1.0.7-1 Severity: minor Tags: patch Back in April 2004 I submitted a patch to ignore mouse button events = 8 in the button event handler routine (`nsWindow::OnButtonPressEvent'); the relevant bug report is #244305. After additionally filing an upstream bug

Bug#330970: wmmaiload: Preserve atime after mbox check

2005-09-30 Thread Peter Colberg
Package: wmmaiload Version: 1.0.2-1 Severity: minor Tags: patch When checking for new mail in an MBOX folder, wmmaiload continuously resets the atime of the respective file. This breaks MUAs which check for new mail with a comparison of the access time of a folder with the date of the messages

Bug#477643: nvidia-kernel-legacy-96xx-source: Fails to compile with kernel 2.6.25

2008-04-24 Thread Peter Colberg
Package: nvidia-kernel-legacy-96xx-source Version: 96.43.05-1 Severity: important Tags: patch Hi, the current version of the NVIDIA 96xx legacy driver fails to compile with kernel 2.6.25. While NVIDIA has not updated their drivers, yet, there is a patch available[1] which fixes the issue. Best

Bug#362472: licq-plugin-qt: Multiple docking problems in WindowMaker

2006-04-13 Thread Peter Colberg
Package: licq-plugin-qt Version: 1.3.2-5 Severity: normal Tags: patch The docking problems in WindowMaker, which were supposed to be fixed in the most recent upstream version (1.3.2), are still haunting me. Upon starting licq, the dock icon docks properly. However, if one opens any further

Bug#330970: wmmaiload: Preserve atime after mbox check

2006-04-14 Thread Peter Colberg
Package: wmmaiload Version: 2.2.1-1 Hello Florian, On Wed, Nov 30, 2005 at 04:43:39PM +0100, Florian Ragwitz wrote: I mailed the upstream author some time ago and told him about your patch and the problems I'm experiencing with the latest release. I didn't get a reply yet, but I just pinged

Bug#362472: licq-plugin-qt: Multiple docking problems in WindowMaker

2006-05-14 Thread Peter Colberg
On Fri, May 12, 2006 at 07:26:25PM +0200, Peter Eisentraut wrote: Peter Colberg wrote: This works fine on other distributions, but not with the Qt library included in Debian. There seems to be a patch to Qt which does not tolerate this inconsistent hint handling and thus causes breakage

Bug#351972: firefox: Patch reversal breaks handling of spare mouse buttons

2006-02-08 Thread Peter Colberg
Package: firefox Version: 1.5.dfsg+1.5.0.1-1 Severity: normal Tags: patch With the new version, a stale patch for extended mouse buttons support to widget/src/gtk2/nsWindow.cpp has been reversed, as noted in the changelog. Unfortunately, this breaks the handling of button events for mice with

Bug#351972: firefox: Patch reversal breaks handling of spare mouse buttons

2006-02-09 Thread Peter Colberg
For the sake of completeness, I have included the complete fix to the current package version, resembling the successive application of the patches from Debian bugs #244305 and #330966. diff -urN firefox-1.5.dfsg+1.5.0.1~/widget/src/gtk2/nsWindow.cpp

Bug#365581: xserver-xorg-input-evdev: evdev breaks hotplugging

2006-05-01 Thread Peter Colberg
Package: xserver-xorg-input-evdev Version: 1:1.0.0.5-2 Severity: important Tags: fixed-upstream With my Logitech MX510 USB mouse having more than 7 buttons, I am forced to use the evdev driver, which still seems to be horribly broken in Xorg 7.0. The most annoying bug is certainly missing

Bug#349641: New upstream version lirc-0.8.0

2006-01-24 Thread Peter Colberg
Package: lirc Version: 0.7.2-2 Severity: wishlist A new upstream version of lirc (v0.8.0) has finally been released, solving the problems with compiling against recent kernels. (In my case, this is kernel version 2.6.15.) On a side note, the new configure option `--with-driver=userspace' seems

Bug#366855: Please support mirroring of pdiff files

2006-09-04 Thread Peter Colberg
Hi, not having found anything similar yet, I have extended debmirror to support Packages and Sources pdiff files. The patch below makes debmirror download {Packages,Sources}.diff/Index files in case they exist, and fetches the appropriate pdiff files. I payed attention not to mess up the overall

Bug#366855: Please support mirroring of pdiff files

2006-09-06 Thread Peter Colberg
Tackling full pdiff support for debmirror tonight, I took the last patch a bit further and implemented APT's RRED method, basically by translating from C++ to perl in a linear fashion. This means that debmirror is now capable of using the pdiff files to patch already available, out-dated Packages

Bug#366855: Please support mirroring of pdiff files

2006-09-07 Thread Peter Colberg
On Thu, Sep 07, 2006 at 09:35:28AM +0200, Goswin von Brederlow wrote: Peter Colberg [EMAIL PROTECTED] writes: Tackling full pdiff support for debmirror tonight, I took the last patch a bit further and implemented APT's RRED method, basically by translating from C++ to perl in a linear

Bug#330970: wmmaiload: Preserve atime after mbox check

2006-09-07 Thread Peter Colberg
Hello Florian, On Fri, Apr 14, 2006 at 02:45:59PM +0200, Florian Ragwitz wrote: On Fri, Apr 14, 2006 at 02:19:37PM +0200, Peter Colberg wrote: Package: wmmaiload Version: 2.2.1-1 [...] [...] I have since been using your latest package version with my atime patch applied without

Bug#386424: wdm: Allow setting greeter font via /etc/GNUstep/Defaults/WMGLOBAL

2006-09-07 Thread Peter Colberg
Package: wdm Version: 1.28-2.1 Severity: normal Tags: patch In Debian, the font displayed with the wdm greeter is quite ugly. Changing to another font is not possible at the moment, as wdm simply ignores the appropriate option in `/etc/GNUstep/Defaults/WMGLOBAL'. Fortunately, there exists a

Bug#366855: Please support mirroring of pdiff files

2006-09-07 Thread Peter Colberg
On Thu, Sep 07, 2006 at 05:07:07PM +0200, Goswin von Brederlow wrote: Peter Colberg [EMAIL PROTECTED] writes: +system_redirect_io(gunzip, $tempdir/$subdir/$list.diff/$file.gz, $tempdir/$subdir/$list.diff/$file); +system(patch --ed $tempdir/$subdir/$list $tempdir/$subdir

Bug#386424: wdm: Allow setting greeter font via /etc/GNUstep/Defaults/WMGLOBAL

2006-09-08 Thread Peter Colberg
Hello Vlad, On Fri, Sep 08, 2006 at 01:35:31AM +0300, Vlad Shakhov wrote: On Thu, Sep 07, 2006 at 04:17:38PM +0200, Peter Colberg wrote: Package: wdm Version: 1.28-2.1 Severity: normal Tags: patch In Debian, the font displayed with the wdm greeter is quite ugly. Changing

Bug#386424: wdm: Allow setting greeter font via /etc/GNUstep/Defaults/WMGLOBAL

2006-09-08 Thread Peter Colberg
On Fri, Sep 08, 2006 at 01:35:31AM +0300, Vlad Shakhov wrote: On Thu, Sep 07, 2006 at 04:17:38PM +0200, Peter Colberg wrote: Package: wdm Version: 1.28-2.1 Severity: normal Tags: patch In Debian, the font displayed with the wdm greeter is quite ugly. Changing to another font

Bug#367521: lirc: Broken repeat behaviour with Creative RM-900 and home-brew serial receiver

2006-05-16 Thread Peter Colberg
Package: lirc Version: 0.8.0-2 Severity: normal Tags: patch, upstream, fixed-upstream With lirc 0.8.0 packaged [yay :-)], I would like to point out a bug reported[1] and fixed upstream quite some time ago. I am using a Creative RM-900 (usually bundled with SB Live! cards and a custom,

Bug#394389: [Yaird-devel] Bug#394389: yaird: Loopback and loop-AES device support

2006-10-25 Thread Peter Colberg
+# Copyright (C) 2006 Peter Colberg +# +# Based on CryptEntry -- encapsulate a single entry in /etc/crypttab +# Copyright (C) 2005 Erik van Konijnenburg +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License

Bug#395171: uswsusp: Installs surplus config file /etc/suspend.conf

2006-10-25 Thread Peter Colberg
Package: uswsusp Version: 0.3~cvs20060928-2 Severity: normal Since package version 0.3~cvs20060928-1, a file '/etc/suspend.conf' is installed, which is neither used by '/usr/lib/uswsusp/resume' nor uswsusp package configure scripts. $ dpkg -s uswsusp Package: uswsusp Status: install ok

Bug#542102: mpd: audio skips once per second

2009-08-17 Thread Peter Colberg
Package: mpd Version: 0.15.2-1 Severity: grave Justification: renders package unusable Hi, with the new version of mpd, I experience skipping audio about once per second, where a skip could be described as a crackling noise followed by a fast forward of a fraction of a second. I verified this

Bug#542102: mpd: audio skips once per second

2009-08-17 Thread Peter Colberg
On Mon, Aug 17, 2009 at 10:36:41PM +0200, Max Kellermann wrote: On 2009/08/17 22:15, Peter Colberg pe...@colberg.org wrote: with the new version of mpd, I experience skipping audio about once per second, where a skip could be described as a crackling noise followed by a fast forward

Bug#542102: mpd: audio skips once per second

2009-08-17 Thread Peter Colberg
On Mon, Aug 17, 2009 at 11:20:22PM +0200, Max Kellermann wrote: On 2009/08/17 22:53, Peter Colberg pe...@colberg.org wrote: Aug 17 22:41 : playlist: queue song 1:Miles Davis/Kind of Blue (1997)/Miles Davis - Kind of Blue - 02 - Freddie Freeloader.flac Nothing to see here, no underruns

Bug#542102: mpd: audio skips once per second

2009-08-17 Thread Peter Colberg
On Mon, Aug 17, 2009 at 11:20:22PM +0200, Max Kellermann wrote: Can you make a git bisect from release-0.15.1 to release-0.15.2 to isolate the commit which broke playback for you? It's very difficult for me to find the cause, because I don't hear that problem over here. This took longer than

Bug#542102: mpd: audio skips once per second

2009-08-18 Thread Peter Colberg
On Tue, Aug 18, 2009 at 06:43:56AM +0200, Max Kellermann wrote: On 2009/08/18 01:51, Peter Colberg pe...@colberg.org wrote: Reverting commit 7133f56 fixes the audio skips :-). Thanks for the bisect! I suspect this is an uninitialized variable. Please try two approaches at working around

Bug#397413: rdiff-backup: Mount point directories not included with --exclude-other-filesystems

2009-09-13 Thread Peter Colberg
Hi Carl, On Sat, Sep 12, 2009 at 01:50:15PM +0200, Carl Chenet wrote: Have you been reporting this issue to the upstream ? If not do you want it reported ? Or can we close this report now ? The issue has not been reported upstream. I have not been using rdiff-backup since many years, so I

Bug#542102: mpd: audio skips once per second

2009-09-02 Thread Peter Colberg
On Wed, Sep 02, 2009 at 08:27:26AM -0400, Decklin Foster wrote: Excerpts from Peter Colberg's message of Tue Aug 18 13:45:00 -0400 2009: On Tue, Aug 18, 2009 at 06:43:56AM +0200, Max Kellermann wrote: On 2009/08/18 01:51, Peter Colberg pe...@colberg.org wrote: Reverting commit 7133f56

Bug#534726: mpd: please enable ffmpeg support

2009-06-26 Thread Peter Colberg
Package: mpd Version: 0.15-2 Severity: wishlist As of version 0.15, mpd supports WMA streams, which however requires both mms and ffmpeg support. Would you please also enable the latter? Regards, Peter -- System Information: Debian Release: squeeze/sid APT prefers oldstable APT policy:

Bug#535160: offlineimap fails on encfs (FUSE) due to hard linking

2009-06-30 Thread Peter Colberg
Package: offlineimap Version: 6.0.3 Severity: normal Tags: patch Hi, if the localrepository is stored on an encfs, offlineimap fails as follows: OfflineIMAP 6.0.3 Copyright (C) 2002 - 2008 John Goerzen jgoer...@complete.org This software comes with ABSOLUTELY NO WARRANTY; see the

Bug#535160: offlineimap fails on encfs (FUSE) due to hard linking

2009-06-30 Thread Peter Colberg
Hi John, On Tue, Jun 30, 2009 at 08:02:34AM -0500, John Goerzen wrote: Peter Colberg wrote: if the localrepository is stored on an encfs, offlineimap fails as follows: Hi Peter, DJB's Maildir spec mandated the link/unlink pair, but it seems at least Courier is doing rename, and I can't

Bug#658662: drm/i915: no signal via DisplayPort on Sandy Bridge since Linux 3.2

2012-07-17 Thread Peter Colberg
Hi, On Wed, Jul 04, 2012 at 10:39:49AM -0500, Jonathan Nieder wrote: Hi again, Peter Colberg wrote: cd9dde44f47501394b9f0715b6a36a92aa74c0d0 is the first bad commit How about the attached patch --- does it work against the linux-3.2.y branch? Grateful, Jonathan From: Jesse

Bug#660384: libluabind-dev: Support for Lua 5.2

2012-03-15 Thread Peter Colberg
Hi Roberto, I noticed the Lua 5.2 patches were included in the Luabind repository: https://github.com/luabind/luabind/commits/0.9 This also includes the cast graph cache fix from #660380. Regards, Peter -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of

Bug#660375: libluabind-dev: Support usage of Luabind with Clang C++ compiler

2012-02-18 Thread Peter Colberg
Package: libluabind-dev Version: 0.9.1+dfsg-4 Severity: important Tags: patch Dear Maintainer, The latest upstream version of Luabind (0.9.1) fails to compile with the Clang C++ compiler. As an example of a build failure, I attached the output of clang++ -O2 -I/usr/include/lua5.1 -lluabind -o

Bug#660377: libluabind-dev: Support usage of Luabind with Clang C++ compiler

2012-02-18 Thread Peter Colberg
Package: libluabind-dev Version: 0.9.1+dfsg-4 Severity: important Tags: patch Dear Maintainer, The latest upstream version of Luabind fails to compile with the Clang C++ compiler. As an example of a build failure, I included the output of clang++ -O2 -I/usr/include/lua5.1 -lluabind -o

Bug#660380: libluabind-dev: Invalid casts due to bug in cast graph cache

2012-02-18 Thread Peter Colberg
5.1.4-12 ii libluabind0.9.1 0.9.1+dfsg-4 libluabind-dev recommends no packages. Versions of packages libluabind-dev suggests: pn libluabind-doc none pn libluabind-examples none -- no debconf information From: Peter Colberg pe...@colberg.org Date: Sat, 30 Jul 2011 12:33:42 -0400

Bug#660384: libluabind-dev: Support for Lua 5.2

2012-02-18 Thread Peter Colberg
Package: libluabind-dev Version: 0.9.1+dfsg-4 Severity: wishlist Tags: patch Dear Maintainer, Lua 5.2.0 has recently been released, and uploaded to Debian. Since there has been little upstream activity in the past year, I decided to adapt Luabind to Lua 5.2 myself.

Bug#660408: nginx-light: Please add Auth PAM module

2012-02-18 Thread Peter Colberg
Package: nginx-light Version: 1.1.14-1 Severity: wishlist Tags: patch Dear Maintainer, Currently upstream nginx only supports authentication based on a htpasswd file. Authentication based on, e.g., an LDAP or PostgreSQL database is not possible without resorting to custom FastCGI backend

Bug#660410: ferm: Allow chain policy RETURN in ebtables

2012-02-18 Thread Peter Colberg
[not included] /etc/ferm/ferm.conf [Errno 13] Permission denied: u'/etc/ferm/ferm.conf' -- debconf information excluded From 0cc885a6acd6aaa82f57143592b031bc62bdb563 Mon Sep 17 00:00:00 2001 From: Peter Colberg pe...@colberg.org Date: Sun, 23 Oct 2011 19:21:35 -0400 Subject: [PATCH 1/2] Allow chain

Bug#660412: ferm: Support setting policy of non-builtin chains

2012-02-18 Thread Peter Colberg
2001 From: Peter Colberg pe...@colberg.org Date: Sun, 23 Oct 2011 19:24:34 -0400 Subject: [PATCH 2/2] Support setting policy of non-builtin chains This is only supported with ebtables --- src/ferm | 17 - 1 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/ferm b

Bug#660408: nginx-light: Please add Auth PAM module

2012-02-20 Thread Peter Colberg
Hi Cyril, hi Jamie, On Mon, Feb 20, 2012 at 09:12:56AM -0600, Jamie wrote: This would be a fantastic feature-add for us as it allows custom cloud-auth PAM modules too; for example, we can authenticate against Amazon IAM, Simple DB, Secure Remote Protocol, or anything else we could imagine

Bug#660408: nginx-light: Please add Auth PAM module

2012-02-20 Thread Peter Colberg
On Mon, Feb 20, 2012 at 10:58:45AM -0500, Peter Colberg wrote: On 02/20/2012 01:54 AM, Cyril LAVIER wrote: Talking about the inclusion of a LDAP auth module in nginx-light (and all other flavours), I don't see any issues, as the light flavour already has the auth-basic, it's logical

Bug#660408: nginx-light: Please add Auth PAM module

2012-02-20 Thread Peter Colberg
On Mon, Feb 20, 2012 at 09:12:56AM -0600, Jamie wrote: This might require an unacceptable combination of dependencies for the build process, but for us, at least, this would be an incredible feature. I missed this one: The build dependencies are surely not unacceptable, nginx only needs to

Bug#660408: nginx-light: Please add Auth PAM module

2012-02-20 Thread Peter Colberg
On Mon, Feb 20, 2012 at 06:33:32PM +0100, Cyril Lavier wrote: In case we need another base for another vhost, does something like this work ? # # /etc/nginx/sites-available/vhost1.example.org # location / { auth_pam whost1.example.org; auth_pam_service_name nginx_vhost1;

Bug#660384: libluabind-dev: Support for Lua 5.2

2012-02-25 Thread Peter Colberg
Hi Roberto, On Fri, Feb 24, 2012 at 10:40:38PM -0500, Roberto C. Sánchez wrote: On Sat, Feb 18, 2012 at 01:36:54PM -0500, Peter Colberg wrote: Could you please consider the Lua 5.2 patches [1] for inclusion? Lua 5.2: replace lua_equal and lua_lessthan with lua_compare Lua 5.2

Bug#660408: Late Here

2012-02-26 Thread Peter Colberg
On Fri, Feb 24, 2012 at 07:00:39PM -0600, Michael Lustfield wrote: I do agree that this is a good feature to have. I've been sold on the Auth PAM module as it seems to be rather stable and also seems to be the most flexible. It seems that Cyril also agrees that this is a good feature to have.

Bug#648604: users are not logged in

2011-11-19 Thread Peter Colberg
In case someone else is searching for a work-around for this issue: ck-history --last-compat This is sufficient to determine the logged-in user with X display, e.g. to lock the screen via a script upon an ACPI lid close event. Peter -- To UNSUBSCRIBE, email to

Bug#658662: drm/i915: no signal via DisplayPort on Sandy Bridge since Linux 3.2

2012-02-06 Thread Peter Colberg
Hi Jonathan, On Mon, Feb 06, 2012 at 01:15:44AM -0600, Jonathan Nieder wrote: Please report this upstream, following instructions from [1], and let us know the bug number so we can track it. The upstream developers may ask you to bisect to find the specific patch that introduced the

Bug#658662: drm/i915: no signal via DisplayPort on Sandy Bridge since Linux 3.2

2012-02-08 Thread Peter Colberg
On Sat, Feb 04, 2012 at 06:31:13PM -0500, Peter Colberg wrote: Since upgrading to linux-image-3.2.0-1-amd64, an external display connected via DisplayPort to a Sandy Bridge onboard graphics card stopped working, and instead turns off reporting “DP no signal”. Ok, I have finished the bisect

Bug#658662: drm/i915: no signal via DisplayPort on Sandy Bridge since Linux 3.2

2012-02-08 Thread Peter Colberg
On Wed, Feb 08, 2012 at 04:42:01PM -0600, Jonathan Nieder wrote: tags 658662 + upstream patch moreinfo quit Peter Colberg wrote: cd9dde44f47501394b9f0715b6a36a92aa74c0d0 is the first bad commit Yay, thanks much for this. :) Please test the attached patch against the linux-3.2.y

Bug#658662: drm/i915: no signal via DisplayPort on Sandy Bridge since Linux 3.2

2012-02-04 Thread Peter Colberg
Package: linux-2.6 Version: 3.2.2-1 Severity: important Tags: upstream Dear Maintainer, Since upgrading to linux-image-3.2.0-1-amd64, an external display connected via DisplayPort to a Sandy Bridge onboard graphics card stopped working, and instead turns off reporting “DP no signal”. With

Bug#658662: drm/i915: no signal via DisplayPort on Sandy Bridge since Linux 3.2

2012-02-05 Thread Peter Colberg
On Sun, Feb 05, 2012 at 02:44:53AM -0600, Jonathan Nieder wrote: Hi Peter, Peter Colberg wrote: Package: linux-2.6 Version: 3.2.2-1 Severity: important Tags: upstream Which upstream version did you test? Sorry, I must have misinterpreted the upstream tag. I tested the Debian

  1   2   3   4   5   >