When I tried to login from X console, I was immediately logged out and cannot login.
1. first try to login by tty. (Control-Alt-F1, for example) I can login by the tty.
2. Check the ~/.xsession-errors file. I have the following (or similar) message.
/etc/X11/Xsession.d/99x11-common_start ...
Open the /etc/X11/Xsession.d/99x11-common_start file. The line that has an error is
exec $STARTUP
Some reason, $STARTUP seems not correct.
3. Solution: I commented out that line with #, like,
# exec $STARTUP
Then it worked again. But, I am not sure what is really causing.
1. first try to login by tty. (Control-Alt-F1, for example) I can login by the tty.
2. Check the ~/.xsession-errors file. I have the following (or similar) message.
/etc/X11/Xsession.d/99x11-common_start ...
Open the /etc/X11/Xsession.d/99x11-common_start file. The line that has an error is
exec $STARTUP
Some reason, $STARTUP seems not correct.
3. Solution: I commented out that line with #, like,
# exec $STARTUP
Then it worked again. But, I am not sure what is really causing.
Comments