Announcement

Collapse
No announcement yet.

Why did os make sda1 partition read-only ?

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

    #16
    Hi SecretCode, outputs :

    Code:
    reel@BM2LTSR66RBin:/media/hd/home/reel$ readlink -f ~
    /media/hd/home/reel
    reel@BM2LTSR66RBin:/media/hd/home/reel$ ls -l /media/hd/home/reel/.kde/share/config/knotifyrc
    ls: cannot access /media/hd/home/reel/.kde/share/config/knotifyrc: No such file or directory
    reel@BM2LTSR66RBin:/media/hd/home/reel$

    Comment


      #17
      Hi SecretCode, outputs :

      Code:
      reel@BM2LTSR66RBin:/media/hd/home/reel$ readlink -f ~
      /media/hd/home/reel
      reel@BM2LTSR66RBin:/media/hd/home/reel$ ls -l /media/hd/home/reel/.kde/share/config/knotifyrc
      ls: cannot access /media/hd/home/reel/.kde/share/config/knotifyrc: No such file or directory
      reel@BM2LTSR66RBin:/media/hd/home/reel$
      The error on login to kde is :

      Code:
      [B]configuration file `/media/hd/home/reel/.kde/share/config/ksmserverrc`
      
      Please contact your system administrator[/B]

      Comment


        #18
        It's still puzzling ... how about:

        Code:
        ls -ld /media/hd/home/reel/.kde/share/config
        
        touch /media/hd/home/reel/.kde/share/config/testfile
        I'd rather be locked out than locked in.

        Comment


          #19
          No access - again :

          Code:
          reel@BM2LTSR66RBin:/media/hd/home/reel$ ls -ld /media/hd/home/reel/.kde/share/config
          drwxrwxr-x 2 root root 4096 Dec 19 13:54 /media/hd/home/reel/.kde/share/config
          reel@BM2LTSR66RBin:/media/hd/home/reel$ touch /media/hd/home/reel/.kde/share/config/testfile
          touch: cannot touch ‘/media/hd/home/reel/.kde/share/config/testfile’: Permission denied
          reel@BM2LTSR66RBin:/media/hd/home/reel$

          Comment


            #20
            The config directory at /media/hd/home/reel/.kde/share/config is owned by root, that's why you don't have write access to it.

            It's possible you ran some graphical programs under sudo, meaning that root took ownership - the correct way would have been to use kdesudo.

            But can you first check if the directories /media/hd/home/reel/.kde/share and /media/hd/home/reel/.kde are owned by root or yourself?
            I'd rather be locked out than locked in.

            Comment


              #21
              Originally posted by SecretCode View Post
              The config directory at /media/hd/home/reel/.kde/share/config is owned by root, that's why you don't have write access to it.

              It's possible you ran some graphical programs under sudo, meaning that root took ownership - the correct way would have been to use kdesudo.

              But can you first check if the directories /media/hd/home/reel/.kde/share and /media/hd/home/reel/.kde are owned by root or yourself?
              Just checked /media/hd/home/reel/.kde/share is owned by me but in folder /.kde besides /share there`s another folder owned by root.

              Folder named `cache-bm2ltsr66rbin` .

              BM2LTS is the ubuntu version of a modified Trusty 14.04.

              Probably a useless piece of information there.

              Comment


                #22
                I seem to get the following message on login :

                Code:
                [B]The Call to lnusertemp failed (temporary directories full?). Check your installation error [/B]

                Comment


                  #23
                  OK try the following
                  Code:
                  sudo chown reel:reel /media/hd/home/reel/.kde/share/config
                  Also check temp space
                  Code:
                  df -h /tmp
                  It may be that these errors are bugs in the distro you are using ... have you asked on their support channels?
                  I'd rather be locked out than locked in.

                  Comment


                    #24
                    @SecretCode,

                    Might well be distro bugs or an incompatibility issue with kde - don`t know.

                    Yes, cinfo (username) at vir-portal.de knows about this and posted source code of ppa`s which would "pull in" kubuntu-desk-top . The neon/kf5 ppa is not maintained anymore so the install didn`t really work. It ocurred to me to then use synsptic in a vain attempt to install kubuntu-desktop . The install went through but as you now know with errors and can`t boot into kde.

                    Comment

                    Working...
                    X