Bug 514288
| Summary: | Obsolete warning message appears on kickstart Session Status page when kickstarting to RHEL versions < 5 | ||
|---|---|---|---|
| Product: | Red Hat Satellite 5 | Reporter: | Steve Salevan <ssalevan> |
| Component: | Provisioning | Assignee: | Tomas Lestach <tlestach> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Martin Korbel <mkorbel> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 530 | CC: | ckannan, cperry, jhutar, mkorbel |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-10-01 21:54:25 UTC | Type: | --- |
| 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: | 924232 | ||
|
Description
Steve Salevan
2009-07-28 17:41:13 UTC
531 - or wait even to post 531 code Removing the warning together with the localized string ... spacewalk.git: bd92f3bdf04595984f4bb369caf77fd99e204b49 VERIFIED on spacewalk-java-2.0.2-44.el6sat
REPRODUCED on spacewalk-java-1.2.39-133.el6sat
FIXED on spacewalk-java-1.10.87-1
I have not a luck with reproduce this bug. I do not able to cause to show the warning. I have success provisioned RHEL4.
I have checked com/redhat/rhn/frontend/strings/java/StringResource_en_US.xml
spacewalk-java-2.0.2-44.el6sat:
<trans-unit id="kickstart.session.user_canceled">
<source>Kickstart canceled by user: {0}</source>
<context-group name="ctx">
<context context-type="sourcefile">/rhn/kickstart/KickstartSessionCancel.do</context>
</context-group>
</trans-unit>
<trans-unit id="kickstart.schedule.success">
<source>System Kickstart scheduled for {0}</source>
<context-group name="ctx">
<context context-type="sourcefile">/rhn/kickstart/ScheduleKickstart.do</context>
</context-group>
</trans-unit>
spacewalk-java-1.2.39-133.el6sat:
<trans-unit id="kickstart.session.user_canceled">
<source>Kickstart canceled by user: {0}</source>
<context-group name="ctx">
<context context-type="sourcefile">/rhn/kickstart/KickstartSessionCancel.do</context>
</context-group>
</trans-unit>
<trans-unit id="kickstart.schedule.requires.older.gpgkey">
<source>System {0} is scheduled to be kickstarted to an older version of Red Hat Enterprise Linux, it will require the GPG key for the older release. <br/> Please install this key, example: <strong> rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-former </strong> </source>
<context-group name="ctx">
<context context-type="sourcefile">/rhn/kickstart/ScheduleKickstart.do</context>
</context-group>
</trans-unit>
Satellite 5.6 has been released. This bug was tracked under the release. This bug was either VERIFIED or RELEASE_PENDING (re-verified prior shortly before release). Moving to CLOSED CURRENT_RELEASE. Text from Upgrade Erratum follows: 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-1395.html |