Bug 1225844
| Summary: | No README file in preupgrade-assistant-ui | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Tereza Cerna <tcerna> |
| Component: | preupgrade-assistant | Assignee: | Honza Horak <hhorak> |
| Status: | CLOSED ERRATA | QA Contact: | Tereza Cerna <tcerna> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.7 | CC: | fkluknav, mbocek, phracek, pstodulk, ttomecek |
| Target Milestone: | rc | Keywords: | Extras |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 2.1.4-2.el6 | Doc Type: | No Doc Update |
| Doc Text: |
undefined
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-03-21 12:08:46 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: | |||
|
Description
Tereza Cerna
2015-05-28 10:21:32 UTC
Fixed in commit: https://github.com/phracek/preupgrade-assistant/commit/63040943d7121e9a8404192e37bb43936805a881 Included in preupgrade-assistant-2.1.4-2.el6. ==============================================
Verified in:
preupgrade-assistant-ui-2.3.0-1.el6.noarch
PASS
==============================================
# rpm -qd preupgrade-assistant-ui
/usr/share/preupgrade/README.ui
# cat /usr/share/preupgrade/README.ui
Preupgrade Assistant UI
=======================
Installation and configuration
------------------------------
1. Install the preupgrade-assistant-ui package:
yum install preupgrade-assistant-ui
2. Choose a configuration file:
If you want the UI to be accessible over the network,
enable the 99-preup-httpd.conf.public configuration file:
mv /etc/httpd/conf.d/99-preup-httpd.conf.public \
/etc/httpd/conf.d/99-preup-httpd.conf
If you want the UI to be accessible on the localhost only,
enable the 99-preup-httpd.conf.private configuration file:
mv /etc/httpd/conf.d/99-preup-httpd.conf.private \
/etc/httpd/conf.d/99-preup-httpd.conf
3. Start the httpd service (and enable it to start after reboot):
service httpd start
chkconfig httpd on
4. The UI is listening on port 8099.
Use a web browser to access it:
http://127.0.0.1:8099/
(Replace 127.0.0.1 with the actual address,
if you are accessing the UI over network.)
For more information see https://access.redhat.com/solutions/637583
==============================================
Reproduced in:
preupgrade-assistant-ui-2.0.3-5.el6.x86_64
FAIL
==============================================
# rpm -qd preupgrade-assistant-ui
#
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. https://rhn.redhat.com/errata/RHBA-2017-0819.html |