Hello all - I've had a bit of a nose round the forum but I'm only on a 56K dialup and it's taking ages, so I'm just asking, as a complete newby (newbie?), if anyone can explain why, after entering my password when logging in, the screen freaks out for a second and returns me to the login. I have had Kubuntu 8.04 installed on 12GB of my Intel Mac HD for about a month and it worked fine until last week. I don't know much about the goings-on with terminal, root, sudo and so on, but I'm willing to have a bash if there's anyone who can help me. My wife tells me I'm not stupid, but you'd all better treat me as such for now...
Announcement
Collapse
No announcement yet.
Kubuntu 8.04 Login loop...
Collapse
This topic is closed.
X
X
-
Re: Kubuntu 8.04 Login loop...
Hi
inresponse to:
The first question is: "What did you change last week?"
Second: Define "freaks out"?
Good questions, both...I haven't changed anything significant, I don't think, and certainly not with Kubuntu, and when I say 'freaks out', I just mean that the video graphics flickers and fizzles and goes black for a halfsecond (as though it was rebooting, say), then reappears at the login pane.
I'm sure I can reinstall it all but was wondering if it was just a simple fix (ha ha). Anyway, any help is much appreciated....SB
- Top
- Bottom
Comment
-
Re: Kubuntu 8.04 Login loop...
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 -- files most frequently screwed up are ".ICEauthority" and ".kde". You can (as a user) rename them with the "mv" command -- see post below -- and then restart X to see if this fixes the problem)
probably others that I haven't remembered yet ....
- Top
- Bottom
Comment
-
Re: Kubuntu 8.04 Login loop...
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)
Checking for that problem will require recovery mode login (probably in the face of the idiotic "hiddenmenu" and 3 second timeout options). Long, detailed post will follow if Original Poster is game for some command line grunt work.
- Top
- Bottom
Comment
-
Re: Kubuntu 8.04 Login loop...
One easy thing to try, that MIGHT cure it, is to (as user) rename the .kde hidden folder, and try a re-login. If that solves it, you won't have to resort to the more draconian things.
Open Konqueror or Dolphin, click "View > Show Hidden Files" and then in the home folder find ".kde" and rename it to .kde_bak or something like that.
Or in Konsole, at the /home/user prompt,Code:mv .kde .kde_bak
Your custom settings will be gone. KDE e-mail and contacts will still be in the backed up folder.
- Top
- Bottom
Comment
-
Re: Kubuntu 8.04 Login loop...
First of all, if you can get a normal user login somehow, by persistent trials, or whatever, try dibl's suggestion of wiping your .kde folder. If not, see below.
However, I just realized that you are USING A MAC! I'm not even sure that Macs use the Grub boot loader, so before we get too far can you confirm that you can get to a whit on black screen that offers a choice something likeCode:Ubuntu 8.04.1, kernel 2.6.{blah,blah} Ubuntu 8.04.1, kernel 2.6.{blah,blah} (recovery mode)
root@blackbeauty:~#Code:cd /home ls
Code:cd <your username> mv .kde .kde-old
If you get this far, try to reboot normally and try to login again. If you can't get this far, because of my ignorance of macs, let me know. In fact please let us know in any case.
- Top
- Bottom
Comment
-
Re: Kubuntu 8.04 Login loop...
Hi Askreiger, dibl - have tried all that as suggested, but no change, still the login loop. However, the first time I tried the login screen came back but the graphics were breaking up (right across the screen), though you could still see what's going on. So I tried logging in again, and once again it looped, but the graphics came back on perfectly. Could this be related or is it something else. Perhaps I should also tell you that I use rEFIt (a boot manager?) which gives me the option of booting into OS X (2 versions on 2 partitions), or Linux (Kubuntu). I think I will reinstall Kubuntu and that'll probably sort it all out. Is there a correct way to do a clean install? Cheers...
- Top
- Bottom
Comment
-
Re: Kubuntu 8.04 Login loop...
Hmmmmmmmmm. Well, I cannot recall any previous reference to your boot manager, and only Grub is recommended for that purpose, so that may be the problem.
In any event, I personally like to use a GParted Live CD to do the partitioning, in advance of booting the Kubuntu Live CD or Alternate Install CD, which I use just to do the OS installation. When you get to the partitioning screen, choose "manual" and then select the mount points, filesystem types (as per your GParted setup) and it's reasonably straightforward. Post here if anything is confusing, and we'll give you guidance. Make your root filesystem at least 6GB in size, and a swap partition as large as your memory, or more, up to 2X your memory if it's on the thin side. Lots of people use a separate /home partition, which you can select and mount during the partitioning step in the installation, using the "manual" mode as mentioned above.
Hope that gets you started!
- Top
- Bottom
Comment
Comment