Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
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:
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.
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.
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: