Bug#404445: snes9x-x: Segfault with alsa-oss

2006-12-24 Thread Christoph Hohmann
Package: snes9x-x
Version: 1:1.5-1
Severity: normal

Using snes9x with the ALSA OSS wrapper aoss causes a segfault if snes9x
is used with joystick support. The config parser reads the joystick
devices with

js_device[x]=conf.GetStringDup(Unix::JoydevX, NULL);

causing js_device[x] to be set to NULL if the option is not set in
config. This overwrites the default values /dev/jsX. snes9x then passes
these NULL values to the open()-call later when it tries to open the
joystick devices which causes a segfault in the ALSA OSS wrapper. The
normal open()-call seems to handle this without a crash.

Quickfix: Add JoydevX entries for all 8 joysticks in the config.

This may also be a bug in alsa-oss, it shouldn't segfault on NULL
pointers.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages snes9x-x depends on:
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-20  GCC support library
ii  libstdc++6   4.1.1-20The GNU Standard C++ Library v3
ii  libx11-6 2:1.0.3-4   X11 client-side library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxxf86dga1 2:1.0.1-2   X11 Direct Graphics Access extensi
ii  libxxf86vm1  1:1.0.1-2   X11 XFree86 video mode extension l
ii  zlib1g   1:1.2.3-13  compression library - runtime

snes9x-x recommends no packages.

-- no debconf information


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



Bug#386337: closed by Christian Hammers [EMAIL PROTECTED] (Re: Upgrade 4.1-5.0: INSERT DELAYED and varchar issue)

2006-10-07 Thread Christoph Hohmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Debian Bug Tracking System wrote:

 According to the upstream bug report this was fixed in 5.0.16.

The MySQL version that crashed was 5.0.24!

- --
http://reboot.animeirc.de (Personal Homepage)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFJ/JFoHTSdnOy6+ERAl6HAKC1ZaldFrpZ335M1adBw73csZnWoQCeM1ho
Fm6rCdZSWdog/d67h3Z/RYY=
=/4U4
-END PGP SIGNATURE-


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



Bug#386874: synergys makes keyboard not work in SDL applications

2006-09-10 Thread Christoph Hohmann
Package: synergy
Version: 1.3.1-2
Severity: normal

When synergys is running on my system I can't use the keyboard in all
SDL applications that are running in windows and not fullscreen. The
SDL application doesn't receive any keyboard events anymore as long as
the mouse is inside the SDL window. When I move the mouse outside the
window it works, but that doesn't work for games that grab the mouse
cursor. It doesn't matter if a client is connected or not.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages synergy depends on:
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-13  GCC support library
ii  libice6  1:1.0.1-2   X11 Inter-Client Exchange library
ii  libsm6   1:1.0.1-2   X11 Session Management library
ii  libstdc++6   4.1.1-13The GNU Standard C++ Library v3
ii  libx11-6 2:1.0.0-8   X11 client-side library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library
ii  libxtst6 1:1.0.1-5   X11 Testing -- Resource extension 

synergy recommends no packages.

-- no debconf information


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



Bug#386337: mysql-server-5.0: crash on INSERT query

