-
-
Notifications
You must be signed in to change notification settings - Fork 505
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
issue with /etc/apt/sources.list.d/your-repo-name.list #5502
Comments
Is this a 3rd party repository you added manually? Can you share the content?
|
ok your system is quite old and you are running outdated Debian Stretch still. Therefore you have an issue with a PHP repository that we don't use anymore. You should be able to work around as follow:
Another hint, you could have a look to our Stretch update guide once issues has been fixed |
The upmpdcli repository is faulty as well, and you added it for "buster" while you run "stretch". Check out the instructions here and update the list file and GPG key accordingly. |
alot of the commands i try to run from help pages don't work |
Did you follow the link I posted above to update the upmpdcli repo list and key? If you do not use this software anymore, you can just remove the list file, should be one in |
maybe you can share the available keys as well
|
... ah no actually the repo is right (not sure about the repo key), but the HTTPS certificate is not accepted. I wonder whether this is the OpenSSL issue with the obsolete/expired Let's Encrypt root certificate which required an OpenSSL upgrade at least on Buster as well some time ago, with a patch that wasn't shipped to the Stretch branch anymore. @KenMoreira apt upgrade |
|
|
|
It is indeed the Let's Encrypt R3, respectively the unintentionally pulled expired certification chain pulled by the unpatched OpenSSL version, still appended by Certbot server-side (for backwards-compatibility reasons I did never understand...). Let's see how to solve this best. Please try to switch from the Raspbian mirror you use to sed -i 's|https://mirrors.switch.ca/raspbian/raspbian|http://raspbian.raspberrypi.org/raspbian|' /etc/apt/sources.list
apt update
apt upgrade Then, which the upgraded packages, you should be able to switch back to the mirror, which has the benefit of being HTTPS: sed -i 's|http://raspbian.raspberrypi.org/raspbian|https://mirrors.switch.ca/raspbian/raspbian|' /etc/apt/sources.list
apt update There seems to be an obsolete dummy/backup file you may want to remove (check it's content first, whether it is of use for you): rm /etc/apt/sources.list.d/your-repo-name.list.save.1 |
has no affect |
|
these commands are there to change configuration files. They will not execute anything. Therefore it is fine to just see the promt. Pls run following afterwards
|
|
|
|
Please repeat the steps provided above in that exact order: #5502 (comment) Ignore the error in |
|
So the package upgrades which were available above were applied already? |
I just copy n paste what it says. I don't always understand it but when i do dietpi-update i still get errors. so i exit |
Okay let's get the DietPi update through first by also disabling the failing 3rd party repository: sed -i 's|https://mirrors.switch.ca/raspbian/raspbian|http://raspbian.raspberrypi.org/raspbian|' /etc/apt/sources.list
for i in /etc/apt/sources.list.d/*.list; do grep -q 'lesbonscomptes' "$i" && mv "$i"{,.bak}; done
apt update
apt full-upgrade
dietpi-update |
|
You did run the first command? Please show: for i in /etc/apt/sources.list{,.d/*.list}; do echo "$i:"; cat "$i"; done |
|
Audirvana and Mconnect from my phone seem to play fine. |
although now when selecting my output i have TWO selections for my streamer. it seems one old entry still exists? |
|
(after Hard reset of all components. my hqplayer works again) |
Okay, somehow they are marked as "deinstall", not sure what this means, also PHP8.0 is installed unintentionally. This will do: G_AGP 'php8.0-*'
mapfile -t packages < <(dpkg --get-selections '*php*' | mawk '{print $1}')
dpkg -r --force-depends "${packages[@]}"
apt-get -y install "${packages[@]}"
unset -v packages |
|
not sure if that means it all worked or not |
Yes it did 🙂. |
I guess its good then! but thanks , this was a chor lol |
DietPi is already at latest version now? /boot/dietpi/func/dietpi-obtain_hw_model
. /boot/dietpi/func/dietpi-globals
G_CONFIG_INJECT 'DEV_GITBRANCH=' 'DEV_GITBRANCH=master' /boot/dietpi.txt
dietpi-update Then a reboot makes sense: reboot |
V8. Whatever, and it doesn't show stretch anymore and doesn't ask / update |
Okay, then this is all fine. |
8.4.2 |
any idea where i can get help with GMRender not playing DSF/DSD ? |
Can you link me to your 10 - 11 walkthrough ? |
|
That's the Buster version of the gcc library. Simply purge it, the development packages/headers are required for compiling only, not for running the software, and they are reinstalled when required by dietpi-software installs/reinstalls: G_AGP libc6-dev libgcc-8-dev |
i skipped it with the error n just kept upgrading . ill do that G_AGP libc6-dev libgcc-8-dev then apt upgrade after maybe ? |
Purging the packages (at least |
yes i restarted everything n did that first now lol |
root@KensBridge:~# apt list --upgradable 8cc has n update i can't activate. and No hold on it ? |
Otherwise the upgrade to Bullseye went thought? If so, you can remove this package, Bullseye ships gcc-10-base, while gcc-8-base is coming from Buster. I wonder where the update is coming from 🤔. Before confirming the below command with apt purge gcc-8-base |
Yes it did thanks |
I'll mark this as closed. Feel free to reopen if required. |
Ive noticed that , I have TWO GM Render, One of which doesn't work. . I find every few songs my streamer locks up and i have to reboot. |
Please open a new issue about this, it has become long thread here already and the original issue is solved. |
Details:
Linux KensBridge 4.19.73-v7+ #1266 SMP Tue Sep 17 20:52:18 BST 2019 armv7l GNU/Linux
apt-get -q update
Steps to reproduce:
Expected behaviour:
Actual behaviour:
Extra details:
Additional logs:
The text was updated successfully, but these errors were encountered: