[Bug 155897] Re: Kdevelop "Find in Files" fails with status 123

2008-11-25 Thread Christian Heimes
You can close this bug. It was a problem on my side. -- Kdevelop "Find in Files" fails with status 123 https://bugs.launchpad.net/bugs/155897 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.

[Bug 267682] Re: Hotkeys no longer working in Intrepid on Thinkpads

2008-11-25 Thread Christian Heimes
I'm having the same issue with my IBM/Lenovo T60p laptop. Fn+F2 (lock) not working Fn+F3 (bat) not working Fn+F4 (sleep) not working, works with kscreensave runing Fn+F5 (wifi) works Brigthness buttons work but don't show the GUI vol up and down are working with gui vol mute mutes the sound but a

[Bug 284055] Re: Suspend from KDE4-Menu (Kickoff) will not lock screen on resume

2008-11-25 Thread Christian Heimes
Is there a fix or workaround for Intrepid? I'm feeling nervous about leaving my laptop unprotected ... -- Suspend from KDE4-Menu (Kickoff) will not lock screen on resume https://bugs.launchpad.net/bugs/284055 You received this bug notification because you are a member of Kubuntu Bugs, which is su

[Bug 324632] Re: Power-saving mode buttons on Kickoff menu call pm-utils directly instead of using DBUS

2009-04-19 Thread Christian Heimes
Neither the power save button in Kickoff nor the sleep button (Fn + F4) on my keyboard are locking the screen. I still have to use Guidance Power Manager to get the screen locked. -- Power-saving mode buttons on Kickoff menu call pm-utils directly instead of using DBUS https://bugs.launchpad.net

[Bug 359082] Re: radeonhd driver doesn't resume from suspend

2009-04-15 Thread Christian Heimes
Sure, I'll give it a try tomorrow and report back as soon as I have results. -- radeonhd driver doesn't resume from suspend https://bugs.launchpad.net/bugs/359082 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing li

[Bug 359082] Re: radeonhd driver doesn't resume from suspend

2009-04-15 Thread Christian Heimes
Good work, Tormod! After I've updated to xserver-xorg-video- radeonhd_1.2.5+git20090415.950842aa-0ubuntu0tormod_amd64.deb suspend to RAM with radeonhd works again. Good work! -- radeonhd driver doesn't resume from suspend https://bugs.launchpad.net/bugs/359082 You received this bug notification b

[Bug 358576] Re: exiv2 version 0.18 crashes / also crashes digikam / fixed in 0.18.1

2009-04-16 Thread Christian Heimes
I've run into the same issue with digikam, too. Please update exiv2 as soon as possible. -- exiv2 version 0.18 crashes / also crashes digikam / fixed in 0.18.1 https://bugs.launchpad.net/bugs/358576 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 346803] Re: Radeon XPRESS 200M 5955 not recognized by aticonfig:No supported adapters detected

2009-04-12 Thread Christian Heimes
*** This bug is a duplicate of bug 284408 *** https://bugs.launchpad.net/bugs/284408 fglrx doesn't work for me, too. Jaunty (AMD64) on a Lenovo T60p laptop (http://www.thinkwiki.org/wiki/Category:T60p $ lspci -vnnn 01:00.0 VGA compatible controller [0300]: ATI Technologies Inc M56GL [Mobilit

[Bug 359082] Re: radeonhd driver doesn't resume from suspend

2009-04-14 Thread Christian Heimes
I've an issue with the same hardware as Russ, too. My T60p seems to wake up fine at first. I can even move the mouse cursor and see the password prompt of the KDE screensaver, but I'm unable to type in my password. After a couple of seconds the mouse cursor gets harder and harder to move as if an a

[Bug 359082] Re: radeonhd driver doesn't resume from suspend

2009-04-14 Thread Christian Heimes
Follow up: I did some additional testing. Suspend to disk and suspend to ram are working fine with the *radeon* driver. Only the *radeonhd* video driver is playing havoc with suspend. I also run pm-suspend from the text console while X11 was running with a radeonhd driver. My system came up just f

[Bug 324632] Re: Power-saving mode buttons on Kickoff menu call pm-utils directly instead of using DBUS

2010-04-08 Thread Christian Heimes
I can verify that the screen is locked when I use Lancelot to suspend to ram. However the k-menu and the screen lock plasmoid are still broken. -- Power-saving mode buttons on Kickoff menu call pm-utils directly instead of using DBUS https://bugs.launchpad.net/bugs/324632 You received this bug n

[Bug 1899878] Re: Python's test_ssl fails starting from Ubuntu 20.04

