Re: [Freeipa-users] strange error from EL 7 install?

2014-10-31 Thread Christoph Maser
On Mon, Oct 13, 2014 at 10:08:55PM -0700, Janelle wrote:
 Actually, I did find a fix and forgot to post.
 
 I was able to mirror the COPR repo, and after reviewing it, found that
 simply removing the pki-base...fc21 directory, and regenning the repo data
 with createrepo, fixed the problem. It drops the version of PKI back to the
 10.1 branch and that resolved the dependencies.
 
 Hope this helps,
 Janelle
 

You don't need to mirror the repo for that simply using
yum-plugin-versionlock would be sufficient, unfortunatly now that
solution does not work any more since the freeipa-server package
depends on pki-ca = 10.2.0-3 wich in turn depends on the 10.2.x
pki-server and pki-base packages.

I checked out what it would take to backport
jackson-jaxrs-json-provider to CentOS 7 and this is quite a task. The
fedora 21 packages build up a dependency chain wich
includes aspectjweaver, eclipselink, springframework and some more stuff

Does mkosek offer a repo with older builds wich are considered working?

Chris

-- 
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


Re: [Freeipa-users] strange error from EL 7 install?

2014-10-14 Thread Fraser Tweedale
On Mon, Oct 13, 2014 at 10:08:55PM -0700, Janelle wrote:
 Actually, I did find a fix and forgot to post.
 
 I was able to mirror the COPR repo, and after reviewing it, found that
 simply removing the pki-base...fc21 directory, and regenning the repo data
 with createrepo, fixed the problem. It drops the version of PKI back to the
 10.1 branch and that resolved the dependencies.
 
 Hope this helps,
 Janelle
 

Glad you were able to find a fix.  Of course, we will still need to
fix the 10.2 build, so thanks for reporting!

Fraser

 On 10/13/14 9:48 PM, Fraser Tweedale wrote:
 On Mon, Oct 13, 2014 at 09:52:40AM -0700, Janelle wrote:
 After further investigation - it looks like the PKI base was altered/updated
 because even on a running server a yum update produces same error:
 
 # yum check-update
 Loaded plugins: fastestmirror, product-id, subscription-manager, versionlock
 Loading mirror speeds from cached hostfile
   * base: linux.mirrors.es.net
   * extras: mirrors.usinternet.com
   * updates: centos.host-engine.com
 
 pki-base.noarch 10.2.0-3.el7.centos  freeipa
 pki-ca.noarch 10.2.0-3.el7.centos  freeipa
 pki-server.noarch 10.2.0-3.el7.centos  freeipa
 pki-tools.x86_64 10.2.0-3.el7.centos  freeipa
 slapi-nis.x86_64 0.54-1.el7.centosfreeipa
 
 and: if you select yes:
 
 --- Package pki-base.noarch 0:10.2.0-3.el7.centos will be an update
 -- Processing Dependency: jackson-jaxrs-json-provider for package:
 pki-base-10.2.0-3.el7.centos.noarch
 -- Finished Dependency Resolution
 Error: Package: pki-base-10.2.0-3.el7.centos.noarch (freeipa)
 Requires: jackson-jaxrs-json-provider
   You could try using --skip-broken to work around the problem
 
 Hi Janelle,
 
 Looks like the COPR moved from Dogtag 10.1 to 10.2 on 8 Oct, and
 10.2 declares a dependency on Jackson which is not in EPEL.  The
 dependency causing the probelm (jackson-jaxrs-json-provider) was
 introduced at commit 32d71bb.  I'm not sure on the right approach to
 fixing this but I've copied pki-devel who will be able to help.
 
 Fraser
 
 
 On 10/13/14 9:18 AM, Janelle wrote:
 Happy Monday everyone...
 
 Wondering if anyone else is seeing this error since this weekend? Trying
 to add in a new IPA replica, which of course requires the software
 installed -- this is in CentOS 7 using COPR repo and :
 
 -- Finished Dependency Resolution
 Error: Package: pki-base-10.2.0-3.el7.centos.noarch (ipa)
