Bug 962154
| Summary: | spacewalk-service assumes Oracle is used if it's installed | ||
|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | Michel Lind <michel> |
| Component: | Server | Assignee: | Michael Mráka <mmraka> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.9 | CC: | tkasparek |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | spacewalk-admin-1.10.4-1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-08-02 13:10:24 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: | 991452 | ||
|
Description
Michel Lind
2013-05-12 05:00:22 UTC
Hi Michel,
you may modify list of services managed by spacewalk in /etc/rhn/service-list.
To remove oracle from list put
SERVICES=${SERVICES/oracle/}
there.
Fixed in spacewalk master by
commit d8b65bc78918ef946e85bad4c8828ed3885bcee3
962154 - don't manage oracle service by default
if user wants to manage it they can manually add service to /etc/rhn/service-list
Hi Michael, Thanks, that commit should do the trick; I'm using service-list in the meantime. (Didn't know that Bash trick before - neat) Fix for this bug is present in Spacewalk 2.0, closing this bug as CURRENTRELEASE. |