2021-03-02 Thread Christian Heimes
FYI, yesterday GitHub Actions moved "ubuntu-latest" to 20.04. This caused breakage in CPython's CI, https://bugs.python.org/issue43382 ** Bug watch added: Python Roundup #43382 http://bugs.python.org/issue43382 -- You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 1899878] Re: Python's test_ssl fails starting from Ubuntu 20.04

2021-03-03 Thread Christian Heimes
This is really just a problem with Ubuntu 20.04 and 20.10 (and maybe older/newer releases). The same tests are passing fine on latest Debian testing as well as Fedora. Debian testing and Fedora use a crypto policy that raises security level to 2 and disallows TLS 1.0 and 1.1. Python's test suite in

[Bug 1899878] Re: Python's test_ssl fails starting from Ubuntu 20.04

2021-03-03 Thread Christian Heimes
PS: Ultimately it is your call how you want to handle the issue. You can either treat it as a bug in Ubuntu's downstream patch or close the issue as WONTFIX. In the latter case I'll add some hacks to our test suite and update our documentation that some legacy TLS features are not working on Ubuntu

[Bug 1899878] Re: Python's test_ssl fails starting from Ubuntu 20.04

2021-03-03 Thread Christian Heimes
CC Kurt Roeckx Kurt, could you please take a look? An Ubuntu's downstream patch for OpenSSL causes TLS1_AD_INTERNAL_ERROR internal error in OpenSSL's state machine and breaks CPython's test suite. Debian is not affected. It's the same problem I mentioned in my gist a couple of months ago. -- You

[Bug 1899878] Re: Python's test_ssl fails starting from Ubuntu 20.04

2021-03-03 Thread Christian Heimes
(Short answer, I'm in meetings for the rest of the day) Python's ssl module doesn't support TLS over UDP. DTLS is not an issue for CPython. I have limited experience with DTLS and cannot contribute much to that part of the discussion. Python's test suite uses its own set of certificates for testin

[Bug 1917625] [NEW] OpenSSL TLS 1.1 handshake fails internal error

2021-03-03 Thread Christian Heimes
Public bug reported: OpenSSL's SSL_do_handshake() method fails with TLSV1_ALERT_INTERNAL_ERROR when client side has TLS 1.0 to 1.2 enabled but server side has only TLS 1.0 and 1.1 enabled. The issue breaks Python's test suite for test_ssl. It looks like the problem is caused by an Ubuntu downstrea

[Bug 1899878] Re: Python's test_ssl fails starting from Ubuntu 20.04

2021-03-03 Thread Christian Heimes
> I'm not sure how this is related to anything of the above, can you please open a new bug report with details? It looks like both issues are caused by the same patch. I have filed https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1917625 for the internal error message and uploaded a Dockerfi

[Bug 1879310] Re: python package does not depend on ca-certificates

2020-11-09 Thread Christian Heimes
** Also affects: python3.9 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1879310 Title: python package does not depend on ca-certificates To man

[Bug 1879310] Re: python package does not depend on ca-certificates

2020-11-09 Thread Christian Heimes
Latest Ubuntu release is still broken: $ cat Dockerfile.ubuntu-groovy FROM ubuntu:groovy RUN apt update && \ apt upgrade -y && \ apt install -y python3 && \ apt clean RUN python3 -c 'from urllib.request import urlopen; urlopen("https://www.pypi.org";)' $ podman build -f Dockerfile.u

[Bug 1879310] Re: python package does not depend on ca-certificates

2020-11-09 Thread Christian Heimes
Other language bindings pull in ca-certificates by default. PHP either depends on ca-certificates through apache2 -> ssl-cert -> openssl or php-curl -> libcurl bindings. Ruby has an indirect dependency while nodejs has a direct dependency. # apt install ruby # aptitude why ca-certificates i ruby

[Bug 1904271] [NEW] Python 3.9 package is missing dependency on tzdata

2020-11-14 Thread Christian Heimes
Public bug reported: Python 3.9 introduced the stdlib module "zoneinfo". The module either uses the operating sytem's tzdata database or the tzdata Python package. See https://www.python.org/dev/peps/pep-0615/ for more information. Debian's and Ubuntu's python3.9 package is missing a dependency o

[Bug 1904271] Re: Python 3.9 package is missing dependency on tzdata

2020-11-14 Thread Christian Heimes
# export DEBIAN_FRONTEND="noninteractive" # apt install -yq tzdata # python3.9 -c 'import zoneinfo; print(zoneinfo.ZoneInfo("CET"))' CET -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1904271 Title:

[Bug 1904271] Re: Python 3.9 package is missing dependency on tzdata

2020-11-16 Thread Christian Heimes
Required or not, it's not part of the Ubuntu container image and therefore not available in minimal container setups. My initial comment contains a reproducer for the issue. It shows that zoneinfo module is broken in Ubuntu Groovy container. -- You received this bug notification because you are a

[Bug 1899878] Re: Python's test_ssl fails starting from Ubuntu 20.04

2021-03-09 Thread Christian Heimes
Actually, I don't want to enable TLS 1.0 and 1.1 when these versions are disabled by crypto policy or openssl.cnf. It's totally ok that these versions are disabled and don't work any more! I just need a reliable way to *detect* that the versions are disabled at runtime. The feature detection logic

[Bug 1899878] Re: Python's test_ssl fails starting from Ubuntu 20.04

2021-03-10 Thread Christian Heimes
In upstream OpenSSL, (3) is the same as (1) for a pristine SSL_CTX_new(TLS_method()) context. As far as I can see, the Ubuntu patch effectively sets the minimum version to TLS 1.2 and prevents users from setting TLS 1.0 and 1.1. I propose that the patch also changes the value of minimum protocol o

[Bug 1917625] Re: OpenSSL TLS 1.1 handshake fails internal error

2021-03-11 Thread Christian Heimes
I didn't include a setter for security level on purpose, https://bugs.python.org/issue41195 . Most recent Python version only has a getter to query security level. I strongly believe that user application should not modify security level. Security level and TLS versions should be centrally managed

[Bug 1917625] Re: OpenSSL TLS 1.1 handshake fails internal error

2021-03-12 Thread Christian Heimes
> s->cert->sec_cb() and then call it with SSL_SECOP_VERSION operation with nbits set to TLS1.1 version? then it will return and tell us if it is acceptable or not, by the security level. Nice! Could you hook up the check to SSL_CTX_set_min_proto_version() and return an error code when level and s

[Bug 1917625] Re: OpenSSL TLS 1.1 handshake fails internal error

2021-03-12 Thread Christian Heimes
> I feel that openssl upstream needs to add: server_context.verify_consistent() Yeah, I agree with you. :) The idea came up three years ago when I filed issue https://github.com/openssl/openssl/issues/5127 > 1) if openssl version 3.x, and security level is greater than 0, assume no > TLS1.1 is