Requires: jackson-jaxrs-json-provider
 
 and yet,  I have never had that issue until this weekend. :-(
 
 Any help?
 Janelle
 -- 
 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
 

-- 
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


Re: [Freeipa-users] strange error from EL 7 install?

2014-10-14 Thread Lukas Slebodnik
On (14/10/14 16:03), Fraser Tweedale wrote:
On Mon, Oct 13, 2014 at 10:08:55PM -0700, Janelle wrote:
 Actually, I did find a fix and forgot to post.
 
 I was able to mirror the COPR repo, and after reviewing it, found that
 simply removing the pki-base...fc21 directory, and regenning the repo data
 with createrepo, fixed the problem. It drops the version of PKI back to the
 10.1 branch and that resolved the dependencies.
 
 Hope this helps,
 Janelle
 

Glad you were able to find a fix.  Of course, we will still need to
fix the 10.2 build, so thanks for reporting!

If dogtag team adds new dependency you will not be able to fix 10.2 build.
I am able to install pki-base-10.2 on fedora 21 without any problem.
So ther isn't problem in pki-base.

The problem is with backporting pki-base to el7.
The package jackson-jaxrs-json-provider should be backported to el7 as well.
(or someone should package jackson-jaxrs-json-provider in epel7)

If we don't want to have the latest packages from fedora in COPR repo then
the other option is to have minimal required version of packages in COPR repo.
It would reduce count of backported packages.

LS

-- 
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


[Freeipa-users] strange error from EL 7 install?

2014-10-13 Thread Janelle

Happy Monday everyone...

Wondering if anyone else is seeing this error since this weekend? Trying 
to add in a new IPA replica, which of course requires the software 
installed -- this is in CentOS 7 using COPR repo and :


-- Finished Dependency Resolution
Error: Package: pki-base-10.2.0-3.el7.centos.noarch (ipa)
   Requires: jackson-jaxrs-json-provider

and yet,  I have never had that issue until this weekend. :-(

Any help?
Janelle

--
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


Re: [Freeipa-users] strange error from EL 7 install?

2014-10-13 Thread Janelle
After further investigation - it looks like the PKI base was 
altered/updated because even on a running server a yum update produces 
same error:


# yum check-update
Loaded plugins: fastestmirror, product-id, subscription-manager, versionlock
Loading mirror speeds from cached hostfile
 * base: linux.mirrors.es.net
 * extras: mirrors.usinternet.com
 * updates: centos.host-engine.com

pki-base.noarch 10.2.0-3.el7.centos  freeipa
pki-ca.noarch 10.2.0-3.el7.centos  freeipa
pki-server.noarch 10.2.0-3.el7.centos  freeipa
pki-tools.x86_64 10.2.0-3.el7.centos  freeipa
slapi-nis.x86_64 0.54-1.el7.centosfreeipa

and: if you select yes:

--- Package pki-base.noarch 0:10.2.0-3.el7.centos will be an update
-- Processing Dependency: jackson-jaxrs-json-provider for package: 
pki-base-10.2.0-3.el7.centos.noarch

-- Finished Dependency Resolution
Error: Package: pki-base-10.2.0-3.el7.centos.noarch (freeipa)
   Requires: jackson-jaxrs-json-provider
 You could try using --skip-broken to work around the problem



On 10/13/14 9:18 AM, Janelle wrote:

Happy Monday everyone...

Wondering if anyone else is seeing this error since this weekend? 
Trying to add in a new IPA replica, which of course requires the 
software installed -- this is in CentOS 7 using COPR repo and :


-- Finished Dependency Resolution
Error: Package: pki-base-10.2.0-3.el7.centos.noarch (ipa)
   Requires: jackson-jaxrs-json-provider

and yet,  I have never had that issue until this weekend. :-(

Any help?
Janelle


-- 
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

Re: [Freeipa-users] strange error from EL 7 install?

2014-10-13 Thread Fraser Tweedale
On Mon, Oct 13, 2014 at 09:52:40AM -0700, Janelle wrote:
 After further investigation - it looks like the PKI base was altered/updated
 because even on a running server a yum update produces same error:
 
 # yum check-update
 Loaded plugins: fastestmirror, product-id, subscription-manager, versionlock
 Loading mirror speeds from cached hostfile
  * base: linux.mirrors.es.net
  * extras: mirrors.usinternet.com
  * updates: centos.host-engine.com
 
 pki-base.noarch 10.2.0-3.el7.centos  freeipa
 pki-ca.noarch 10.2.0-3.el7.centos  freeipa
 pki-server.noarch 10.2.0-3.el7.centos  freeipa
 pki-tools.x86_64 10.2.0-3.el7.centos  freeipa
 slapi-nis.x86_64 0.54-1.el7.centosfreeipa
 
 and: if you select yes:
 
 --- Package pki-base.noarch 0:10.2.0-3.el7.centos will be an update
 -- Processing Dependency: jackson-jaxrs-json-provider for package:
 pki-base-10.2.0-3.el7.centos.noarch
 -- Finished Dependency Resolution
 Error: Package: pki-base-10.2.0-3.el7.centos.noarch (freeipa)
Requires: jackson-jaxrs-json-provider
  You could try using --skip-broken to work around the problem
 
Hi Janelle,

Looks like the COPR moved from Dogtag 10.1 to 10.2 on 8 Oct, and
10.2 declares a dependency on Jackson which is not in EPEL.  The
dependency causing the probelm (jackson-jaxrs-json-provider) was
introduced at commit 32d71bb.  I'm not sure on the right approach to
fixing this but I've copied pki-devel who will be able to help.

Fraser

 
 
 On 10/13/14 9:18 AM, Janelle wrote:
 Happy Monday everyone...
 
 Wondering if anyone else is seeing this error since this weekend? Trying
 to add in a new IPA replica, which of course requires the software
 installed -- this is in CentOS 7 using COPR repo and :
 
 -- Finished Dependency Resolution
 Error: Package: pki-base-10.2.0-3.el7.centos.noarch (ipa)
Requires: jackson-jaxrs-json-provider
 
 and yet,  I have never had that issue until this weekend. :-(
 
 Any help?
 Janelle
 

 -- 
 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

-- 
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


Re: [Freeipa-users] strange error from EL 7 install?

2014-10-13 Thread Janelle

Actually, I did find a fix and forgot to post.

I was able to mirror the COPR repo, and after reviewing it, found that 
simply removing the pki-base...fc21 directory, and regenning the repo 
data with createrepo, fixed the problem. It drops the version of PKI 
back to the 10.1 branch and that resolved the dependencies.


Hope this helps,
Janelle

On 10/13/14 9:48 PM, Fraser Tweedale wrote:

On Mon, Oct 13, 2014 at 09:52:40AM -0700, Janelle wrote:

After further investigation - it looks like the PKI base was altered/updated
because even on a running server a yum update produces same error:

# yum check-update
Loaded plugins: fastestmirror, product-id, subscription-manager, versionlock
Loading mirror speeds from cached hostfile
  * base: linux.mirrors.es.net
  * extras: mirrors.usinternet.com
  * updates: centos.host-engine.com

pki-base.noarch 10.2.0-3.el7.centos  freeipa
pki-ca.noarch 10.2.0-3.el7.centos  freeipa
pki-server.noarch 10.2.0-3.el7.centos  freeipa
pki-tools.x86_64 10.2.0-3.el7.centos  freeipa
slapi-nis.x86_64 0.54-1.el7.centosfreeipa

and: if you select yes:

--- Package pki-base.noarch 0:10.2.0-3.el7.centos will be an update
-- Processing Dependency: jackson-jaxrs-json-provider for package:
pki-base-10.2.0-3.el7.centos.noarch
-- Finished Dependency Resolution
Error: Package: pki-base-10.2.0-3.el7.centos.noarch (freeipa)
Requires: jackson-jaxrs-json-provider
  You could try using --skip-broken to work around the problem


Hi Janelle,

Looks like the COPR moved from Dogtag 10.1 to 10.2 on 8 Oct, and
10.2 declares a dependency on Jackson which is not in EPEL.  The
dependency causing the probelm (jackson-jaxrs-json-provider) was
introduced at commit 32d71bb.  I'm not sure on the right approach to
fixing this but I've copied pki-devel who will be able to help.

Fraser



On 10/13/14 9:18 AM, Janelle wrote:

Happy Monday everyone...

Wondering if anyone else is seeing this error since this weekend? Trying
to add in a new IPA replica, which of course requires the software
installed -- this is in CentOS 7 using COPR repo and :

-- Finished Dependency Resolution
Error: Package: pki-base-10.2.0-3.el7.centos.noarch (ipa)
   Requires: jackson-jaxrs-json-provider

and yet,  I have never had that issue until this weekend. :-(

Any help?
Janelle

--
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


--
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