perfsonar-user - Re: [perfsonar-user] perfSONAR 4.0 RC1 CentOS 7 testing thread
Subject: perfSONAR User Q&A and Other Discussion
List archive
- From: Laurie Zirkle <>
- To: Mark Feit <>
- Cc: "" <>, "" <>
- Subject: Re: [perfsonar-user] perfSONAR 4.0 RC1 CentOS 7 testing thread
- Date: Mon, 28 Nov 2016 11:00:48 -0500
- Ironport-phdr: 9a23:7AxwOR+rcPU1XP9uRHKM819IXTAuvvDOBiVQ1KB31eocTK2v8tzYMVDF4r011RmSDN6dsKwP27OempujcFRI2YyGvnEGfc4EfD4+ouJSoTYdBtWYA1bwNv/gYn9yNs1DUFh44yPzahANS47xaFLIv3K98yMZFAnhOgppPOT1HZPZg9iq2+yo9ZDeZwtFiCCzbL5zIxm7rhjdvdQKjIV/Lao81gHHqWZSdeRMwmNoK1OTnxLi6cq14ZVu7Sdete8/+sBZSan1cLg2QrJeDDQ9LmA6/9brugXZTQuO/XQTTGMbmQdVDgff7RH6WpDxsjbmtud4xSKXM9H6QawyVD+/9KpgVgPmhzkbOD446GHXi9J/jKRHoBK6uhdzx5fYbJyJOPZie6/Qe84RS2hcUcZLTyFOAI28YYsBAeQCIOhWsZXyqVQVoBuiHAmhHv/jxiNUinL026AxzuQvERvB3AwlB98Atm7brMjvNKcTT+++0arHzTTZb/NV3Tfy9pXDfxclof6WQbJ9atTRyVU1Gwzbk1qQtJXoMjWI3eoDtGib6vBvVeOpi2M/pAFxoySvxscxiobSnI4a1lfE9SB/zY0oJtO4UFZ2bcClHZdMtSyXMpB5T8w+T210vSs3zqMKtJu4cSUF1Jgr2xvSZ+CCfoWG7B/uUeiRLix6iX9kfb+yhAq+/Em+xeHkSMW4zFJHojBGn9TMrHwByQHf58qdRvdg+kqs2zCC3B3J5O5eO0A7j6/bJoYhwrEukpoTtlzOHijzmEXskqOabFkr9fSy5+T5frXqvIGTOJJpig3mM6QunNKwAfggPwQQXmWX5eax2bj48kD2XLlGkvg7n63HvJ3fJskWqbK1DxNQ34o/7huyATmr3dEWnXYcLl9IeReKgov1N1zPPv/0FfK/jE6tkDdvyfDGJLrhApDVI3jHirjhYa1w61BAyAYp099Q+o9UBqkbIP3vQk/xqMDYDhghPgys3ennEtt91pgZWWKJGKCZKrresUKT5u0xOemBf4sVuDfmK/g5/P7ik2U1mV4bfam1w5QXcna4Eep6I0mHe3bjnMoOEXpZ9jY5Gcnjkl7KfzNSez7mWqwx5y0TCYS6AJ3FS5z3xrGNwXHoMIdRYzViA02WEHqgRYSeWPMBIHaWK9NJjCBCWLS8HdxynSqyvRP3nuI0ZtHf/TcV4Ne6jIB4
FWIW, I have been seeing the same issue since earlier this week. My
automatic updates were failing because of the conflict. I have the
pS-PerfSONAR packages installed via yum on top of our own CentOS-7
installation.
# yum update
.....
Installing for dependencies:
python-babel noarch 0.9.6-8.el7 base 1.4
M
python-flask noarch 1:0.10.1-3.el7 epel 204
k
python-jinja2 noarch 2.7.2-2.el7 base 515
k
python-werkzeug noarch 0.9.1-1.el7 epel 562
k
...
file /usr/lib/python2.7/site-packages/jinja2/sandbox.pyc from
install of python-jinja2-2.7.2-2.el7.noarch conflicts with file from
package python-Jinja2-2.8-1.el7.centos.noarch
--
Laurie
On Mon, Nov 28, 2016 at 10:40 AM, Mark Feit
<>
wrote:
> Bill Owens writes:
>>
>>This morning's round of updates is failing because it appears that a
>>dependency is asking for an install of
>>python-jinja2 2.7.2-2.el7, which is a downgrade from the already installed
>>2-2.8-1.el7. I'm not sure which
>>pS package is causing the issue, nor why a downgrade is needed; is there a
>>way to check where the
>>dependency comes from?
>
> The software behind the REST API was written using the Flask framework,
> which depends on Jinja2 and another package called Werkzeug. I’d packaged
> up versions of all three as part of our own distribution, but it turns out
> that Red Hat had done the same thing with a slight difference: the first
> letter in the package names were lowercase (python-jinja2 vs.
> python-Jinja2). The uppercase versions met Red Hat’s naming guidelines, so
> I have no idea why they went lowercase, but they did.
>
> To make a long story short, Matt Woodward had installed SaltStack on one of
> his systems, and there ended up being a conflict between jinja2 and Jinja2.
> (See messages in this thread from October 31 and November 14.) Because of
> a quirk in the way YUM behaves, we had to do a set of the three
> uppercase-named packages with no files in them to make for a hands-off
> transition during an upgrade. It went off without a hitch in the test bed,
> so it was released into the staging build.
>
> Nothing in pS depends on anything other than python-flask, which depends on
> the other two packages. If you can supply the exact error messages and let
> me know if your system has anything other than the toolkit installed, I’ll
> see what I can do to figure the situation out. None of this will be in the
> 4.0 release, so new installations and upgrades from 3.5.x won’t have this
> problem.
>
> See also https://github.com/perfsonar/pscheduler/issues/215
>
> --Mark
>
>
- Re: [perfsonar-user] perfSONAR 4.0 RC1 CentOS 7 testing thread, Mark Feit, 11/02/2016
- Re: [perfsonar-user] perfSONAR 4.0 RC1 CentOS 7 testing thread, Matthew Woodward, 11/14/2016
- Re: [perfsonar-user] perfSONAR 4.0 RC1 CentOS 7 testing thread, Mark Feit, 11/14/2016
- <Possible follow-up(s)>
- Re: [perfsonar-user] perfSONAR 4.0 RC1 CentOS 7 testing thread, Bill Owens, 11/17/2016
- Re: [perfsonar-user] perfSONAR 4.0 RC1 CentOS 7 testing thread, Mark Feit, 11/17/2016
- Re: [perfsonar-user] perfSONAR 4.0 RC1 CentOS 7 testing thread, Bill Owens, 11/17/2016
- Re: [perfsonar-user] perfSONAR 4.0 RC1 CentOS 7 testing thread, Mark Feit, 11/18/2016
- Re: [perfsonar-user] perfSONAR 4.0 RC1 CentOS 7 testing thread, Bill Owens, 11/28/2016
- Re: [perfsonar-user] perfSONAR 4.0 RC1 CentOS 7 testing thread, Mark Feit, 11/28/2016
- Re: [perfsonar-user] perfSONAR 4.0 RC1 CentOS 7 testing thread, Laurie Zirkle, 11/28/2016
- Re: [perfsonar-user] perfSONAR 4.0 RC1 CentOS 7 testing thread, Bill Owens, 11/28/2016
- Re: [perfsonar-user] perfSONAR 4.0 RC1 CentOS 7 testing thread, Mark Feit, 11/28/2016
- Re: [perfsonar-user] perfSONAR 4.0 RC1 CentOS 7 testing thread, Mark Feit, 11/28/2016
- Re: [perfsonar-user] perfSONAR 4.0 RC1 CentOS 7 testing thread, Bill Owens, 11/17/2016
- Re: [perfsonar-user] perfSONAR 4.0 RC1 CentOS 7 testing thread, Mark Feit, 11/17/2016
- Re: [perfsonar-user] perfSONAR 4.0 RC1 CentOS 7 testing thread, Matthew Woodward, 11/14/2016
Archive powered by MHonArc 2.6.19.