Project

Profile

Help

Issue #1907

closed

python-pulp-streamer is not pulled with groupinstall pulp-server-qpid

Added by lhorace almost 8 years ago. Updated about 5 years ago.

Status:
CLOSED - WONTFIX
Priority:
High
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
2.8.2
Platform Release:
OS:
RHEL 7
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Documentation, Pulp 2
Sprint:
Quarter:

Description

Hello,

In regards to RHEL packages, I am not sure if I should be reporting this issue here or to the maintainer of https://repos.fedorapeople.org/repos/pulp/pulp/stable/2/.

Regardless, When I attempted to download content units for a repository, the task failed. Additionally, pulp did not log the reason of the failure.

[root@pulp ~]# pulp repo download --repo-id=icinga-x86_64-stable-release
+----------------------------------------------------------------------+
         Downloading Repository [icinga-x86_64-stable-release]
+----------------------------------------------------------------------+

This command may be exited via ctrl+c without affecting the request.

Download Repository Content
[==========================================        ] 85%
92 of 107 items
... failed

Task Succeeded

I came accross this issue https://pulp.plan.io/issues/1691 which was close because pulp_streamer was not running. In fact, in my case, although /usr/lib/systemd/system/pulp_streamer.service is provided by pulp-server-2.8.2-1.el7.noarch. There is no /usr/bin/pulp_streamer, which is provided by python-pulp-streamer-2.8.2-1.el7.noarch. Oddly enough, both pulp-server-2.8.2-1.el7.noarch and python-pulp-streamer-2.8.2-1.el7.noarch provide /usr/lib/systemd/system/pulp_streamer.service which yum did not see as a conflict. :/

[root@pulp ~]# rpm -qf /usr/lib/systemd/system/pulp_streamer.service 
pulp-server-2.8.2-1.el7.noarch
python-pulp-streamer-2.8.2-1.el7.noarch

Additionally, 'yum groupinstall pulp-server-qpid' from http://pulp.readthedocs.io/en/latest/user-guide/installation.html#prerequisites did not seem to pull python-pulp-streamer.

