[Bug 1935709] Re: grpc++-dev doesn't install gRPCConfig.cmake

2024-02-29 Thread Ken Dreyer (Red Hat)
Also reported at https://bugs.launchpad.net/ubuntu/+source/grpc/+bug/2019881 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1935709 Title: grpc++-dev doesn't install gRPCConfig.cmake To manage

[Bug 2019881] Re: Dev package does not contain cmake files

2024-02-29 Thread Ken Dreyer (Red Hat)
See also https://bugs.launchpad.net/ubuntu/+source/grpc/+bug/1935709 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2019881 Title: Dev package does not contain cmake files To manage notifications

[Bug 1865900] Re: apache 2.4.29-1ubuntu4.12 authentication with client certificate broken

2021-08-18 Thread Ken Dreyer (Red Hat)
Focal's curl 7.68.0-1ubuntu2.6 now supports post-handshake client authentication. curl \ --tls-max 1.2 \ --cacert ~/.koji/pki/koji-ca.crt \ --cert ~/koji-ansible/koji-tools/admin.crt \ --key ~/koji-ansible/koji-tools/admin.key \ https://localhost/kojihub/ssllogin However,

[Bug 1865900] Re: apache 2.4.29-1ubuntu4.12 authentication with client certificate broken

2020-03-05 Thread Ken Dreyer (Red Hat)
"SSLProtocol all -SSLv3" is in the default /etc/apache2/mods- enabled/ssl.conf. Why does the behavior change when I set "SSLProtocol TLSv1.3 TLSv1.2"? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1865900] Re: apache 2.4.29-1ubuntu4.12 authentication with client certificate broken

2020-03-05 Thread Ken Dreyer (Red Hat)
With Bionic's apache 2.4.29-1ubuntu4.12: "SSLProtocol TLSv1.3 TLSv1.2" - works "SSLProtocol TLSv1.3 +TLSv1.2" - does not work "SSLProtocol all -SSLv3" - does not work -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1865900] Re: apache 2.4.29-1ubuntu4.12 authentication with client certificate broken

2020-03-05 Thread Ken Dreyer (Red Hat)
>From https://bugzilla.redhat.com/show_bug.cgi?id=1761403: "The fix is available in urllib3 1.25.4. The fix requires Python 3.7.4 or newer with fix https://bugs.python.org/issue37428 ." I upgraded urllib3 and requests to the Disco versions: Unpacking python3-urllib3 (1.24.1-1ubuntu0.1) over

[Bug 1865900] Re: apache 2.4.29-1ubuntu4.12 authentication with client certificate broken

2020-03-04 Thread Ken Dreyer (Red Hat)
I can confirm this as well. I have a CI job that uses python-requests to contact Apache with SSL x590 client authentication. This job passed with apache 2.4.29-1ubuntu4.11 and it fails with apache 2.4.29-1ubuntu4.12. Passing: https://travis-ci.org/ktdreyer/koji-ansible/builds/655568368 Failing:

[Bug 1803423] [NEW] koji-client should depend on requests and dateutil

2018-11-14 Thread Ken Dreyer (Red Hat)
Public bug reported: I'm using koji-client_1.16.0-2 on Cosmic. $ koji hello Traceback (most recent call last): File "/usr/bin/koji", line 40, in import koji File "/usr/lib/python2.7/dist-packages/koji/__init__.py", line 64, in import requests ImportError: No module named requests

[Bug 1803416] [NEW] update bionic to 1.16.0

