Discussion:
[Freeipa-users] weird conflicts in AWS EC2 install
Kat
2017-04-25 14:06:32 UTC
Permalink
Hi all,

Trying to get letsencrypt working for an AWS instance of FreeIPA - and
run into an odd conflict I have not dealt with before. When trying to
install Let's Encrypt after a clean install of IPA, I am seeing:

--> Finished Dependency Resolution
Error: Package: python2-certbot-0.12.0-4.el7.noarch (epel)
Requires: python-zope-interface
Error: Package: 1:python-zope-component-4.1.0-1.el7.noarch (epel)
Requires: python-zope-interface
You could try using --skip-broken to work around the problem

** Found 6 pre-existing rpmdb problem(s), 'yum check' output follows:
ipa-admintools-4.4.0-14.el7_3.7.noarch has installed conflicts
freeipa-admintools: ipa-admintools-4.4.0-14.el7_3.7.noarch
ipa-client-4.4.0-14.el7_3.7.x86_64 has installed conflicts
freeipa-client: ipa-client-4.4.0-14.el7_3.7.x86_64
ipa-client-common-4.4.0-14.el7_3.7.noarch has installed conflicts
freeipa-client-common: ipa-client-common-4.4.0-14.el7_3.7.noarch
ipa-common-4.4.0-14.el7_3.7.noarch has installed conflicts
freeipa-common: ipa-common-4.4.0-14.el7_3.7.noarch
ipa-server-4.4.0-14.el7_3.7.x86_64 has installed conflicts
freeipa-server: ipa-server-4.4.0-14.el7_3.7.x86_64
ipa-server-common-4.4.0-14.el7_3.7.noarch has installed conflicts
freeipa-server-common: ipa-server-common-4.4.0-14.el7_3.7.noarch

Any ideas? Maybe this is something known in the AWS world?

Thanks
Kat
--
Manage your subscription for the Freeipa-users mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-users
Go to http://freeipa.org for more info on the project
Martin Bašti
2017-04-25 14:22:55 UTC
Permalink
Hello,

comments inline
Post by Kat
Hi all,
Trying to get letsencrypt working for an AWS instance of FreeIPA - and
run into an odd conflict I have not dealt with before. When trying to
--> Finished Dependency Resolution
Error: Package: python2-certbot-0.12.0-4.el7.noarch (epel)
Requires: python-zope-interface
Error: Package: 1:python-zope-component-4.1.0-1.el7.noarch (epel)
Requires: python-zope-interface
You could try using --skip-broken to work around the problem
These packages are not needed for freeipa. So it may be broken
dependency of letsencrypt?
Post by Kat
ipa-admintools-4.4.0-14.el7_3.7.noarch has installed conflicts
freeipa-admintools: ipa-admintools-4.4.0-14.el7_3.7.noarch
ipa-client-4.4.0-14.el7_3.7.x86_64 has installed conflicts
freeipa-client: ipa-client-4.4.0-14.el7_3.7.x86_64
ipa-client-common-4.4.0-14.el7_3.7.noarch has installed conflicts
freeipa-client-common: ipa-client-common-4.4.0-14.el7_3.7.noarch
ipa-common-4.4.0-14.el7_3.7.noarch has installed conflicts
freeipa-common: ipa-common-4.4.0-14.el7_3.7.noarch
ipa-server-4.4.0-14.el7_3.7.x86_64 has installed conflicts
freeipa-server: ipa-server-4.4.0-14.el7_3.7.x86_64
ipa-server-common-4.4.0-14.el7_3.7.noarch has installed conflicts
freeipa-server-common: ipa-server-common-4.4.0-14.el7_3.7.noarch
Any ideas? Maybe this is something known in the AWS world?
Thanks
Kat
Yum check gives false positive errors about IPA packages, this will be
fixed in RHEL7.4. You can safely ignore those warnings.
--
Martin Bašti
Software Engineer
Red Hat Czech
--
Manage your subscription for the Freeipa-users mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-users
Go to http://freeipa.org for more info
Kat
2017-04-25 14:27:07 UTC
Permalink
Yes- this comes after IPA is installed and running (this is actually a
client upgraded to a master-replica). Then trying to install
Let'sEncrypt gives the error:

