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

Issue running apt-update on fresh image #753

Open
marcelrv opened this issue Oct 23, 2021 · 2 comments
Open

Issue running apt-update on fresh image #753

marcelrv opened this issue Oct 23, 2021 · 2 comments

Comments

@marcelrv
Copy link

Updating a fresh copy of the latest stable (18.0) of octopi and running update gives error

pi@octopi:~ $ sudo apt-get update
Get:1 http://archive.raspberrypi.org/debian buster InRelease [32.6 kB]
Get:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
Get:3 http://archive.raspberrypi.org/debian buster/main armhf Packages [393 kB]
Reading package lists... Done
E: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.

What were you doing?

Installing and updating fresh copy

What did you expect to happen?

Running update without much manual interference

What happened instead?

update errors

Did the same happen when running OctoPrint in safe mode?

N/A - commandline

Version of OctoPi

1.7.0

Maybe a time to release a fresh octopi

@cp2004
Copy link
Contributor

cp2004 commented Oct 23, 2021

Run sudo apt-get update --allow-releaseinfo-change, and it will be sorted, only has to be done once.

Using sudo apt update doesn't error, apt is the human usable version of apt-get which wraps all the functions in a more easily usable package, so you could just use that anyway.

@guysoft
Copy link
Owner

guysoft commented Oct 29, 2021

Its a rpi os bug:
RPi-Distro/pi-gen#546

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

3 participants