Created attachment 639378 [details] ipaserver-install.log from another machine where I got the same error Description of problem: Receiving Error while setting up ipa-server Version-Release number of selected component (if applicable): ipa-server-3.0.0-106.20121106T0229zgit881fc3a.el6.x86_64 How reproducible: Always Steps to Reproduce: [root@sideswipe ~]# ipa-server-install --setup-dns --forwarder 10.65.201.122 -p Secret123 -a Secret123 -r TESTRELM.COM -n testrelm.com --ip-address=10.65.206.83 --hostname=sideswipe.testrelm.com -U The log file for this installation can be found in /var/log/ipaserver-install.log ============================================================================== This program will set up the IPA Server. This includes: * Configure a stand-alone CA (dogtag) for certificate management * Configure the Network Time Daemon (ntpd) * Create and configure an instance of Directory Server * Create and configure a Kerberos Key Distribution Center (KDC) * Configure Apache (httpd) * Configure DNS (bind) To accept the default shown in brackets, press the Enter key. Warning: skipping DNS resolution of host sideswipe.testrelm.com Using reverse zone 206.65.10.in-addr.arpa. The IPA Master Server will be configured with: Hostname: sideswipe.testrelm.com IP address: 10.65.206.83 Domain name: testrelm.com Realm name: TESTRELM.COM BIND DNS server will be configured to serve IPA domain with: Forwarders: 10.65.201.122 Reverse zone: 206.65.10.in-addr.arpa. Configuring NTP daemon (ntpd) [1/4]: stopping ntpd Unexpected error - see /var/log/ipaserver-install.log for details: IOError: [Errno 2] No such file or directory: '/var/run/ipa/services.list' [root@sideswipe ~]# ipa-server-install --uninstall -U Shutting down all IPA services Removing IPA client configuration Unconfiguring ntpd Unexpected error - see /var/log/ipaserver-uninstall.log for details: IOError: [Errno 2] No such file or directory: '/var/run/ipa/services.list' [root@sideswipe ~]# ipa-server-install --uninstall -U Shutting down all IPA services Removing IPA client configuration Unexpected error - see /var/log/ipaserver-uninstall.log for details: IOError: [Errno 2] No such file or directory: '/var/run/ipa/services.list' Actual results: Expected results: Additional info:
Created attachment 639379 [details] Uninstall logs
Upstream ticket: https://fedorahosted.org/freeipa/ticket/3240
Steeve, as a workaround for your tests, you can run the following commands after ipa-server package installation: # mkdir /var/run/ipa # chmod 0700 /var/run/ipa The installation should then work as before.
This is caused by patches for systemd integration in Fedora that will never drop into RHEL but since we build daily from master I'll need to add revert patches for them to our daily spec file.
Right, detaching the upstream ticket, this not an upstream work.
This affected only internal daily builds pulling from upstream sources. Reverted the systemd start up patches. Marking as closed rawhide to distinguish it from RHEL-specific bugs.