yum install -y letsencrypt

That is when the conflict errors occur. The problem with "ignoring", is
that you can't force yum to just do the install anyway unless you
download the packages directly and use rpm to install. Is that the
suggestion here?

Thanks
Post by Martin Bašti
Hello,
comments inline
Post by Kat
Hi all,
Trying to get letsencrypt working for an AWS instance of FreeIPA -
and run into an odd conflict I have not dealt with before. When
trying to install Let's Encrypt after a clean install of IPA, I am
--> Finished Dependency Resolution
Error: Package: python2-certbot-0.12.0-4.el7.noarch (epel)
Requires: python-zope-interface
Error: Package: 1:python-zope-component-4.1.0-1.el7.noarch (epel)
Requires: python-zope-interface
You could try using --skip-broken to work around the problem
These packages are not needed for freeipa. So it may be broken
dependency of letsencrypt?
Post by Kat
ipa-admintools-4.4.0-14.el7_3.7.noarch has installed conflicts
freeipa-admintools: ipa-admintools-4.4.0-14.el7_3.7.noarch
ipa-client-4.4.0-14.el7_3.7.x86_64 has installed conflicts
freeipa-client: ipa-client-4.4.0-14.el7_3.7.x86_64
ipa-client-common-4.4.0-14.el7_3.7.noarch has installed conflicts
freeipa-client-common: ipa-client-common-4.4.0-14.el7_3.7.noarch
ipa-common-4.4.0-14.el7_3.7.noarch has installed conflicts
freeipa-common: ipa-common-4.4.0-14.el7_3.7.noarch
ipa-server-4.4.0-14.el7_3.7.x86_64 has installed conflicts
freeipa-server: ipa-server-4.4.0-14.el7_3.7.x86_64
ipa-server-common-4.4.0-14.el7_3.7.noarch has installed conflicts
freeipa-server-common: ipa-server-common-4.4.0-14.el7_3.7.noarch
Any ideas? Maybe this is something known in the AWS world?
Thanks
Kat
Yum check gives false positive errors about IPA packages, this will be
fixed in RHEL7.4. You can safely ignore those warnings.
--
Manage your subscription for the Freeipa-users mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-users
Go to http://freeip
Martin Bašti
2017-04-25 14:30:39 UTC
Permalink
FreeIPA conflicts shouldn't prevent installing of other packages. For me
it looks like "python-zope-interface" is missing.
Post by Kat
Yes- this comes after IPA is installed and running (this is actually a
client upgraded to a master-replica). Then trying to install
yum install -y letsencrypt
That is when the conflict errors occur. The problem with "ignoring",
is that you can't force yum to just do the install anyway unless you
download the packages directly and use rpm to install. Is that the
suggestion here?
Thanks
Post by Martin Bašti
Hello,
comments inline
Post by Kat
Hi all,
Trying to get letsencrypt working for an AWS instance of FreeIPA -
and run into an odd conflict I have not dealt with before. When
trying to install Let's Encrypt after a clean install of IPA, I am
--> Finished Dependency Resolution
Error: Package: python2-certbot-0.12.0-4.el7.noarch (epel)
Requires: python-zope-interface
Error: Package: 1:python-zope-component-4.1.0-1.el7.noarch (epel)
Requires: python-zope-interface
You could try using --skip-broken to work around the problem
These packages are not needed for freeipa. So it may be broken
dependency of letsencrypt?
Post by Kat
ipa-admintools-4.4.0-14.el7_3.7.noarch has installed conflicts
freeipa-admintools: ipa-admintools-4.4.0-14.el7_3.7.noarch
ipa-client-4.4.0-14.el7_3.7.x86_64 has installed conflicts
freeipa-client: ipa-client-4.4.0-14.el7_3.7.x86_64
ipa-client-common-4.4.0-14.el7_3.7.noarch has installed conflicts
freeipa-client-common: ipa-client-common-4.4.0-14.el7_3.7.noarch
ipa-common-4.4.0-14.el7_3.7.noarch has installed conflicts
freeipa-common: ipa-common-4.4.0-14.el7_3.7.noarch
ipa-server-4.4.0-14.el7_3.7.x86_64 has installed conflicts
freeipa-server: ipa-server-4.4.0-14.el7_3.7.x86_64
ipa-server-common-4.4.0-14.el7_3.7.noarch has installed conflicts
freeipa-server-common: ipa-server-common-4.4.0-14.el7_3.7.noarch
Any ideas? Maybe this is something known in the AWS world?
Thanks
Kat
Yum check gives false positive errors about IPA packages, this will
be fixed in RHEL7.4. You can safely ignore those warnings.
--
Martin Bašti
Software Engineer
Red Hat Czech
--
Manage your subscription for the Freeipa-users mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-users
Go to http://freeipa.
Kat
2017-04-25 14:36:08 UTC
Permalink
DOH!!

