I'm able to install FreeIPA server with pyasn1 0.3.7.
freeipa-server-4.6.1-3.fc27.x86_64 python3-pyasn1-0.3.7-1.fc27.noarch
I cannot reproduce the issue on a new F27 cluster. Did you upgrade an existing setup?
Please run these commands as root to get some diagnostics:
# python2 /usr/lib/python2.7/site-packages/ipaserver/dnssec/localhsm.py
# sudo -u ods -s /bin/bash
$ source /etc/sysconfig/ods
$ softhsm2-util --show-slots
Please run /usr/libexec/ipa/ipa-dnskeysync-replica manually and post the output.
Revoking in favor of 0.4.2-3 with modernized spec, python2-jwcrypto package, and fix for Fedora 25.
The update has the same problems as tomcat-8.0.32-4.fc23. tomcat version works but Dogtag still fails to start.
The new package still doesn't work for Dogtag / FreeIPA. There is still a problem with CATALINA_HOME. I'm running F24 with all latest updates, Tomcat from Koji and self-build Dogtag 1.3.0 packages from git master.
# dnf remove tomcat
# dnf install /tmp/tomcat-*.rpm /home/heimes/packages/RPMS/noarch/pki-*.rpm /home/heimes/packages/RPMS/x86_64/pki-*.rpm
# rpm -qa tomcat pki-base
tomcat-8.0.32-4.fc23.noarch
pki-base-10.3.0-0.4.fc24.noarch
tomcat version works:
# tomcat version
Server version: Apache Tomcat/8.0.32
...
But Dogtag installation still fails because the server can't be started.
# pkispawn
...
Installing CA into /var/lib/pki/pki-tomcat.
Storing deployment configuration into /etc/sysconfig/pki/tomcat/pki-tomcat/ca/deployment.cfg.
pkispawn : ERROR ....... server failed to restart
# systemctl status pki-tomcatd
...
Feb 29 09:00:23 dogtag.example.org server[12521]: Java virtual machine used: /usr/lib/jvm/java/bin/java
Feb 29 09:00:23 dogtag.example.org server[12521]: classpath used: /bin/bootstrap.jar:/bin/tomcat-juli.jar:/usr/lib/java/commons-daemon.jar
Feb 29 09:00:23 dogtag.example.org server[12521]: main class used: org.apache.catalina.startup.Bootstrap
Feb 29 09:00:23 dogtag.example.org server[12521]: flags used: -DRESTEASY_LIB=/usr/share/java/resteasy -Djava.library.path=/usr/lib64/nuxwdog-jni
Feb 29 09:00:23 dogtag.example.org server[12521]: options used: -Dcatalina.base=/var/lib/pki/pki-tomcat -Dcatalina.home= -Djava.endorsed.dirs= -Djava.io.tmpdir=/var/l
Feb 29 09:00:23 dogtag.example.org server[12521]: arguments used: stop
Feb 29 09:00:23 dogtag.example.org server[12521]: Error: Could not find or load main class org.apache.catalina.startup.Bootstrap
This version has the same same issue as the latest 8.0. It breaks Dogtag and FreeIPA.
# rpm -qa tomcat
tomcat-7.0.68-1.fc22.noarch
# tomcat version
Error: Could not find or load main class org.apache.catalina.util.ServerInfo
Update works like a charm. Test suite of python-ldap master is no longer failing.