RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1225844 - No README file in preupgrade-assistant-ui
Summary: No README file in preupgrade-assistant-ui
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: preupgrade-assistant
Version: 6.7
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Honza Horak
QA Contact: Tereza Cerna
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-05-28 10:21 UTC by Tereza Cerna
Modified: 2017-03-21 12:08 UTC (History)
5 users (show)

Fixed In Version: 2.1.4-2.el6
Doc Type: No Doc Update
Doc Text:
undefined
Clone Of:
Environment:
Last Closed: 2017-03-21 12:08:46 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2017:0819 0 normal SHIPPED_LIVE preupgrade-assistant bug fix and enhancement update 2017-03-21 12:53:47 UTC

Description Tereza Cerna 2015-05-28 10:21:32 UTC
There have to be any README file with information about installation and using of this utility.

Package: 
preupgrade-assistant-ui-2.0.3-5.el6.x86_64

Comment 2 Jakub Dorňák 2016-01-06 16:17:04 UTC
Fixed in commit:
https://github.com/phracek/preupgrade-assistant/commit/63040943d7121e9a8404192e37bb43936805a881

Included in preupgrade-assistant-2.1.4-2.el6.

Comment 6 Tereza Cerna 2017-01-23 10:25:33 UTC
==============================================
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
#

Comment 8 errata-xmlrpc 2017-03-21 12:08:46 UTC
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


Note You need to log in before you can comment on or make changes to this bug.