Bug 1081916
| Summary: | freeipa does not install on arm architecture | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Marko Karg <mkarg> | ||||||
| Component: | pki-core | Assignee: | Matthew Harmsen <mharmsen> | ||||||
| Status: | CLOSED EOL | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 22 | CC: | abokovoy, alee, awnuk, dennis, edewata, gsterlin, mharmsen, mkarg, mkosek, pviktori, rcritten, ssorce | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2016-07-19 11:15: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: |
|
||||||||
Created attachment 879757 [details]
patch for BtoA
Moving to the right component Thanks for the report and even bigger thanks for the patches! I assume that these fixes made the FreeIPA installation working, is that correct? If yes, we will leave it just in PKI component. # rpm -qf /usr/bin/AtoB pki-tools-10.1.1-1.fc20.x86_64 Yep, with those patches in place, the installation went flawlessly. Good to know that FreeIPA rocks on ARM as well :-) BTW in case you do not care about releasing certificates you can also install without PKI with CA-less install: http://www.freeipa.org/page/V3/CA-less_install Thanks for the patch! I have opened a new PKI ticket https://fedorahosted.org/pki/ticket/935 to get this patch into the next Dogtag release. This was resolved in PKI TRAC Ticket #935 - patch to BtoA and AtoB to get ARM working.
Checked in to 'master':
* c314012f88f2e566455c9e4384f6b94c85ad9035
This bug appears to have been reported against 'rawhide' during the Fedora 22 development cycle. Changing version to '22'. More information and reason for this action is here: https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora22 Fedora 22 changed to end-of-life (EOL) status on 2016-07-19. Fedora 22 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed. |
Created attachment 879756 [details] patch for AtoB Description of problem: due to an arch / os check in AtoB and BtoA freeipa does not install on arm systems, ipa-server-install fails at setting up the pki. Version-Release number of selected component (if applicable): pki-tools-10.1.0-1.fc20.armv7hl How reproducible: always Steps to Reproduce: 1. run ipa-server-install on a arm system 2. follow the installer log /var/log/ 3. Actual results: The installer bails out Expected results: Installation should succeed :) Additional info: patches for AtoB and BtoA attached