Upgrade troubles

My YunoHost server

Hardware: VPS bought online
YunoHost version: 3.5.2.2
I have access to my server : Through SSH
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : yes

I added extra modules to metronome to make my XMPP client (salutatoi) happy.

Description of my issue

I have many php7.0 packages not available on my system (see: https://paste.yunohost.org/raw/xotitiweke).
Sometimes it is ok but, for my movim installation, it makes it failing :confused:

Here are some error messages

Warning: E: Failed to fetch https://packages.sury.org/php/pool/main/p/php7.0/php7.0-ldap_7.0.33-1+0~20181208203126.8+stretch~1.gbp2ff763_amd64.deb  404  Not Found
Warning: E: Failed to fetch https://packages.sury.org/php/pool/main/p/php7.0/php7.0-cli_7.0.33-1+0~20181208203126.8+stretch~1.gbp2ff763_amd64.deb  404  Not Found
Warning: E: Failed to fetch https://packages.sury.org/php/pool/main/p/php7.0/php7.0-common_7.0.33-1+0~20181208203126.8+stretch~1.gbp2ff763_amd64.deb  404  Not Found
Warning: E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

I tried the included help hints (both) but still it repeats the exact same messages.

Any help greatly appreciated (I am no Debian fan/expert :slight_smile: ).

Well eh, does apt update spits out some error message ?

Anyway, that’s a “recurrent” error related to some apps which requires specific PHP version and therefore add additional repo in apt … But what’s kinda weird here is that it’s related to php7.0 which is supposed to be delivered by Debian’s official stuff, not sury…

So idk, but probably you need to comment the line related to sury somewhere in /etc/apt/sources.list.d/, which you can find using :

grep -nr "sury" /etc/apt/sources.list.d/

Thank you very much ! This was exactly that !

Cheers

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.