Bug#792665: python-yubico-tools: yubikey-totp output depends on local time (timezone)

2015-07-17 Thread Marc A. Donges
Package: python-yubico-tools Version: 1.1.0-2 Severity: normal Dear Maintainer, when using TOTP (time based), the PIN output by yubikey-totp depends on the timezone the tool is running in: kosh@cindy:~$ echo $TZ; yubikey-totp; TZ=UTC yubikey-totp; yubikey-totp Europe/Berlin 050816 934513 050816

Bug#768941: libaudio2: File conflict breaks multi-arch installation

2014-11-10 Thread Marc A. Donges
Package: libaudio2 Version: 1.9.4-1+b1 Severity: important Dear Maintainer, in Debian testing, libaudio2 is currently broken due to a file difference in /usr/share/doc/libaudio2/changelog.Debian.gz between i384 and amd64: root@cindy:~# dpkg -i /var/cache/apt/archives/libaudio2_1.9.4-1+b1_*

Bug#754294: Regression: While routing Kernel chokes on spurious "too big" IP packets

2014-07-09 Thread Marc A. Donges
The problem has been reported on hardware with two similar Broadcom Ethernet chipsets using the same bnx2 kernel driver: NIC 1: 03:00.0 Ethernet controller: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20) Subsystem: Hewlett-Packard Company NC382i Integrated Multi-port

Bug#754294: Regression: While routing Kernel chokes on spurious "too big" IP packets

2014-07-09 Thread Marc A. Donges
Package: linux Version: 3.2.60-1+deb7u1 Severity: important Dear Maintainer, the Kernel upgrade via Debian Security on Friday 2014-07-04 made routing service (in this case with NAT) somewhat broken. *High level description* This is experienced by users as "very slow network access" to some serv

Bug#753506: munin-plugins-core: Plugin http_loadtime uses incorrect shell escaping

