Is Cloudron not installing for anyone?
-
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?
-
@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 thecloudron-setup
script. -
@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 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!
-
@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, andapt-get
just breezes through, no problem. I have no idea why