Cannot log in (guest or not)

4 replies [Last post]
rcl
rcl
Offline
Joined: 11/20/2016

Today I edited some audio with audacity. But it was taking too much time so I powered off my machine, abruptly, by holding the power button.

Upon restart, I cannot log in or do anything useful with my computer.

I have three options when logging in in terms of desktop environment: MATE, i3 and i3 debug mode.

I have tried both entering the password for my user and using a guest session with the 3 desktop environments mentioned above and the result is the same always: the same screen of user authentication is provided.

What can I do?

Is there a problem because I didn't log out appropriately before? Is there an open session?

How could I reinstall the OS maintaining all the files?

jxself
Offline
Joined: 09/13/2010

"I powered off my machine, abruptly, by holding the power button."

That's not a good idea.

"Is there an open session?"

Probably more like corrupted files.

"What can I do?"

Maybe try not doing that in the future. :)

Hopefully you have a backup.

Magic Banana

I am a member!

I am a translator!

Offline
Joined: 07/24/2010

You can try to repair the filesystem mounted at /home from a live system (for instance Trisquel's installation medium), without actually mounting it. If that filesystem is /dev/sdaX (where "X" is a number and "a" may actually be another letter if /home is not on the first disk) and is of type XFS (Trisquel's default), you can try:
$ sudo xfs_repair /dev/sdaX
If that is not enough:
$ sudo xfs_repair -L /dev/sdaX

rcl
rcl
Offline
Joined: 11/20/2016

Thank you comrades for your help.

I solved the problem doing the following.

In the screen that I am stuck (log in screen) I invoke a terminal (C+M+F2).

Then I do apt-get clean, autoclean, check, update, and everything else that seems to purify my system.

Then I reboot and everything is perfect.

andyprough
Online
Joined: 02/12/2015

Brilliant move! Sometimes the best ideas are right there in front of you.