Bug 920780

Summary: systemd causes ipa server to not install on beaker machine.
Product: [Fedora] Fedora Reporter: Namita Soman <nsoman>
Component: systemdAssignee: systemd-maint
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 18CC: johannbg, lnykryn, metherid, mschmidt, msekleta, notting, plautrba, systemd-maint, vpavlin, zbyszek
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: 2013-03-12 17:58:37 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:

Description Namita Soman 2013-03-12 17:51:41 UTC
Description of problem:
Using a Fedora 18 beaker machine, I am unable to install ipa server. systemd causes the failure on this VM.
I can install ipa server successfully on a VM set up locally.

Version-Release number of selected component (if applicable):
freeipa-server-3.1.99-0.20130308T1347Zgit9955ba0.fc18.x86_64

How reproducible:
always

Steps to Reproduce:
1. install ipa server using command:
ipa-server-install --setup-dns --forwarder=10.14.63.12 --no-ntp

  
Actual results:
Install fails, and /var/log/messages has:
# vim /var/log/messages
<snip>
Mar 11 13:02:08 cloud-qe-5 systemd[1]: Starting 389 Directory Server TESTRELM-COM....
Mar 11 13:02:08 cloud-qe-5 systemd[1]: Failed to set security context (null) for /sys/fs: File exists
Mar 11 13:02:08 cloud-qe-5 systemd[1]: Failed to set security context (null) for /sys/fs/cgroup: File exists
Mar 11 13:02:08 cloud-qe-5 systemd[1]: Failed to set security context (null) for /sys/fs/cgroup/cpu: File exists
Mar 11 13:02:08 cloud-qe-5 systemd[1]: Failed to set security context (null) for /sys/fs/cgroup/cpu/system: File exists
Mar 11 13:02:08 cloud-qe-5 systemd[1]: Failed to set security context (null) for /sys/fs/cgroup/cpu/system/dirsrv@.service: File exists
Mar 11 13:02:08 cloud-qe-5 systemd[1]: Failed to create cgroup cpu:/system/dirsrv@.service/TESTRELM-COM: No such file or directory
Mar 11 13:02:08 cloud-qe-5 systemd[1]: Failed to set security context (null) for /sys/fs: File exists
Mar 11 13:02:08 cloud-qe-5 systemd[1]: Failed to set security context (null) for /sys/fs/cgroup: File exists
Mar 11 13:02:08 cloud-qe-5 systemd[1]: Failed to set security context (null) for /sys/fs/cgroup/systemd: File exists
Mar 11 13:02:08 cloud-qe-5 systemd[1]: Failed to set security context (null) for /sys/fs/cgroup/systemd/system: File exists
Mar 11 13:02:08 cloud-qe-5 systemd[1]: Failed to set security context (null) for /sys/fs/cgroup/systemd/system/dirsrv@.service: File exists
Mar 11 13:02:08 cloud-qe-5 systemd[1]: dirsrv failed to run 'start' task: No such file or directory
Mar 11 13:02:08 cloud-qe-5 systemd[1]: Failed to start 389 Directory Server TESTRELM-COM..
<snip>

Expected results:
be able to successfully install ipa server

Additional info:

Comment 1 Michal Schmidt 2013-03-12 17:58:37 UTC

*** This bug has been marked as a duplicate of bug 909826 ***