Bug#976796: Sporadically fails to create virtualenv with Python 3.9

2021-06-14 Thread Daniel Roschka
On Mon, 14 Jun 2021 09:35:16 -0400 Stefano Rivera  wrote:
> I wish I was able to reproduce this. Is there any chance you can
> reproduce it in a VM or controlled environment that I can try to
> recreate?
> 
> It shouldn't matter, but what filesystem is this on?

I'm running this on btrfs.

I tried reproducing this issue in a VM as suggested. While I had no success 
reproducing it there at first, I noted a directory ~/.local/share/virtualenv 
mentioned in the output of a succeeding command which got me curious. After 
digging through the contents of this folder on my local machine I figured out 
the condition which triggers this bug. Turns out there is a file ~/.local/
share/virtualenv/wheel/3.9/embed/1/setuptools.json with the following content:

{
  "completed": "2021-05-17T17:34:03.491147Z",
  "periodic": true,
  "started": "2021-05-17T17:33:59.488436Z",
  "versions": [
{
  "filename": "setuptools-56.2.0-py3-none-any.whl",
  "found_date": "2021-05-17T17:33:59.597757Z",
  "release_date": "2021-05-09T17:40:49.00Z"
},
{
  "filename": "setuptools-56.1.0-py3-none-any.whl",
  "found_date": "2021-05-17T17:34:01.067885Z",
  "release_date": "2021-05-04T21:35:13.00Z"
},
{
  "filename": "setuptools-56.0.0-py3-none-any.whl",
  "found_date": "2021-05-17T17:34:02.299115Z",
  "release_date": "2021-04-09T00:24:04.00Z"
}
  ]
}

Removing this file causes this problem to go away!

This also works the other way around: Copying this file to the same location on 
the VM and also copying the setuptools-*.whl files mentioned in there to 
~/.local/share/virtualenv/wheel/house/ makes the problem reproducible on the 
VM as well. It's way less frequent there and happens in way less than 10% of 
the times, but with a little while loop it's easily reproducible this way as 
well.

I hope this helps. If you need any more information, please just drop me a 
note.

Daniel



Bug#976796: Sporadically fails to create virtualenv with Python 3.9

2021-06-13 Thread Daniel Roschka
I just ran into the exact same bug. For me it happens around 50% of the times 
I try to create a virtualenv.

The version of python3-virtualenv installed is 20.4.0+ds-1.

Daniel

