Bug#896657: pex fails to start

2018-04-23 Thread Matthias Dellweg
Package: pex Version: 1.1.14-2 Severity: grave Justification: renders package unusable Dear Maintainer, after installing pex, simply running in the shell lead to the following stack trace: $ pex Traceback (most recent call last): File "/usr/bin/pex", line 11, in load_entry_point('pex==1.1.

Bug#888292: claws-mail-pgpmime: Claws-mail should not treat signatures from unverified keys as "good"

2018-01-24 Thread Matthias Dellweg
Package: claws-mail-pgpmime Version: 3.16.0-1 Severity: normal Tags: patch upstream Dear Maintainer, when receiving a mail with a correct signature from an untrusted/unverified key in your keyring, claws-mail displays the text 'Good signature from ...' next to a green padlock icon. This is very mi

Bug#806336: rpcbind: socket activation miss DefauiltDependencies=no - systemd detected sysinit cycle

2015-12-18 Thread Matthias Dellweg
Control: Severity important Hi all! I have the same problem and adding the two lines After=systemd-tmpfiles-setup.service DefaultDependencies=no to the first section of /lib/systemd/system/rpcbind.socket solves the problem. I guess 'After=systemd-tmpfiles-setup.service' is needed, because /run

Bug#751283: Segmentation fault on startup

2014-06-12 Thread Matthias Dellweg
Hi, i have the same problem. But after recompiling libgnutls, libetpan and claws itself it seems to work. The only thing i really changed was the build-dependence of claws on libgnutls-dev. I changed it to libgnutls28-dev to actually use my recompiled library. Hope that helps. -- To UNSUBSCRIBE,

Bug#636303: usbfs: process ... (usb) did not claim interface 1 before use

2011-09-25 Thread Matthias Dellweg
I have the same Problem with a Prolific PL2305 adapter cable. It turns out to be a kernel problem due to a poor design in the printer class spec. I sent a Patch to lkml [1]. It fixes the discovery problem of cups. Maybe you want to reassign the bug to the kernel package. Matthias Dellweg [1

Bug#624469: Fails to start: failed to bind control socket (address in use)

2011-05-16 Thread Matthias Dellweg
Seems to do the trick. And after reading the manpage I am tempted to say that is THE right fix here. Am Samstag, 14. Mai 2011 schrieb Marco d'Itri: > On May 13, Marco d'Itri wrote: > I have a better idea: can you try replacing the kill loop with just > "udevadm control --exit"? -- To UNSUBSC

Bug#624469: Fails to start: failed to bind control socket (address in use)

2011-05-13 Thread Matthias Dellweg
Hi, I have this problem as well, and it seems to be some Heisenbug. When I boot up the computer normaly, udev fails with the already bound socket and I get no input devices. When I put debug on the kernel command line the problem seems to get a statistical component, and whenever I put break=ini

Bug#622309: udev: Network, sound and X input broken

2011-05-13 Thread Matthias Dellweg
notfound 622309 168-1 notfound 622309 168-2 thanks You are right, I'm sorry. It looks more like #624469 now. I will present my findings there. Am Mittwoch, 11. Mai 2011 schrieb Marco d'Itri: > So it obviously cannot be the same bug. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.d

Bug#622309: udev: Network, sound and X input broken

2011-05-11 Thread Matthias Dellweg
found 622309 168-1 found 622309 168-2 thanks I have the same problem again with both versions 168-1 and 168-2. And I double checked there is no /run. There must be yet another trigger. Downgrading to 167-3 from snapshot ensures a working computer again. Regards, Matthias -- To UNSUBSCRIBE, em

Bug#617653: Upstream bug

2011-05-11 Thread Matthias Dellweg
I tried the testcase there, but it did not trigger the problem. However the symptoms look alike. Am Samstag, 7. Mai 2011 schrieb Simon Ruggier: > There's an upstream bug that might be related: > https://bugs.freedesktop.org/show_bug.cgi?id=34474 -- To UNSUBSCRIBE, email to debian-bugs-dist-re

Bug#617653:

2011-05-06 Thread Matthias Dellweg
same Problem here with version 2:1.10.1-2 of xserver-xorg-core. Looking at the code: The routine DRI2DrawablePtr is obviously designed to return NULL in certain cases (At least if type is UNDRAWABLE_WINDOW). If this is supposed to be valid, it should be handled gracefully in DRI2WaitSwap, maybe

Bug#574600: [kmymoney] Crashes when clicking on save

2010-03-21 Thread Matthias Dellweg
This Patch solves the Issue for me. But it is hot stitched as I do not understand how the function logic works. Why is it assumed there is a one on one relationship between userIDs and subkeys? --- kmymoney-3.96.1.orig/libkgpgfile/kgpgfile.cpp +++ kmymoney-3.96.1/libkgpgfile/kgpgfile.cpp @@ -307

Bug#574600: [kmymoney] Crashes when clicking on save

2010-03-19 Thread Matthias Dellweg
Same problem here. I searched for isRevoked in kmymoney and I found an assumption in libkgpgfile.cpp around line 311 which seems incorrect. As you see there: std::vector userIDs = key.userIDs(); std::vector subkeys = key.subkeys(); for (unsigned int i = 0; i < userIDs.size(); ++i) { const GpgM

Bug#572778: [iptstate] Formatting of ICMP states generates wrong linewidth

2010-03-06 Thread Matthias Dellweg
Package: iptstate Version: 2.2.2-1 Severity: minor Tags: patch ICMP states are formatted wrong because the variable max.proto is set to 3 in line 772 of iptstate.cc. This is OK for udp and tcp but it should be at least 4 to format lines with icmp correctly. --- Package information. --- Depends

Bug#558042: (no subject)

2009-11-29 Thread Matthias Dellweg
Hi Vincent, may i cite the dash man page: " -e errexit If not interactive, exit immediately if any untested command fails. The exit status of a command is consid- ered to be explicitly tested if the command is used to control an if, elif, while, or until; or if

Bug#558042: sugesting another patch

2009-11-27 Thread Matthias Dellweg
The following hot fix patch seems to work. And it also kills the doubled slashes (They must have been around with the old method, too.). Greetings, Matthias --- 10_linux.OLD2009-11-27 18:17:52.0 +0100 +++ 10_linux2009-11-27 18:18:18.0 +0100 @@ -87,7 +87,9 @@ while [ "x

Bug#558042: sugesting another patch

2009-11-27 Thread Matthias Dellweg
since grub-mkrelpath works correct on files (they cannot be mountpoints, right?) I would sugest to try the following patch. Sadly I cannot test it until this evening. --- 10_linux2009-11-25 19:41:40.0 +0100 +++ 09_linux2009-11-27 14:03:04.0 +0100 @@ -87,7 +87,9 @@ while [

Bug#512962: ike-scan: crashes when --ikev2 is combined with --aggressive

2009-01-25 Thread Matthias Dellweg
Package: ike-scan Version: 1.9-3 Severity: normal When tying to use Aggressive Mode in IKEv2 there seems to be a double free on a Variable called 'ke'. As it does not make sence to to use these options together because IKEv2 does not define Main/Aggressive Mode anymore, I think it should be checke

Bug#475770: apt-get autoremove segfaults when running as normal user

2008-04-16 Thread Matthias Dellweg
I think, this has something to do with 'bool pkgDPkgPM::OpenLog()' in 'apt-pkg/deb/dpkgpm.cc'. The result of 'term_out = fopen(logfile_name.c_str(),"a");' is not checked. If the logfile is unaccessible the result will be zero and the subsequent 'fprintf(term_out, ...);' will segfault. BTW: mayb

Bug#410091: konqueror-nsplugins: nspluginviewer segfaults on amd64

2007-02-07 Thread Matthias Dellweg
Package: konqueror-nsplugins Version: 4:3.5.5a.dfsg.1-6.1 Severity: important Tags: patch Using nspluginviewer with libflash on amd64 causes a segfault in NPP_SetWindow. I could find out, that the problem is related to the size of long which is 32 bits on i386 and 64 bits on x86_64. Using the righ

Bug#409707: knemo: fd-leakage in sys backend

2007-02-04 Thread Matthias Dellweg
Package: knemo Version: 0.4.6-1 Severity: important Tags: patch The sys backend of KNemo opens a socket every second and forgets to close it, thus filling the fd-table of kded up to the limit 1024 open files. In my case this makes printing through KDE impossible. The following patch solves the Pro