Page 2 of 2

Re: Problem with my new machine

Posted: 24. Sep 2024, 19:15
by djemos
The file permissions on .Xauthority must be 400 (read and write for user ONLY). Any other file permission will cause the xauth program to reject the file.
As a final measure you can try deleting the .Xauthority file altogether. The file will be recreated the next time you log in

Re: Problem with my new machine

Posted: 24. Sep 2024, 20:26
by Van_Vinkle
gapan wrote: 24. Sep 2024, 19:12 After logging in run the following commands:

Code: Select all

id
ls -lA
ls -l /home
What do you get?
I do not copy all the output of id. Too long.
Instead I've realized that /home is empty :shock:

I suggest copying my old /home to the new one. Am I right?

Re: Problem with my new machine

Posted: 24. Sep 2024, 20:40
by gapan
Yes, but I would first try to find out why your /home is empty. Are you mounting it properly? What is the output of

Code: Select all

mount
?

Re: Problem with my new machine

Posted: 24. Sep 2024, 21:53
by Van_Vinkle

Code: Select all

$ mount
/dev/nume0n1p3 on / type ext4 (rw, noatime, discard)
/proc on /proc type proc
/dev/nume0n1p4 on /home type ext4 (rw, noatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw)

Re: Problem with my new machine

Posted: 24. Sep 2024, 22:11
by gapan
It's mounted all right. So, you probably accidentally nuked it? In any case, restore your backup and it should probably be OK.

Re: Problem with my new machine

Posted: 26. Sep 2024, 16:13
by Van_Vinkle
you probably accidentally nuked it
Yes, probably. Shame on me :oops:

I did it (I restored the backup) and now it is fine. Not all, because I must install a lot of packages and configure them.

Some problems arise in the installation and the configuration. For the sake of the forum, I will ask for help in anothers topics.

Thanks again.