2014-07-02 Thread Marc A. Donges
Package: munin-plugins-core Version: 2.0.21-2 Severity: normal Dear Maintainer, the munin plugin http_loadtime uses incorrect shell escaping of parameters. I noticed odd requests in my BIND log: error (unexpected RCODE SERVFAIL) resolving 'http_loadtime\".$searchlist//IN': ... (where I re

Bug#732228: rsync: fails to remove files with --remove-source when used with --copy-links

2013-12-15 Thread Marc A. Donges
Package: rsync Version: 3.1.0-2 Severity: normal Dear Maintainer, rsync fails to remove source files with --remove-source when those are symlinks whose referents are transferred with the --copy-links (-L) option. rsync returns the error: ERROR: Skipping sender remove for changed file: […] Steps

Bug#732149: munin outputs malformed XHTML

2013-12-14 Thread Marc A. Donges
Package: munin Version: 2.1.2-1 Severity: normal Dear Maintainer, munin’s XHTML output is malformed XML in several places. This causes at least chromium to not render the output. Please consider fixing the errors, or preferably consider not producing XHTML output. There is no point in producing

Bug#683653: keepalived: Add option to inhibit GARP (Patch)

2012-08-09 Thread Marc A. Donges
Attached patch to implement the functionality. It is supposed to be applied to version 1.2.2-3. Kind regards Marc diff -r -u keepalived-1.2.2/doc/man/man5/keepalived.conf.5 keepalived-1.2.2.new/doc/man/man5/keepalived.conf.5 --- keepalived-1.2.2/doc/man/man5/keepalived.conf.5 2011-05-29 10:19:59.

Bug#683653: keepalived: Add option to inhibit GARP

2012-08-02 Thread Marc A. Donges
Package: keepalived Version: 1:1.1.20-1+squeeze1 Severity: wishlist Please add an option, preferably in the context of vrrp_instance, to inhibit any generation of GARP packets upon becoming MASTER of that vrrp_instance. Thanks! -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.

Bug#524982: [Pkg-openssl-devel] Bug#524982: Integrate compatibility patches for Cisco VPN client DTLS

2010-02-15 Thread Marc A. Donges
ss? 0.9.8l is available upstream and contains all patches mentioned in this bugreport, so a "simple" update to upstreams current version will suffice. Regards, Marc -- _ _Marc A. Donges +49 721 6904-2130 'v'Klosterweg 28 / E110 / \ 76131 Kar

Bug#565212: suggests gtodo-applet which is no longer in the archive

2010-01-13 Thread Marc A. Donges
Package: gtodo Version: 0.16.0~rc2-1.1 Severity: minor gtodo suggests gtodo-applet, however, that package no longer exists in the archive (for squeeze). -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (400, 'testing') Architecture: i386 (i686) Kernel: Linux

Bug#563699: tomcat6: not listening on IPv4 socket by default

2010-01-04 Thread Marc A. Donges
Package: tomcat6 Version: 6.0.20-9 Severity: important In current versions of squeeze, the default value of IPV6_V6ONLY is true: ganymede:~# cat /etc/sysctl.d/bindv6only.conf | egrep -e '^([^#])' net.ipv6.bindv6only = 1 This causes tomcat6 to not accept I

Bug#471849: openssh-client: drops connections with "Corrupted MAC on input." errors when loads of data get transferred

2009-10-28 Thread Marc A. Donges
etwork card did you use? Marc -- _ _ Marc A. Donges +49 721 6904-2130 'v'Klosterweg 28 / E110 / \ 76131 Karlsruhe W W -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#437127: xen-utils-common: vif-common fails to identify ip address of ethernet device

2008-08-25 Thread Marc A. Donges
I must apologize, those semantics of match() are a peculiarity of GNU awk. The following should work portably, I tested it with an old mawk: ip -4 -o addr show primary dev eth0 | awk '$3 == "inet" {split($4,i,"/"); print i[1]; exit}' Marc -- _ _Marc A. D

Bug#437127: xen-utils-common: vif-common fails to identify ip address of ethernet device

2008-08-25 Thread Marc A. Donges
ip -4 -o addr show primary dev eth0 | awk '$3 == "inet" {match($4,"([0-9.]*)",i); print i[1]; exit}' HTH, Marc -- _ _Marc A. Donges +49 721 6904-2130 'v'Klosterweg 28 / E110 / \ 76131 Karlsruhe W W

Bug#494194: gnupg: Choice of algorithms for --symmetric is obscure

2008-08-07 Thread Marc A. Donges
Package: gnupg Version: 1.4.9-2 Severity: normal Hi! The choice of algorithms used for conventional encryption of messages (--symmetric) is quite obscure. The user must provide a passphrase which is hashed, the result of which is used as an encryption key. Now, the hash is selected by "s2k-digest

Bug#48323: gpg can't sign a gpg key with a pgp key.

2008-08-06 Thread Marc A. Donges
I can successfully sign key 8BD4A489 with an RSA-sign-key using the current version of GnuPG in Lenny, version 1.4.9-2. Marc -- _ _Marc A. Donges +49 721 6904-2130 'v'Klosterweg 28 / E110 / \ 76131 Karlsruhe W W

Bug#487617: Apache configuration file for phpldapadmin assumes use of obsolete PHP4

2008-06-22 Thread Marc A. Donges
preferred over mod_cgi and the relevant configuration options should also be set if mod_cgid is used. A trivial patch correcting apache.conf is attached to this bug report. Marc A. Donges -- System Information: (Report submitted from different machine, see manual list of relevant packages below

Bug#435315: irssi sends C1 control characters received from the network to the terminal

2007-07-30 Thread Marc A. Donges
Package: irssi Version: 0.8.10-2 Severity: important Irssi – at least when configured for output on a UTF-8-terminal – will pass through C1 control characters received from the network unaltered. This at least messes up the display and might even be a security risk. The problem has been fixed upst

Bug#428319: spamassassin: sa-update started from cron.daily is probably a DoS attack

2007-06-10 Thread Marc A. Donges
Package: spamassassin Version: 3.2.0-2 Severity: important sa-update being started from cron.daily is probably a DoS attack against Spamassassin update servers. Although it is not the default configuration, many users will activate automatic rule updates via sa-update with the mechanism provided

Bug#426040: tangerine-icon-theme: Contains Ubuntu logo instead of Debian logo

2007-05-25 Thread Marc A. Donges
Package: tangerine-icon-theme Version: 0.20-1 Severity: normal tangerine-icon-theme contains the Ubuntu logo in several places where the Debian logo should be, notably: /usr/share/icons/Tangerine/24x24/places/start-here.png /usr/share/icons/Tangerine/32x32/places/start-here.png The correct logo