Bug#596426: But I need to watch Maru!

2010-09-12 Thread Thomas Themel
Hi,

could you point to a place to get the updated source package NOW, for those of
us who can't live without their cat videos for an entire weekend? I don't mind
building myself.

ciao,
-- 
[*Thomas  Themel*] Wir muessen fuer die Freiheit planen und nicht nur fuer die
[extended contact] Sicherheit, auch wenn vielleicht aus keinem anderen Grund
[info provided in] als dem, dass nur die Freiheit die Sicherheit sichern kann.
[*message header*] - Karl Popper, Die offene Gesellschaft und ihre Feinde



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



Bug#595161: libc6-dbg: zero documentation

2010-09-01 Thread Thomas Themel
Package: libc6-dbg
Version: 2.11.2-2
Severity: important

Hi,

I'd like to point out that there is zero documentation telling you what 
libc6-dbg
is supposed to be useful for. The only thing that it installs in /usr/share/doc
are the changelogs that are bytewise identical to those in libc6 and libc6-dev.

Are we supposed to link to these libraries when building debuggable
applications?  Can they be replaced at runtime with some LD_ magic? My simple
attempts at setting LD_LIBRARY_PATH to /usr/lib/debug/lib are ignored (since
there no libc.so.6 symlinks), and LD_PRELOADing
/usr/lib/debug/lib/libc-2.11.2.so just makes my applications segfault.

Any help appreciated.

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

Kernel: Linux 2.6.33-rc5 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libc6-dbg depends on:
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib

libc6-dbg recommends no packages.

libc6-dbg suggests no packages.

-- no debconf information
-- 
[*Thomas  Themel*] The game of life is to keep the SF's score low. If you do
[extended contact] something bad in life, the SF gets two points. If you
[info provided in] don't do something good you should have done, the SF gets
[*message header*] one point. You never score, so the SF always wins. - Erdős



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



Bug#590526: strcpy misuse

2010-08-14 Thread Thomas Themel
Tags: patch

This is caused by a misuse of strcpy in the ltrim function (strcpy does not
work on overlapping strings). I replaced it by memmove and have all my
interfaces back. See the attached patch.

ciao,
-- 
[*Thomas  Themel*] 10. Do not feel envious of the happiness of those who live
[extended contact] in a fool's paradise, for only a fool will think that it
[info provided in] is happiness.
[*message header*] - Bertrand Russell, A Liberal Decalogue


iptraf-strcpy-bug.patch
Description: Binary data


Bug#592495: git-svn: info fails with absolute path

2010-08-10 Thread Thomas Themel
Package: git-svn
Version: 1:1.7.1-1.1
Severity: normal

I have some cmake based builds that want to automatically figure
out the revision of the working copy we're building. Normally, this
is done by running svn info root path, with an absolute path.

I'm trying to replace svn with git-svn here, and simply changing
this to git svn info root path doesn't work with absolute paths.
Since all other git commands do, I don't see why this should be the case.

the...@socrates:~/work/goodiebag/oid-store/build/tests$ git svn info .
Path: .
URL: https://localhost:4443/svn/goodiebag/trunk/oid-store/build/tests
Repository Root: https://localhost:4443/svn/goodiebag
Repository UUID: 44d14b40-c8c2-4cd3-bf89-d70a8d035482
Revision: 24
Node Kind: directory
Schedule: normal
Last Changed Author: 
Last Changed Rev: 
Last Changed Date: 2010-08-10 16:24:05 +0200 (Tue, 10 Aug 2010)

the...@socrates:~/work/goodiebag/oid-store/build/tests$ git svn info $PWD
svn: 'home/themel/work/goodiebag/oid-store/build/tests' is not under version 
control

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

Kernel: Linux 2.6.33-rc5 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages git-svn depends on:
ii  git 1:1.7.1-1fast, scalable, distributed revisi
ii  libsvn-perl 1.6.12dfsg-1 Perl bindings for Subversion
ii  libterm-readkey-perl2.30-4   A perl module for simple terminal 
ii  libwww-perl 5.836-1  Perl HTTP/WWW client/server librar

git-svn recommends no packages.

Versions of packages git-svn suggests:
pn  git-doc none   (no description available)
ii  subversion  1.6.12dfsg-1 Advanced version control system

-- no debconf information
-- 
[*Thomas  Themel*]  Frankly, many of you on this list really need to
[extended contact]  be doused with gasoline and then lit.
[info provided in]
[*message header*]  - Tim May on cypherpunks



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



Bug#495763: [patch] SIGSEGV issue

