Bug 1149004
| Summary: | Spacewalk Setup Fails on Fedora 20 with cannot find pltclu.control | ||
|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | nathan |
| Component: | Installation | Assignee: | Tomas Lestach <tlestach> |
| Status: | CLOSED NOTABUG | QA Contact: | Red Hat Satellite QA List <satqe-list> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.2 | CC: | tlestach |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-10-31 15:33:22 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: | |||
| Bug Blocks: | 1484117 | ||
|
Description
nathan
2014-10-02 21:49:10 UTC
I just took a freshly installed x86_64 Fedora20 machine and following steps led to a successful Spacewalk 2.2 installation: ======================================================================== yum update -y rpm -Uvh http://yum.spacewalkproject.org/2.2/Fedora/20/x86_64/spacewalk-repo-2.2-1.fc20.noarch.rpm cat > /etc/yum.repos.d/jpackage-generic.repo << EOF [jpackage-generic] name=JPackage generic mirrorlist=http://www.jpackage.org/mirrorlist.php?dist=generic&type=free&release=5.0 enabled=1 gpgcheck=1 gpgkey=http://www.jpackage.org/jpackage.asc EOF yum install spacewalk-setup-postgresql yum install spacewalk-postgresql spacewalk-setup --disconnected ======================================================================== Database was correctly populated and only one PG server was installed: # rpm -qa 'postgres*' postgresql-server-9.3.5-2.fc20.x86_64 postgresql-9.3.5-2.fc20.x86_64 postgresql-jdbc-9.2.1002-4.fc20.noarch postgresql-libs-9.3.5-2.fc20.x86_64 postgresql-pltcl-9.3.5-2.fc20.x86_64 postgresql-contrib-9.3.5-2.fc20.x86_64 I do not see postgresql93* packages to be a part of Feroda20. See http://download.englab.brq.redhat.com/pub/fedora/linux/releases/20/Everything/x86_64/os/Packages/p/ or: # yum install postgresql93 No package postgresql93 available. Closing as NOTABUG. This BZ closed some time during 2.5, 2.6 or 2.7. Adding to 2.7 tracking bug. |