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.
Bug 873673 - IOError: [Errno 2] No such file or directory: '/var/run/ipa/services.list'
Summary: IOError: [Errno 2] No such file or directory: '/var/run/ipa/services.list'
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: ipa
Version: 6.4
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Rob Crittenden
QA Contact: Namita Soman
URL:
Whiteboard:
Depends On:
Blocks: 880995
TreeView+ depends on / blocked
 
Reported: 2012-11-06 13:21 UTC by Steeve Goveas
Modified: 2012-12-07 21:19 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 880995 (view as bug list)
Environment:
Last Closed: 2012-11-07 14:44:33 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
ipaserver-install.log from another machine where I got the same error (10.45 KB, text/x-log)
2012-11-06 13:21 UTC, Steeve Goveas
no flags Details
Uninstall logs (9.88 KB, text/x-log)
2012-11-06 13:22 UTC, Steeve Goveas
no flags Details

Description Steeve Goveas 2012-11-06 13:21:01 UTC
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:

Comment 1 Steeve Goveas 2012-11-06 13:22:00 UTC
Created attachment 639379 [details]
Uninstall logs

Comment 3 Martin Kosek 2012-11-06 15:38:35 UTC
Upstream ticket:
https://fedorahosted.org/freeipa/ticket/3240

Comment 4 Martin Kosek 2012-11-06 16:03:47 UTC
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.

Comment 5 Rob Crittenden 2012-11-06 16:13:46 UTC
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.

Comment 6 Martin Kosek 2012-11-06 16:29:43 UTC
Right, detaching the upstream ticket, this not an upstream work.

Comment 7 Rob Crittenden 2012-11-07 14:44:33 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.