If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
If you have copied text output that contains formatting (colors, highlighting, etc.), please do not enclose it in QUOTE or CODE tags. Just right-click your mouse and choose "Paste Without Formatting" or similar (Paste as plain text).
Am trying out Alpha 5. Everything works fine on first install. After I run a dist-upgrade and reboot, I am continually returned to the login screen after I enter my username and password. Is there any way I can stop this
That's been an issue with Kubuntu.
Since no one else is jumping in here, I'll copy/paste my notes on it, all taken from the forum. As you can see, it can be caused by several things.
Notes are abbreviated, but I think you'll get the idea -- and I've included links to the forum.
- - - - -
dibl says:
Login Loop Syndrome (dibl):
There are multiple known causes for "login loop syndrome":
- full filesystem
- broken graphics driver installation
- root privileges assigned to files in /home directory (this is caused by running the file manager as root and saving stuff in your user /home folder)
probably others that I haven't remembered yet ....
- - - - -
Log-in Loop
KDE KDM Fixing your log-in/display when you get repeating log-in
--- Partition status (partition full ?)
FAQ: Free Disk Space
Log-in Loop
KDE KDM Fixing your log-in/display when you get repeating log-in
--- Partition status (partition full ?)
FAQ: Free Disk Space
With default settings, diskfull
- can kill your system (only one kubuntu partition)
- can kill your desktop (separate / and home)
--- Rename .kde and restart: Make new, clean KDE settings.
Access the bad partition rename ~/.kde to ~/.kde.bak and then try again logging into the OS.
Or, using CLI:
At the log-in screen, don't log-in, press Ctrl+Al+F1 to get a virtual console,
mv /home/<user>/.kde /home/<user>/kdebackup
Note
<user> is you username. It is /.kde => hidden folder.
Press: Ctrl + Alt + F7. Now you should be in the graphical login screen. Login and KDE should build new Kubuntu/KDE desktop with default settings.
--- Or try:
Boot recovery mode, at the first pause (where you are the root user) enter
Code: /etc/init.d/kdm start
Then perform a normal shutdown/restart and use your normal boot line. (dibl)
--- Remove / reinstall kdm and see if that works.
sudo aptitude remove kdm; then: sudo aptitude update&&sudo aptitude install kdm
Comment