I'm an idiot -- yep - I see what I was misreading. It can't find
python-zope-interface (which is required by python-zopy-component) and
*THAT* is the real error. The conflicts are just yum/rpm saying - "Hey,
there are other problems, but not related".

My bad - sorry to have troubled you.

Kat
Post by Martin Bašti
FreeIPA conflicts shouldn't prevent installing of other packages. For
me it looks like "python-zope-interface" is missing.
Post by Kat
Yes- this comes after IPA is installed and running (this is actually
a client upgraded to a master-replica). Then trying to install
yum install -y letsencrypt
That is when the conflict errors occur. The problem with "ignoring",
is that you can't force yum to just do the install anyway unless you
download the packages directly and use rpm to install. Is that the
suggestion here?
Thanks
Post by Martin Bašti
Hello,
comments inline
Post by Kat
Hi all,
Trying to get letsencrypt working for an AWS instance of FreeIPA -
and run into an odd conflict I have not dealt with before. When
trying to install Let's Encrypt after a clean install of IPA, I am
--> Finished Dependency Resolution
Error: Package: python2-certbot-0.12.0-4.el7.noarch (epel)
Requires: python-zope-interface
Error: Package: 1:python-zope-component-4.1.0-1.el7.noarch (epel)
Requires: python-zope-interface
You could try using --skip-broken to work around the problem
These packages are not needed for freeipa. So it may be broken
dependency of letsencrypt?
Post by Kat
ipa-admintools-4.4.0-14.el7_3.7.noarch has installed conflicts
freeipa-admintools: ipa-admintools-4.4.0-14.el7_3.7.noarch
ipa-client-4.4.0-14.el7_3.7.x86_64 has installed conflicts
freeipa-client: ipa-client-4.4.0-14.el7_3.7.x86_64
ipa-client-common-4.4.0-14.el7_3.7.noarch has installed conflicts
freeipa-client-common: ipa-client-common-4.4.0-14.el7_3.7.noarch
ipa-common-4.4.0-14.el7_3.7.noarch has installed conflicts
freeipa-common: ipa-common-4.4.0-14.el7_3.7.noarch
ipa-server-4.4.0-14.el7_3.7.x86_64 has installed conflicts
freeipa-server: ipa-server-4.4.0-14.el7_3.7.x86_64
ipa-server-common-4.4.0-14.el7_3.7.noarch has installed conflicts
freeipa-server-common: ipa-server-common-4.4.0-14.el7_3.7.noarch
Any ideas? Maybe this is something known in the AWS world?
Thanks
Kat
Yum check gives false positive errors about IPA packages, this will
be fixed in RHEL7.4. You can safely ignore those warnings.
--
Manage your subscription for the Freeipa-users mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-users
Go to http://freeipa.org for more info on the proj
Loading...