Apr 30 04:20:27 Installed: qpid-proton-c-0.12.1-1.el7.x86_64
Apr 30 04:20:29 Installed: qpid-proton-c-devel-0.12.1-1.el7.x86_64
Apr 30 04:20:51 Installed: python-qpid-proton-0.12.1-1.el7.x86_64
Apr 30 04:21:23 Installed: boost-system-1.53.0-25.el7.x86_64
Apr 30 04:21:25 Installed: boost-filesystem-1.53.0-25.el7.x86_64
Apr 30 04:21:26 Installed: boost-thread-1.53.0-25.el7.x86_64
Apr 30 04:21:28 Installed: 2:libunwind-1.1-5.el7_2.2.x86_64
Apr 30 04:21:30 Installed: gperftools-libs-2.4-7.0.1.el7.x86_64
Apr 30 04:21:32 Installed: yaml-cpp-0.5.1-6.el7.x86_64
Apr 30 04:21:34 Installed: libstemmer-0-2.585svn.el7.x86_64
Apr 30 04:21:36 Installed: 1:v8-3.14.5.10-17.el7.x86_64
Apr 30 04:21:38 Installed: snappy-1.1.0-3.el7.x86_64
Apr 30 04:21:39 Installed: boost-program-options-1.53.0-25.el7.x86_64
Apr 30 04:21:46 Installed: mongodb-server-2.6.11-1.el7.x86_64
Apr 30 04:32:52 Installed: boost-chrono-1.53.0-25.el7.x86_64
Apr 30 04:32:55 Installed: libicu-50.1.2-15.el7.x86_64
Apr 30 04:32:57 Installed: boost-regex-1.53.0-25.el7.x86_64
Apr 30 04:32:59 Installed: boost-date-time-1.53.0-25.el7.x86_64
Apr 30 04:33:01 Installed: libdb4-4.8.30-13.el7.x86_64
Apr 30 04:33:02 Installed: libdb4-cxx-4.8.30-13.el7.x86_64
Apr 30 04:33:06 Installed: boost-wave-1.53.0-25.el7.x86_64
Apr 30 04:33:07 Installed: boost-graph-1.53.0-25.el7.x86_64
Apr 30 04:33:10 Installed: boost-locale-1.53.0-25.el7.x86_64
Apr 30 04:33:11 Installed: boost-timer-1.53.0-25.el7.x86_64
Apr 30 04:33:13 Installed: boost-python-1.53.0-25.el7.x86_64
Apr 30 04:33:15 Installed: boost-serialization-1.53.0-25.el7.x86_64
Apr 30 04:33:17 Installed: boost-atomic-1.53.0-25.el7.x86_64
Apr 30 04:33:21 Installed: boost-context-1.53.0-25.el7.x86_64
Apr 30 04:33:28 Installed: cyrus-sasl-2.1.26-20.el7_2.x86_64
Apr 30 04:33:31 Installed: boost-random-1.53.0-25.el7.x86_64
Apr 30 04:33:34 Installed: boost-iostreams-1.53.0-25.el7.x86_64
Apr 30 04:33:37 Installed: libaio-0.3.109-13.el7.x86_64
Apr 30 04:33:40 Installed: boost-signals-1.53.0-25.el7.x86_64
Apr 30 04:33:44 Installed: boost-test-1.53.0-25.el7.x86_64
Apr 30 04:33:46 Installed: boost-math-1.53.0-25.el7.x86_64
Apr 30 04:33:48 Installed: boost-1.53.0-25.el7.x86_64
Apr 30 04:33:50 Installed: qpid-cpp-client-0.34-6.el7.x86_64
Apr 30 04:33:54 Installed: qpid-cpp-server-0.34-6.el7.x86_64
Apr 30 04:33:56 Installed: qpid-cpp-server-linearstore-0.34-6.el7.x86_64
Apr 30 07:34:48 Installed: python-dateutil-1.5-7.el7.noarch
Apr 30 07:34:51 Installed: m2crypto-0.21.1-17.el7.x86_64
Apr 30 07:34:53 Installed: python-rhsm-1.15.4-5.el7.x86_64
Apr 30 07:39:30 Installed: python-isodate-0.5.0-4.pulp.el7.noarch
Apr 30 07:39:32 Installed: python-pulp-common-2.8.2-1.el7.noarch
Apr 30 07:39:34 Installed: apr-1.4.8-3.el7.x86_64
Apr 30 07:39:36 Installed: apr-util-1.5.2-6.0.1.el7.x86_64
Apr 30 07:39:38 Installed: cronie-1.4.11-14.el7_2.1.x86_64
Apr 30 07:39:40 Installed: crontabs-1.11-6.20121102git.el7.noarch
Apr 30 07:39:42 Installed: cronie-anacron-1.4.11-14.el7_2.1.x86_64
Apr 30 07:39:44 Installed: python-blinker-1.3-2.el7.noarch
Apr 30 07:39:46 Installed: python-semantic_version-2.4.2-1.el7.noarch
Apr 30 07:39:47 Installed: deltarpm-3.6-3.el7.x86_64
Apr 30 07:39:50 Installed: python-httplib2-0.7.7-3.el7.noarch
Apr 30 07:39:51 Installed: python-anyjson-0.3.3-3.el7.noarch
Apr 30 07:39:53 Installed: python-amqp-1.4.9-1.el7.noarch
Apr 30 07:39:55 Installed: python-gofer-2.7.5-1.el7.noarch
Apr 30 07:39:57 Installed: 1:python-kombu-3.0.33-4.pulp.el7.noarch
Apr 30 07:39:59 Installed: python-deltarpm-3.6-3.el7.x86_64
Apr 30 07:40:01 Installed: httpd-tools-2.4.6-40.0.1.el7.x86_64
Apr 30 07:40:03 Installed: python-pulp-rpm-common-2.8.2-1.el7.noarch
Apr 30 07:40:05 Installed: python-django-bash-completion-1.6.11-5.el7.noarch
Apr 30 07:40:11 Installed: python-django-1.6.11-5.el7.noarch
Apr 30 07:40:13 Installed: libselinux-python-2.2.2-6.el7.x86_64
Apr 30 07:40:15 Installed: python-six-1.9.0-2.el7.noarch
Apr 30 07:40:17 Installed: checkpolicy-2.1.12-6.el7.x86_64
Apr 30 07:40:19 Installed: python-bson-3.2-1.el7.x86_64
Apr 30 07:40:23 Installed: python-pymongo-3.2-1.el7.x86_64
Apr 30 07:40:24 Installed: python-pymongo-gridfs-3.2-1.el7.x86_64
Apr 30 07:40:27 Installed: python-mongoengine-0.10.5-1.el7.noarch
Apr 30 07:40:29 Installed: pytz-2012d-5.el7.noarch
Apr 30 07:40:32 Installed: audit-libs-python-2.4.1-5.el7.x86_64
Apr 30 07:40:34 Installed: libusal-1.1.11-23.el7.x86_64
Apr 30 07:40:36 Installed: genisoimage-1.1.11-23.el7.x86_64
Apr 30 07:40:38 Installed: 1:python-billiard-3.3.0.17-2.el7.x86_64
Apr 30 07:40:39 Installed: python-backports-1.0-8.el7.x86_64
Apr 30 07:40:43 Installed: python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch
Apr 30 07:40:47 Installed: python-setuptools-0.9.8-4.el7.noarch
Apr 30 07:40:48 Installed: python-pulp-docker-common-2.0.0-1.el7.noarch
Apr 30 07:40:51 Installed: python-pulp-puppet-common-2.8.2-1.el7.noarch
Apr 30 07:40:52 Installed: python-urllib3-1.10.2-2.el7_1.noarch
Apr 30 07:40:55 Installed: libcgroup-0.41-8.el7.x86_64
Apr 30 07:40:59 Installed: libxml2-python-2.9.1-6.0.1.el7_2.2.x86_64
Apr 30 07:41:01 Installed: createrepo-0.9.9-25.el7_2.noarch
Apr 30 07:41:02 Installed: python-IPy-0.75-6.el7.noarch
Apr 30 07:41:04 Installed: saslwrapper-0.16-5.el7.x86_64
Apr 30 07:41:06 Installed: python-saslwrapper-0.16-5.el7.x86_64
Apr 30 07:41:08 Installed: python-simplejson-3.3.3-1.el7.x86_64
Apr 30 07:41:10 Installed: python-oauth2-1.5.211-8.el7.noarch
Apr 30 07:41:12 Installed: setools-libs-3.3.7-46.el7.x86_64
Apr 30 07:41:14 Installed: python-qpid-common-0.32-13.el7.noarch
Apr 30 07:41:16 Installed: python-qpid-0.32-13.el7.noarch
Apr 30 07:41:18 Installed: python-qpid-qmf-0.32-1.el7.x86_64
Apr 30 07:41:21 Installed: qpid-qmf-0.32-1.el7.x86_64
Apr 30 07:41:24 Installed: oracle-logos-70.0.3-4.0.7.el7.noarch
Apr 30 07:41:26 Installed: libsemanage-python-2.1.10-18.el7.x86_64
Apr 30 07:41:29 Installed: policycoreutils-python-2.2.5-20.0.1.el7.x86_64
Apr 30 07:41:31 Installed: pyparsing-1.5.6-9.el7.noarch
Apr 30 07:41:35 Installed: python-celery-3.1.11-1.el7.noarch
Apr 30 07:41:37 Installed: python-chardet-2.2.1-1.el7_1.noarch
Apr 30 07:41:39 Installed: python-requests-2.6.0-1.el7_1.noarch
Apr 30 07:41:41 Installed: python-nectar-1.5.1-1.el7.noarch
Apr 30 07:41:44 Installed: libxslt-1.1.28-5.0.1.el7.x86_64
Apr 30 07:41:46 Installed: python-lxml-3.2.1-4.el7.x86_64
Apr 30 07:41:48 Installed: python-ldap-2.4.15-2.el7.x86_64
Apr 30 07:41:50 Installed: mailcap-2.1.41-2.el7.noarch
Apr 30 07:41:54 Installed: httpd-2.4.6-40.0.1.el7.x86_64
Apr 30 07:41:58 Installed: 1:mod_ssl-2.4.6-40.0.1.el7.x86_64
Apr 30 07:41:59 Installed: mod_wsgi-3.4-12.el7_0.x86_64
Apr 30 07:42:01 Installed: python-pulp-repoauth-2.8.2-1.el7.noarch
Apr 30 07:42:04 Installed: python-pulp-oid_validation-2.8.2-1.el7.noarch
Apr 30 07:42:06 Installed: mod_xsendfile-0.12-10.el7.x86_64
Apr 30 07:42:13 Installed: pulp-server-2.8.2-1.el7.noarch
Apr 30 07:42:15 Installed: createrepo_c-libs-0.9.0-1.el7.x86_64
Apr 30 07:42:18 Installed: createrepo_c-0.9.0-1.el7.x86_64
Apr 30 07:42:21 Installed: pulp-rpm-plugins-2.8.2-1.el7.noarch
Apr 30 07:42:23 Installed: pulp-puppet-plugins-2.8.2-1.el7.noarch
Apr 30 07:42:24 Installed: pulp-docker-plugins-2.0.0-1.el7.noarch
Apr 30 07:42:28 Installed: pulp-selinux-2.8.2-1.el7.noarch
Apr 30 07:42:30 Installed: qpid-tools-0.32-9.el7.noarch
Apr 30 07:42:33 Installed: python-gofer-qpid-2.7.5-1.el7.noarch
Apr 30 08:09:51 Installed: htop-2.0.1-1.el7.x86_64
Apr 30 08:21:57 Installed: python-pulp-bindings-2.8.2-1.el7.noarch
Apr 30 08:21:59 Installed: python-okaara-1.0.35-1.el7.noarch
Apr 30 08:22:02 Installed: python-pulp-client-lib-2.8.2-1.el7.noarch
Apr 30 08:22:04 Installed: pulp-admin-client-2.8.2-1.el7.noarch
Apr 30 08:22:06 Installed: pulp-puppet-admin-extensions-2.8.2-1.el7.noarch
Apr 30 08:22:08 Installed: pulp-rpm-admin-extensions-2.8.2-1.el7.noarch
Apr 30 08:22:11 Installed: pulp-docker-admin-extensions-2.0.0-1.el7.noarch
Apr 30 08:38:59 Installed: less-458-9.el7.x86_64

Regards

Also available in: Atom PDF