Bug 973255
Summary: | spacewalk-splice-checkin default config missing logging section causes a traceback | ||
---|---|---|---|
Product: | [Retired] Subscription Asset Manager | Reporter: | mkovacik |
Component: | Splice | Assignee: | James Slagle <jslagle> |
Status: | CLOSED ERRATA | QA Contact: | mkovacik |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 1.3 | CC: | bkearney, jmatthew, jslagle, vkuznets |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-10-01 10:56:12 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: | 833466 |
Description
mkovacik
2013-06-11 14:50:20 UTC
Defaults for all of the config values for spacewalk-splice-tool are not hard coded, and I don't think they need to be. This file will always exist due to packaging. The file is provided by splice-common-config, which is required by splice-common, which is required by spacewalk-splice-tool: [root@rhel-sst ~]# rpm -qf /etc/splice/logging/basic.cfg splice-common-config-0.126-1.git.2.4fbb00a.el6.noarch [root@rhel-sst ~]# rpm -q --requires spacewalk-splice-tool | grep splice config(spacewalk-splice-tool) = 0.20-1.el6sam splice-common >= 0.77 [root@rhel-sst ~]# rpm -q --requires splice-common | grep splice config(splice-common) = 0.126-1.git.2.4fbb00a.el6 splice-common-config = 0.126-1.git.2.4fbb00a.el6 Should this be moved to CLOSED NOTABUG? i'll move to ON_QA. not sure how sst was installed without this file, so maybe the deps were wrong before. it needs to be verified that installing sst also (indirectly) creates /etc/splice/logging/basic.cfg The packaging is ok: [root@ec2-46-137-24-190 ~]# rpm -qf /etc/splice/logging/basic.cfg splice-common-config-0.130-1.el6sam.noarch [root@ec2-46-137-24-190 ~]# rpm -q --requires spacewalk-splice-tool | grep splice config(spacewalk-splice-tool) = 0.24-1.el6sam splice-common >= 0.77 [root@ec2-46-137-24-190 ~]# rpm -q --requires splice-common | grep splice config(splice-common) = 0.130-1.el6sam splice-common-config = 0.130-1.el6sam Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2013-1390.html |