Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
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 1148818

Summary: The initial-setup-gui package is missing from RHEL 7.1 comps
Product: Red Hat Enterprise Linux 7 Reporter: Martin Kolman <mkolman>
Component: relengAssignee: Lubos Kocman <lkocman>
Status: CLOSED ERRATA QA Contact: Release Test Team <release-test-team-automation>
Severity: high Docs Contact:
Priority: unspecified    
Version: 7.1CC: jstodola, lkocman, mdomonko, mhruscak, release-test-team-automation
Target Milestone: rcKeywords: Reopened
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-08-01 17:29:54 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: 1078917    

Description Martin Kolman 2014-10-02 12:58:20 UTC
Description of problem:
The initial-setup-gui package is missing from comps, so the Initial Setup graphical utility can't be started.

Version-Release number of selected component (if applicable):


How reproducible:
always


Steps to Reproduce:
1. install RHEL 7.1
2. reboot

Actual results:
Only Firstboot is shown, followed by the login screen.

Expected results:
Initial Setup is shown, followed by Firstboot and login screen.

Comment 3 Lubos Kocman 2017-02-01 12:20:10 UTC
I personally don't believe that belonging to comps automatically starts anything.
Closing as not a bug. Fedora doesn't have that either.

Lubos

Comment 4 Lubos Kocman 2017-02-01 12:23:08 UTC
Sorry for previous comment, I rather double checked and figured out following.

So the initial-setup-gui-tool is available in @x11, gnome has it's own package. Closing as not a bug then.

Lubos

Comment 5 Lubos Kocman 2017-02-03 09:33:04 UTC
Actually re-openning since this fixes more issues, we probably want to add it to gnome-desktop as well.

Lubos

Comment 6 Lubos Kocman 2017-02-03 09:33:28 UTC
*** Bug 1078917 has been marked as a duplicate of this bug. ***

Comment 7 Lubos Kocman 2017-03-06 10:27:13 UTC
Problem here is that package itself was in comps, it just wasn't installed by default. I've marked is as mandatory as per advice in Bug 1078917.

I'm not 100% if we want to have it in x11 (since it was previously marked as optional).
Can somebody please retest if install with just @x11 (not gnome, or KDE) boots/works properly after change?

lkocman@rcm-dev:~/comps$ git show
commit ecb6307eeacf7f1235719b01b659fbe3fc5d4c07
Author: Lubos Kocman <lkocman>
Date:   Mon Mar 6 05:24:38 2017 -0500

    Mark initial-setup-gui as mandatory in @gnome-desktop @kde-desktop @x11

diff --git a/comps-rhel-7.4.xml b/comps-rhel-7.4.xml
index 6a65b94..448b9b4 100644
--- a/comps-rhel-7.4.xml
+++ b/comps-rhel-7.4.xml
@@ -2683,7 +2683,7 @@
       <packagereq>gvfs-mtp</packagereq>
       <packagereq>gvfs-smb</packagereq>
       <packagereq>initial-setup</packagereq>
-      <packagereq>initial-setup-gui</packagereq>
+      <packagereq type="mandatory">initial-setup-gui</packagereq>
       <packagereq>libcanberra-gtk2</packagereq>
       <packagereq>libcanberra-gtk3</packagereq>
       <packagereq>libproxy-mozjs</packagereq>
@@ -3755,7 +3755,7 @@
       <packagereq>firewall-config</packagereq>
       <packagereq>firstboot</packagereq>
       <packagereq>initial-setup</packagereq>
-      <packagereq>initial-setup-gui</packagereq>
+      <packagereq type="mandatory">initial-setup-gui</packagereq>
       <packagereq>gwenview</packagereq>
       <packagereq>kamera</packagereq>
       <packagereq>kcalc</packagereq>
@@ -7011,7 +7011,7 @@
       <packagereq>xvattr</packagereq>
       <packagereq type="optional">tigervnc-server</packagereq>
       <packagereq type="optional">initial-setup</packagereq>
-      <packagereq type="optional">initial-setup-gui</packagereq>
+      <packagereq type="mandatory">initial-setup-gui</packagereq>
       <packagereq type="optional" arch="aarch64,ppc64,ppc64le,x86_64">xorg-x11-drv-keyboard</packagereq>
       <packagereq type="optional" arch="aarch64,ppc64,ppc64le,x86_64">xorg-x11-drv-mouse</packagereq>
       <packagereq type="optional" arch="x86_64">xorg-x11-drv-openchrome</packagereq>
diff --git a/comps-rhel-7.4.xml.in b/comps-rhel-7.4.xml.in
index c82eac6..87efc2a 100644
--- a/comps-rhel-7.4.xml.in
+++ b/comps-rhel-7.4.xml.in
@@ -1007,7 +1007,7 @@
       <packagereq>gvfs-mtp</packagereq>
       <packagereq>gvfs-smb</packagereq>
       <packagereq>initial-setup</packagereq>
-      <packagereq>initial-setup-gui</packagereq>
+      <packagereq type="mandatory">initial-setup-gui</packagereq>
       <packagereq>libcanberra-gtk2</packagereq>
       <packagereq>libcanberra-gtk3</packagereq>
       <packagereq>libproxy-mozjs</packagereq>
@@ -1317,7 +1317,7 @@
       <packagereq>firewall-config</packagereq>
       <packagereq>firstboot</packagereq>
       <packagereq>initial-setup</packagereq>
-      <packagereq>initial-setup-gui</packagereq>
+      <packagereq type="mandatory">initial-setup-gui</packagereq>
       <packagereq>gwenview</packagereq>
       <packagereq>kamera</packagereq>
       <packagereq>kcalc</packagereq>
@@ -2326,7 +2326,7 @@
       <packagereq>xvattr</packagereq>
       <packagereq type="optional">tigervnc-server</packagereq>
       <packagereq type="optional">initial-setup</packagereq>
-      <packagereq type="optional">initial-setup-gui</packagereq>
+      <packagereq type="mandatory">initial-setup-gui</packagereq>
       <packagereq type="optional" arch="aarch64,ppc64,ppc64le,x86_64">xorg-x11-drv-keyboard</packagereq>
       <packagereq type="optional" arch="aarch64,ppc64,ppc64le,x86_64">xorg-x11-drv-mouse</packagereq>
       <packagereq type="optional" arch="x86_64">xorg-x11-drv-openchrome</packagereq>

Comment 9 Marek Hruscak 2017-04-21 08:17:19 UTC
System boots properly, no errors in logs associated with initial-setup. However, initial-setup is not started automatically after reboot. Enabling it using `systemctl enable initial-setup` will start it in text mode.

Lubos, is that expected behaviour?

Comment 10 Marek Hruscak 2017-04-21 10:04:51 UTC
After considering documentation and chat with package maintainer it is clear, that it works as expected.

Comment 12 errata-xmlrpc 2017-08-01 17:29:54 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://access.redhat.com/errata/RHBA-2017:1850