Bug 1439141

Summary: rolekit FileNotFoundError ... No such file or directory: 'ipa-server-install' PowerPC F26
Product: [Fedora] Fedora Reporter: Michel Normand <normand>
Component: rolekitAssignee: Stephen Gallagher <sgallagh>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 26CC: sgallagh, twoerner
Target Milestone: ---   
Target Release: ---   
Hardware: powerpc   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-04-07 09:17:05 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: 1071880    
Attachments:
Description Flags
/var/log/messages
none
dnf.log none

Description Michel Normand 2017-04-05 10:28:56 UTC
Created attachment 1268914 [details]
/var/log/messages

rolekit FileNotFoundError ... No such file or directory: 'ipa-server-install' PowerPC F26

Problem identified on compose 20170404 (same on 20170403, no failure 20170331)

=== extract of openQA issued command:
echo '{"admin_password":"monkeys123","dns_forwarders":{"ipv4":["9.101.4.100"],"ipv6":["9.101.4.100"]}}' | rolectl deploy domaincontroller --name=domain.local --settings-stdin
Deployment can take a long time. To monitor the progress, run
journalctl -ef -u rolekit
Error: [Error 2] No such file or directory: 'ipa-server-install'
=== cat  /var/log/rolekit
2017-04-05 04:40:32 ERROR: b'Package rolekit-0.5.1-4.fc26.noarch is already installed, skipping.'
2017-04-05 04:41:58 ERROR: FileNotFoundError: [Errno 2] No such file or directory: 'ipa-server-install'
===

Comment 1 Michel Normand 2017-04-05 10:31:16 UTC
Created attachment 1268915 [details]
dnf.log

Comment 2 Stephen Gallagher 2017-04-05 15:38:41 UTC
Looking at that DNF log, it tried to install the @freeipa-server package group (which includes the freeipa-server package), but DNF didn't actually install it.

My suspicion is that whatever repository mirror you were connected to didn't have the package for some reason. Can you retry it and see if it keeps happening? Given that you filed this right around the Fedora 26 Alpha release, I'm guessing that you may have hit a mirror that wasn't fully synchronized.

Comment 3 Michel Normand 2017-04-07 09:17:05 UTC
Thank you for the investigation.
A retry with next 20170406 compose do not show the problem anymore.