Bug 1442681
| Summary: | ipa-backup --logs raises error | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Abhijeet Kasurde <akasurde> | ||||||
| Component: | ipa | Assignee: | IPA Maintainers <ipa-maint> | ||||||
| Status: | CLOSED WORKSFORME | QA Contact: | ipa-qe <ipa-qe> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 7.4 | CC: | fbarreto, ksiddiqu, pvoborni, rcritten, tscherf | ||||||
| Target Milestone: | rc | Keywords: | Regression | ||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2017-05-02 06:42:20 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Abhijeet Kasurde
2017-04-17 06:10:42 UTC
Created attachment 1271978 [details]
console.log
Created attachment 1271979 [details]
ipa-backup.log
ipa-backup without `--logs` is also not working. Marking this as TestBlocker as this is basic requirement for test run. Removing testblocker as I am able to proceed using latest RHEL and IPA build. Upstream ticket: https://pagure.io/freeipa/issue/6887 I was not able to reproduce the bug. I tried with ipa-server-4.5.0-6.el7.x86_64 and ipa-server-4.5.0-8.el7.x86_64 in RHEL 7.4. Version of components: # rpm -qa ipa-server 389-ds-base selinux-policy 389-ds-base-1.3.6.1-9.el7.x86_64 selinux-policy-3.13.1-145.el7.noarch ipa-server-4.5.0-6.el7.x86_64 [root@vm-188 dirsrv]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.4 Beta (Maipo) Output of the ipa-backup command: With ipa-server-4.5.0-8.el7.x86_64 [root@vm-188 tmp]# ipa-backup --logs Preparing backup on vm-188.abc.idm.lab.eng.brq.redhat.com Stopping IPA services Backing up ipaca in DOM-188-ABC-IDM-LAB-ENG-BRQ-REDHAT-COM to LDIF Backing up userRoot in DOM-188-ABC-IDM-LAB-ENG-BRQ-REDHAT-COM to LDIF Backing up DOM-188-ABC-IDM-LAB-ENG-BRQ-REDHAT-COM Backing up files Backed up to /var/lib/ipa/backup/ipa-full-2017-04-28-17-05-19 Starting IPA service The ipa-backup command was successful With ipa-server-4.5.0-6.el7.x86_64 [root@vm-113 rpms_ipa]# ipa-backup --logs Preparing backup on vm-113.abc.idm.lab.eng.brq.redhat.com Stopping IPA services Backing up ipaca in DOM-113-ABC-IDM-LAB-ENG-BRQ-REDHAT-COM to LDIF Backing up userRoot in DOM-113-ABC-IDM-LAB-ENG-BRQ-REDHAT-COM to LDIF Backing up DOM-113-ABC-IDM-LAB-ENG-BRQ-REDHAT-COM Backing up files Backed up to /var/lib/ipa/backup/ipa-full-2017-04-28-17-42-32 Starting IPA service The ipa-backup command was successful Am I missing something? [root@ipaserver01 ~]# ipa-backup --logs Preparing backup on ipaserver01.testrelm.test Stopping IPA services Backing up ipaca in TESTRELM-TEST to LDIF Backing up userRoot in TESTRELM-TEST to LDIF Backing up TESTRELM-TEST Backing up files Backed up to /var/lib/ipa/backup/ipa-full-2017-05-02-02-10-48 Starting IPA service The ipa-backup command was successful I am unable to reproduce this issue on ipa-server-4.5.0-9.el7.x86_64 Closing as WORKSFORME, will re-open if required. Thanks for your help. |