2018-11-14 Thread Ken Dreyer (Red Hat)
Public bug reported: Bionic currently has Koji v1.10.0. This version lacks the "import-cg" command. Would you please update the Bionic package to the 1.16.0 one in Cosmic? ** Affects: koji (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because

[Bug 1777479] [NEW] RFE: add "allow-unauthenticated" option to add-apt-repository

2018-06-18 Thread Ken Dreyer (Red Hat)
Public bug reported: The apt command has an "--allow-unauthenticated" option. It would be great to add "--allow-unauthenticated" to "add-apt- repository" as well. This could add the "[trusted=yes]" option to the /etc/apt/sources.list.d/my_trusted_repo.list definition. Like so: deb

[Bug 1744072] Re: MIR Chrony in 18.04

2018-01-22 Thread Ken Dreyer (Red Hat)
Ceph tracker to switch from ntpd to chronyd: http://tracker.ceph.com/issues/22751 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1744072 Title: MIR Chrony in 18.04 To manage notifications about

[Bug 1709396] Re: gcc-7/i386|armhf 12.1.2 FTBFS

2017-08-10 Thread Ken Dreyer (Red Hat)
For the record this went upstream in https://github.com/ceph/ceph/pull/16938 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1709396 Title: gcc-7/i386|armhf 12.1.2 FTBFS To manage notifications

[Bug 1636322] Re: [SRU] upstart: ceph-all service starts before networks up

2017-05-16 Thread Ken Dreyer (Red Hat)
Thanks Billy, I'll update upstream's tracker with that PR link. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1636322 Title: [SRU] upstart: ceph-all service starts before networks up To manage

[Bug 1636322] Re: [SRU] upstart: ceph-all service starts before networks up

2017-05-16 Thread Ken Dreyer (Red Hat)
James and Billy, was a patch sent upstream for this? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1636322 Title: [SRU] upstart: ceph-all service starts before networks up To manage notifications

[Bug 1647864] Re: google-perftools can deadlock with dlopen on startup

2017-04-28 Thread Ken Dreyer (Red Hat)
Would you please fix this in Xenial? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1647864 Title: google-perftools can deadlock with dlopen on startup To manage notifications about this bug go to:

[Bug 1411030] Re: backport support for unix domain sockets

2017-01-20 Thread Ken Dreyer (Red Hat)
We're going to remove support for FCGI in RGW: http://tracker.ceph.com/issues/16784, so we won't need this bug any more. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1411030 Title: backport

[Bug 1422417] Re: ceph radosgw needs mod-proxy-fcgi for apache 2.2

2017-01-20 Thread Ken Dreyer (Red Hat)
We're going to remove support for FCGI in RGW: http://tracker.ceph.com/issues/16784, so we won't need this bug any more. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1422417 Title: ceph radosgw

[Bug 1647864] Re: google-perftools can deadlock with dlopen on startup

2016-12-13 Thread Ken Dreyer (Red Hat)
Here's the RHEL 7 bug: http://bugzilla.redhat.com/1339710 Patch we used in RHEL 7: https://git.centos.org/raw/rpms!gperftools/7a06cf7fbfd7d53213c1c5f1206f3b8b0c89101d/SOURCES !gp-Use-initial-exec-tls-for-libunwind-s-recursion-flag.patch -- You received this bug notification because you are a

[Bug 1636544] Re: SUSE lrbd support for high availability iSCSI gateway and multipath support of Ceph RBD images

2016-10-26 Thread Ken Dreyer (Red Hat)
Sure. Also note that I think these utilities rely on features in kernel 4.9 (also backported to RHEL 7.3's upcoming kernel-3.10.0-514.el7 or later), so it probably won't work on Ubuntu 14.04 and 16.04's standard kernels. In terms of HWE kernels for those, it looks like only 16.04.3 or 16.04.4 will

[Bug 1636544] Re: SUSE lrbd support for high availability iSCSI gateway and multipath support of Ceph RBD images

2016-10-26 Thread Ken Dreyer (Red Hat)
To clarify the list of supported OSes: I am leaning towards retiring lrbd from Fedora, and we have no plans to ship that tool on RHEL (via the Red Hat Ceph Storage product). Instead, we're going to use these projects to manage the userland iSCSI bits:

[Bug 1629356] [NEW] update xenial to 0.8.0

2016-09-30 Thread Ken Dreyer (Red Hat)
Public bug reported: Would you please ship zstd 0.8.0 for Xenial and Trusty? Ceph is going to have to bundle a newer zstd in the meantime, which makes Ceph's build times longer, and makes it harder for us all to track security issues in this library (https://github.com/ceph/ceph/pull/11156) **

[Bug 1597406] Re: Incorrect location of /etc/defaults in ceph systemd files

2016-06-29 Thread Ken Dreyer (Red Hat)
"/etc/default/ceph/ceph" is wrong and this needs to be "/etc/default/ceph" everywhere. This has been fixed in Ceph upstream. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1597406 Title: Incorrect

[Bug 1596063] [NEW] split server packages

2016-06-24 Thread Ken Dreyer (Red Hat)
Public bug reported: Would you please split the yakkety ceph packages according to the split that's happened in the upstream ceph.com Debian packaging? "ceph" is now "ceph-base" "ceph-mon" + "ceph-osd" ** Affects: ceph (Ubuntu) Importance: Undecided Status: New -- You received

[Bug 1432644] Re: VM permanently tries to read /dev/shm/lttng-ust-wait-5

2016-02-03 Thread Ken Dreyer (Red Hat)
FYI ceph v0.94.6 will load LTTng-UST only when specifically configured. This should avoid SELinux / AppArmor denials in most cases. See http://tracker.ceph.com/issues/13274 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ceph in

[Bug 1432644] Re: VM permanently tries to read /dev/shm/lttng-ust-wait-5

2016-02-03 Thread Ken Dreyer (Red Hat)
FYI ceph v0.94.6 will load LTTng-UST only when specifically configured. This should avoid SELinux / AppArmor denials in most cases. See http://tracker.ceph.com/issues/13274 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1432786] Re: upgrade of ceph in vivid breaks qemu-system-arm

2015-06-04 Thread Ken Dreyer (Red Hat)
The patch was merged to Ceph master upstream in 35c5fd0091fc4d63b21207fb94e46b343519fd56 (https://github.com/ceph/ceph/pull/4839) ** Bug watch added: Red Hat Bugzilla #186 https://bugzilla.redhat.com/show_bug.cgi?id=186 ** Also affects: ceph (Fedora) via

[Bug 1432786] Re: upgrade of ceph in vivid breaks qemu-system-arm

2015-06-04 Thread Ken Dreyer (Red Hat)
The patch was merged to Ceph master upstream in 35c5fd0091fc4d63b21207fb94e46b343519fd56 (https://github.com/ceph/ceph/pull/4839) ** Bug watch added: Red Hat Bugzilla #186 https://bugzilla.redhat.com/show_bug.cgi?id=186 ** Also affects: ceph (Fedora) via

[Bug 1281074] Re: updatedb.conf: CephFS should be included in PRUNEFS

2015-05-21 Thread Ken Dreyer (Red Hat)
** Bug watch added: Red Hat Bugzilla #1223582 https://bugzilla.redhat.com/show_bug.cgi?id=1223582 ** Also affects: mlocate (Fedora) via https://bugzilla.redhat.com/show_bug.cgi?id=1223582 Importance: Unknown Status: Unknown ** Bug watch added: Debian Bug tracker #786433

[Bug 1281074] Re: updatedb.conf: CephFS should be included in PRUNEFS

2015-05-20 Thread Ken Dreyer (Red Hat)
Wido, did you end up filing a bug with Debian on this? If not, I can do so. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1281074 Title: updatedb.conf: CephFS should be included in PRUNEFS To

[Bug 1411757] Re: update to latest msgpack-python release

2015-04-13 Thread Ken Dreyer (Red Hat)
Agreed, 0.4.6 is better :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1411757 Title: update to latest msgpack-python release To manage notifications about this bug go to:

[Bug 1411030] Re: backport support for unix domain sockets

2015-02-09 Thread Ken Dreyer (Red Hat)
Here's the patch that Red Hat ships to provide UDS support for their httpd 2.4.6 package on RHEL 7. (This patch can be found in CentOS' git repository, https://git.centos.org/log/!rpms!httpd.git/refs!heads!c7 ) ** Patch added: Red Hat's patch for UDS support in httpd 2.4.6

[Bug 1411030] Re: backport support for unix domain sockets

2015-02-09 Thread Ken Dreyer (Red Hat)
Here's the patch that Red Hat ships to provide UDS support for their httpd 2.4.6 package on RHEL 7. (This patch can be found in CentOS' git repository, https://git.centos.org/log/!rpms!httpd.git/refs!heads!c7 ) ** Patch added: Red Hat's patch for UDS support in httpd 2.4.6

[Bug 1411757] [NEW] update to latest msgpack-python release

2015-01-16 Thread Ken Dreyer (Red Hat)
Public bug reported: msgpack-python version 0.4.4 is out on PyPI. Would you mind updating the Ubuntu packages to 0.4.4? (It would be great to see a newer version in Precise as well) ** Affects: msgpack-python (Ubuntu) Importance: Undecided Status: New -- You received this bug

[Bug 1411757] [NEW] update to latest msgpack-python release

2015-01-16 Thread Ken Dreyer (Red Hat)
Public bug reported: msgpack-python version 0.4.4 is out on PyPI. Would you mind updating the Ubuntu packages to 0.4.4? (It would be great to see a newer version in Precise as well) ** Affects: msgpack-python (Ubuntu) Importance: Undecided Status: New -- You received this bug

[Bug 1411030] [NEW] backport support for unix domain sockets

2015-01-14 Thread Ken Dreyer (Red Hat)
Public bug reported: Background: Ceph's RADOS Gateway (RGW) is a web application that provides an S3- and Swift-compatible interface to Ceph. RGW uses mod_proxy_fcgi in Apache 2.4. In the Ceph team's testing, the RGW application performs much better when using Unix Domain Sockets with

[Bug 1411030] [NEW] backport support for unix domain sockets

2015-01-14 Thread Ken Dreyer (Red Hat)
Public bug reported: Background: Ceph's RADOS Gateway (RGW) is a web application that provides an S3- and Swift-compatible interface to Ceph. RGW uses mod_proxy_fcgi in Apache 2.4. In the Ceph team's testing, the RGW application performs much better when using Unix Domain Sockets with