Operating System - Linux
1752815 Members
5959 Online
108789 Solutions
New Discussion

Re: logging into X Window System

 
Jerry Grieve
New Member

logging into X Window System

I try to log into X using non-privilaged (non-root) user by typing startx and I get the following messages:

xauth: timeout in locking authority file /usr/.Xauthority



then it acts like it is going to start, in other words, I get the X-Window background, and then the background goes away and I get these messages:


GNOME-ERROR **: could not create private per user Gnome directory -aborting

**WARNING** Unable to lock ICE authority file: /usr/.ICEauthority


Every question has an answer, you just have to know where to look.
2 REPLIES 2
Tim Malnati
Honored Contributor

Re: logging into X Window System

.Xauthority, .gnome_private, and .ICEauthority are files that are created and used in a user's home directory, not /usr. The system is complaining about attempts to create these files in /usr which is owned by root as it should be. The first thing I would check is the users login directory in /etc/passwd. If it's correct, make sure that the user has permission to modify file objects within this directory (needs read, write and execute permission on his home directory).
Chirag Parikh
Frequent Advisor

Re: logging into X Window System

Hi Mate,

 

Thanks for the suggession, it resolved my issue.

 

Regards,

Chirag Parikh