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.
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
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
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,
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
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
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
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
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
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
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
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
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
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
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
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
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 [
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
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
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
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
21 matches
Mail list logo