Fixing Error in locking authority file .Xauthority

content

I think I resolved my problem. I used this forum post. The commands were:

1
2
3
4
cd /home/machine
mv .Xauthority .Xauthority.old
touch .Xauthority
chown machine:machine .Xauthority

https://askubuntu.com/questions/165921/error-on-boot-12-04/166115#166115