Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite 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 "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. 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 "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-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.
Descriptionsthirugn@redhat.com
2016-04-27 16:40:26 UTC
Description of problem:
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
# katello-backup .
<snip>
Backing up config files...
tar: Removing leading `/' from member names
tar: /etc/katello: Cannot stat: No such file or directory
tar: /etc/katello-installer: Cannot stat: No such file or directory
tar: /etc/pki/content: Cannot stat: No such file or directory
tar: /etc/pki/tls/certs/katello-node.crt: Cannot stat: No such file or directory
tar: /etc/pki/tls/certs/pulp_consumers_ca.crt: Cannot stat: No such file or directory
tar: /etc/pki/tls/certs/pulp_ssl_cert.crt: Cannot stat: No such file or directory
tar: /etc/pki/tls/private/katello-node.key: Cannot stat: No such file or directory
tar: /var/lib/katello: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors
Done.
<snip>
**** BACKUP Complete, contents can be found in: . ****
Actual results:
There were 8 `No such file or directory` errors found
Expected results:
I am not sure about the certs part, but I think the following needs to be removed for 6.2:
tar: /etc/katello: Cannot stat: No such file or directory
tar: /etc/katello-installer: Cannot stat: No such file or directory
tar: /var/lib/katello: Cannot stat: No such file or directory
Additional info:
Comment 1sthirugn@redhat.com
2016-04-27 16:41:16 UTC
Description of problem:
katello-backup - Remove irrelevant errors
Version-Release number of selected component (if applicable):
satellite-6.2-beta-snap-9.3
How reproducible:
Always