-- System Information:
Debian Release: 11.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-7-amd64 (SMP w/12 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not 
set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3-virtualenv depends on:
ii  python-pip-whl  20.3.4-2
ii  python3 3.9.2-3
ii  python3-appdirs 1.4.4-1
ii  python3-distlib 0.3.1-1
ii  python3-distutils   3.9.2-1
ii  python3-filelock3.0.12-2
ii  python3-importlib-metadata  1.6.0-2
ii  python3-pip 20.3.4-2
ii  python3-pkg-resources   52.0.0-3
ii  python3-six 1.16.0-1

python3-virtualenv recommends no packages.

python3-virtualenv suggests no packages.

-- no debconf information



Bug#943337: linux-image-5.3.0-1-amd64: Keyboard driver for SPI connected MacBooks not included

2019-10-23 Thread Daniel Roschka
Package: linux-image-5.3.0-1-amd64
Version: 5.3.7-1
Severity: normal

Dear Maintainer,

The Linux kernel currently included in Debian/unstable doesn't include a 
driver for keyboards and touchpads of Macs which have them connected via SPI.

A driver for this was added in Linux 5.3 (https://git.kernel.org/pub/scm/
linux/kernel/git/torvalds/linux.git/commit/?
id=038b1a05eaeb731920e46f47d8e2332e07ff), but isn't included in Debian 
yet.

Please consider including the "applespi" driver, as this driver enables the 
keyboards and touchpads of various mobile Macs from 2015 to 2017.

Thanks,
Daniel



Bug#637029: Problem still persists with 0.9.2-1

2015-05-23 Thread Daniel Roschka
With 0.9.2-1 I had cut, copy and paste working once, but aren't able to have 
it working all the time. Instead all the other time cut, copy and paste still 
doesn't work and the window just becomes unresponsive for a few seconds when 
trying so. Even when just trying to open the context menu of the input line 
that unresponsiveness happens and all cut, copy and paste options are still 
greyed out there. So I believe that bug isn't fixed yet.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#758422: collectd: nut plugin not working

2014-08-17 Thread Daniel Roschka
Package: collectd
Version: 5.4.1-3+b1
Severity: normal

Dear Maintainer,

Since the update of collectd from 5.4.1-1+b1 to 5.4.1-3 the nut plugin in 
collectd isn't working anymore. When starting collectd the following errors 
are printed:

lt_dlopen (/usr/lib/collectd/nut.so) failed: file not found. The most common 
cause for this problem are missing dependencies. Use ldd(1) to check the 
dependencies of the plugin / shared object.
plugin_load: Load plugin nut failed with status 1.
Found a configuration for the `nut' plugin, but the plugin isn't loaded or 
didn't register a configuration callback.


Checking with ldd reveals that it can't find libupsclient.so.4

foo@bar:~$ ldd /usr/lib/collectd/nut.so
linux-vdso.so.1 (0x7fff066e3000)
libpthread.so.0 = /lib/x86_64-linux-gnu/libpthread.so.0 
(0x7fcf7b9bf000)
libupsclient.so.4 = not found
libnss3.so = not found
libnssutil3.so = not found
libsmime3.so = not found
libssl3.so = not found
libplds4.so = not found
libplc4.so = not found
libnspr4.so = not found
libdl.so.2 = /lib/x86_64-linux-gnu/libdl.so.2 (0x7fcf7b7b8000)
libc.so.6 = /lib/x86_64-linux-gnu/libc.so.6 (0x7fcf7b40f000)
/lib64/ld-linux-x86-64.so.2 (0x7fcf7bdea000)


I believe this problem is related to #730397

Regards,
Daniel


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.13-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#749118: gutenprint: Missing drivers for various Canon printers

2014-05-24 Thread Daniel Roschka
Source: gutenprint
Version: 5.2.10~pre2-2
Severity: important

Dear Maintainer,

after upgrading from gutenprint 5.2.9 to 5.2.10 my Canon PIXMA printer stopped 
working.
When trying to print I can see the following error message when looking at the 
printing queue:

The PPD version (5.2.9) is not compatible with Gutenprint 5.2.10-pre2.

I tried to modify the printer to use an updated driver, but a lot of Canon 
printers (e.g. all PIXMA models) including mine are missing in the list of 
available printers.

Regards,
Daniel

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#696484: grub-efi-amd64 + seperate /boot-Partition with btrfs not working

2012-12-21 Thread Daniel Roschka
Package: debian-installer
Version: 20121114

I tried to install Debian/testing on an AMD E2-1800 device with UEFI using the 
latest snapshot of the daily amd64 Debian/testing netinstall builds. I noticed 
that the installation of grub failed, because grub-efi-amd64 couldn't be 
installed correctly. The following error message showed up in the logs (sda2 
is /boot with btrfs):

/usr/sbin/grub-probe: Error: unknown filesystem.
Auto-detection of a filesystem of /dev/sda2 failed.
Try with --recheck.
If the problem persists please report this together with the output of 
/usr/sbin/grub-probe --device-map=/boot/grub/device.map --target=fs -v 
/boot/grub to bugs-g...@gnu.org


I played around with different partition layouts to locate the error and 
noticed that this error always appears when I try to use a seperate partition 
for /boot which is formatted with btrfs.
Constrastingly having no seperate /boot-partition, but / formatted with btrfs 
works. A seperate /boot-partition with another file system like ext4 works too.

Regards,
Daniel


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#672580: ulimit not working for restarts

2012-05-12 Thread Daniel Roschka
Package: nginx
Version: 1.1.19-1

The patch from #606094 does only set the ulimit for the start action, but not 
for restarts of nginx. The attached patch for /etc/init.d/nginx fixes the 
setting of the ulimit for restarts of nginx.
--- nginx   2012-05-12 08:16:47.0 +
+++ nginx-ulimit-fix2012-05-12 08:33:04.0 +
@@ -62,6 +62,11 @@
 /var/run/$NAME.pid --exec $DAEMON || true
 sleep 1
 test_nginx_config
+# Check if the ULIMIT is set in /etc/default/nginx
+if [ -n $ULIMIT ]; then
+# Set the ulimits
+ulimit $ULIMIT
+fi
 start-stop-daemon --start --quiet --pidfile \
 /var/run/$NAME.pid --exec $DAEMON -- $DAEMON_OPTS || true
 echo $NAME.

Bug#637029: pinentry-qt4: Cut, copy and paste does not work in the pin input line

2011-08-07 Thread Daniel Roschka
Package: pinentry-qt4
Version: 0.8.1-1
Severity: normal


Every operation which involves cut, copy or paste in the pin entry line does 
not work. Usual shortcuts (CTRL+x, CTRL+c, CTRL+v) are just producing no result.

My ~/.gnupg/gpg-agent.conf consists of the following lines:
pinentry-program /usr/bin/pinentry-qt4
no-grab
default-cache-ttl 1800


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages pinentry-qt4 depends on:
ii  libc6 2.13-14Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.6.1-5  GCC support library
ii  libncurses5   5.9-1  shared libraries for terminal hand
ii  libqtcore44:4.7.3-5  Qt 4 core module
ii  libqtgui4 4:4.7.3-5  Qt 4 GUI module
ii  libstdc++64.6.1-5GNU Standard C++ Library v3

pinentry-qt4 recommends no packages.

Versions of packages pinentry-qt4 suggests:
pn  pinentry-doc  none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#625461: lighttpd: restart of lighty during logrotate fails

2011-05-03 Thread Daniel Roschka
Package: lighttpd
Version: 1.4.28-2
Severity: important


During the daily logrotate run lighttpd is stopped and restarted. The restart 
fails regulary (every few weeks) since a while now.
Logrotate throws the following error:

/etc/cron.daily/logrotate:
2011-05-03 06:25:23: (network.c.358) can't bind to port: 0.0.0.0 443 Address 
already in use 
invoke-rc.d: initscript lighttpd, action force-reload failed.
error: error running shared postrotate script for 
'/var/log/lighttpd/users/*.log '
run-parts: /etc/cron.daily/logrotate exited with return


And the following lines appear in lighttpds error log:

2011-05-03 06:25:23: (server.c.1396) [note] graceful shutdown started
2011-05-03 06:25:23: (server.c.1512) server stopped by UID = 0 PID = 2711


Looks similar to me like the once fixed bug #380080.


-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lighttpd depends on:
ii  libattr11:2.4.44-2   Extended attribute shared library
ii  libbz2-1.0  1.0.5-6  high-quality block-sorting file co
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libfam0 2.7.0-17 Client library to control the FAM 
ii  libldap-2.4-2   2.4.23-7 OpenLDAP libraries
ii  libpcre38.02-1.1 Perl 5 Compatible Regular Expressi
ii  libssl0.9.8 0.9.8o-4squeeze1 SSL shared libraries
ii  libterm-readline-perl-p 1.0303-1 Perl implementation of Readline li
ii  lsb-base3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip
ii  mime-support3.48-1   MIME files 'mime.types'  'mailcap
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages lighttpd recommends:
ii  spawn-fcgi1.6.3-1A fastcgi process spawner

Versions of packages lighttpd suggests:
ii  apache2-utils  2.2.16-6+squeeze1 utility programs for webservers
ii  openssl0.9.8o-4squeeze1  Secure Socket Layer (SSL) binary a
ii  rrdtool1.4.3-1   time-series data storage and displ

-- Configuration Files:
/etc/lighttpd/conf-available/10-ssl.conf changed [not included]
/etc/lighttpd/lighttpd.conf changed [not included]

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#609609: php5-cgi: $_SERVER[PATH_INFO] empty when used via fcgi with lighttpd

2011-01-10 Thread Daniel Roschka
Package: php5-cgi
Version: 5.3.3-7
Severity: normal


When using php5-cgi with lighttpd via fastcgi $_SERVER[PATH_INFO] is empty, 
even with the suggested adjustments on lighttpd- and php-side as mentioned in 
http://redmine.lighttpd.net/wiki/lighttpd/Docs:ModFastCGI#FastCGI-and-Programming-Languages.

My php.ini contains:
cgi.fix_pathinfo=1

My lighttpd.conf contains:
fastcgi.server = ( .php = (( 
 
 bin-path = /usr/bin/php5-cgi, 
 
 socket = /tmp/php.socket, 
 
 max-procs = 2,  
 
 bin-environment = ( 
 
   PHP_FCGI_CHILDREN = 16, 
 
   PHP_FCGI_MAX_REQUESTS = 1 
 ),
 bin-copy-environment = (
   PATH, SHELL, USER 
 ),
 broken-scriptfilename = enable 
 )))

Changing the values of cgi.fix_pathinfo or broken-scriptfilename has no effect. 
I was able to reproduce this problem on a squeeze and on a sid machine.

Regards,
Daniel


-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages php5-cgi depends on:
ii  libbz2-1.0  1.0.5-6  high-quality block-sorting file co
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libcomerr2  1.41.12-2common error description library
ii  libdb4.84.8.30-3 Berkeley v4.8 Database Libraries [
ii  libgssapi-krb5-21.8.3+dfsg-4 MIT Kerberos runtime libraries - k
ii  libk5crypto31.8.3+dfsg-4 MIT Kerberos runtime libraries - C
ii  libkrb5-3   1.8.3+dfsg-4 MIT Kerberos runtime libraries
ii  libmagic1   5.04-5   File type determination library us
ii  libonig25.9.1-1  Oniguruma regular expressions libr
ii  libpcre38.02-1.1 Perl 5 Compatible Regular Expressi
ii  libqdbm14   1.8.77-4 QDBM Database Libraries [runtime]
ii  libssl0.9.8 0.9.8o-4 SSL shared libraries
ii  libxml2 2.7.8.dfsg-2 GNOME XML library
ii  mime-support3.51-1   MIME files 'mime.types'  'mailcap
ii  php5-common 5.3.3-7  Common files for packages built fr
ii  tzdata  2010o-1  time zone and daylight-saving time
ii  ucf 3.0025+nmu1  Update Configuration File: preserv
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

php5-cgi recommends no packages.

Versions of packages php5-cgi suggests:
ii  php-pear  5.3.3-7PEAR - PHP Extension and Applicati

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#471038: Bug still present?

2010-08-18 Thread Daniel Roschka
Hi,

I couldn't reproduce the bug with the current version of sauerbraten until 
now.
Please close the bug.

Regards,
Daniel



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#556122: proftpd-mod-mysql: proftpd fails when using SQLAuthTypes OpenSSL

2009-11-13 Thread Daniel Roschka
Package: proftpd-mod-mysql
Version: 1.3.1-17lenny4
Severity: important

proftpd doesn't work with SQLAuthTypes OpenSSL, even if the compile flags say 
so.
Even with highest DebugLevel I only get the following lines regarding this 
problem during a connection try in the logfile:

Nov 13 19:02:55 mod_sql/4.2.2[10937]:  cmd_check
Nov 13 19:02:55 mod_sql/4.2.2[10937]: checking SQLAuthType 'OpenSSL'
Nov 13 19:02:55 mod_sql/4.2.2[10937]: 'OpenSSL' auth handler reports failure
Nov 13 19:02:55 mod_sql/4.2.2[10937]:  cmd_check


My /etc/proftpd/sql.conf:

#
# Proftpd sample configuration for SQL-based authentication.
#
# (This is not to be used if you prefer a PAM-based SQL authentication)
#

IfModule mod_sql.c
#
# Choose a SQL backend among MySQL or PostgreSQL.
# Both modules are loaded in default configuration, so you have to specify the 
backend
# or comment out the unused module in /etc/proftpd/modules.conf.
# Use 'mysql' or 'postgres' as possible values.
#
SQLBackend  mysql
#
SQLEngine on
SQLAuthenticate on
#
# Use both a crypted or plaintext password
#SQLAuthTypes Crypt Plaintext
#
# Use a backend-crypted or a crypted password
#SQLAuthTypes Backend Crypt
#
SQLAuthTypes OpenSSL
#
# Connection
SQLConnectInfo prof...@localhost proftpd password
#
# Describes both users/groups tables
#
SQLUserInfo users username password uid gid homedir shell
SQLGroupInfo groups groupname gid members
#

SQLLogFile /var/log/proftpd/sql.log

SQLMinUserUID 2000
SQLMinUserGID 2000

/IfModule


The output of proftpd -V:

Compile-time Settings:
  Version: 1.3.1
  Platform: LINUX
  Built With:
configure --prefix=/usr 
--with-includes=/usr/include/postgresql:/usr/include/mysql 
--mandir=/usr/share/man --sysconfdir=/etc/proftpd --localstatedir=/var/run 
--libexecdir=/usr/lib/proftpd 
--enable-send
file --enable-facl --enable-dso --enable-autoshadow --enable-ctrls 
--with-modules=mod_readme --enable-ipv6 --enable-nls --build x86_64-linux-gnu 
--with-shared=mod_site_misc:mod_load:mod_ban:mod_quotatab:mo
d_sql:mod_sql_mysql:mod_sql_postgres:mod_dynmasq:mod_quotatab_sql:mod_ldap:mod_quotatab_ldap:mod_ratio:mod_tls:mod_rewrite:mod_radius:mod_wrap:mod_wrap2:mod_wrap2_file:mod_wrap2_sql:mod_quotatab_file:mod_q
uotatab_radius:mod_facl:mod_ctrls_admin:mod_ifsession

  CFLAGS: -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_OPENSSL 
-DUSE_LDAP_TLS  -Wall -Wno-long-double
  LDFLAGS: -L$(top_srcdir)/lib
  LIBS: -lsupp -lcrypt

  Files:
Configuration File:
  /etc/proftpd/proftpd.conf
Pid File:
  /var/run/proftpd.pid
Scoreboard File:
  /var/run/proftpd/proftpd.scoreboard
Shared Module Directory:
  /usr/lib/proftpd

  Features:
+ Autoshadow support
+ Controls support
+ curses support
- Developer support
+ DSO support
+ IPv6 support
+ Largefile support
- Lastlog support
+ ncurses support
+ NLS support
+ OpenSSL support
+ POSIX ACL support
+ Shadow file support
+ Sendfile support
+ Trace support

  Tunable Options:
PR_TUNABLE_BUFFER_SIZE = 1024
PR_TUNABLE_GLOBBING_MAX = 8
PR_TUNABLE_HASH_TABLE_SIZE = 40
PR_TUNABLE_NEW_POOL_SIZE = 512
PR_TUNABLE_RCVBUFSZ = 8192
PR_TUNABLE_SCOREBOARD_BUFFER_SIZE = 80
PR_TUNABLE_SCOREBOARD_SCRUB_TIMER = 30
PR_TUNABLE_SELECT_TIMEOUT = 30
PR_TUNABLE_SNDBUFSZ = 8192
PR_TUNABLE_TIMEOUTIDENT = 10
PR_TUNABLE_TIMEOUTIDLE = 600
PR_TUNABLE_TIMEOUTLINGER = 180
PR_TUNABLE_TIMEOUTLOGIN = 300
PR_TUNABLE_TIMEOUTNOXFER = 300
PR_TUNABLE_TIMEOUTSTALLED = 3600
PR_TUNABLE_XFER_BUFFER_SIZE = 1024
PR_TUNABLE_XFER_SCOREBOARD_UPDATES = 10


Output of openssl version:
OpenSSL 0.9.8g 19 Oct 2007


Regards,
Daniel


-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages proftpd-mod-mysql depends on:
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libmysqlclient15off5.0.51a-24+lenny2 MySQL database client library
ii  proftpd-basic  1.3.1-17lenny4versatile, virtual-hosting FTP dae
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

proftpd-mod-mysql recommends no packages.

proftpd-mod-mysql suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#524685: plasma-scriptengine-python: python plasma applets Could not create a python ScriptEngine for the * widget

2009-08-18 Thread Daniel Roschka
I stumbled over the same problem. plasmoidviewer gives a bit more information:

findServiceByDesktopPath:  not found
Traceback (most recent call last):
  File /usr/share/kde4/apps/plasma_scriptengine_python/pyappletscript.py, 
line 19, in module
from PyQt4.QtCore import *
ImportError: /usr/lib/pymodules/python2.5/PyQt4/QtCore.so: undefined symbol: 
PyProperty_Type




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#526082: [cpufrequtils] after upgrade pushes kded4 to 80%

2009-05-03 Thread Daniel Roschka
Package: cpufrequtils
Version: 005-1
Severity: normal


I can confirm this bug. After upgrading cpufrequtils to 005-1, kded4 takes all 
cpu-time it can get. That's what top shows. I can also verify, that 
cpufreq-info and cpufreq-set work as expected.
Regards,
Daniel

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29-1-amd64 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages cpufrequtils depends on:
ii  debconf [debconf-2.0] 1.5.26 Debian configuration management sy
ii  libc6 2.9-9  GNU C Library: Shared libraries
ii  libcpufreq0   005-1  shared library to deal with the cp
ii  lsb-base  3.2-22 Linux Standard Base 3.2 init scrip

cpufrequtils recommends no packages.

cpufrequtils suggests no packages.

-- debconf information:
  cpufrequtils/enable: true



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#308673: irssi-text: irssi-proxy clients don't join all channels

2008-08-26 Thread Daniel Roschka
I also stumbled over this bug and reported it upstream 
(http://bugs.irssi.org/index.php?do=detailstask_id=528). Regarding to the 
comments on this report it should be fixed in current svn. Maybe somebody 
could backport the fix to debian?
Best regards
Daniel



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#489887: phpldapadmin: error on adding new attribute

2008-07-18 Thread Daniel Roschka
I can confirm this bug with a fresh debian testing installation using apache2 
with mod-php. No special configurations has been made.
It's not only impossible to add attributes, it's also impossible to edit 
existing attributes. Never mind which object or object class.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#484266: synopsis unusable because of termination on startup

2008-06-03 Thread Daniel Roschka
Package: synopsis
Version: 0.8.0-5.2
Severity: grave
Justification: renders package unusable


When I try to start synopsis all I get is the following error:

[EMAIL PROTECTED]:~/devel/python$ synopsis -p Python -f HTML -o html *.py
terminate called after throwing an instance of 
'Synopsis::Python::Object::TypeError'
  what():  a new-style class can't have only classic bases
Abgebrochen


Using other parsers or formatter doesn't help.
I tried it on two different systems. One with etch and one with unstable. On 
both machines I got the same error.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.25-2-amd64 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages synopsis depends on:
ii  cpp   4:4.2.3-10 The GNU C preprocessor (cpp)
ii  graphviz  2.18-1+b2  rich set of graph drawing tools
ii  gsfonts   1:8.11+urwcyr1.0.7~pre43-2 Fonts for the Ghostscript interpre
ii  libc6 2.7-11 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.0-5  GCC support library
ii  libstdc++64.3.0-5The GNU Standard C++ Library v3
ii  libsynopsis8  0.8.0-5.2  The runtime library for Synopsis
ii  python2.5.2-1An interactive high-level object-o
ii  python-centra 0.6.7  register and build utility for Pyt
ii  python2.5 2.5.2-6An interactive high-level object-o

synopsis recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#471038: sauerbraten: Sauerbraten crashs randomly

2008-03-15 Thread Daniel Roschka
Package: sauerbraten
Version: 0.0.20071227.dfsg-1
Severity: normal


Sauerbraten crashs randomly while playing.
My graphicscard is a GeForce 6600 running with the nivida driver, built from 
the sources in debian 
(169.07-2).
Here is a backtrace off the crash, done as described in 
/usr/share/doc/sauerbraten-dbg/README.Debian:


good lost the Battlements Base
evil captured the Battlements Base

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb6916b40 (LWP 24834)]
0xb7b38dd3 in ?? () from /lib/i686/cmov/libc.so.6
(gdb) bt
#0  0xb7b38dd3 in ?? () from /lib/i686/cmov/libc.so.6
#1  0x5530 in ?? ()
#2  0x0008 in ?? ()
#3  0x083f78b0 in ?? ()
#4  0x00ff in ?? ()
#5  0xb52f605c in ?? ()
#6  0xb7c0616c in ?? () from /lib/i686/cmov/libc.so.6
#7  0xb7c07bc8 in ?? () from /lib/i686/cmov/libc.so.6
#8  0xb7c04a84 in ?? () from /lib/i686/cmov/libc.so.6
#9  0xb7c04a3f in ?? () from /lib/i686/cmov/libc.so.6
#10 0x0869d750 in ?? ()
#11 0xb7c22140 in ?? () from /lib/i686/cmov/libc.so.6
#12 0x0019 in ?? ()
#13 0x0869d750 in ?? ()
#14 0xb536de80 in ?? ()
#15 0xb7c2215c in ?? () from /lib/i686/cmov/libc.so.6
#16 0xb7c2216c in ?? () from /lib/i686/cmov/libc.so.6
#17 0x3f5fdfe0 in ?? ()
#18 0xb7c22170 in ?? () from /lib/i686/cmov/libc.so.6
#19 0x0050 in ?? ()
#20 0x00c0 in ?? ()
#21 0x0030 in ?? ()
#22 0x in ?? ()
#23 0xb7b38cfb in ?? () from /lib/i686/cmov/libc.so.6
#24 0xb7c20ff4 in ?? () from /lib/i686/cmov/libc.so.6
#25 0x in ?? ()
(gdb)


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages sauerbraten depends on:
ii  libc6  2.7-9 GNU C Library: Shared libraries
ii  libgcc11:4.3.0-1 GCC support library
ii  libgl1-mesa-glx [libgl 7.0.3~rc2-1   A free implementation of the OpenG
ii  libglu1-mesa [libglu1] 7.0.3~rc2-1   The OpenGL utility library (GLU)
ii  libsdl-image1.21.2.6-3   image loading library for Simple D
ii  libsdl-mixer1.21.2.8-3   mixer library for Simple DirectMed
ii  libsdl1.2debian1.2.13-2  Simple DirectMedia Layer
ii  libstdc++6 4.3.0-1   The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  sauerbraten-data   0.0.20071227-1Game content for the Sauerbraten g
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#456670: please make wine available for amd64

2007-12-17 Thread Daniel Roschka
Package: wine
Severity: wishlist


Obviously I'm not running an amd64 debian atm, but I wanna suggest to add wine 
to amd64. I think wine is a reason for a few people to stay at i386.
So if wine would be also available for amd64, there wouldn't be that reason to 
stay on i386.
According to the wine-homepage it shouldn't be that hard to build packages for 
amd64 
(http://wiki.winehq.org/FAQ#head-c6d55929038c6d0f481bd9342fc8edadd0412671). 
There also seems to be inofficial amd64-packages of wine for debian: 
http://wine.budgetdedicated.com/

Best regards
Daniel Roschka


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-k7 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages wine depends on:
ii  debconf [debconf-2.0] 1.5.17 Debian configuration management sy
ii  libwine   0.9.50-1   Windows API Implementation (Librar
ii  xbase-clients 1:7.3+8miscellaneous X clients - metapack

Versions of packages wine recommends:
ii  msttcorefonts 2.4Installer for Microsoft TrueType c
ii  wine-utils0.9.50-1   Windows API Implementation (Utilit



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#456540: kscreensaver: Please add a few more screensaver to the package

2007-12-16 Thread Daniel Roschka
Package: kscreensaver
Version: 4:3.5.8-1
Severity: wishlist


kscreensaver is a great package, but I miss a few screensaver. It would be nice 
if that screensavers could be added.

KDE Asciiquarium 
(http://www.kde-look.org/content/show.php/KDE+Asciiquarium?content=29207)
KCometen3 (http://www.kde-look.org/content/show.php/KCometen3?content=30313)
KGLWaterSaver 
(http://www.kde-look.org/content/show.php/KGLWaterSaver?content=15329)

There are also a few more very nice screensavers on kde-look.org.
Best regards
Daniel Roschka


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-k7 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kscreensaver depends on:
ii  kdebase-bin 4:3.5.8.dfsg.1-2 core binaries for the KDE base mod
ii  kdelibs4c2a 4:3.5.8.dfsg.1-4 core libraries and binaries for al
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libc6   2.7-4GNU C Library: Shared libraries
ii  libgcc1 1:4.2.2-4GCC support library
ii  libgl1-mesa-glx [libgl1 7.0.2-2  A free implementation of the OpenG
ii  libglu1-mesa [libglu1]  7.0.2-2  The OpenGL utility library (GLU)
ii  libqt3-mt   3:3.3.7-9Qt GUI Library (Threaded runtime v
ii  libstdc++6  4.2.2-4  The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library

Versions of packages kscreensaver recommends:
ii  kscreensaver-xsavers4:3.5.8-1KDE hooks for standard xscreensave
ii  kwin4:3.5.8.dfsg.1-2 the KDE window manager

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#455787: Please add the ftps kio-slave to kde

2007-12-11 Thread Daniel Roschka
Package: kde
Severity: wishlist


It would be very nice to see the ftps kio-slave 
(http://kasablanca.berlios.de/kio-ftps/) in Debian. It would be very useful to 
allow encrypted data 
transfer with some ftp servers.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-k7 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#445647: infon-viewer: manpage is missing command line options

2007-10-07 Thread Daniel Roschka
Package: infon-viewer
Version: 0~r198-2
Severity: normal


The manpage of infon does not list most of the available command line options. 
Would be nice if that could be fixed.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-k7 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages infon-viewer depends on:
ii  kdebase 4:3.5.7.dfsg.1-1 base components from the official 
ii  libc6   2.6.1-5  GNU C Library: Shared libraries
ii  libevent1   1.3d-1   An asynchronous event notification
ii  libsdl-gfx1.2-4 2.0.13-3 drawing and graphical effects exte
ii  libsdl-image1.2 1.2.6-1  image loading library for Simple D
ii  libsdl-sge  030809dfsg-1 extension of graphic functions for
ii  libsdl1.2debian 1.2.12-1 Simple DirectMedia Layer
ii  ssft0.9.11   Shell Scripts Frontend Tool
ii  zenity  2.20.0-2 Display graphical dialog boxes fro
ii  zlib1g  1:1.2.3.3.dfsg-6 compression library - runtime

Versions of packages infon-viewer recommends:
pn  infon-devel   none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#420086: Multiplayer nearly unuseable on public servers, because of new upstream version

2007-04-19 Thread Daniel Roschka
Package: sauerbraten
Version: 0.0.20061204.dfsg-1
Severity: normal

--- Please enter the report below this line. ---

Since a few days sauerbraten is nearly unuseable on public servers, because 
there is a new upstream version and the servers require this version.
An update to the upstream version should fix it.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.18-4-k7

Debian Release: lenny/sid
  990 unstablewww.debian-multimedia.org 
  990 unstablepkg-boinc.alioth.debian.org 
  990 unstableftp.de.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-
libc6   (= 2.3.6-6) | 2.5-2
libgcc1  (= 1:4.1.1-12) | 1:4.1.1-21
libgl1-mesa-glx  | 6.5.1-0.6
 OR libgl1   | 
libglu1-mesa | 6.5.1-0.6
 OR libglu1  | 
libsdl-image1.2   (= 1.2.5) | 1.2.5-3
libsdl-mixer1.2   (= 1.2.6) | 1.2.6-2
libsdl1.2debian(= 1.2.10-1) | 1.2.11-8
libstdc++6 (= 4.1.1-12) | 4.1.1-21
libx11-6 | 2:1.0.3-7
zlib1g  (= 1:1.2.1) | 1:1.2.3-13
sauerbraten-data | 0.0.20061204-1


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#415218: treil wanna call an undefined method

2007-03-17 Thread Daniel Roschka
Package: treil
Version: 0.1-2
Severity: important


Whenever I try to use treil to make an image of my homedir, I get the following 
error message:

[EMAIL PROTECTED]:~$ treil -o test.png /home/foo
du: Value too large for defined data type
/usr/bin/treil-draw:38:in `initialize': undefined method `width' for 
nil:NilClass (NoMethodError)
from /usr/bin/treil-draw:207:in `new'
from /usr/bin/treil-draw:207

I dunno why this happens, first I thought that the reason could be the number 
of files, but /usr/src/linux works and should contain even more 
files.
I hope there will be a fix in the near future. :-)
Best regards
Daniel Roschka


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages treil depends on:
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libcairo-ruby1.81.2.0-1  Cairo bindings for the Ruby langua
ii  ruby1.8.2-1  An interpreter of object-oriented 

treil recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#373847: Kaffeine crashs on playing following *.m4v-files

2006-06-15 Thread Daniel Roschka
Package: libxine1
Version: 1.1.1-2
Severity: normal


When I try to play one of the *.m4v-movies from http://www.filmeundso.de/ 
Kaffeine crahs with following error message from kaffeine:

net_buf_ctrl: vid  21%  4.0s  224kbps 0, aud 100%  5.0s   97kbps 0, on 
net_buf_ctrl: vid  21%  4.0s  224kbps 0, aud  99%  5.0s   97kbps 0, on 
net_buf_ctrl: vid  21%  4.0s  224kbps 0, aud 100%  5.0s   97kbps 0, on 
net_buf_ctrl: vid  21%  4.0s  224kbps 0, aud 100%  5.0s   97kbps 0, on 
http: cannot seek back! (2565367  2563658)
net_buf_ctrl: vid  21%  4.0s  224kbps 0, aud  99%  5.0s   97kbps 0, on 
net_buf_ctrl: vid  21%  4.0s  224kbps 0, aud 100%  5.0s   97kbps 0, on 
http: cannot seek back! (2566391  2565194)
net_buf_ctrl: vid  21%  4.0s  224kbps 0, aud 100%  5.0s   97kbps 0, on 
http: cannot seek back! (2567832  2566635)
net_buf_ctrl: vid  21%  4.0s  224kbps 0, aud 100%  5.0s   97kbps 0, on 
http: cannot seek back! (2568999  2567802)

... and so on.
Best regards.

Daniel


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.16
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages libxine1 depends on:
ii  libasound21.0.11-7   ALSA library
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libcdio6  0.76-1 library to read and control 
CD-ROM
ii  libfreetype6  2.2.1-2FreeType 2 font engine, shared 
lib
ii  libgl1-mesa-glx [libgl1]  6.4.2-1A free implementation of the 
OpenG
ii  libglu1-mesa [libglu1]6.4.2-1The OpenGL utility library (GLU)
ii  libiso9660-4  0.76-1 library to work with ISO9660 
files
ii  libmad0   0.15.1b-2.1MPEG audio decoder library
ii  libmodplug0c2 1:0.7-5shared libraries for mod music 
bas
ii  libogg0   1.1.3-2Ogg Bitstream Library
ii  libspeex1 1.1.12-2   The Speex Speech Codec
ii  libstdc++64.1.1-5The GNU Standard C++ Library v3
ii  libtheora00.0.0.alpha6-1 The Theora Video Compression 
Codec
ii  libvcdinfo0   0.7.23-1   library to extract information 
fro
ii  libvorbis0a   1.1.2-1The Vorbis General Audio 
Compressi
ii  libxext6  1:1.0.0-4  X11 miscellaneous extension 
librar
ii  libxinerama1  1:1.0.1-4  X11 Xinerama extension library
ii  libxv11:1.0.1-3  X11 Video extension library
ii  libxvmc1  1:1.0.1-5  X11 Video extension library
ii  zlib1g1:1.2.3-11 compression library - runtime

Versions of packages libxine1 recommends:
ii  libmng1   1.0.9-1Multiple-image Network Graphics 
li

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]