Bug 1341709
Summary: | Unable to install feeipa server on ppc64le f24 VM | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Menanteau Guy <menantea> | ||||||||
Component: | freeipa | Assignee: | IPA Maintainers <ipa-maint> | ||||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | unspecified | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | 24 | CC: | abokovoy, awilliam, ipa-maint, jhrozek, menantea, mkosek, nhosoi, pvoborni, rcritten, ssorce, wibrown | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | ppc64le | ||||||||||
OS: | Linux | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | 389-ds-base-1.3.5.5-1.el7 | Doc Type: | If docs needed, set a value | ||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2017-03-15 16:50:19 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: | |||||||||||
Bug Depends On: | |||||||||||
Bug Blocks: | 1320886 | ||||||||||
Attachments: |
|
Description
Menanteau Guy
2016-06-01 14:37:16 UTC
Created attachment 1163702 [details]
ipa server log
This looks like a lack of memory: 2016-05-31T12:28:19Z DEBUG stdout=[16/05/31:08:28:19] - [Setup] Info Could not import LDIF file '/var/lib/dirsrv/boot.ldif'. Error: 3072. Output: importing data ... [31/May/2016:08:28:19.525709246 -0400] WARNING: Import is running with nsslapd-db-private-import-mem on; No other process is allowed to access the database [31/May/2016:08:28:19.550369356 -0400] check_and_set_import_cache: pagesize: 65536, pages: 1144, procpages: 497 [31/May/2016:08:28:19.551091971 -0400] After allocating import cache 29248KB, the available memory is 43968KB, which is less than the hard limit 102400KB. Please decrease the import cache size and rerun import. [31/May/2016:08:28:19.551793917 -0400] dblayer_instance_start fail: Cannot allocate memory (12) William, any idea why 389-ds freaks out on import? https://fedorahosted.org/389/ticket/48846 This has some fixes around memory size checks related to the import, and may affect ppc64. 1.3.5.5 will likely contain the fix you need. 48846 will be expanded to take this into account. I think the the issue is the same as on a 32 bit platform, where vmsize is set low on ppc64, unlike x86_64 where it's set high, and basically discarded in our util_info_sys_pages() check. It's very likely that I'll be removing from the vmsize from consideration of util_info_sys_pages() for some other reasons too. I'd really like to see the output of 'cat /proc/self/status' and 'cat /proc/meminfo' of the affected system, just to be sure of a few details if possible. Created attachment 1163931 [details]
cat /proc/self/status
Created attachment 1163933 [details]
cat /proc/meminfo
here after is the qemu command I used with 8G:
/usr/bin/qemu-system-ppc64 -name /home/menantea/VM/f24_91 -enable-kvm -M pseries -smp 4 -m 8G -nographic -nodefaults -monitor stdio -se
rial pty -device virtio-net-pci,netdev=net10131,mac=c0:ff:ff:00:00:91 -netdev br
idge,br=br0,id=net10131 -cdrom isobe_beta1.6 -drive file=hd1.qcow2 -drive file=h
d2.qcow2 -S
Thank you for that information. I'll keep it in mind while testing the fix. I will provide status updates as they become available. I didn't end all tests I wanted to do but at least the new 389-ds-base-1.3.5.5-1 resolved my problem on f24 ppc64le and the "ipa-server-install" command go to the end without error. Thanks for the fix. Per Guy's comment, this seems to be fixed. F24 is up to 1.3.5.15-1 at this point. |