LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
shut down and start up boot problems
#2
Since you are able to login, and it is not starting your desktop. You will be able to still run some commands. With that said can you run :


Code:
ls -lah

We are looking for a file called .Xauthority and the permissions related to it, in this case we want to check if the user name for the account is proper. In my case it would say :
Code:
-rw-------  1 shaggy shaggy  116 Feb 16 09:13 .Xauthority

However if it looks like this :
Code:
-rw-------  1 root root   116 Feb 16 09:13 .Xauthority

Note the user name root. Then we may have a permissions issue and this can be fixed by running:
Code:
chown username:username .Xauthority

Adjusting username in both instances with your account username.

Then you'll want to reboot, you can use your power button or type:
Code:
sudo reboot

If this is not successful, let us know. 
The Truth is out there.
Be sure to check the Manual out and always report Bugs or feature requests.
[Image: psCXIcR.png]
Reply


Messages In This Thread
shut down and start up boot problems - by Helen - 02-21-2014, 10:12 PM
Re: shut down and start up boot problems - by shaggytwodope - 02-21-2014, 11:05 PM
Re: shut down and start up boot problems - by jimgarrity - 04-28-2014, 09:23 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)