2006-09-07 Thread Christoph Hohmann
Christian Hammers wrote:

 MySQL crashes every time doing the query below with the following log
 entry:
 
 Can you provide a 
  SHOW CREATE TABLE ;

 CREATE TABLE `log` (
  `id` int(11) NOT NULL auto_increment,
  `ip` varchar(15) default NULL,
  `agent` varchar(250) default NULL,
  `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update
CURRENT_TIMESTAMP,
  `request` varchar(250) default NULL,
  `method` varchar(10) default NULL,
  `uid` int(11) default NULL,
  `ulogin` varchar(250) default NULL,
  `cid` int(11) default NULL,
  `module` varchar(250) default NULL,
  `fct` varchar(250) default NULL,
  `param` varchar(250) default NULL,
  `iid` int(11) default NULL,
  PRIMARY KEY  (`id`),
  KEY `rid` (`cid`),
  KEY `timestamp` (`timestamp`)
) ENGINE=MyISAM AUTO_INCREMENT=4833261 DEFAULT CHARSET=latin1

 and the complete insert (if it was not in the output below)?

Yes I think it was in the line starting with thd-query. I tried to
run the query in this line with the mysql client and it crashed too. The
original crash was caused by a PHP script.

 If the data is not private then the database files itself could 
 be helpful, too. Can you reproduce the problem after creating a fresh new
 table and inserting the relevant query there (maybe it's just a filesystem
 corruption on this one table).

I tried that and it didn't crash. I could try to clear the other table
and see if it still crashes. But maybe that would make the problem
unreproduceable for me too. I would not be able to give any further
information if it is needed. I think a segfault is not correct even if a
table is damaged.

 Please provide your /etc/mysql/my.cnf, too, in case it's a bug related to
 charsets or special buffer sizes.

Attached.

I forgot to mention that this problem occured first after I upgraded
MySQL to version 5. It was a 4.x version before.

-- 
http://reboot.animeirc.de (Personal Homepage)

#
# The MySQL database server configuration file.
#
# You can copy this to one of:
# - /etc/mysql/my.cnf to set global options,
# - /var/lib/mysql/my.cnf to set server-specific options or
# - ~/.my.cnf to set user-specific options.
# 
# One can use all long options that the program supports.
# Run program with --help to get a list of available options and with
# --print-defaults to see which it would actually understand and use.
#

# This will be passed to all mysql clients
[client]
#password   = my_password
port= 3306
socket  = /var/run/mysqld/mysqld.sock

# Here is entries for some specific programs
# The following values assume you have at least 32M ram

# This was formally known as [safe_mysqld]. Both versions are currently parsed.
[mysqld_safe]
err-log = /var/log/mysql/mysql.err
socket  = /var/run/mysqld/mysqld.sock

[mysqld]
user= mysql
pid-file= /var/run/mysqld/mysqld.pid
socket  = /var/run/mysqld/mysqld.sock
port= 3306
#
# The preferred location for the log files is /var/log/mysql/ but the old
# file /var/log/mysql.log still gets rotated by the cronjob.
# log   = /var/log/mysql.log
log = /var/log/mysql/mysql.log
log-error   = /var/log/mysql/mysql.err
basedir = /usr
datadir = /var/lib/mysql
tmpdir  = /tmp
language= /usr/share/mysql/english
skip-locking
#
# The skip-networkin option will no longer be set via debconf menu.
# You have to manually change it if you want networking i.e. the server
# listening on port 3306. The default is disable - for security reasons.
# skip-networking
set-variable= key_buffer=16M
set-variable= max_allowed_packet=1M
set-variable= thread_stack=128K
#
# Here you can see queries with especially long duration
#log-slow-queries   = /var/log/mysql/mysql-slow.log
#
# The following can be used as easy to replay backup logs or for replication
server-id   = 10001
#log-bin= /var/log/mysql/mysql-bin.log
#binlog-do-db   = include_database_name
#binlog-ignore-db   = include_database_name
#
# Read the manual if you want to enable InnoDB!
# skip-innodb
#
# Read the manual, too, if you want chroot!
# chroot = /var/lib/mysql/
#
# If you want to enable SSL support (recommended) read the manual or my
# HOWTO in /usr/share/doc/mysql-server/SSL-MINI-HOWTO.txt
# ssl-ca=/etc/mysql/cacert.pem
# ssl-cert=/etc/mysql/server-cert.pem
# ssl-key=/etc/mysql/server-key.pem

# log-slave-updates
skip-slave-start
# replicate-do-db=nybria

# Uncomment the following if you are using InnoDB tables
innodb_data_home_dir = /var/lib/mysql/
innodb_data_file_path = ibdata1:10M:autoextend
innodb_log_group_home_dir = /var/lib/mysql/
innodb_log_arch_dir = /var/lib/mysql/
# You can set .._buffer_pool_size up to 50 - 80 %
# of RAM but beware of setting memory usage too high
innodb_buffer_pool_size = 16M
innodb_additional_mem_pool_size = 2M
# Set .._log_file_size to 25 % of buffer pool size
innodb_log_file_size = 5M
innodb_log_buffer_size = 8M

Bug#386337: mysql-server-5.0: crash on INSERT query

2006-09-07 Thread Christoph Hohmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Christian Hammers wrote:

 INSERT DELAYED and varchar columns sound familiar. Can you take a look at
   http://bugs.mysql.com/bug.php?id=17364 and
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=376551

This seems to be the same problem. A crash on INSERT DELAYED after
upgrading from MySQL 4.x to 5.0. Like I said on a newly created table it
is working. So it seems to be a bug in the way MySQL handles the old tables.

I didn't find this bug in the debian database because I was searching
for mysql-server-5.0 bugs.

- --
http://reboot.animeirc.de (Personal Homepage)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFACLdoHTSdnOy6+ERAgYgAJ9ZCdgoeo6Q6RZpZLXqCPHJbXpNIwCgwXzv
GRNAaC4qspqBfzYjOzPopWk=
=uTOh
-END PGP SIGNATURE-


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



Bug#386337: mysql-server-5.0: crash on INSERT query

2006-09-06 Thread Christoph Hohmann
Package: mysql-server-5.0
Version: 5.0.24a-3
Severity: grave
Justification: renders package unusable

MySQL crashes every time doing the query below with the following log entry:

---8---
mysqld got signal 11;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help diagnose
the problem, but since we have already crashed, something is definitely wrong
and this may fail.

key_buffer_size=16777216
read_buffer_size=131072
max_used_connections=1
max_connections=100
threads_connected=2
It is possible that mysqld could use up to 
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections = 
233983 K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

thd=0x8b8c980
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
Cannot determine thread, fp=0x4746accc, backtrace may not be correct.
Stack range sanity check OK, backtrace follows:
0x81b98fc handle_segfault + 668
0xe420 _end + -141347824
(nil)
0x821ea07 
_Z12mysql_insertP3THDP13st_table_listR4ListI4ItemERS3_IS5_ES6_S6_15enum_duplicatesb
 + 1847
0x81d06b4 _Z21mysql_execute_commandP3THD + 10068
0x81d5009 _Z11mysql_parseP3THDPcj + 329
0x81d5560 _Z16dispatch_command19enum_server_commandP3THDPcj + 1120
0x81d67f8 _Z10do_commandP3THD + 136
0x81d7204 handle_one_connection + 2308
0x40054e60 _end + 932748880
0x402888ee _end + 935057630
New value of fp=(nil) failed sanity check, terminating stack trace!
Please read http://dev.mysql.com/doc/mysql/en/Using_stack_trace.html and follow 
instructions on how to resolve the stack trace. Resolved
stack trace is much more helpful in diagnosing the problem, so please do 
resolve it
Trying to get some variables.
Some pointers may be invalid and cause the dump to abort...
thd-query at 0x8c05110 = INSERT DELAYED INTO log SET ip=10.0.1.1, 
agent=Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060728 
Firefox/1.5.0.6 (Debian-1.5.dfsg+1.5.0.6-3), request=/commsy/commsy.php?, 
method=GET, uid=, ulogin=guest, cid=192261, module=home, fct=index, 
param=, iid=-1
thd-thread_id=8
The manual page at http://www.mysql.com/doc/en/Crashing.html contains
information that should help you find out what is causing the crash.
---8---

If I can give any more information please ask.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.5
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages mysql-server-5.0 depends on:
ii  adduser   3.85   Add and remove users and groups
ii  debconf [debconf-2.0] 1.4.72 Debian configuration management sy
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libdbi-perl   1.50-2 Perl5 database interface by Tim Bu
ii  libgcc1   1:4.1.1-13 GCC support library
ii  libmysqlclient15off   5.0.24a-3  mysql database client library
ii  libncurses5   5.5-1  Shared libraries for terminal hand
ii  libreadline5  5.1-7  GNU readline and history libraries
ii  libstdc++64.1.1-13   The GNU Standard C++ Library v3
ii  libwrap0  7.6.dbs-9  Wietse Venema's TCP wrappers libra
ii  lsb-base  3.1-4  Linux Standard Base 3.1 init scrip
ii  mysql-client-5.0  5.0.24a-3  mysql database client binaries
ii  mysql-common  5.0.24a-3  mysql database common files (e.g. 
ii  passwd1:4.0.13-7 change and administer password and
ii  perl  5.8.8-6.1  Larry Wall's Practical Extraction 
ii  psmisc22.2-1 Utilities that use the proc filesy
ii  zlib1g1:1.2.3-11 compression library - runtime

Versions of packages mysql-server-5.0 recommends:
ii  mailx1:8.1.2-0.20050715cvs-1 A simple mail user agent

-- debconf information:
  mysql-server-5.0/really_downgrade: false
  mysql-server-5.0/start_on_boot: true
  mysql-server-5.0/nis_warning:
  mysql-server-5.0/postrm_remove_databases: false
  mysql-server-5.0/no_upgrade_with_isam_tables:
* mysql-server-5.0/mysql_install_db_notes:


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



Bug#382500: samba: panic action script mail is confusing

2006-08-11 Thread Christoph Hohmann
Package: samba
Version: 3.0.23b-1
Severity: normal

After upgrading to samba 3.0.23b smbd did not start anymore because I
had an invalid configuration option in smb.conf. Because of that I got a
mail from the panic action script that told me samba had crashed with a
segfault. But if samba terminates with the smb_panic call this abort is
done on purpose and information about this can be found in the log, this
is not really a crash that needs debugging information to be resolved.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages samba depends on:
ii  debconf [debconf-2.0]   1.5.3Debian configuration management sy
ii  libacl1 2.2.41-1 Access control list shared library
ii  libattr12.4.32-1 Extended attribute shared library
ii  libc6   2.3.6-18 GNU C Library: Shared libraries
ii  libcomerr2  1.39-1   common error description library
ii  libcupsys2  1.2.2-1  Common UNIX Printing System(tm) - 
ii  libgnutls13 1.4.1-1  the GNU TLS library - runtime libr
ii  libkrb531.4.3-9  MIT Kerberos runtime libraries
ii  libldap22.1.30-13+b1 OpenLDAP libraries
ii  libpam-modules  0.79-3.1 Pluggable Authentication Modules f
ii  libpam-runtime  0.79-3.1 Runtime support for the PAM librar
ii  libpam0g0.79-3.1 Pluggable Authentication Modules l
ii  libpopt01.10-3   lib for parsing cmdline parameters
ii  logrotate   3.7.1-3  Log rotation utility
ii  lsb-base3.1-12   Linux Standard Base 3.1 init scrip
ii  netbase 4.25 Basic TCP/IP networking system
ii  procps  1:3.2.7-2/proc file system utilities
ii  samba-common3.0.23b-1Samba common files used by both th
ii  zlib1g  1:1.2.3-13   compression library - runtime

Versions of packages samba recommends:
pn  smbldap-tools none (no description available)

-- debconf information excluded


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



Bug#362153: nxtvepg: Fails to work with kernel 2.6.16

2006-04-17 Thread Christoph Hohmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Reinhard Tartler wrote:

Since i use kernel 2.6.16 nxtvepg fails to start acquisition. The reason
is that a check in epgvbi/zvbidecoder.c line 685++ fails with the output:

  skipping service 0x0001: sampling window too short: end 0.61  
 0.62 = offset 10300 *10^-9 + 0.51
 
 I asked Tom Zoerner (upstream) about this issue, and he suggested me a
 patch, which he will most probably include in his next release. Since I
 don't have 2.6.16 on the machine I have my tvcard, could you please test
 the package prepared with that patch upstream proposed? 

I got a reply from Tom Zoerner after I posted the bug that this is a bug
in the bttv driver from the kernel. So there is probably no need to deal
with it in nxtvepg. It would only be a workaround for the real problem.

Should I test the patch anyway?

- --
http://reboot.animeirc.de (Personal Homepage)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEQ8z4oHTSdnOy6+ERAtAuAJ9YXHEc1NxGmeny9fopPEpSxra0+gCgguHS
90RXUjezM9VW5pYlsEemZ0g=
=7YBq
-END PGP SIGNATURE-


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



Bug#362153: nxtvepg: Fails to work with kernel 2.6.16

2006-04-12 Thread Christoph Hohmann
Package: nxtvepg
Version: 2.7.6-1
Severity: important

Since i use kernel 2.6.16 nxtvepg fails to start acquisition. The reason
is that a check in epgvbi/zvbidecoder.c line 685++ fails with the output:

  skipping service 0x0001: sampling window too short: end 0.61  
0.62 = offset 10300 *10^-9 + 0.51

With older kernels it always worked without problems. So this might be
a problem with the kernel too. But if I remove the check from the source
it seems to work fine.

I use a Brooktree Corporation Bt878 Video Capture card with the bttv
kernel module.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages nxtvepg depends on:
ii  libc6 2.3.6-5GNU C Library: Shared libraries an
ii  libx11-6  2:1.0.0-5  X11 client-side library
ii  libxmu6   6.9.0.dfsg.1-6 X Window System miscellaneous util
ii  tcl8.48.4.12-1   Tcl (the Tool Command Language) v8
ii  tk8.4 8.4.12-1   Tk toolkit for Tcl and X11, v8.4 -

nxtvepg recommends no packages.

-- no debconf information


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



Bug#290387: Still reproduceable with 1.2.1

2006-01-31 Thread Christoph Hohmann
Hi,

I just want to let you know the problem still exists in Totem 1.2.1.
As bug #299122 also indicates totem has problems when xine is using alsa
for audio playback. I ran totem with debug output today and noticed the
following problems:

When pausing the playback totem outputs:

set_speed 0
audio_alsa_out: Drain call failed. (err=-11:Resource temporarily
unavailable)

When it receives SIGALRM it outputs:

set_speed 0
audio_alsa_out: Drain call failed. (err=-11:Resource temporarily
unavailable)
totem: pcm.c:890: snd_pcm_state: Assertion `pcm' failed.

This assertion seems to causes SIGALRM and the Gnome error dialog pops
up. Even if this happens totem keeps playing the video without sound so
it is not entirely dead.

I once even could make totem popup a message that the audio device is
already in use when pausing and resuming the video too fast, that
indicates that there is a threading problem in totem. A new thread seems
to open the audio device before the old thread has closed it.

-- 
http://reboot.animeirc.de (Personal Homepage)



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



Bug#346570: mysql-query-browser: MySQL Query Browser removes saved passwords from config

2006-01-08 Thread Christoph Hohmann
Package: mysql-query-browser
Version: 1.1.14-2
Severity: important

MySQL Query Browser does not save the Connection passwords when quit. As
it uses the same config as MySQL Admin it always breaks automatic backups
by MySQL Admin, because MySQL Admin can not connect to the MySQL server
anymore.

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

Versions of packages mysql-query-browser depends on:
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libbonobo2-0  2.10.1-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.10.1-1   The Bonobo UI library
ii  libc6 2.3.5-9GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-5  GCC support library
ii  libgconf2-4   2.10.1-2   GNOME configuration database syste
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.8.4-2The GLib library of C routines
ii  libgnome2-0   2.10.1-1   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.10.2-2   A powerful object-oriented display
ii  libgnomeprint2.2-02.10.3-2   The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0  2.10.2-2   GNOME 2.2 print architecture User 
ii  libgnomeui-0  2.10.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.10.1-5   The GNOME virtual file-system libr
ii  libgtk2.0-0   2.6.10-2   The GTK+ graphical user interface 
ii  libgtkhtml3.6-18  3.6.2-1HTML rendering/editing library - r
ii  libgtkmm2.0-1c2   2.2.12-1.3 C++ wrappers for GTK+ 2.0 (shared 
ii  libice6   6.9.0.dfsg.1-1 Inter-Client Exchange library
ii  libmysqlclient15  5.0.16-1   mysql database client library
ii  liborbit2 1:2.12.4-1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.8.2-3Layout and rendering of internatio
ii  libpcre3  6.4-1.1Perl 5 Compatible Regular Expressi
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libsigc++-1.2-5c2 1.2.5-5type-safe Signal Framework for C++
ii  libsm66.9.0.dfsg.1-1 X Window System Session Management
ii  libstdc++64.0.2-5The GNU Standard C++ Library v3
ii  libxml2   2.6.22-2   GNOME XML library
ii  mysql-query-browser-commo 1.1.14-2   Architecture independent files for
ii  xlibs 6.9.0.dfsg.1-1 X Window System client libraries m
ii  zlib1g1:1.2.3-9  compression library - runtime

mysql-query-browser recommends no packages.

-- no debconf information


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



Bug#346570: Share config for Storing Passwords

2006-01-08 Thread Christoph Hohmann
Hi,

I just found out MySQL Query Browser has it's own Config Option to Save
password. As MySQL Admin and MySQL Query Browser share the Connection
Options they should share the Password Save Option too. It is also not
very usefull if one tool saves as plain text and one as obfuscated.

-- 
http://reboot.animeirc.de (Personal Homepage)



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



Bug#345826: pinentry-gtk2: pinentry waits for input it can never read

2006-01-03 Thread Christoph Hohmann
Package: pinentry-gtk2
Version: 0.7.2-3
Severity: normal

When using pinentry from the console program without setting the ttyname
OPTION pinentry waits forever for input it can never read because there
is no input available. I think this should not happen and pinentry should
abort with an error if it can not get the TTY for the input itself like
it does when it is directly started from the console.

The following perl program demonstrates the problem:
8
#! /usr/bin/perl

use FileHandle;
use IPC::Open2;

open2(*PINOUT, *PININ, pinentry);
print PININ GETPIN\n;
while (PINOUT) {
print $_
}
8

This works fine when it is run from an X terminal. In my opinion it
should not be the responsibility of the program using pinentry to find
out if pinentry can use X or must fallback to the console.

pinentry also only seems to check for the DISPLAY environment variable
of find out which input method it should use. It would be better if it
would fall back to console input if connecting to the X server fails for
some reason and a ttyname is set. That would make using pinentry much
easier as the using program can set ttyname whenever it is available and
pinentry will use the first input method that works (X if DISPLAY is set,
Console if ttyname is set, abort if both fails).

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

Versions of packages pinentry-gtk2 depends on:
ii  libc6 2.3.5-9GNU C Library: Shared libraries an
ii  libglib2.0-0  2.8.4-2The GLib library of C routines
ii  libgtk2.0-0   2.6.10-2   The GTK+ graphical user interface 
ii  libncurses5   5.5-1  Shared libraries for terminal hand
ii  libpango1.0-0 1.8.2-3Layout and rendering of internatio

pinentry-gtk2 recommends no packages.

-- no debconf information


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



Bug#345827: pinentry-gtk2: pinentry waits for input it can never read

2006-01-03 Thread Christoph Hohmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: pinentry-gtk2
Version: 0.7.2-3
Severity: normal

When using pinentry from the console program without setting the ttyname
OPTION pinentry waits forever for input it can never read because there
is no input available. I think this should not happen and pinentry should
abort with an error if it can not get the TTY for the input itself like
it does when it is directly started from the console.

The following perl program demonstrates the problem:
- 8
#! /usr/bin/perl

use FileHandle;
use IPC::Open2;

open2(*PINOUT, *PININ, pinentry);
print PININ GETPIN\n;
while (PINOUT) {
print $_
}
- 8

This works fine when it is run from an X terminal. In my opinion it
should not be the responsibility of the program using pinentry to find
out if pinentry can use X or must fallback to the console.

pinentry also only seems to check for the DISPLAY environment variable
of find out which input method it should use. It would be better if it
would fall back to console input if connecting to the X server fails for
some reason and a ttyname is set. That would make using pinentry much
easier as the using program can set ttyname whenever it is available and
pinentry will use the first input method that works (X if DISPLAY is set,
Console if ttyname is set, abort if both fails).

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

Versions of packages pinentry-gtk2 depends on:
ii  libc6 2.3.5-9GNU C Library: Shared libraries an
ii  libglib2.0-0  2.8.4-2The GLib library of C routines
ii  libgtk2.0-0   2.6.10-2   The GTK+ graphical user interface
ii  libncurses5   5.5-1  Shared libraries for terminal hand
ii  libpango1.0-0 1.8.2-3Layout and rendering of internatio

pinentry-gtk2 recommends no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDutIdoHTSdnOy6+ERAhzTAKCo9zBVDl2O2Y5gHEprW7h+LdLlZQCffdUB
WYNd38d31XMsMogpI+0caQQ=
=AVhO
-END PGP SIGNATURE-


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



Bug#268362: Not only a problem for DNS-RR

2005-10-29 Thread Christoph Hohmann
Hi,

I noticed the same problem, when the IP address of my NTP server was
changed. The DNS record was updated to the new address, but my NTP
server kept using the old IP until i noticed that my clock drifted and
restarted it. So it is not only problem for DNS-RR but also when DNS
records are changed to reflect IP changes of NTP servers. It would
probably be a good idea to resolve the hostname again when the NTP
server is unreachable.

-- 
http://reboot.animeirc.de (Personal Homepage)



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



Bug#290387: totem-xine: Crash when playback is paused

2005-07-30 Thread Christoph Hohmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Sebastien Bacher wrote:

Package: totem-xine
Version: 0.100-1
Severity: normal

Totem often receives a SIGABRT when the video playback is paused.
 
 Thanks for your bug. Could you get a backtrace with debugging symboles
 (http://wiki.debian.net/?HowToGetABacktrace)? 

I rebuild totem with debugging symbols. But the backtrace doesn't show
any useful information. It seems like the stack is destroyed. The last
calls are from libxine. But I couldn't rebuild xine-lib with debugging
symbols because the build-dependencies for xine-lib could not be satisfied.

 Do you still have the
 issue with the current versions? 

Yes for 1.0.4, also it seems that it doesn't occur that often anymore.

- --
http://reboot.animeirc.de (Personal Homepage)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFC64VhoHTSdnOy6+ERAsyqAJ9BIcJcPt33y6wKPFch0utXDBB10gCdEPl+
wkBkkVVnzCLKh4ACZMIOBi8=
=9+gF
-END PGP SIGNATURE-


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



Bug#279864: Debian radvd Bug #279864

2005-05-21 Thread Christoph Hohmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Andreas Rottmann wrote

 There is now a comment of the maintainer; please provide the
 additional information he requested, if you can.

I tried the original code again and it is working now. I don't know why
it was not working before.

- --
http://reboot.animeirc.de (Personal Homepage)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFCjzN3oHTSdnOy6+ERAroLAKDTiBVDei8Ety82vbDy1RRTfVGpcgCaA0rq
PJ0lcWp+S58DPwMHVrFIL4s=
=Z82H
-END PGP SIGNATURE-


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



Bug#309818: mozilla-thunderbird: Filter moves mails recognized as junk

2005-05-19 Thread Christoph Hohmann
Package: mozilla-thunderbird
Version: 1.0.2-2
Severity: normal

Because thunderbird does not allow me to download mails from POP3 into
my IMAP inbox I created a filter rule that should move all mails to
the IMAP inbox folder.  But it seems that thunderbird moves junk mails
to the inbox also it has recognized the mail as junk and it leaves a
copy of the mail in the junk folder.  As soon as I open the IMAP Inbox
it filters the mails in it and marks the mails as junk and moves them to
the junk folder. In the end all junk mails are in the junk folder 2 times.

Moving a mail should never create a copy, even if the rule would move
the mail from junk to inbox there should not be a copy left in the
junk folder.

If it is intended to allow filtering of mails that are recognized as
junk thunderbird should have a filtering rule that allows matching the
junk status of mails.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.10
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages mozilla-thunderbird depends on:
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libfontconfig1   2.3.2-1 generic font configuration library
ii  libfreetype6 2.1.7-2.4   FreeType 2 font engine, shared lib
ii  libgcc1  1:3.4.3-13  GCC support library
ii  libglib2.0-0 2.6.4-1 The GLib library of C routines
ii  libgtk2.0-0  2.6.4-3 The GTK+ graphical user interface 
ii  libpango1.0-01.8.1-1 Layout and rendering of internatio
ii  libstdc++5   1:3.3.6-5   The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-13 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-13 X Window System miscellaneous exte
ii  libxft2  2.1.7-1 FreeType-based font drawing librar
ii  libxp6   4.3.0.dfsg.1-13 X Window System printing extension
ii  libxrender1  1:0.8.3-1   X Rendering Extension client libra
ii  libxt6   4.3.0.dfsg.1-13 X Toolkit Intrinsics
ii  xlibs4.3.0.dfsg.1-13 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- debconf information excluded


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



Bug#303543: lufs-source: Building the module with kernel 2.6.10 fails

2005-04-08 Thread Christoph Hohmann
Eduard Bloch wrote:

Building the LUFS module for kernel 2.6.10 with module-assistant fails


 A-Ha. Where did you get that kernel from, especially its source?

Official 2.6.10 kernel release from kernel.org

for templ in `ls debian/*.modules.in` ; do \
test -e ${templ%.modules.in}.backup || cp ${templ%.modules.in} 
 ${templ%.modules.in}.backup 2/dev/null || true; \
sed -e 's/##KVERS##/2.6.10/g ;s/#KVERS#/2.6.10/g ; s/_KVERS_/2.6.10/g ; 
 s/##KDREV##/(none)/g ; s/#KDREV#/(none)/g ; s/_KDREV_/(none)/g'  $templ  
 ${templ%.modules.in}; \


 KDREV is broken and I don't see where it comes from. Please send the
 output of

 /usr/src/modules/lufs/debian/rules echo-vars KDREV=1.2.3

I've been configured using:
 - Kernel source of /usr/src/linux
 - Kernel version of 2.6.10
 - Kernel revision of 1.2.3
 - C compiler of gcc-3.3
 - Make options of
 - Version is +1.2.3
 - Cosmetic version is +1.2.3
 - Maintainer is [EMAIL PROTECTED]
 - Package name is lufs-module-2.6.10
 - Target directory is /root/..

 /usr/src/modules/lufs/debian/rules echo-vars

I've been configured using:
 - Kernel source of /usr/src/linux
 - Kernel version of 2.6.10
 - Kernel revision of
 - C compiler of gcc-3.3
 - Make options of
 - Version is
 - Cosmetic version is
 - Maintainer is [EMAIL PROTECTED]
 - Package name is lufs-module-2.6.10
 - Target directory is /root/..


--
http://reboot.animeirc.de (Personal Homepage)



signature.asc
Description: OpenPGP digital signature


Bug#303543: lufs-source: Building the module with kernel 2.6.10 fails

2005-04-07 Thread Christoph Hohmann
Package: lufs-source
Version: 0.9.7-6
Severity: important

Building the LUFS module for kernel 2.6.10 with module-assistant fails

Build log starting, file: 
/var/cache/modass/lufs-source.buildlog.2.6.10.1112870391
Date: Thu, 07 Apr 2005 12:39:51 +0200

dh_clean
find -name '*.o' | xargs rm -f
for templ in /usr/src/modules/lufs/debian/lufs-module-_KVERS_.postinst 
/usr/src/modules/lufs/debian/lufs-module-_KVERS_.postinst.backup 
/usr/src/modules/lufs/debian/lufs-module-_KVERS_.postinst.modules.in; do \
cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.10/g'` ; \
  done
for templ in `ls debian/*.modules.in` ; do \
test -e ${templ%.modules.in}.backup || cp ${templ%.modules.in} 
${templ%.modules.in}.backup 2/dev/null || true; \
sed -e 's/##KVERS##/2.6.10/g ;s/#KVERS#/2.6.10/g ; s/_KVERS_/2.6.10/g ; 
s/##KDREV##/(none)/g ; s/#KDREV#/(none)/g ; s/_KDREV_/(none)/g'  $templ  
${templ%.modules.in}; \
  done
mkdir -p debian/lufs-module-2.6.10/lib/modules/2.6.10/kernel/fs
cd kernel/Linux/2.6  /usr/bin/make .DEFAULT KDIR=/usr/src/linux  cp 
lufs.ko 
/usr/src/modules/lufs/debian/lufs-module-2.6.10/lib/modules/2.6.10/kernel/fs/
make[1]: Entering directory `/usr/src/modules/lufs/kernel/Linux/2.6'
/usr/bin/make -C /usr/src/linux SUBDIRS=`pwd` modules
make[2]: Entering directory `/usr/src/linux-2.6.5'
  CC [M]  /usr/src/modules/lufs/kernel/Linux/2.6/proc.o
  CC [M]  /usr/src/modules/lufs/kernel/Linux/2.6/inode.o
/usr/src/modules/lufs/kernel/Linux/2.6/inode.c:62: warning: initialization from 
incompatible pointer type
/usr/src/modules/lufs/kernel/Linux/2.6/inode.c:521: warning: initialization 
from incompatible pointer type
  CC [M]  /usr/src/modules/lufs/kernel/Linux/2.6/dir.o
/usr/src/modules/lufs/kernel/Linux/2.6/dir.c:60: warning: initialization from 
incompatible pointer type
/usr/src/modules/lufs/kernel/Linux/2.6/dir.c:61: warning: initialization from 
incompatible pointer type
/usr/src/modules/lufs/kernel/Linux/2.6/dir.c:114: warning: initialization from 
incompatible pointer type
  CC [M]  /usr/src/modules/lufs/kernel/Linux/2.6/file.o
  CC [M]  /usr/src/modules/lufs/kernel/Linux/2.6/symlink.o
  LD [M]  /usr/src/modules/lufs/kernel/Linux/2.6/lufs.o
  Building modules, stage 2.
  MODPOST
  CC  /usr/src/modules/lufs/kernel/Linux/2.6/lufs.mod.o
  LD [M]  /usr/src/modules/lufs/kernel/Linux/2.6/lufs.ko
make[2]: Leaving directory `/usr/src/linux-2.6.5'
make[1]: Leaving directory `/usr/src/modules/lufs/kernel/Linux/2.6'
dh_installdocs
dh_installmodules
dh_installchangelogs 
dh_link
dh_strip
dh_compress
dh_fixperms
dh_installdeb
dh_gencontrol  -- -v0.9.7-6+(none)
/bin/bash: -c: line 0: syntax error near unexpected token `('
/bin/bash: -c: line 0: `dh_gencontrol  -- -v0.9.7-6+(none)'
make: *** [binary-modules] Error 2


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages lufs-source depends on:
ii  bzip2 1.0.2-5high-quality block-sorting file co
ii  debhelper 4.2.32 helper programs for debian/rules
ii  module-assistant  0.8.2  tool to make module package creati

-- no debconf information


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



Bug#292281: sylpheed-claws-maildir-plugin: Emptying the trash does not empty the trash

2005-01-27 Thread Christoph Hohmann
Micha Feigin wrote:

Package: sylpheed-claws-maildir-plugin
Version: 0.7-1
Severity: normal

Doing empty trash under a maildir seems to ignore the command as
everything remains in the trash. It works fine under a different imap
folder.

Is the trash folder really recognized as a trash folder by
Sylpheed, does it have the trash icon, or does it just have
the name trash?

-- 
http://reboot.animeirc.de (Personal Homepage)
http://sylpheed-claws.sourceforge.net/ (Open Source Mailer)



pgpffFmVid1Qw.pgp
Description: PGP signature


Bug#292273: sylpheed-claws-maildir-plugin: handle subdirectories

2005-01-26 Thread Christoph Hohmann
Micha Feigin wrote:

Package: sylpheed-claws-maildir-plugin
Version: 0.7-1
Severity: wishlist

Unless I missed somthing, the maildir plugin doesn't handle nested
maildirs. Each one needs to be added on its own, which means each one
has its own inbox/trash/... and reaching the inbox or seeing the nuber
of new messages requires to uncolapse the mailbos. This makes it very
cumbersome to handle more then a very small number of maildir
directories.

The plugin follows the specification found on
http://www.inter7.com/courierimap/README.maildirquota.html
as it is used by BincIMAP, Dovecot and other IMAP servers.

-- 
http://reboot.animeirc.de (Personal Homepage)
http://sylpheed-claws.sourceforge.net/ (Open Source Mailer)



pgpVN5bKcejT6.pgp
Description: PGP signature