Martin Jackson via FreeIPA-users wrote:
> Wound up taking this off-list as I wasn't subscribed and it appears the 
> webservice where I could subscribe was down for a while.
> 
> I found my issue: I had a stray /etc/sysconfig/pki-tomcat that had 
> PKI_VERSION=10.7.3; apparently an upgrade that needed to upgrade that 
> file...didn't, somehow.
> 
> I updated that file with the tomcat.conf from /etc/pki/pki-tomcat/tomcat.conf 
> (i.e. copied it over, but it's important that it be owned pkiuser:pkiuser and 
> not have world read permissions), and now I can revoke certs again.
> 
> Thanks, Rob, for helping me through this!

The dogtag-pki-base package does upgrades through an rpm post-install
script like:

if [ $1 -eq 1 ]
then
    # On RPM installation create system upgrade tracker
    echo "Configuration-Version: 11.2.0" > /etc/pki/pki.version

else
    # On RPM upgrade run system upgrade
    echo "Upgrading PKI system configuration at `/bin/date`." >>
/var/log/pki/pki-upgrade-11.2.0.log
    /sbin/pki-upgrade 2>&1 | tee -a /var/log/pki/pki-upgrade-11.2.0.log
    echo >> /var/log/pki/pki-upgrade-11.2.0.log
fi

So maybe look at the pki upgrade logs to see if one or more have failed.
I don't know what else might be lurking.

rob
--
_______________________________________________
FreeIPA-users mailing list -- freeipa-users@lists.fedorahosted.org
To unsubscribe send an email to freeipa-users-le...@lists.fedorahosted.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/freeipa-users@lists.fedorahosted.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to