Link to home
Start Free TrialLog in
Avatar of rmessing171
rmessing171Flag for United States of America

asked on

Cloning Redhat Linux Server 6.6 with VMWare

We have a VM in vCenter v5.1 that has Redhat Linux Server 6.6 installed with applications and defined users.  We have cloned this VM in vCenter to another computername, mac address and IP address, however we are now experiencing an issue when users login.  User will get the "Could not update ICEauthority file /home/jdoe/.ICEauthority"

Any ideas if cloning caused this and what we can do to correct this?  Will the installed applications on this clone function correctly?  Are there any other issues we may experience by cloning this Linux Server VM?

Any thoughts or ideas would help us greatly!
Avatar of Manfred Bertl
Manfred Bertl
Flag of Germany image

It seems, your user does not have the required permissions for that file. Try to change your password and then change it back to was it was before, and try again. Also a 'chown user:group /home/user/' might do the trick.
Avatar of madunix
madunix

chown username:username .ICEauthority
chmod 0644 .ICEauthority
Avatar of rmessing171

ASKER

I changed the password of the user and I still received the error with .ICEauthority file.  I also performed the chown jdoe /home/jdoe command and it provided me the response - "chown: changing ownership of '/home/jdoe': Read-only file system"

Any ideas?
I also performed the chown jdoe.ICEauthority and chmod 0644 .ICEauthority via root, and I when I logon as jdoe, I am receiving the "Could not update ICEauthority file /home/jdoe/.ICEauthority.

Is there a Redhat Linux Server 6.6 repair of the operating system I can perform that will maybe fix whatever may be broken?  If there is a way to repair the O/S what are the steps I need to perform to do this?
As root run
# chown -Rv user. /home/user/.ICEauthority

Show me the output of:
# ls -la /home/user/.ICEauthority
# getfacl /home/user/.ICEauthority
# lsattr /home/user/.ICEauthority
# id user


"user" is the name used to log into system
Madunix - thank you for your suggestions!  I have attached the screen shots of the commands you suggested.

Please let me know your thoughts when you get a moment.

Thank you for your assistance!
Chown_Rv.JPG
other-commands.JPG
ASKER CERTIFIED SOLUTION
Avatar of madunix
madunix

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial