Bug 880995
Summary: | IOError: [Errno 2] No such file or directory: '/var/run/ipa/services.list' | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Petr Spacek <pspacek> |
Component: | freeipa | Assignee: | Rob Crittenden <rcritten> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 18 | CC: | abokovoy, deanhunter, mkosek, rcritten, sgoveas, ssorce |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | 873673 | Environment: | |
Last Closed: | 2013-01-15 02:24:45 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: | 873673 | ||
Bug Blocks: |
Description
Petr Spacek
2012-11-28 11:13:20 UTC
freeipa-3.1.0-2.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/freeipa-3.1.0-2.fc18 Package freeipa-3.1.0-2.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing freeipa-3.1.0-2.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-0171/freeipa-3.1.0-2.fc18 then log in and leave karma (feedback). [root@server ~]# yum list installed freeipa* Loaded plugins: langpacks, presto, refresh-packagekit Installed Packages freeipa-admintools.x86_64 3.1.0-1.fc18 @fedora freeipa-client.x86_64 3.1.0-1.fc18 @fedora freeipa-python.x86_64 3.1.0-1.fc18 @fedora freeipa-server.x86_64 3.1.0-1.fc18 @fedora freeipa-server-selinux.x86_64 3.1.0-1.fc18 @fedora [root@server ~]# yum update --enablerepo=updates-testing freeipa-3.1.0-2.fc18 Loaded plugins: langpacks, presto, refresh-packagekit No Match for argument: freeipa-3.1.0-2.fc18 No package freeipa-3.1.0-2.fc18 available. No Packages marked for Update [root@server ~]# It may not have made it out to your mirror yet. It is available in the one I tested (fedora.mirror.constant.com) and the folks in #fedora-admin confirmed it has been pushed. You may need to clean your yum cache. The package is not freeipa, it is freeipa-<subpackage> (usually server or client). The workaround:
# mkdir /var/run/ipa
# chmod 0700 /var/run/ipa
is no longer required with a new installation as follows:
[root@server ~]# yum install --enablerepo=updates-testing freeipa-server-3.1.0-2.fc18
...
[root@server ~]# yum list installed freeipa*
Loaded plugins: langpacks, presto, refresh-packagekit
Installed Packages
freeipa-admintools.x86_64 3.1.0-2.fc18 @updates-testing
freeipa-client.x86_64 3.1.0-2.fc18 @updates-testing
freeipa-python.x86_64 3.1.0-2.fc18 @updates-testing
freeipa-server.x86_64 3.1.0-2.fc18 @updates-testing
freeipa-server-selinux.x86_64 3.1.0-2.fc18 @updates-testing
[root@server ~]#
[root@server ~]# yum install --enablerepo=updates-testing bind bind-dyndb-ldap
...
[root@server ~]# yum list installed bind*
Loaded plugins: langpacks, presto, refresh-packagekit
Installed Packages
bind.x86_64 32:9.9.2-6.P1.fc18 @updates-testing
bind-dyndb-ldap.x86_64 2.3-2.fc18 @fedora
bind-libs.x86_64 32:9.9.2-6.P1.fc18 @updates-testing
bind-libs-lite.x86_64 32:9.9.2-6.P1.fc18 @updates-testing
bind-license.noarch 32:9.9.2-6.P1.fc18 @updates-testing
bind-utils.x86_64 32:9.9.2-6.P1.fc18 @updates-testing
[root@server ~]#
[root@server ~]# ipa-server-install \
> --admin-password adminpassword \
> --hostname server.hunter.org \
> --domain hunter.org \
> --ds-password dspassword \
> --realm HUNTER.ORG \
> --setup-dns \
> --no-forwarders \
> --unattended
...
[root@server ~]#
freeipa-3.1.0-2.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. |