Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Solved Is Cloudron not installing for anyone?

    Support
    installation ubuntu
    6
    12
    650
    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.
    • Lonkle
      Lonkle last edited by girish

      I thought it was just yesterday, but it can't find these packages today either. Is this happening to anyone else?

      Could not install software-properties-common (for add-apt-repository below).

      cloudron-setup.log

      => Installing software-properties-common
      Could not install software-properties-common (for add-apt-repository below). See /var/log/cloudron-setup.log
      
      Err:1 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-software-properties all 0.96.24.32.5
        404  Not Found [IP: 91.189.88.152 80]
      Err:2 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 software-properties-common all 0.96.24.32.5
        404  Not Found [IP: 91.189.88.152 80]
      Err:3 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 unattended-upgrades all 1.1ubuntu1.18.04.6
        404  Not Found [IP: 91.189.88.152 80]
      E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/s/software-properties/python3-software-properties_0.96.24.32.5_all.deb  404  Not Found [IP: 91.189.88.152 80]
      E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/s/software-properties/software-properties-common_0.96.24.32.5_all.deb  404  Not Found [IP: 91.189.88.152 80]
      E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/u/unattended-upgrades/unattended-upgrades_1.1ubuntu1.18.04.6_all.deb  404  Not Found [IP: 91.189.88.152 80]
      E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
      
      Lonkle 1 Reply Last reply Reply Quote 0
      • Lonkle
        Lonkle @Lonkle last edited by Lonkle

        http://us.archive.ubuntu.com/ubuntu/pool/main/s/software-center/

        Those packages don't exist...what? This can't be just me then.

        rmdes 1 Reply Last reply Reply Quote 0
        • robi
          robi last edited by

          check other repos, sometimes the sync process of one fails and has missing data until the next sync.

          Life of Advanced Technology

          Lonkle 1 Reply Last reply Reply Quote 0
          • rmdes
            rmdes @Lonkle last edited by

            @lonk might sound stupid but can you ping any internet address from where you are ?
            it feels like your box does not have internet access ?

            if it's not that changing source repo will definitely fix this

            Lonkle 1 Reply Last reply Reply Quote 0
            • Lonkle
              Lonkle @robi last edited by Lonkle

              @robi said in Is Cloudron not installing for anyone?:

              check other repos, sometimes the sync process of one fails and has missing data until the next sync.

              Well, I'd have to modify the Cloudron install script. This is running on a freshly installed Ubuntu 18.04 VPS: ./cloudron-setup - but that means I just have to wait for them to re-sync in order to install unless I wanna modify the cloudron-setup script.

              1 Reply Last reply Reply Quote 0
              • Lonkle
                Lonkle @rmdes last edited by Lonkle

                @rmdes said in Is Cloudron not installing for anyone?:

                @lonk might sound stupid but can you ping any internet address from where you are ?
                it feels like your box does not have internet access ?

                if it's not that changing source repo will definitely fix this

                Yup, it has full internet access (it's a VPS), and I downloaded Cloudron's setup script from it directly, but it rightfully can't find those packages. I'm not well versed in Ubuntu, but doesn't ./cloudron-setup decide the repo?

                girish 1 Reply Last reply Reply Quote 0
                • girish
                  girish Staff @Lonkle last edited by

                  @lonk You can just try sudo apt update. Does that work?

                  Lonkle 1 Reply Last reply Reply Quote 0
                  • Lonkle
                    Lonkle @girish last edited by Lonkle

                    @girish said in Is Cloudron not installing for anyone?:

                    @lonk You can just try sudo apt update. Does that work?

                    Close, just needed to add a -get to that,apt-get update fixed everything. I've just never had to do that before. But now I'll know what to do for next time! ☺️

                    Thanks for the help everyone!

                    nebulon robi 2 Replies Last reply Reply Quote 2
                    • nebulon
                      nebulon Staff @Lonkle last edited by

                      @lonk on which VPS provider did this happen?

                      1 Reply Last reply Reply Quote 0
                      • robi
                        robi @Lonkle last edited by

                        @lonk apt-get has been deprecated for a while. So it sounds like you have an old install or some other issue missing the initial updates.

                        Life of Advanced Technology

                        mehdi 1 Reply Last reply Reply Quote 0
                        • mehdi
                          mehdi App Dev @robi last edited by

                          @robi said in Is Cloudron not installing for anyone?:

                          @lonk apt-get has been deprecated for a while. So it sounds like you have an old install or some other issue missing the initial updates.

                          apt-get has not been deprecated. It's still the recommended way for everything that needs scripting / automation.

                          And personally, on a RaspberryOS install, it often happens to me that apt messes up the repo updates somehow, and apt-get just breezes through, no problem. I have no idea why 🤷

                          robi 1 Reply Last reply Reply Quote 1
                          • robi
                            robi @mehdi last edited by

                            @mehdi you're right, my poor choice of words..

                            apt is a binary that can call libapt-pkg libraries and provides a subset of interactive options and commands for apt-get/cache by default.

                            apt-get is not limited to those options.

                            Life of Advanced Technology

                            1 Reply Last reply Reply Quote 0
                            • First post
                              Last post
                            Powered by NodeBB