Bug#853894: usb-dvb device not working since kernel 4.9

2017-02-01 Thread Harald Weidner
Package: linux-image-4.9.0-1-amd64 Version: 4.9.2-2 After the update from kernel 4.8 to 4.9 on a testing/stretch system, my USB DVB-T receiver stopped working. The device is a Twinhan USB2 DVB-T tuner, so far supported by the driver dvb_usb_vp7045. When initializing, the driver tries to load a

Bug#720453: findif does not find netmask and NIC automatically

2013-08-22 Thread Harald Weidner
Package: resource-agents Version: 1:3.9.2-5+deb7u1 The output of /usr/lib/heartbeat/findif --help suggests that OCF_RESKEY_ip is the only required parameter for findif: /usr/lib/heartbeat/findif version 2.99.1 Copyright Alan Robertson Usage: /usr/lib/heartbeat/findif [-C] Options: -C:

Bug#708125: libnss-mysql-bg segfaults when SQL statement is invalid

2013-05-13 Thread Harald Weidner
Package: libnss-mysql-bg Version: 1.5-3+b1 When an SQL statement in the /etc/libnss-mysql.cfg file is (syntactically or semantically) wrong, any use of the corresponding NSS library function results in a segmentation fault. A bugfix can be found in the Ubuntu bug tracking system:

Bug#682620: LIST command fails with blank characters in argument

2012-07-24 Thread Harald Weidner
Package: pure-ftpd Version: 1.0.28-3+squeeze1 With pure-ftpd, the FTP command LIST directory does not work when the directory name contains blank characters. Here is an example session, where a direcory Test 1 with three files test2, test3, test4 exists. # ftp localhost Connected to localhost.

Bug#641404: Authentication is only possible if process runs as root

2011-09-13 Thread Harald Weidner
Package: libnss-mysql-bg Version: 1.5-2 A user which is stored in a mysql database can only be authenticated if the authentication process runs under root. Therefore, the user can log in on the console (getty), network (sshd), Gnome (gdm3), because there processes run as root. But he cannot

Bug#631515: Broken symlink

2011-06-24 Thread Harald Weidner
Package: libpng3 Version: 1.2.44-1 The package libpng3 installs a symlink lrwxrwxrwx 1 root root 13 24. Jun 15:37 /usr/lib/libpng.so.3 - libpng12.so.0 However, libpng12.so.0 belongs to the libpng12-0 package, and is installed under /lib: lrwxrwxrwx 1 root root 18 7. Feb 07:14

Bug#536249: dstat

2009-07-08 Thread Harald Weidner
Package: dstat Version: 0.6.7-1 On a currently patched Lenny system, the module topbio of dstat sometimes terminates with the following error message: Traceback (most recent call last): File /usr/bin/dstat, line 2041, in module main() File /usr/bin/dstat, line 1986, in main

Bug#526085: Upgrade etch - lenny does not work

2009-04-29 Thread Harald Weidner
Package: heartbeat Version: 2.1.3-6lenny1 On a Debian etch system with heartbeat, the upgrade to lenny does not work. Preparing to replace heartbeat 1.2.5-3 (using .../heartbeat_2.1.3-6lenny1_amd64.deb) ... Stopping High-Availability services: Done. Unpacking replacement heartbeat ... dpkg:

Bug#505292: newvserver creates a vserver with disabled cron

2008-11-19 Thread Harald Weidner
Hello, The util-vserver package aims to only start the services that are vital to the guest persisting, and any other service should be enabled by the administrator, rather than running by default consuming resources without any point. It is the position of util-vserver that administrators

Bug#505292: newvserver creates a vserver with disabled cron

2008-11-11 Thread Harald Weidner
Package: vserver-debiantools Version: 0.6.2 When creating a new vserver with newvserver under lenny, the result has the cron package installed but it is not started by default. The symlinks in /etc/rc?.d/ to /etc/init.d/cron are missing. I think this is confusing. Either cron should start

Bug#439131: Konqueror silently ignores https: in proxy adress

2007-08-22 Thread Harald Weidner
Package: konqueror Version: 4:3.5.5a.dfsg.1-6 The current konqueror from Debian etch does not speak SSL to a proxy even if the proxy adress is entered like https://...; To reproduce, use Settings - Configure Konqueror... - Proxy - Manually specify the proxy settings - Setup... - Servers HTTP and

Bug#438129: Rename Database breaks default character set

2007-08-15 Thread Harald Weidner
Package: phpmyadmin Version: 4:2.9.1.1-3 phpMyAdmin in Debian etch allows to rename a database in the Operations tab of a database view. Internally, the new database is created, the tables are copied each, and the old database is removed. However, the new database always inherits the default

Bug#402564: Error messages about uninitialized values

2006-12-11 Thread Harald Weidner
Package: clusterssh Version: 3.19.1-4 cssh in etch reports the following error messages about 100 times when being invoked: Use of uninitialized value in hash element at /usr/bin/cssh line 410. Use of uninitialized value in numeric ne (!=) at /usr/bin/cssh line 414. Use of uninitialized value in

Bug#344031: Parse error when using file handles

2005-12-19 Thread Harald Weidner
Package: libhtml-embperl-perl Version: 1.3.6-2 When using HTML::Embperl, the following embperl script runs into an endless loop: [- open(UNAME, /bin/uname -a |); while(UNAME) { print; } close(UNAME); -] It seems that instead of UNAME, another file handle (STDIN?) is read. The slightly