[Bug 1879310] [NEW] python package does not depend on ca-certificates

2020-05-18 Thread Christian Heimes
Public bug reported: (Affects all Python versions) Python has no dependency on ca-certificates. Installing Python on a minimal Debian or Ubuntu container image does not pull in ca- certificates. This results in certificate validation issues as no trust anchors are available. Python's ssl module a

[Bug 1207004] Re: certdata2pem.py doesn't handle CKT_NSS_MUST_VERIFY_TRUST

2013-09-06 Thread Christian Heimes
I had long discussion with Marc-Andre Lemburg about the issue. He maintains the eGenix pyOpenSSL distribution which also contains root CA certs. He did some tests with TRUST settings but apparently OpenSSL ignores them. Eventually we came up with the idea to split the CA bundle into multiple files:

[Bug 925280] Re: Software RAID fails to rebuild after testing degraded cold boot

2012-04-23 Thread Christian Heimes
I did another test. First of all I shutdown and powered down the server properly. Then I unplugged one device and started the computer again. mdadm detected the missing device. After a couple of minutes I re- attached the SATA cable. mdadm didn't make an attempt to integrate the partitions. Here i

[Bug 925280] Re: Software RAID fails to rebuild after testing degraded cold boot

2012-04-23 Thread Christian Heimes
Before reboot: # mdadm /dev/md0 --add /dev/sdc1 mdadm: Cannot open /dev/sdc1: Device or resource busy After reboot (partition order has changed, /dev/sdc is now /dev/sda) # mdadm /dev/md0 --add /dev/sda1 mdadm: /dev/sda1 reports being an active member for /dev/md0, but a --re-add fails. mdadm:

[Bug 968234] Re: kmix crash in MDWSlider::update() when last.fm plays next title

2012-04-03 Thread Christian Heimes
I'm no longer able to reproduce the bug. A recent update may have fixed the segfault. I'll keep you posted. -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kdemultimedia in Ubuntu. https://bugs.launchpad.net/bugs/968234 Title: kmix crash i

[Bug 900615] Re: Machine will not suspend after a second monitor is plugged in

2012-03-13 Thread Christian Heimes
I'm affected by this bug, too. My hardware is a Lenovo T61p with nVidia Corporation G84M [Quadro FX 570M] on 11.10 AMD64. The issue with suspend starts as soon as the monitor is plugged into the DVI connector. I'm going to test the VGA plug later. -- You received this bug notification because you

