Not able to login with my user id after installing 'screen'
I do some command line things and I like to use screen. I used
rpm-ostree install screen
And then
systemctl reboot
Now when I try to login, it thinks for a bit and then returns to the login screen.
Note: I can do a CTL+ALT F2 and go to a terminal, I can login with my user ID. It just does not work with the GUI?
Looked at the logs in /car/logs but find nothing...
Update: forgot to mention enabled root login and root can login via gui, just not my user ID. Will create another user and see it that works.
Pasquale
1 Reply
Having an actual root user is not a good idea, and you should remove the screen layer and install it with brew instead. This is likely unrelated to the login problem though. If you want to see the logs, use
systemctl -b -0for the current boot and -1 if it's for the previous boot.
Also best do systemctl daemon-reload before enabeling and starting new or edited services.