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 733576 - root password will lost after upgrade
Summary: root password will lost after upgrade
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: ovirt-node
Version: 6.2
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: rc
: ---
Assignee: Alan Pevec
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-08-26 05:19 UTC by Mohua Li
Modified: 2011-12-06 19:26 UTC (History)
7 users (show)

Fixed In Version: ovirt-node-2.0.2-0.5.git83340dd.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-12-06 19:26:47 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2011:1783 0 normal SHIPPED_LIVE rhev-hypervisor6 bug fix and enhancement update 2011-12-06 15:10:54 UTC

Description Mohua Li 2011-08-26 05:19:03 UTC
Description of problem:
                                                                                                                
have set password for both admin/root user, login correctly, after upgrade from  TUI menu, or from rhevm,                     
                                                                             will cost the root password lost, admin  login ok                                                              
                                                                                                                              
/etc/shadow,                                                                                                            
                                                                                                                   root:!!:15210:0:99999:7:::                                                                                                    
admin:$6$7vtKw5wIQL06r6mD$iKp.fPDqQYm6or3rYobXoC8xyCg8nTP8X7OaXndXvoH1Qglp65pGyj2OhrQ.xCw.xJ4PBxl.RHY1eaoyNQi.B0:15212:0:99999
+:7:::                                                                                                                        
                                                                                                          
                                                                                                                                                                 

Version-Release number of selected component (if applicable):
rhev-hypervisor 6.2-0.14(ovirt-config-password support set different password for admin/root)

How reproducible:
met this several times when upgrade from TUI or rhevm                                               
              

Steps to Reproduce:
1,have installed rhev-hypervisor, set password for both admin/root                                                            
2,upgrade from rhevm/TUI menu,                                                                                                
3,root password lost after upgrade,                                                                                     
  
Actual results:
root password lost after upgrade 

Expected results:


Additional info:

Comment 2 Mike Burns 2011-08-26 12:35:21 UTC
Are you assuming that setting the password in the TUI during install will set the password for the root user?  Or are you setting it using the rootpw commandline option?

Comment 4 Mohua Li 2011-08-28 08:02:21 UTC
setting all the password by TUI, no any rootpw used in this bug,  i assume that we only set the password for admin user in TUI, but we shouldn't clear the root password in upgrade

Comment 5 Mike Burns 2011-08-29 13:03:56 UTC
(In reply to comment #4)
> setting all the password by TUI, no any rootpw used in this bug,  i assume that
> we only set the password for admin user in TUI, but we shouldn't clear the root
> password in upgrade

I agree, we shouldn't touch the root password at all during upgrade, but from what you describe, you don't have a root password set at all.  Nothing in the TUI will set or change the root password.

Comment 7 Alan Pevec 2011-09-09 16:42:22 UTC
Keeps root password:
- with "upgrade" boot parameter
- in-place: mount /dev/cdrom /live; /usr/libexec/ovirt-config-boot /live

Clears root password:
- Upgrade via TUI

Root cause is a bug in ovirtfunctions.unmount_config:
--- a/scripts/ovirtfunctions.py
+++ b/scripts/ovirtfunctions.py
@@ -612,7 +612,7 @@ def unmount_config(files):
         if check_bind_mount(filename):
             ret = os.system('umount -n "%s" &>/dev/null' % filename)
             if ret == 0:
-                if os.path.exists('/config"%s"' % filename):
+                if os.path.exists('/config%s' % filename):
                     # refresh the file in rootfs if it was mounted over
                     if os.system('cp -a /config"%s" "%s" &> /dev/null' % (filename,filename)):
                         return True

Comment 10 errata-xmlrpc 2011-12-06 19:26:47 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.

http://rhn.redhat.com/errata/RHBA-2011-1783.html


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