I installed Kubuntu 10.10 3 or 4 days ago and it has been working fine up until today when i installed Wine to use Itunes which didn't work so i tried to uninstalled it. I rebooted the computer and now when Kubuntu starts up it asks for a user name and password then once entered it looks like its loading something up then goes back to log in. Kubuntu still works from the live CD so i guessing the system is fine but won't let me log in from the hard drive. Iv tried several things from similar forums like adding a new user, iv got the right user name and password and lots of space. Iv loved using Kubuntu and don't want to go back to windows so any advice for a beginner would be much appreciated. PLEASE HELP ME!!
Announcement
Collapse
No announcement yet.
Can't log in!!
Collapse
This topic is closed.
X
X
-
Re: Can't log in!!
Thanks for the help dibl. I read your instructions but I'm very new at this so could you please explane to me how to delete ~/ICEauthority and ~/Xauthority and do i do it from recovery mode? or is there somewhere i could read how to do it step by step. Thanks
- Top
- Bottom
Comment
-
Re: Can't log in!!
OK if you boot Recovery Console, on the recovery menu choose "Drop to root prompt". That should give you a text prompt that looks like "#". That is your indication that you are working as "root" -- so you have to be careful. Your normal user prompt is a "$".
So, at the "#" prompt, the first thing you need to do is change directory to your user directory, which I will assume is "/home/topha":
Code:cd /home/topha
You can verify that you are at the /home/topha directory with the print working directory command:
Code:pwd
Code:rm .ICEauthority .Xauthority
Code:rm: cannot remove `.xyz': No such file or directory
Code:shutdown now -r
- Top
- Bottom
Comment
-
Re: Can't log in!!
OK.
The next step is to delete the hidden .kde directory. Follow the instructions above, except when you get to the "rm" step, you are going to issue this command:
Code:rm .kde
- Top
- Bottom
Comment
-
- Top
- Bottom
Comment
-
Re: Can't log in!!
Originally posted by topha.jHard drive is 23% used. i typed in "rm .kde" and it said "cannot remove '.kde' : Is a directory"
Yes, since we now know the filesystem is not full, let's go with Vinny's approach:
(as root, at your home directory)Code:mv .kde .kde_broke
Code:shutdown now -r
- Top
- Bottom
Comment
-
Re: Can't log in!!
tried this, this morning and I get "Configuration file/home/me/krgace/.kde/share/config/knoifyrc not writable, contact your system administrator." if I say okay, it goes back to login again.
Any suggestions? Change permissions?
Many thanks in advance.
"G"
- Top
- Bottom
Comment
Comment