Announcement

Collapse
No announcement yet.

cannot start

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

    cannot start

    hi

    im getting this error message after i try to log in onto kubuntu: no write acces for $HOME (/home/boesmans) KDE cannot start.

    After that i got something like cannot start ksmserver.
    any help would be appreciated

    #2
    Re: cannot start

    You might have run a KDE app as root and changed the permissions on user files. From the login menu choose "console login" and you should be able to log in. Once logged in, do this:

    Code:
    mv .kde .kde_bak
    Then

    Code:
    sudo service kdm start

    Comment


      #3
      Re: cannot start

      Or you can check on the ownership of two key 'hidden' files in your users home directory to see if they got changed to root.

      Once logged in to a console, type:
      Code:
      ls -la /home/USER_NAME .*authority
      where USER_NAME is your user logon name.

      This will show you who is the owner of the following two files:
      Code:
      -rw------- 1 paul paul  0 2010-02-04 19:32 .ICEauthority
      -rw------- 1 paul paul 583 2010-04-17 07:45 .Xauthority
      They need to be owned by your user. If they show otherwise, then type:
      Code:
      cd /home/user
      sudo chown user:user .*authority
      replacing user with your user logon name.
      Using Kubuntu Linux since March 23, 2007
      "It is a capital mistake to theorize before one has data." - Sherlock Holmes

      Comment


        #4
        Re: cannot start

        I can't log into console.. When i choose it, logon pages refresh but stays the same. If i log in, still same error

        Comment


          #5
          Re: cannot start

          Reboot and from the Grub menu, select recovery mode. This will boot you into a console, running as root. From there, type:
          Code:
          cd /home/user
          where user is your normal user login name. Then follow my previous post.
          Using Kubuntu Linux since March 23, 2007
          "It is a capital mistake to theorize before one has data." - Sherlock Holmes

          Comment


            #6
            Re: cannot start

            I co not acces any console using recovery mode.. I just see a bunch of commands, last one ending like: starting NTP serverver ntpd

            and it stays like that, doesn't change anymore. i tried using commands after a long time in that console-like screen but won't work

            Comment


              #7
              Re: cannot start

              When it stops try pressing the following:

              CTRL+ALT+F6

              This should get you into a shell.
              Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

              Comment


                #8
                Re: cannot start

                i'll have to try next weekend ill keep you updated thanks

                Comment


                  #9
                  Re: cannot start

                  When I try ctrl alt F6 I get into a new black page, but I can't type anything.. When doing it with F1, I get back to the old recovery page. Others F's don't help either so I'm still stuck on getting a console -_-

                  Comment


                    #10
                    Re: cannot start

                    pf no one? I still can't fix it to get into console :s

                    Comment


                      #11
                      Re: cannot start

                      Boot from the LiveCD. Mount the partition that contains your users /home. Then follow dibl's suggestion or mine.
                      Using Kubuntu Linux since March 23, 2007
                      "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                      Comment

                      Working...
                      X