Skip to content
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

APT repo seems to have mixed releases: InRelease' changed its 'Suite' value from 'stable' to 'oldstable' #546

Closed
guysoft opened this issue Sep 12, 2021 · 4 comments

Comments

@guysoft
Copy link

guysoft commented Sep 12, 2021

Hey,
Apt-get update gets the following result:

+ apt-get update
Get:1 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
Get:2 http://archive.raspberrypi.org/debian buster InRelease [32.7 kB]
Get:3 http://archive.raspberrypi.org/debian buster/main armhf Packages [393 kB]
Reading package lists...
E: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'

Here is a talk on the rpi forms:
https://www.raspberrypi.org/forums/viewtopic.php?t=318302

CustomPiOS/OctoPi Issue:
guysoft/CustomPiOS#143

Current workaround is to run:

apt-get update --allow-releaseinfo-change
guysoft added a commit to guysoft/klipper that referenced this issue Sep 16, 2021
Hey, installing klipper for the first time and got this issue where the error is:
```
E: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
```

I had this also on CustomPiOS, and this is the current workaround

|Related:
guysoft/CustomPiOS#143
RPi-Distro/pi-gen#546
@guysoft
Copy link
Author

guysoft commented Sep 16, 2021

Also, related: Klipper3d/klipper#4635

@XECDesign
Copy link
Member

For more context: RPi-Distro/repo#258

@guysoft
Copy link
Author

guysoft commented Nov 10, 2021

Just to note: I think this still happens in Buster. Which might cause issues in Pis that have not updated.
So if you are reading this the only known workaround is to upgrade. or run:

apt-get update --allow-releaseinfo-change

@XECDesign
Copy link
Member

Using apt instead of apt-get should resolve it automatically too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants