Page 1 of 2

Problem with my new machine

Posted: 23. Sep 2024, 16:10
by Van_Vinkle
I've bought a new desktop computer and installed in it two Linux distros: MX and Salix.

The installation of both was fine. MX gives a dual boot option. For three o four days all was OK, but today (and without any change of which I was aware) Salix started a weird behavior. At the first screen, when the system asks for the user and password, I give them and instead of start the system, this screen appears again, asking for user and password again and again.

I tried to fix through a boot repair disk, but no luck. However, it yielded me a lot of information which I can give you if you want.

Re: Problem with my new machine

Posted: 23. Sep 2024, 19:47
by djemos
Check that you are not out of space in salix partition.

Re: Problem with my new machine

Posted: 23. Sep 2024, 22:09
by Van_Vinkle
This is not the case. Being a new computer, it has an enormous space in disk: for Salix, the partition containing "/" has 99% of free space, and for "home," it has 86%. No more partitions for Salix.

Re: Problem with my new machine

Posted: 24. Sep 2024, 12:54
by gapan
Are you using the same /home for both distributions?

Re: Problem with my new machine

Posted: 24. Sep 2024, 16:25
by Van_Vinkle
gapan wrote: 24. Sep 2024, 12:54 Are you using the same /home for both distributions?
No, other folder in another partition.

Re: Problem with my new machine

Posted: 24. Sep 2024, 16:28
by gapan
Hit Ctrl-Alt-F1 (or F2-F4) and try to login in a console. What happens?

Re: Problem with my new machine

Posted: 24. Sep 2024, 16:59
by Van_Vinkle
Crtl + Alt + F1 gives console.
Here I can enter by user + password.
Then I order startx.
Console answers:

Code: Select all

xauth: error in locking authority file /home/lluis/.serverauth.1450
         error in locking authority file /home/lluis/.Xauthority
The last line is repeated four o five times.

Re: Problem with my new machine

Posted: 24. Sep 2024, 17:25
by DidierSpaier
I would check that all files and directories in /home/lluis belong to the user lluis, as they should.

Re: Problem with my new machine

Posted: 24. Sep 2024, 18:40
by Van_Vinkle
More info:

I did backup of /home on my old machine.
Could I copy some files from there to the new /home?

Re: Problem with my new machine

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

Code: Select all

id
ls -lA
ls -l /home
What do you get?