Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1262322

Summary: Failed to backup CS.cfg message in upgrade.
Product: Red Hat Enterprise Linux 7 Reporter: Martin Bašti <mbasti>
Component: ipaAssignee: IPA Maintainers <ipa-maint>
Status: CLOSED ERRATA QA Contact: Namita Soman <nsoman>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.0CC: ksiddiqu, mkosek, rcritten, spoore, tlavigne
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: ipa-4.2.0-10.el7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-11-19 12:06:34 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Martin Bašti 2015-09-11 12:19:44 UTC
This bug is created as a clone of upstream ticket:
https://fedorahosted.org/freeipa/ticket/5287

On ipa upgrade there is always a message:
{{{
Failed to backup CS.cfg: Dogtag must be stopped when creating backup of /var/lib/pki/pki-tomcat/conf/ca/CS.cfg.
}}}

I don't know if a backup of the file was or was not successful. Either way something is not working.

Comment 4 Scott Poore 2015-10-02 18:41:46 UTC
How can I verify this?  I see CS.cfg backed up during ipa-server-install on RHEL7.1 in the ipaserver-install.log.  But, after upgrade, I don't see any mention of backing up the CS.cfg file in the ipaupgrade.log file.

It does look from timestamps though as if it was backed up:

[root@rhel7-9 ca]# ls -l /var/log/ipaupgrade.log 
-rw-------. 1 root root 5338433 Oct  2 13:22 /var/log/ipaupgrade.log

[root@rhel7-9 ca]# ls -l /var/lib/pki/pki-tomcat/conf/ca/CS*
-rw-rw----. 1 pkiuser pkiuser 82227 Oct  2 13:22 /var/lib/pki/pki-tomcat/conf/ca/CS.cfg
lrwxrwxrwx. 1 pkiuser pkiuser    66 Oct  2 13:21 /var/lib/pki/pki-tomcat/conf/ca/CS.cfg.bak -> /var/lib/pki/pki-tomcat/conf/ca/archives/CS.cfg.bak.20151002132122
-rw-rw----. 1 root    root    82223 Oct  2 13:20 /var/lib/pki/pki-tomcat/conf/ca/CS.cfg.ipabkp

Unless that comes from a pki restart.

How can I confirm this fix?

Comment 5 Scott Poore 2015-10-02 18:45:37 UTC
Or is this what I'm looking for?

[root@rhel7-9 log]# grep "Successfully backed up.*CS.cfg" /var/log/messages 
Oct  2 13:20:37 rhel7-9 pkidaemon: SUCCESS:  Successfully backed up '/var/lib/pki/pki-tomcat/conf/ca/CS.cfg.bak'
Oct  2 13:21:22 rhel7-9 pkidaemon: SUCCESS:  Successfully backed up '/var/lib/pki/pki-tomcat/conf/ca/CS.cfg.bak'

Comment 6 Scott Poore 2015-10-02 20:26:02 UTC
Or is it enough to make sure the error messages is not there?

[root@rhel7-9 log]# grep "Dogtag must be stopped when creating backup of.*CS.cfg" /var/log/messages 
[root@rhel7-9 log]# grep "Dogtag must be stopped when creating backup of.*CS.cfg" /var/log/ipaupgrade.log 
[root@rhel7-9 log]# grep "Dogtag must be stopped when creating backup of.*CS.cfg" /tmp/yum.update.out 
[root@rhel7-9 log]# 


Thanks

Comment 7 Scott Poore 2015-10-02 20:55:57 UTC
Verified.

Version ::

ipa-server-4.2.0-12.el7.x86_64

Results ::

[root@rhel7-9 log]# grep "Dogtag must be stopped when creating backup of.*CS.cfg" /var/log/messages 

[root@rhel7-9 log]# grep "Dogtag must be stopped when creating backup of.*CS.cfg" /var/log/ipaupgrade.log 

[root@rhel7-9 log]# grep "Dogtag must be stopped when creating backup of.*CS.cfg" /tmp/yum.update.out 

[root@rhel7-9 log]# ls -l /var/log/ipaupgrade.log 
-rw-------. 1 root root 5338433 Oct  2 13:22 /var/log/ipaupgrade.log

[root@rhel7-9 log]# ls -l /var/lib/pki/pki-tomcat/conf/ca/CS.cfg.ipabkp
-rw-rw----. 1 root root 82223 Oct  2 13:20 /var/lib/pki/pki-tomcat/conf/ca/CS.cfg.ipabkp
[root@rhel7-9 log]#

Comment 8 Martin Bašti 2015-10-05 07:20:50 UTC
Verification steps looks good for me

Comment 9 errata-xmlrpc 2015-11-19 12:06:34 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2015-2362.html