Bug 1221517

Summary: Boot Screen with System Updates is Similar to Normal Boot Screen
Product: Red Hat Enterprise Linux 7 Reporter: Jiri Hnidek <jiri.hnidek>
Component: gnome-packagekitAssignee: Richard Hughes <rhughes>
Status: CLOSED WORKSFORME QA Contact: Desktop QE <desktop-qa-list>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.1CC: digitalfreak
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-07-30 15:27:35 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 Jiri Hnidek 2015-05-14 08:57:33 UTC
Description of problem:

When user (student in this case) click at: “Restart and install updates”, then computer is restarted and updates are installed during boot process. The boot screen looks exactly the same screen as during normal boot. Installing of updates can take very long (20-30 minutes). When other student come to the classroom and he or she see non-progress boot screen, then he or she usually consider to do press power off button and do hard power-off of the computer. It usually cause corruption of rpm database.

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

7.x

How reproducible:

Restart RedHat 7 Desktop with "Restart and install updates"

Actual results:

Boot screen that looks exactly the same as normal boot screen.

Expected results:

Boot screen with different colour, more information about installing, may be some progress bar.

Additional info:
https://blogs.gnome.org/hughsie/2012/06/04/offline-os-updates-looking-forward-to-gnome-3-6/
https://wiki.gnome.org/Design/OS/SoftwareUpdates

Comment 2 Jiri Hnidek 2015-05-14 12:29:46 UTC
I'm sorry, I was wrong about appearance of Boot screen in "update mode". It is switched to text mode after while and it shows some string "Installing updates" and text progress bar. Probably it's not enough for our students :-/.

Fast fix of my problems is to create file:

 /etc/dconf/db/local.d/01-updates

containing following configuration:

 [org/gnome/settings-daemon/plugins/updates]
 active=false

Of course, it is necessary to run:

 dconf update

You can check configuration with:

 gsettings get org.gnome.settings-daemon.plugins.updates active

Normal user should not be able to install updates.

Comment 3 Rafal Luzynski 2015-11-06 21:11:09 UTC
Isn't it fixed as bug 1267949?