Skip to main content

Posts

Showing posts from January, 2013

Install Hiccups - Tips for Linux!

1. X11 Login issue on Fedora Ever encountered a login problem on Fedora? The graphical login screen gets stuck, refreshes, and always comes back to the login screen, even when you entered the correct credentials? If yes, then you might also be facing an issue same as I faced, on my fully setup, customized Fedora 17 XFCE spin! I tried my luck many times. The command line login session (Ctrl+Alt+F# key) works flawlessly though. The issue is only with the graphical login. I got an error once when my repeated trials: Could not create ICE listening socket: Cannot establish any listening sockets" Fedora Bug: https://bugzilla.redhat.com/show_bug.cgi?id=829324 Solution: Try login in to the command line session (press Ctrl+Alt+F3 Key for example). Clear the X11 graphics lock rm - r / tmp /. X11 - unix / tmp /. ICE - unix / tmp /. X0 - lock     But, this might not work! It did not work for me. I have posted a comment on the above open redhat bug. Update...