UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Not enough free space in /var/cache/apt/archives

    Scheduled Pinned Locked Moved Support
    20 Posts 11 Posters 8.1k Views 3 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
      Reply
      • Reply as topic
      Log in to reply
      This topic has been deleted. Only users with topic management privileges can see it.
      • pparentP Offline
        pparent @dobey
        last edited by pparent

        @advocatux said in Not enough free space in /var/cache/apt/archives:

        @gb making the system rw is not really a good idea for many reasons. If you want to use apt it's better to do it inside a contained environment, like Libertine for example.

        Yes but I want to be able to use CLI tools on the real system to control the real system, control the machine, not be sandboxed in a container.

        Can you explain what is insecure about "legacy packaging" (i.e apt ), and why it would be more insecure on the phone than it is on a laptop or a server?

        advocatuxA dobeyD 2 Replies Last reply Reply Quote 0
        • advocatuxA Offline
          advocatux @pparent
          last edited by advocatux

          I want to be able to use CLI tools on the real system to control the real system, control the machine, not be sandboxed in a container.

          @pparent there's an official & supported way of doing things but of course you can do whatever you want with your device, you have complete freedom. Just don't expect any help when things go south 😉

          You can make the root filesystem rw, you can resize partitions, you can use any repo or ppa that you want (as long as the packages are compiled for armhf), etc but you're at your own risk with that.

          1 Reply Last reply Reply Quote 0
          • dobeyD Offline
            dobey @pparent
            last edited by

            @pparent said in Not enough free space in /var/cache/apt/archives:

            Can you explain what is insecure about "legacy packaging" (i.e apt ), and why it would be more insecure on the phone than it is on a laptop or a server?

            It is not truly secure on a laptop or server either. It has nothing to do with the device. With dpkg you are giving anyone who creates a package root access to your system, when you install that package.

            As I've said many times before, phones are not PCs, and UT is not a traditional PC Linux distro. As @advocatux you are of course welcome to do whatever you want to your own device, with UT on it (it's yours, and UT is open source), but UT is not designed or built in this manner, and any changes you make are your own responsibility, and if installing updates break that (they will at some point), you will have deal with it yourself. If what you want is a traditional Linux distro on hardware that looks like a phone, there are other distributions working more towards that goal, such as postmarket OS. However, we are attempting to build a system usable for phones here, which is secure.

            1 Reply Last reply Reply Quote 4
            • D Offline
              dj @dobey
              last edited by

              @dobey : This solution really helped for me to fix this issue

              R 1 Reply Last reply Reply Quote 0
              • R Offline
                rocky58 @dj
                last edited by

                @dj said in Not enough free space in /var/cache/apt/archives:

                @dobey : This solution really helped for me to fix this issue

                Please, what solution?

                AppLeeA 1 Reply Last reply Reply Quote 0
                • AppLeeA Offline
                  AppLee @rocky58
                  last edited by

                  Hi @rocky58

                  They were refering to this message:
                  https://forums.ubports.com/topic/1412/not-enough-free-space-in-var-cache-apt-archives/6

                  When you see the "forward arrow" icon with the name of a user, there is a link to the actual message they replied to.

                  Hope it'll help and take note of Dobey's warnings.

                  1 Reply Last reply Reply Quote 0
                  • V Offline
                    vitalicus @pparent
                    last edited by

                    @gb said in Not enough free space in /var/cache/apt/archives:

                    No solution yet

                    After 3 years, no solution yet?

                    AppLeeA 1 Reply Last reply Reply Quote 0
                    • AppLeeA Offline
                      AppLee @vitalicus
                      last edited by

                      Hi @vitalicus

                      You can wait 100 years it will be the same.
                      We do not support installation via APT or DPKG.

                      The system is read only by design and the partition size depends on the initial partitions from the manufacturer AFAI K(now) or U(nderstand).

                      1 Reply Last reply Reply Quote 1
                      • B Offline
                        Ben_Ben
                        last edited by

                        @ubtouch 16.04

                        sudo su root
                        mount -o remount rw /
                        cd /userdata

                        dd bs=1M count=6000 if=/dev/zero of=system2.img
                        losetup -f --show system2.img
                        #return loop2
                        ( loop0----system.img loop2----system2.img )

                        dd if=/dev/loop0 of=/dev/loop2
                        resize2fs /dev/loop2
                        mv system.img system.old
                        mv system2.img system.img

                        reboot

                        #enjoy it

                        LakotaubpL 1 Reply Last reply Reply Quote 1
                        • LakotaubpL Offline
                          Lakotaubp @Ben_Ben
                          last edited by

                          @Ben_Ben Just adding a note that this might result in issues if you are not familiar with doing this, or make a typo. You might end up needing to reflash. Thanks to @arubislander and @moem for mentioning this.

                          1 Reply Last reply Reply Quote 1
                          • First post
                            Last post