Announcement

Collapse
No announcement yet.

Can't log in!!

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Can't log in!!

    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!!

    #2
    Re: Can't log in!!

    See #10 on the FAQs in my signature. You probably used your home directory to install software as "sudo", and you'll have to follow the instructions to delete the .Xauthority and .ICEauthority files.

    Comment


      #3
      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

      Comment


        #4
        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
        (Use your actual user name, of course).

        You can verify that you are at the /home/topha directory with the print working directory command:

        Code:
        pwd
        it should print on your screen the name of the directory "/home/topha". Once you have confirmed that you are at your home directory, then you can issue the command to remove the files:

        Code:
        rm .ICEauthority .Xauthority
        If you make a mistake in typing (try to avoid it), you will get an error message:

        Code:
        rm: cannot remove `.xyz': No such file or directory
        As soon as you have deleted the two files, you need to exit from root mode. The simplest thing for you is probably to simply restart the computer, with:

        Code:
        shutdown now -r
        If you still can't log in normally when it restarts, then post back and we'll go the next step.

        Comment


          #5
          Re: Can't log in!!

          I tried followed instructions and it still didnt let me log in any more ideas would be great thanks

          Comment


            #6
            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
            After you restart the system, you will have a new default KDE desktop.

            Comment


              #7
              Re: Can't log in!!

              Check to see if your hard drive is full (/ or /home)

              Please Read Me

              Comment


                #8
                Re: Can't log in!!

                Originally posted by oshunluvr
                Check to see if your hard drive is full (/ or /home)
                I have seen a full HD do that so worth a check see.

                Comment


                  #9
                  Re: Can't log in!!

                  Originally posted by oshunluvr
                  Check to see if your hard drive is full (/ or /home)
                  Yep, there's one of the other causes of the problem. Thanks, oshunluvr!

                  Comment


                    #10
                    Re: Can't log in!!

                    Hard drive is 23% used. i typed in "rm .kde" and it said "cannot remove '.kde' : Is a directory"

                    Comment


                      #11
                      Re: Can't log in!!

                      Code:
                      rm -rf /home/you/.kde
                      but I would use
                      Code:
                      mv /home/you/.kde /home/you/.kde.old
                      first

                      VINNY
                      i7 4core HT 8MB L3 2.9GHz
                      16GB RAM
                      Nvidia GTX 860M 4GB RAM 1152 cuda cores

                      Comment


                        #12
                        Re: Can't log in!!

                        Originally posted by topha.j
                        Hard drive is 23% used. i typed in "rm .kde" and it said "cannot remove '.kde' : Is a directory"
                        Ooops.

                        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
                        then
                        Code:
                        shutdown now -r

                        Comment


                          #13
                          Re: Can't log in!!

                          This exact thing happened to me after I upgraded KDE to 4.6, it rebooted, and then comes to the login screen. I log in, it looks like it's trying, and then back to login screen. I follow the same approach?


                          "G"

                          Comment


                            #14
                            Re: Can't log in!!

                            Yes I would try what Vinny posted:

                            Originally posted by vinnywright
                            Code:
                            rm -rf /home/you/.kde
                            but I would use
                            Code:
                            mv /home/you/.kde /home/you/.kde.old
                            first

                            VINNY

                            Comment


                              #15
                              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"

                              Comment

                              Working...
                              X