LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   why does my login screen keep showing when it normally continues without login (https://www.linuxquestions.org/questions/linux-newbie-8/why-does-my-login-screen-keep-showing-when-it-normally-continues-without-login-253496/)

pbonney 11-10-2004 11:51 PM

why does my login screen keep showing when it normally continues without login
 
I use Linux for my firewall etc. Normally when it works fine it gets to the login and then after a few seconds just continues. Then it allows me to get my broadband etc to work on my computer. Currently it just sits on the login screen and thats it. I can therefor not connect to the internet.

Linux24 11-11-2004 08:53 AM

You might want to add some information if you hope to get a response.

What version of what brand of Linux are you talking about?

Give more details for the steps you take and the output you see.

friendlysalmon8827 01-15-2024 06:05 PM

It would help the rest of us solve their problem it would be most advantageous to the rest of the community here on the LQ forums. To do so we need to know the exact bread and butter of the issue that the OP needs to provide the community with diagnosing and solving their problems,

The first thing(s) we will need in-order to even get on our way to to solving the issues that the OP is running into, this process the OP needs to provide his logs in order to further help us diagnose and solve their quandary. The first thing needed is access to the logs either via use of either a service like https://pastebin.com/ or the code tags feature here on the LQ forums,.

zjbtx1 01-25-2024 03:11 PM

It seems your Linux firewall system is not proceeding beyond the login screen as it normally does, preventing you from accessing the internet. This could be due to several reasons, such as a recent update that didn't complete correctly, a configuration issue, or a service failing to start. To troubleshoot:

Check System Logs: After logging in, check the system logs for errors or warnings. To view system logs, you can use commands like journalctl -xe or dmesg.

Review Startup Services: Ensure that all necessary services, especially those related to networking and firewall, are set to start on boot. Use commands like systemctl status service name to check the status of specific services.

Network Configuration: Verify your network configuration. Ensure that your network interfaces are correctly configured and your firewall is not blocking your connection.

Safe Mode/Recovery: If the issue persists, try booting into safe or recovery mode. This might bypass the problematic component, allowing you to investigate further or revert recent changes.

Seek Specific Logs for Firewall/Networking: Since the issue affects internet connectivity, focus on logs and configurations related to networking and firewall services.


All times are GMT -5. The time now is 04:48 AM.