2010-07-23 Thread Thomas Themel
This fixes the segfault issue, which is caused by a misspecified
buffer size passed to XGetErrorDatabaseText. However, it doesn't
fix the underlying fact that hotkeys' approach no longer seems
to work with the current X :(

--- hotkeys-0.5.7.4/src/hotkeys.c   2009-05-24 20:56:12.0 +0200
+++ hotkeys-0.5.7.4.1/src/hotkeys.c 2010-07-23 12:30:38.0 +0200
@@ -1296,8 +1296,9 @@
 
 XmuSnprintf(mesg, sizeof(mesg),
 %s.%d, ext-name, ev-minor_code);
-XGetErrorDatabaseText(dpy, XRequest, mesg, , minor_op, BUFSIZ);
+XGetErrorDatabaseText(dpy, XRequest, mesg, , minor_op, 128);
 
+fprintf(stderr, X error: major_op=%s minor_op=%s mesg=%s\n, major_op, 
minor_op, mesg);
 
 if ( d == dpy  ev-error_code == BadValue 
  strncmp( major_op, XKEYBOARD, 9 ) == 0 


ciao,
-- 
[*Thomas  Themel*]  * Erwin Burgstaller b...@fastrun.at:
[extended contact]   Eine DTD sagt mehr als 1000 Worte.
[info provided in]   Eine Frau auch, so what? ;)
[*message header*]  - Alexander Griesser in at.linux



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



Bug#587158: bluetoothd: No DBus connection

2010-06-25 Thread Thomas Themel
Package: bluez
Version: 4.66-1
Severity: important

Hi,

I can't pair Bluetooth devices with the latest version of bluez. 
bluetooth-agent fails with

the...@kallisti:~$ bluetooth-agent 1234
Can't get default adapter
The name org.bluez was not provided by any .service files

Indeed, org.bluez is not on the system DBus. When I start 
bluetoothd -nd as root while watching with QDBusViewer, I see it appear
and quickly disappear. A dbus-monitor trace confirms that it pops up,

signal sender=org.freedesktop.DBus - dest=(null destination) serial=7 
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; 
member=NameOwnerChanged
   string :1.57
   string 
   string :1.57

- registers its service name - 

signal sender=org.freedesktop.DBus - dest=(null destination) serial=8 
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; 
member=NameOwnerChanged
   string org.bluez
   string 
   string :1.57

then emits a lot of signals before disappearing a fraction of a second later:

signal sender=org.freedesktop.DBus - dest=(null destination) serial=9 
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; 
member=NameOwnerChanged
   string org.bluez
   string :1.57
   string 
signal sender=org.freedesktop.DBus - dest=(null destination) serial=10 
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; 
member=NameOwnerChanged
   string :1.57
   string :1.57
   string 


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

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages bluez depends on:
ii  dbus 1.2.24-1simple interprocess messaging syst
ii  libbluetooth34.63-2  Library to use the BlueZ Linux Blu
ii  libc62.11.1-3Embedded GNU C Library: Shared lib
ii  libcap-ng0   0.6.3-1 An alternate posix capabilities li
ii  libdbus-1-3  1.2.24-1simple interprocess messaging syst
ii  libglib2.0-0 2.24.1-1The GLib library of C routines
ii  libnl1   1.1-5   library for dealing with netlink s
ii  libusb-0.1-4 2:0.1.12-15 userspace USB programming library
ii  lsb-base 3.2-23.1Linux Standard Base 3.2 init scrip
ii  makedev  2.3.1-89creates device files in /dev
ii  module-init-tools3.12~pre2-3 tools for managing Linux kernel mo
ii  udev 157-1   /dev/ and hotplug management daemo

bluez recommends no packages.

Versions of packages bluez suggests:
ii  python-dbus   0.83.1-1   simple interprocess messaging syst
ii  python-gobject2.21.1-2   Python bindings for the GObject li

-- Configuration Files:
/etc/bluetooth/rfcomm.conf changed [not included]

-- no debconf information

-- 
[*Thomas  Themel*] It's like watching somebody build a building downtown
[extended contact] - anywhere - they always dig down to bedrock and then go up.
[info provided in] If you don't do that first, it's just going to fall over.
[*message header*]- James Gosling on security design



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



Bug#573739: openssh-client: GSSAPIDelegateCredentials no longer works

2010-03-13 Thread Thomas Themel

Package: openssh-client
Version: 1:5.3p1-3
Severity: normal

GSSAPIDelegateCredentials no longer works for me. Example:

the...@socrates:~$ kinit -f5
Password for the...@cern.ch: 
the...@socrates:~$ grep -A4 lxplus .ssh/config 
Host lxplus
ForwardX11 yes
HostName lxplus.cern.ch
GSSAPITrustDns yes
GSSAPIAuthentication yes
GSSAPIDelegateCredentials yes

Host lxplus*
ForwardX11 yes
GSSAPITrustDns yes
GSSAPIAuthentication yes
GSSAPIDelegateCredentials yes
the...@socrates:~$ klist
Ticket cache: FILE:/tmp/krb5cc_1000
Default principal: the...@cern.ch

Valid starting ExpiresService principal
03/13/10 14:42:39  03/14/10 15:42:38  krbtgt/cern...@cern.ch
renew until 03/18/10 14:42:38
the...@socrates:~$ ssh lxplus249.cern.ch
[.. banner ..]
/usr/X11R6/bin/xauth:  timeout in locking authority file 
/afs/cern.ch/user/t/themel/.Xauthority
hepix: E: /usr/bin/fs returned error, no tokens?
-bash: /afs/cern.ch/user/t/themel/.bash_profile: Permission denied
[lxplus249] /afs/cern.ch/user/t/themel  klist
klist: No credentials cache found (ticket cache FILE:/tmp/krb5cc_32651)


Kerberos 4 ticket cache: /tmp/tkt32651
klist: You have no tickets cached
[lxplus249] /afs/cern.ch/user/t/themel  

On an ancient etch machine (OpenSSH 4.3p2):

the...@eristoteles:~$ klist
Ticket cache: FILE:/tmp/krb5cc_1000
Default principal: the...@cern.ch

Valid starting ExpiresService principal
03/13/10 14:49:31  03/14/10 14:49:31  krbtgt/cern...@cern.ch


Kerberos 4 ticket cache: /tmp/tkt1000
klist: You have no tickets cached
the...@eristoteles:~$ ssh lxplus249.cern.ch
[.. banner ..]
[lxplus249] /afs/cern.ch/user/t/themel  klist
Ticket cache: FILE:/tmp/krb5cc_32651_WIyiRn3073
Default principal: the...@cern.ch

Valid starting ExpiresService principal
03/13/10 14:49:38  03/14/10 14:49:31  krbtgt/cern...@cern.ch


Kerberos 4 ticket cache: /tmp/tkt32651
klist: You have no tickets cached
[lxplus249] /afs/cern.ch/user/t/themel 

My somewhat unreliable memory is that this broke with the 5.3 upgrade, but I'm
not a 100% sure about it.

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

Kernel: Linux 2.6.33-rc5 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages openssh-client depends on:
ii  adduser3.112 add and remove users and groups
ii  debconf [debconf-2.0]  1.5.28Debian configuration management sy
ii  dpkg   1.15.5.6  Debian package management system
ii  libc6  2.10.2-6  Embedded GNU C Library: Shared lib
ii  libedit2   2.11-20080614-1   BSD editline and history libraries
ii  libgssapi-krb5-2   1.8+dfsg~alpha1-7 MIT Kerberos runtime libraries - k
ii  libssl0.9.80.9.8m-2  SSL shared libraries
ii  passwd 1:4.1.4.2-1   change and administer password and
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

Versions of packages openssh-client recommends:
ii  openssh-blacklist 0.4.1  list of default blacklisted OpenSS
ii  openssh-blacklist-extra   0.4.1  list of non-default blacklisted Op
ii  xauth 1:1.0.4-1  X authentication utility

Versions of packages openssh-client suggests:
ii  keychain 2.6.8-2 key manager for OpenSSH
pn  libpam-ssh   none  (no description available)
ii  ssh-askpass  1:1.2.4.1-9 under X, asks user for a passphras
ii  ssh-askpass-gnome [ssh-askpa 1:5.3p1-3   interactive X program to prompt us

-- no debconf information
-- 
[*Thomas  Themel*]  Unskilled and Unaware of It: How Difficulties
[extended contact]  in Recognizing One's Own Incompetence Lead to
[info provided in]  Inflated Self-Assessments
[*message header*]  http://www.apa.org/journals/psp/psp7761121.html



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



Bug#570499: Pileon on Desktop PC with 4 GB of RAM

2010-02-20 Thread Thomas Themel
I have the same problem as the reporter on a desktop with an an MSI
motherboard  4 GB RAM. Initial dmesg output in attached file.

-- 
[*Thomas  Themel*] http://http://bash.org/?125283 Jeedo hey baby, whats up?
[extended contact] Indidge ummnothing?
[info provided in] JeedoSowant me to like come over today so we can fuck?
[*message header*] IndidgeWaitdid you want to speak to my daughter?


dmesg.log
Description: Binary data


Bug#567473: Workaround

2010-02-01 Thread Thomas Themel
Hi,

this seems to be caused by knetworkmanager's liberal interpretation of the term 
'uuid'.
I stopped knetworkmanager, went to my ~/.kde/share/config/knetworkmanagerrc and 
replaced
lines of the form

[ConnectionSetting_1NCFiIxMwpU6DxST_connection]
...
Value_uuid=string1NCFiIxMwpU6DxST/string\n
...

with valid UUIDs (produced by uuidgen or cat //proc/sys/kernel/random/uuid) like

Value_uuid=string7166eb59-84e9-4d72-a734-83a138e394d4/string\n

and I can use the entries where I've made the substituion again.

ciao,
-- 
[*Thomas  Themel*] Es scheint da eine starke Korrelation zwischen technischer
[extended contact] Ahnungslosigkeit, offenherzigem Gemüt und der Installation
[info provided in] von Gentoo zu geben. Linux für Kleinkinder so zu sagen.
[*message header*]  - Alexander Bartolich in at.linux



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



Bug#498775: Workaround

2010-01-27 Thread Thomas Themel
Hi,

Attached patch works around the libgoffice issue by disabling the graphing
support. This means it's possible to build gnucash, and run it, but there's no 
support for reports with graphics like bar charts.

Due to the change in Makefile.am, it is necessary to do an autoreconf after
applying the patch, so it can't be plugged into the package as is, and I have
no idea how to integrate this with the current package build. However, the
source changes are there.

ciao,
-- 
[*Thomas  Themel*] I read what some of you folks here write and all I can
[extended contact] say is that I hope you are inside the fireballs when the
[info provided in] freedom fighters take out the Great Satan.
[*message header*]  - Tim May on cypherpunks


make-build.patch
Description: Binary data


Bug#564324: Workaround

2010-01-12 Thread Thomas Themel
Probably not useful for the people with laptops:

I get the same crash for my USB mouse, but only if it is present at X startup.
Detaching, starting X w/o a mouse and then reattaching works.
-- 
[*Thomas  Themel*]  While differing widely in the various little bits we know,
[extended contact]  in our infinite ignorance we are all equal.
[info provided in]
[*message header*]  - Karl Popper



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



Bug#528089: Duplicate?

2009-05-12 Thread Thomas Themel
I assume that this is a duplicate of Bug 515585, which has a patch in
the comments that works for me.

ciao,
-- 
[*Thomas  Themel*] P.S. Ich glaube aber, das die Sprache in einem halben
[extended contact]  Berufleben erlernbar bleiben sollte ;-)
[info provided in] - Torsten Robitzki plädiert für Zurückhaltung bei neuen
[*message header*]   C++-Sprachmerkmalen



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



Bug#515585: Worksforme

2009-05-12 Thread Thomas Themel
Patch works for me when applied to kvm_84+dfsg2 from current
experimental. Thanks!

ciao,
-- 
[*Thomas  Themel*] Ich nutze die Gelegenheit mal, ein Mißverständnis
[extended contact]   aus der Welt zu räumen: DU HAST KEIN RECHT AUF
[info provided in]  EIN COOLES LEBEN. 
[*message header*]  - Felix von Leitner in de.org.ccc



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



Bug#515585: Improved evdev patch

2009-05-12 Thread Thomas Themel
Hi,

The previous patch was a bit troublesome because it checked for evdev on
every keypress, making keyboard interaction a bit sluggish and causing
problems for me when autorepeat sometimes overwhelmed the processing
rate.

See attachment for a slight modification that checks only once.

ciao,
-- 
[*Thomas  Themel*] I asked a friend what he thought Google would market to 
someone
[extended contact] with an Inbox crammed with cpunks messages.
[info provided in] He suggested, Legal services?
[*message header*]  - Howie Goodell on cypherpunks
# This code was ported from gtk-vnc, to handle evdev keycode mapping by
# Dustin Kirkland kirkl...@canonical.com, 24 September 2008.


--- a/qemu/configure	2008-07-27 08:20:10.0 -0500
+++ b/qemu/configure	2008-09-24 16:04:28.036791147 -0500
@@ -1439,9 +1439,9 @@ if test $sdl1 = yes ; then
   echo #define CONFIG_SDL 1  $config_h
   echo CONFIG_SDL=yes  $config_mak
   if test $target_softmmu = no -o $static = yes; then
-echo SDL_LIBS=$sdl_static_libs  $config_mak
+echo SDL_LIBS=-lX11 $sdl_static_libs  $config_mak
   else
-echo SDL_LIBS=`$sdl_config --libs`  $config_mak
+echo SDL_LIBS=-lX11 `$sdl_config --libs`  $config_mak
   fi
   if [ ${aa} = yes ] ; then
 echo SDL_CFLAGS=`$sdl_config --cflags` `aalib-config --cflags`  $config_mak
--- a/qemu/sdl.c	2008-07-27 05:08:56.0 -0500
+++ b/qemu/sdl.c	2008-09-24 16:39:19.713788782 -0500
@@ -132,21 +132,7 @@ static uint8_t sdl_keyevent_to_keycode(c
 
 static uint8_t sdl_keyevent_to_keycode(const SDL_KeyboardEvent *ev)
 {
-int keycode;
-
-keycode = ev-keysym.scancode;
-
-if (keycode  9) {
-keycode = 0;
-} else if (keycode  97) {
-keycode -= 8; /* just an offset */
-} else if (keycode  212) {
-/* use conversion table */
-keycode = _translate_keycode(keycode - 97);
-} else {
-keycode = 0;
-}
-return keycode;
+return _translate_keycode(ev-keysym.scancode);
 }
 
 #endif
--- a/qemu/x_keymap.c	2008-07-27 05:08:56.0 -0500
+++ b/qemu/x_keymap.c	2008-09-24 16:52:27.262129702 -0500
@@ -24,7 +24,15 @@
 #include qemu-common.h
 #include console.h
 
-static const uint8_t x_keycode_to_pc_keycode[115] = {
+#include SDL/SDL_syswm.h
+#include X11/XKBlib.h
+#include stdbool.h
+#include string.h
+
+#define TRUE 1
+#define FALSE 0
+
+static const uint8_t x_keycode_to_pc_keycode[61] = {
0xc7,  /*  97  Home   */
0xc8,  /*  98  Up */
0xc9,  /*  99  PgUp   */
@@ -86,27 +94,143 @@ static const uint8_t x_keycode_to_pc_key
0x51, /* 155 KP_PgDn */
0x52, /* 156 KP_Ins */
0x53, /* 157 KP_Del */
-   0x0, /* 158 */
-   0x0, /* 159 */
-   0x0, /* 160 */
-   0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* 170 */
-   0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* 180 */
-   0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* 190 */
-   0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, /* 200 */
-   0x0, /* 201 */
-   0x0, /* 202 */
-   0x0, /* 203 */
-   0x0, /* 204 */
-   0x0, /* 205 */
-   0x0, /* 206 */
-   0x0, /* 207 */
-   0x70, /* 208 Hiragana_Katakana */
-   0x0, /* 209 */
-   0x0, /* 210 */
-   0x73, /* 211 backslash */
 };
 
-uint8_t _translate_keycode(const int key)
+/* This code was ported from gtk-vnc, to handle evdev keycode mapping by
+ * Dustin Kirkland kirkl...@canonical.com, 24 September 2008.
+ *
+ * This table was put together by VirtualBox.  It's based on the information in
+ * /usr/share/X11/xkb/keycodes/evdev using the x_keycode_to_pc_keycode table
+ * to get the pc keycodes.
+ */
+
+static const uint8_t evdev_keycode_to_pc_keycode[61] = {
+   0x0, /*  97 EVDEV - RO   (Internet Keyboards) */
+   0x0, /*  98 EVDEV - KATA (Katakana) */
+   0x0, /*  99 EVDEV - HIRA (Hiragana) */
+   0x79,/* 100 EVDEV - HENK (Henkan) */
+   0x70,/* 101 EVDEV - HKTG (Hiragana/Katakana toggle) */
+   0x7b,/* 102 EVDEV - MUHE (Muhenkan) */
+   0x0, /* 103 EVDEV - JPCM (KPJPComma) */
+   0x9c,/* 104 EVDEV - KPEN */
+   0x9d,/* 105 EVDEV - RCTL */
+   0xb5,/* 106 EVDEV - KPDV */
+   0xb7,/* 107 EVDEV - PRSC ***FIXME*** */
+   0xb8,/* 108 EVDEV - RALT */
+   0x0, /* 109 EVDEV - LNFD (Internet Keyboards) */
+   0xc7,/* 110 EVDEV - HOME ***FIXME*** */
+   0xc8,/* 111 EVDEV - UP   */
+   0xc9,/* 112 EVDEV - PGUP */
+   0xcb,/* 113 EVDEV - LEFT */
+   0xcd,/* 114 EVDEV - RGHT */
+   0xcf,/* 115 EVDEV - END  */
+   0xd0,/* 116 EVDEV - DOWN */
+   0xd1,/* 117 EVDEV - PGDN */
+   0xd2,/* 118 EVDEV - INS  */
+   0xd3,/* 119 EVDEV - DELE */
+   0x0, /* 120 EVDEV - I120 (Internet Keyboards) */
+   0x0, /* 121 EVDEV - MUTE */
+   0x0

Bug#519412: foo

2009-04-03 Thread Thomas Themel

-- 
[*Thomas  Themel*]  Das nenne ich mal eine anständige Umsetzung der
[extended contact]  Archeologist Class aus Nethack in ein
[info provided in]  Text-Adventure!
[*message header*]  - Felix von Leitner zur gcc-Bedienung



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



Bug#466064: xserver-xorg-core: -novtswitch doesn't appear to work

2008-02-16 Thread Thomas Themel
Package: xserver-xorg-core
Version: 2:1.4.1~git20080131-1
Severity: normal

Subject basically says it all... I can't discern a difference between
starting sudo X -novtswitch :1 and just sudo X :1 - the newly
started server's vt is always activated, whether starting it from
console or from an xterm within another server. My understanding is that
-novtswitch should prevent that.

-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 2006-09-14 21:39 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1673980 2008-02-01 05:06 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: nVidia Corporation NV43 [GeForce 
6600/GeForce 6600 GT] (rev a2)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 4258 2007-10-24 12:51 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  ([EMAIL PROTECTED])  Mon Feb 26 23:38:46 PST 
2007

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type man /etc/X11/xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section ServerLayout
Identifier Default Layout
Screen Default Screen 0 0
InputDeviceGeneric Keyboard
InputDeviceConfigured Mouse
Option Xinerama off
EndSection

Section Files

# path to defoma fonts
FontPath/usr/share/fonts/X11/misc
FontPath/usr/X11R6/lib/X11/fonts/misc
FontPath/usr/share/fonts/X11/cyrillic
FontPath/usr/X11R6/lib/X11/fonts/cyrillic
FontPath/usr/share/fonts/X11/100dpi/:unscaled
FontPath/usr/X11R6/lib/X11/fonts/100dpi/:unscaled
FontPath/usr/share/fonts/X11/75dpi/:unscaled
FontPath/usr/X11R6/lib/X11/fonts/75dpi/:unscaled
FontPath/usr/share/fonts/X11/Type1
FontPath/usr/X11R6/lib/X11/fonts/Type1
FontPath/usr/share/fonts/X11/100dpi
FontPath/usr/X11R6/lib/X11/fonts/100dpi
FontPath/usr/share/fonts/X11/75dpi
FontPath/usr/X11R6/lib/X11/fonts/75dpi
FontPath/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
EndSection

Section Module
Load   i2c
Load   bitmap
Load   ddc
Load   extmod
Load   freetype
Load   glx
Load   int10
Load   type1
Load   vbe
EndSection

Section InputDevice
Identifier Generic Keyboard
Driver kbd
Option CoreKeyboard
Option XkbRules xorg
Option XkbModel pc104
Option XkbLayout us
EndSection

Section InputDevice
Identifier Configured Mouse
Driver mouse
Option CorePointer
Option Device /dev/input/mice
Option Protocol ExplorerPS/2
Option Emulate3Buttons true
EndSection

Section Monitor

# 1280x1024 @ 60Hz (VESA) hsync: 64.0kHz
Identifier Generic Monitor
ModeLine   1280x1024-60 108.0 1280 1328 1440 1688 1024 1025 1028 1066 
+hsync +vsync
Option DPMS
EndSection

Section Device
Identifier GeForce 6600 GT
Driver nvidia
EndSection

Section Screen
Identifier Default Screen
Device GeForce 6600 GT
MonitorGeneric Monitor
DefaultDepth24
Option TwinView true
Option TwinViewOrientation CRT-0 Below DFP-0
Option SecondMonitorHorizSync 31-81
Option SecondMonitorVertRefresh 60-60
#Option Rotate CW
Option NvAGP 1
Option RandRRotation 1
SubSection Display
Depth   1
Modes  1280x1024 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   4
Modes  1280x1024 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   8
Modes  1280x1024 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   15
Modes  1280x1024 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   16
Modes  1280x1024 1024x768 800x600 640x480
EndSubSection
SubSection 

Bug#419714: More info on 419714

2007-05-26 Thread Thomas Themel
Hi,

I just ran into this myself, and it's caused by Apache2.2's mime_magic
module. The offending lines are in /usr/share/file/magic.mime,
commenting them (by prepending a #) causes the PHP warnings to go away.

ciao,
-- 
[*Thomas  Themel*]  Informationsfreiheit bedeutet, die Medien sind frei
[extended contact]  von Informationen. (Das ist wie beim Ausbau von
[info provided in]  Schienenstrecken. Nach dem Ausbau sind die Gleise weg.)
[*message header*]  - Ralf Bader in de.soc.recht.datennetze


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



Bug#411695: A quick note...

2007-03-10 Thread Thomas Themel
Hi,

as Daniël states, it would be nice if websec behaved like a proper web
robot. Baruch, are you aware that the change is basically a two-liner?

LWP, the web library you're using, provides a subclass of UserAgent that
respects the robots.txt protocol, see here:

http://search.cpan.org/dist/libwww-perl/lib/LWP/RobotUA.pm

So you just replace two lines, and you've got a version of websec that
respects the robots.txt protocol (I just did that on my websec install).

The only design issue is that a robot UA requires a 'from' email address
and I'm not quite sure how to supply that. I'd use the destination
address(es) for the reports, but that's probably not a good idea with
respect to privacy. What do you think?

ciao,
-- 
[*Thomas  Themel*]  That which is novice-friendly is too frequently
[extended contact]   expert-hostile, and vice versa.
[info provided in]   - Tom Christiansen, crossposting
[*message header*] GUIs considered harmful to eight groups


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



Bug#411695: A quick note...

2007-03-10 Thread Thomas Themel
Hi,
Baruch Even ([EMAIL PROTECTED]) wrote on 2007-03-10:
 I'm not even sure that it should go for robots.txt, the idea of websec
 is that it behaves more like a browser, it doesn't crawl the website, it
 doesn't try to go anywhere it's not directly instructed to and if a user
 insists on misbehaving the server has nothing to do for it, or do you
 expect a browser to prevent a user from reloading a page every second?

I understand that websec is not a robot in the narrowest sense.
Nevertheless, people (including me) seem to run it from crontab to
monitor pages, and it seems that there are clueless people running it,
too :(

The solution that seems best to me is enabling the robots.txt mode by
default and providing an option to disable it. This protects webmasters
from incidents like the one that sparked this bug while still providing
users who consciously WANT websec to ignore the webmaster's wishes with
the choice to do so. 

Anyways, I don't have strong feelings either way, I just thought I'd
point out the ease of implementing the change.

  The only design issue is that a robot UA requires a 'from' email address
  and I'm not quite sure how to supply that. I'd use the destination
  address(es) for the reports, but that's probably not a good idea with
  respect to privacy. What do you think?
 
 That won't be acceptable at all. If I will do that it will be with a
 fake email address and a configuration item to change it. An upgrade to
 the new version should never expose the users email to other parties.

Agreed. Hey, thanks for websec, by the way - it saves me from lots of
brainless reloading.

ciao,
-- 
[*Thomas  Themel*] ...whatever you've done, whatever you've been,
[extended contact] is all, totally, one hundred percent, your own fault.
[info provided in] All.
[*message header*]- Richard  Ames in The Cat Who Walks Through Walls


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



Bug#397510: gnucash: Workaround

2006-12-30 Thread Thomas Themel
Package: gnucash
Version: 2.0.2-2.1
Followup-For: Bug #397510

Hi,

I just ran into this bug. For me, it works when I first create the file
that I want to export to, eg 'touch 2007.gnucash' and then export. I get
a dialog asking me whether I really want to overwrite the existing file,
and if I confirm, it contains the old account hierarchy just fine.

-- 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.19
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages gnucash depends on:
ii  g-wrap1.9.6-3.1  scripting interface generator for 
ii  gconf22.16.0-3   GNOME configuration database syste
ii  gnucash-common2.0.2-2.1  A personal finance tracking progra
ii  guile-1.6-libs1.6.8-6Main Guile libraries
ii  guile-1.6-slib1.6.8-6Guile SLIB support
ii  guile-g-wrap  1.9.6-3.1  scripting interface generator for 
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.12.3-1   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libavahi-client3  0.6.15-2   Avahi client library
ii  libavahi-common3  0.6.15-2   Avahi common library
ii  libavahi-glib10.6.15-2   Avahi glib integration library
ii  libbonobo2-0  2.14.0-3   Bonobo CORBA interfaces library
ii  libbonoboui2-02.14.0-5   The Bonobo UI library
ii  libc6 2.3.6.ds1-9GNU C Library: Shared libraries
ii  libcairo2 1.2.4-4The Cairo 2D vector graphics libra
ii  libcrypt-ssleay-perl  0.51-5 Support for https protocol in LWP
ii  libdate-manip-perl5.44-5 a perl library for manipulating da
ii  libdbus-1-3   1.0.2-1simple interprocess messaging syst
ii  libesd0   0.2.36-3   Enlightened Sound Daemon - Shared 
ii  libffi4   4.1.1-21   Foreign Function Interface library
ii  libfinance-quote-perl 1.12-2 Perl module for retrieving stock q
ii  libfontconfig12.4.2-1generic font configuration library
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared lib
ii  libgconf2-4   2.16.0-3   GNOME configuration database syste
ii  libgcrypt11   1.2.3-2LGPL Crypto library - runtime libr
ii  libglade2-0   1:2.6.0-4  library to load .glade files at ru
ii  libglib2.0-0  2.12.6-1   The GLib library of C routines
ii  libgnome-keyring0 0.6.0-3GNOME keyring services library
ii  libgnome2-0   2.16.0-2   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.14.0-2   A powerful object-oriented display
ii  libgnomeprint2.2-02.12.1-7   The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0  2.12.1-4   GNOME 2.2 print architecture User 
ii  libgnomeui-0  2.14.1-2   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.14.2-4   GNOME virtual file-system (runtime
ii  libgnutls13   1.4.4-3the GNU TLS library - runtime libr
ii  libgoffice-1-20.2.1-4Document centric objects library -
ii  libgpg-error0 1.4-2  library for common error values an
ii  libgsf-1-114  1.14.3-1   Structured File Library - runtime 
ii  libgsf-gnome-1-1141.14.3-1   Structured File Library - runtime 
ii  libgtk2.0-0   2.8.20-3   The GTK+ graphical user interface 
ii  libgtkhtml3.8-15  3.12.1-2   HTML rendering/editing library - r
ii  libguile-ltdl-1   1.6.8-6Guile's patched version of libtool
ii  libgwrap-runtime0 1.9.6-3.1  scripting interface generator for 
ii  libice6   1:1.0.1-2  X11 Inter-Client Exchange library
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libltdl3  1.5.22-4   A system independent dlopen wrappe
ii  libofx3   1:0.8.2-3  library to support Open Financial 
ii  liborbit2 1:2.14.4-1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.14.8-3   Layout and rendering of internatio
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libpopt0  1.10-3 lib for parsing cmdline parameters
ii  libqthreads-121.6.8-6QuickThreads library for Guile
ii  libsm61:1.0.1-3  X11 Session Management library
ii  libtasn1-30.3.6-2Manage ASN.1 structures (runtime)
ii  libx11-6  2:1.0.3-4  X11 client-side library
ii  

Bug#370502: Bug #370502: gnucash: QIF import causes data loss

2006-06-11 Thread Thomas Themel
Hi,
Thomas Bushnell BSG ([EMAIL PROTECTED]) wrote on 2006-06-10:
 It looks like the bug is caused by having a QIF file being imported
 which does not contain valid UTF8 data.  Then when it's written out,
 what gets written out is invalid, and so when it's written in, it
 can't be parsed and the transactions vanish.

Thanks. I can confirm that converting the QIF file to UTF-8 before
import does indeed bypass the problem. I now filter the input files
through iconv -f iso8859-15 -t utf-8 before importing, and everything 
works fine.

ciao,
-- 
[*Thomas  Themel*] US law prohibits boycotting Israel
[extended contact]
[info provided in] http://news.bbc.co.uk/2/hi/business/2403303.stm
[*message header*] http://www.bxa.doc.gov/AntiboycottCompliance/Default.htm


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



Bug#370502: gnucash: QIF import causes data loss

2006-06-05 Thread Thomas Themel
Package: gnucash
Version: 1.9.6-3
Severity: critical
Justification: causes serious data loss

Hi,

I just noticed that the new gnucash version seems to corrupt imported
data sets. I use the package with [EMAIL PROTECTED] set, and the
following procedure reproducably loses a lot of transactions from my
accounts:

- Open old gnucash file for import
- Accept standard choices for import wizard
(At this point, it's possible to save, exit, reload, edit etc without
trouble)
- Import a generated QIF file
(At this point, everything looks fine - as far as I can tell, all
transactions are processed correctly and all balances are sane)
- Save, Close, Reload: Suddenly, lots of transactions have simply
  disappeared.

I haven't been able to figure out what the criteria that cause
transactions to disappear are, but here's some additional random
observations:

- It only appears to happen with accounts that have non-ASCII names.
  Unfortunately, the default new account scheme for gnucash with a 
  german locale uses Barvermögen as the category that among others
  includes cash and bank accounts, so this is probably not an uncommon
  setup. Renaming the account to Barvermoegen prior to importing makes
  the bug go away.

- The initial problem seems to be in reading the data file, not in the
  writing process. I conclude this from a diff between the (gunzipped)
  data files before and after the QIF import - the only differences
  there are the transactions that were added through the import.

  However, after saving the misread file once in gnucash, the
  invisible transactions are also gone from the file, so this doesn't
  seem to mitigate the seriousness of the bug.

ciao,
Thomas

-- 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.17-rc1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages gnucash depends on:
ii  g-wrap 1.9.6-3   scripting interface generator for 
ii  gnucash-common 1.9.6-3   A personal finance tracking progra
ii  guile-1.6-libs 1.6.8-3   Main Guile libraries
ii  guile-1.6-slib 1.6.8-3   Guile SLIB support
ii  guile-g-wrap   1.9.6-3   scripting interface generator for 
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.11.4-2  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libavahi-client3   0.6.10-1  Avahi client library
ii  libavahi-common3   0.6.10-1  Avahi common library
ii  libavahi-glib1 0.6.10-1  Avahi glib integration library
ii  libbonobo2-0   2.14.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-2  The Bonobo UI library
ii  libbz2-1.0 1.0.3-2   high-quality block-sorting file co
ii  libc6  2.3.6-13  GNU C Library: Shared libraries
ii  libcairo2  1.0.4-2   The Cairo 2D vector graphics libra
ii  libdate-manip-perl 5.44-2a perl library for manipulating da
ii  libdbus-1-20.61-6simple interprocess messaging syst
ii  libesd-alsa0 [libesd0] 0.2.36-3  Enlightened Sound Daemon (ALSA) - 
ii  libffi44.1.0-4   Foreign Function Interface library
ii  libfinance-quote-perl  1.11-0.1  Perl module for retrieving stock q
ii  libfontconfig1 2.3.2-5.1 generic font configuration library
ii  libfreetype6   2.2.1-2   FreeType 2 font engine, shared lib
ii  libgail-common 1.8.11-2  GNOME Accessibility Implementation
ii  libgail17  1.8.11-2  GNOME Accessibility Implementation
ii  libgconf2-42.14.0-1  GNOME configuration database syste
ii  libgcrypt111.2.2-1   LGPL Crypto library - runtime libr
ii  libglade2-01:2.5.1-2 library to load .glade files at ru
ii  libglib2.0-0   2.10.3-1  The GLib library of C routines
ii  libgnome-keyring0  0.4.9-1   GNOME keyring services library
ii  libgnome2-02.14.1-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeprint2.2-0 2.12.1-3  The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0   2.12.1-3  GNOME 2.2 print architecture User 
ii  libgnomeui-0   2.14.1-1  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.2-1  GNOME virtual file-system (runtime
ii  libgnutls131.3.5-1.1 the GNU TLS library - runtime libr
ii  libgpg-error0  1.2-1 library for common error values an
ii  libgsf-1-114   1.14.1-1  Structured 

Bug#370500: (no subject)

2006-06-05 Thread Thomas Themel
Package: gnucash
Version: 1.9.6-3
Severity: critical
Justification: causes serious data loss

Hi,

I just noticed that the new gnucash version seems to corrupt imported
data sets. I use the package with [EMAIL PROTECTED] set, and the
following procedure reproducably loses a lot of transactions from my
accounts:

- Open old gnucash file for import
- Accept standard choices for import wizard
(At this point, it's possible to save, exit, reload, edit etc without
trouble)
- Import a generated QIF file
(At this point, everything looks fine - as far as I can tell, all
transactions are processed correctly and all balances are sane)
- Save, Close, Reload: Suddenly, lots of transactions have simply
  disappeared.

I haven't been able to figure out what the criteria that cause
transactions to disappear are, but here's some additional random
observations:

- It only appears to happen with accounts that have non-ASCII names.
  Unfortunately, the default new account scheme for gnucash with a 
  german locale uses Barvermögen as the category that among others
  includes cash and bank accounts, so this is probably not an uncommon
  setup. Renaming the account to Barvermoegen prior to importing makes
  the bug go away.

- The initial problem seems to be in reading the data file, not in the
  writing process. I conclude this from a diff between the (gunzipped)
  data files before and after the QIF import - the only differences
  there are the transactions that were added through the import.

  However, after saving the misread file once in gnucash, the
  invisible transactions are also gone from the file, so this doesn't
  seem to mitigate the seriousness of the bug.

ciao,
Thomas

-- 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.17-rc1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages gnucash depends on:
ii  g-wrap 1.9.6-3   scripting interface generator for 
ii  gnucash-common 1.9.6-3   A personal finance tracking progra
ii  guile-1.6-libs 1.6.8-3   Main Guile libraries
ii  guile-1.6-slib 1.6.8-3   Guile SLIB support
ii  guile-g-wrap   1.9.6-3   scripting interface generator for 
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.11.4-2  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libavahi-client3   0.6.10-1  Avahi client library
ii  libavahi-common3   0.6.10-1  Avahi common library
ii  libavahi-glib1 0.6.10-1  Avahi glib integration library
ii  libbonobo2-0   2.14.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-2  The Bonobo UI library
ii  libbz2-1.0 1.0.3-2   high-quality block-sorting file co
ii  libc6  2.3.6-13  GNU C Library: Shared libraries
ii  libcairo2  1.0.4-2   The Cairo 2D vector graphics libra
ii  libdate-manip-perl 5.44-2a perl library for manipulating da
ii  libdbus-1-20.61-6simple interprocess messaging syst
ii  libesd-alsa0 [libesd0] 0.2.36-3  Enlightened Sound Daemon (ALSA) - 
ii  libffi44.1.0-4   Foreign Function Interface library
ii  libfinance-quote-perl  1.11-0.1  Perl module for retrieving stock q
ii  libfontconfig1 2.3.2-5.1 generic font configuration library
ii  libfreetype6   2.2.1-2   FreeType 2 font engine, shared lib
ii  libgail-common 1.8.11-2  GNOME Accessibility Implementation
ii  libgail17  1.8.11-2  GNOME Accessibility Implementation
ii  libgconf2-42.14.0-1  GNOME configuration database syste
ii  libgcrypt111.2.2-1   LGPL Crypto library - runtime libr
ii  libglade2-01:2.5.1-2 library to load .glade files at ru
ii  libglib2.0-0   2.10.3-1  The GLib library of C routines
ii  libgnome-keyring0  0.4.9-1   GNOME keyring services library
ii  libgnome2-02.14.1-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeprint2.2-0 2.12.1-3  The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0   2.12.1-3  GNOME 2.2 print architecture User 
ii  libgnomeui-0   2.14.1-1  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.2-1  GNOME virtual file-system (runtime
ii  libgnutls131.3.5-1.1 the GNU TLS library - runtime libr
ii  libgpg-error0  1.2-1 library for common error values an
ii  libgsf-1-114   1.14.1-1  Structured 

Bug#362130: libsctp-dev: Erroneus man page for sctp_recvmsg

2006-04-12 Thread Thomas Themel
Package: libsctp-dev
Version: 1.0.6-1
Severity: minor
Tags: patch

Hi,

the sctp_recvmsg man page lists the type of the third argument as
size_t * len, while it's actually just size_t len.

Fix is rather trivial,

Index: lksctp-tools-1.0.6/man/sctp_recvmsg.3
===
--- lksctp-tools-1.0.6/man/sctp_recvmsg.3
+++ lksctp-tools-1.0.6/man/sctp_recvmsg.3   2006-04-12 14:29:24.0 
+0200
@@ -14,7 +14,7 @@
 .B #include sys/socket.h
 .B #include netinet/sctp.h
 .sp
-.BI int sctp_recvmsg(int  sd , void *  msg , size_t *  len ,
+.BI int sctp_recvmsg(int  sd , void *  msg , size_t  len ,
 .BI  struct sockaddr *  from , socklen_t *  fromlen , 
 .BI  struct sctp_sndrcvinfo *  sinfo , int *  msg_flags);
 .fi


-- 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.17-rc1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages libsctp-dev depends on:
ii  libc6-dev [libc-dev]  2.3.6-4GNU C Library: Development Librari
ii  libsctp1  1.0.6-1user-space access to Linux Kernel 

libsctp-dev recommends no packages.

-- no debconf information


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



Bug#327307: [PATCH] Building SNES9x again

2005-12-23 Thread Thomas Themel
Fixing this bug appears to be a rather trivial change to
debian/control... Apparently, the xlibmesa-dev dependency that has gone
missing is now split into two packages, xlibmesa-gl-dev and
xlibmesa-glu-dev. Applying the attached patch makes it build again for me.

ciao,
-- 
[*Thomas  Themel*]   Since you obviously haven't lurked enough,
[extended contact]   we subtly tell lusers to piss off via the words piss
[info provided in]   off, luser.
[*message header*]  - David P. Murphy in the monastery
--- snes9x-1.43/debian/control~build-fix2005-12-24 00:01:21.0 
+0100
+++ snes9x-1.43/debian/control  2005-12-24 00:02:47.0 +0100
@@ -1,7 +1,7 @@
 Source: snes9x
 Section: non-free/games
 Priority: optional
-Build-Depends: debhelper (= 3.0), nasm [i386], xlibs-dev, zlib1g-dev, 
xlibmesa-dev, dpatch (= 1.19)
+Build-Depends: debhelper (= 3.0), nasm [i386], xlibs-dev, zlib1g-dev, 
xlibmesa-gl-dev, xlibmesa-glu-dev, dpatch (= 1.19)
 Maintainer: Alain Schroeder [EMAIL PROTECTED]
 Standards-Version: 3.6.2.1
 


Bug#322623: curl doesn't accept valid SSL certificate

2005-08-11 Thread Thomas Themel
Package: curl
Version: 7.14.0-3
Severity: normal

Hi,

since the last time I dist-upgraded, curl refuses to connect to my
bank's HTTPS server, claiming it can't verify the certificate.

The host in question is named `online.ba-ca.com', some other hosts with
valid certificates work fine.  

Further observations:

- Firefox connects fine and finds nothing wrong with the certificate
- `openssl s_client -CAfile /usr/share/curl/curl-ca-bundle.crt -connect 
online.ba-ca.com:443'
  also thinks that the certificate is valid
- `gnutls-cli --x509cafile /usr/share/curl/curl-ca-bundle.crt online.ba-ca.com'
  also works
- A curl package using OpenSSL  (tweaked debian/rules to use
  `--with-ssl' instead of `--without-ssl --with-gnutls=/usr') does not
  exhibit the problem.

-- 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.12.3
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages curl depends on:
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libcurl3  7.14.0-3   Multi-protocol file transfer libra
ii  libgnutls12   1.2.5-3the GNU TLS library - runtime libr
ii  libidn11  0.5.18-1   GNU libidn library, implementation
ii  zlib1g1:1.2.3-3  compression library - runtime

curl recommends no packages.

-- no debconf information


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



Bug#300541: muine: Could not find the volume element in the GstPlay pipeline

2005-03-20 Thread Thomas Themel
Package: muine
Version: 0.6.3-7
Severity: grave
Justification: renders package unusable

As of the last dist-upgrade, I can't seem to start muine. An error
window appears that contains the message

| An error occurred:
| 
| Failed to initialize the audio backend:
| Could not find the volume element in the GstPlay pipeline
| 
| Exiting...

Other gstreamer apps (eg amarok-gstreamer) seem to work.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-rc3-bk9
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages muine depends on:
ii  gconf2  2.8.1-4  GNOME configuration database syste
ii  gstreamer0.8-gnomevfs   0.8.8-2  Gnome VFS plugin for GStreamer
ii  libatk1.0-0 1.8.0-4  The ATK accessibility toolkit
ii  libbonobo2-02.8.1-2  Bonobo CORBA interfaces library
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libflac61.1.1-5  Free Lossless Audio Codec - runtim
ii  libgconf-cil1.0.4-1  .NET binding for GConf
ii  libgconf2-4 2.8.1-4  GNOME configuration database syste
ii  libgdbm31.8.3-2  GNU dbm database routines (runtime
ii  libglade-cil1.0.4-1  .NET binding for the Glade librari
ii  libglib-cil 1.0.4-1  .NET binding for the GLib utility 
ii  libglib2.0-02.6.3-1  The GLib library of C routines
ii  libgnome-cil1.0.4-1  .NET binding for GNOME
ii  libgnome2-0 2.8.1-2  The GNOME 2 library - runtime file
ii  libgnomevfs2-0  2.8.4-2  The GNOME virtual file-system libr
ii  libgstreamer-gconf0.8-0 0.8.8-2  GConf support for GStreamer
ii  libgstreamer-plugins0.8-0   0.8.8-2  Various GStreamer libraries and li
ii  libgstreamer0.8-0   0.8.9-2  Core GStreamer libraries, plugins,
ii  libgtk-cil  1.0.4-1  .NET binding for the Gtk+ toolkit
ii  libgtk2.0-0 2.6.2-4  The GTK+ graphical user interface 
ii  libid3tag0  0.15.1b-4.1  ID3 tag reading library from the M
ii  libogg0 1.1.0-1  Ogg Bitstream Library
ii  liborbit2   1:2.12.1-1   libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.8.1-1  Layout and rendering of internatio
ii  libpopt01.7-5lib for parsing cmdline parameters
ii  libvorbis0a 1.0.1-1  The Vorbis General Audio Compressi
ii  libvorbisfile3  1.0.1-1  The Vorbis General Audio Compressi
ii  libxml2 2.6.16-3 GNOME XML library
ii  mono-assemblies-base1.0.5-3  Mono class library
ii  mono-jit1.0.5-2  fast CLI/.NET JIT compiler for Mon
ii  zlib1g  1:1.2.2-4compression library - runtime

-- no debconf information


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