Bug 1212578 - method=vnc does not work with RHEL7
Summary: method=vnc does not work with RHEL7
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Beaker
Classification: Retired
Component: general
Version: develop
Hardware: All
OS: Linux
low
medium
Target Milestone: 25.0
Assignee: Dan Callaghan
QA Contact: Anwesha Chatterjee
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-04-16 17:16 UTC by Jeff Bastian
Modified: 2018-03-19 04:19 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2018-03-19 04:19:09 UTC
Embargoed:


Attachments (Terms of Use)

Description Jeff Bastian 2015-04-16 17:16:52 UTC
Description of problem:
I tried to do a manual installation with VNC of RHEL7 using
    ks_meta="manual mode=vnc"
but RHEL7 anaconda refused to start VNC
    Not asking for VNC because of an automated install

The minimalist kickstart generated is only two lines:
    nfs --server server.example.com --dir /RHEL-7/7.1/Server/x86_64/os/
    ignoredisk --interactive

I tried again using my own kickstart section (instead of using ks_meta) with "vnc" added:
    <kickstart>
        <![CDATA[
        nfs --server server.example.com --dir /RHEL-7/7.1/Server/x86_64/os/
        vnc
        ignoredisk --interactive
        ]]>
    </kickstart>

This time it worked.
    Please manually connect your vnc client to client.example.com:1
    (192.168.1.1:1) to begin the install.

Please add "vnc" to the minimalist kickstart file when doing ks_meta="manual mode=vnc" with RHEL7.

Comment 2 Dan Callaghan 2017-10-23 07:13:22 UTC
https://gerrit.beaker-project.org/5887

Comment 4 Anwesha Chatterjee 2017-11-27 04:04:52 UTC
Verified by running https://beaker-devel.app.eng.bos.redhat.com/jobs/13166
and connecting to Anaconda interface through VNC successfully and completing the installation.

Comment 5 Dan Callaghan 2018-02-06 00:36:06 UTC
This bug was fixed on the release-24 branch, to appear in Beaker 24.6, but we are not planning any more maintenance releases for the 24.x series. The next release will be Beaker 25.0. Updating the milestone accordingly.

Comment 6 Roman Joost 2018-03-19 04:19:09 UTC
Beaker 25.0 has been released.

Release notes are available upstream: https://beaker-project.org/docs/whats-new/release-25.html


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