[Bug 900615] Re: Machine will not suspend after a second monitor is plugged in

2012-03-13 Thread Christian Heimes
After an update to Kernel 3.2.0-18-generic the problem seems to be gone. Two suspend attempts worked correctly. (Note: I had trouble with my network connection after the upgrade. I had to disable apparmor's sbin.dhclient rule to fix it.) -- You received this bug notification because you are a me

[Bug 676780] Re: kmix uses too much memory

2010-12-01 Thread Christian Heimes
I'm affected by this bug, too. (Kubuntu 10.10, X86_64) -- kmix uses too much memory https://bugs.launchpad.net/bugs/676780 You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kdemultimedia in ubuntu. -- kubuntu-bugs mailing list kubuntu-b...@lists

[Bug 1207004] Re: certdata2pem.py doesn't handle CKT_NSS_MUST_VERIFY_TRUST

2014-02-24 Thread Christian Heimes
Please request a CVE number for this issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1207004 Title: certdata2pem.py doesn't handle CKT_NSS_MUST_VERIFY_TRUST To manage notifications about this

[Bug 925280] Re: Software RAID fails to rebuild after testing degraded cold boot

2012-04-18 Thread Christian Heimes
The bug is still in 12.04 beta 2 with all current updates. My software RAID arrays did neither recover automatically on boot nor did mdadm --add work. I had to zero out the superblocks and manually assemble the RAID arrays. Ubuntu : Ubuntu precise (development branch) Kernel: 3.2.0-23-generic x86_

[Bug 925280] Re: Software RAID fails to rebuild after testing degraded cold boot

2012-04-19 Thread Christian Heimes
I *did* unplug the cable while the system was running and the RAIDs didn't recover automatically. But I'll better start from the beginning: I'm in the process of preparing replacement disks and a new OS installation for a production server. The current disks are several years old and are reaching

[Bug 938869] Re: lsb_release crashed with SIGABRT in Py_FatalError()

2012-10-22 Thread Christian Heimes
All system command should have "-E -s" in the shebang line to isolate them from the user's env vars and local site-packages directory. -E : ignore PYTHON* environment variables (such as PYTHONPATH) -s : don't add user site directory to sys.path None of Ubuntu's Python scripts in /usr/bin

[Bug 925280] Re: Software RAID fails to rebuild after testing degraded cold boot

2012-06-29 Thread Christian Heimes
I'm sorry but I can no longer test the RAID array on the server. The machine was delivered and went into production over two months ago. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/925280 Title: S

[Bug 973486] Re: error: invalid blocklist

2012-05-24 Thread Christian Heimes
** Description changed: From bug #972221 comment #4: I get this message at boot after the most recent grub update. I didn't get it before and didn't see any errors when updating grub. (It did ask and overwrite my /etc/default/grub which I had modified.) -- Unlike the reporter

[Bug 1057201] Re: New upstream 3.15.3 release

2012-11-28 Thread Christian Heimes
I'm the author of smc.freeimage. FreeImage 3.15.4 has been released over a month ago, too. It's compatible with my library. However it has a bug in its TIFF code. You have to apply my patch from https://sourceforge.net/p/freeimage/bugs/214/ , too. -- You received this bug notification because yo

[Bug 968234] [NEW] kmix crash in MDWSlider::update() when last.fm plays next title

2012-03-29 Thread Christian Heimes
Public bug reported: Ubuntu: 12.04 devel platform: AMD64 kmix: 4:4.8.1-0ubuntu1 lastfm: 1:1.5.4.27091+dfsg-6ubuntu2 Everytime last.fm plays the next song, kmix crashs with a segfault. I'm able to reproduce the bug everytime I skip to the next title. Application: KMix (kmix), signal: Segmentation

[Bug 618253] Re: Error shown on screen after resume with radeon card

2010-11-07 Thread Christian Heimes
I'm experiencing even more trouble on my Thinkpad T60 with an ATI M56GL [Mobility FireGL V5250] since the update to 10.10. Sometimes the screen goes black during work. On some occasions I'm able to switch to the first console and see the atombios warnings. Most of the time it's E93E but I've seen E

[Bug 1879310] Re: python package does not depend on ca-certificates

2021-12-13 Thread Christian Heimes
Reminder: It's been over 18 months since I reported this bug. python3 3.6.7-1~18.04 (bionic) and python3 3.8.2-0ubuntu2 (focal) are still not fixed. The bugfix is a trivial one-line change, which I mentioned in comment #1 over 13 months ago. -- You received this bug notification because you are a