You are not logged in.
Hi everyone,
I am running into an issue where I cannot log into my system. It boots to the login screen fine, but after I enter my password, it just gets stuck and won't let me enter the desktop environment.
**Hardware:**
* Laptop: Infinix Y2 Inbook
* RAM: 8GB
* Storage: 476GB SSD
**The Issue:**
* The system boots normally to the login screen.
* I type my password and hit enter.
* The system freezes/hangs right there (it does not load the desktop).
**Logs & Troubleshooting:**
I am currently investigating the filesystem from the outside (not in a chroot). I have been looking through `dmesg` logs and files in `/etc` and `/home`, but I'm not sure which specific log file will tell me why the session is failing to start.
Could anyone point me to the right log files (like Xorg, Wayland, or journalctl) to check for a login freeze like this? Thanks!
Offline
Could anyone point me to the right log files (like Xorg, Wayland, or journalctl) to check for a login freeze like this? Thanks!
https://wiki.archlinux.org/title/System … al_to_view
sudo journalctl -D /mnt/var/log/journal -b | curl -F 'file=@-' 0x0.stWhat is your DM and target session and can you log in on the console (ctrl+alt+f3)?
Getting "stuck" could be due to a bogus shell rc (bashrc etc) or ~/.*profile
Offline
Were those meant in response to https://bbs.archlinux.org/viewtopic.php?id=312373 ?
The screenshot in #3 is meaningless, upload the journal if you want to have a comment on it.
What's the context of the second screenshot?
Don't sudo, you're already root.
The snapper dameon doesn't run, cannot be accessed or doesn't exist.
pacman -Qikk snapper
ps aux | grep snapperOffline
Try reading from the end of the journal, journalctl -e.
Offline