-
-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade is failing. Getting 404 errors #4935
Comments
Many thanks for your report. Looks like a temporary repo inconsistency, as the URL indeed point to obsolete package versions. Please try it from console: apt update
apt upgrade |
Yep. Tried that. No Luck
|
The package list I can see contains the correct version Ah the list was not updated as of certification issue. A good case where we can debug our pre-patch which should have solved it. Can you please do the following and show the output here: cd /tmp
bash -c "$(curl -sSfL 'https://raw.githubusercontent.com/MichaIng/DietPi/master/dietpi/pre-patch_file')" bash 31 |
Thanks here is the output:
|
So indeed the sury.org key update was not applied. Please run and show: apt-key list '95BD4743'
apt-key list '95BD4743' 2> /dev/null
apt-key list '95BD4743' 2> /dev/null | grep 'expires: 2021-' |
|
Oh, if a key has been expired already, it shows To fix it for you: apt-key del '95BD4743'
curl -sSfL 'https://packages.sury.org/php/apt.gpg' -o /etc/apt/trusted.gpg.d/dietpi-php.gpg
apt update
apt upgrade
dietpi-update 1 Fixed in pre-patches: eda313f |
btw, you might have a look to our Debian Buster upgrade guide as you are running oldold Debian Stretch. |
Thanks. I'll check that out. @MichaIng - It worked. All good now. Thanks for the quick help. |
I'll mark this as closed as of the fix applied to our pre-patch. |
Details:
Linux DietPi 4.19.66-v7+ #1253 SMP Thu Aug 15 11:49:46 BST 2019 armv7l GNU/Linux
Steps to reproduce:
Expected behaviour:
Actual behaviour:
Extra details:
Additional logs:
The text was updated successfully, but these errors were encountered: