Re: [SCIENTIFIC-LINUX-USERS] Fix Linux Login Loop

2021-12-07 Thread Jose Marques
Get at text console, pressing Control-Alt-F6 works on a test system I have here 
(other function keys may work). If you still can't login there may be more 
messages pointing at the cause. If you can login then it may be the disk or 
quota is full. It may also be that you added a command to you bash profile that 
doesn't exit (most common case we see is people doing 'exec other-shell') if so 
remove that and try the GUI login again, use Control-Alt-F1 to switch. The next 
major cause tends to be corrupt Gnome config or faulty extensions. The quick 
fix for that is to either delete or move your current Gnome config. This will 
be in ~/.gnome* ~/.gconf* ~/.local ~/.config and maybe elsewhere depending on 
the age of your distribution. These tend to get messed up if you try and use 
them on multiple machines either concurrently (via NFS) or with different Linux 
versions.

On 07/12/2021, 05:38, "Mailing list for Scientific Linux users worldwide on 
behalf of Khaled Ali"  wrote:

My linux is stuck in a login loop when trying to enter my desktop. 
When I login, the screen gets black and soon after that the login screen 
comes back.



Re: Fix Linux Login Loop

2021-12-07 Thread Andrew C Aitchison

On Mon, 6 Dec 2021, Khaled Ali wrote:


My linux is stuck in a login loop when trying to enter my desktop.
When I login, the screen gets black and soon after that the login screen comes 
back.


Which version of linux - SL7, SL8 or Fedora ?
Do you know whether you are running X or Wayland ?

You should be able to get a console - text only - login by typing
ctrl-alt-f1
(you need to press them in that order, but hold ctrl and alt
while you type f1).

There may be clues in logfiles like
/var/log/X11/Xorg.0.log
especially lines with (EE), and
~/.xsession-errors

Clues are likely to be towards the bottom of these files.

--
Andrew C. Aitchison Kendal, UK
and...@aitchison.me.uk


Fix Linux Login Loop

2021-12-06 Thread Khaled Ali
My linux is stuck in a login loop when trying to enter my desktop. 
When I login, the screen gets black and soon after that the login screen comes 
back.