Giter Site home page Giter Site logo

Comments (3)

mtlynch avatar mtlynch commented on July 4, 2024 1

Thanks for reporting this, @LordAro!

@db39 - Can you see if you can reproduce this?

from tinypilot.

db39 avatar db39 commented on July 4, 2024 1

@mtlynch - I've managed to reproduce the error on a fresh install of 2.5.0 attempting to update to 2.5.4.

Re-flashing the SD card with 2.5.4 or 2.6.0 is a workaround. But I'll take a look to see if I can find the underlying issue.

from tinypilot.

db39 avatar db39 commented on July 4, 2024

So the problem is pretty clear from the error message:

Failed to update apt cache: W:GPG error: http://deb.debian.org/debian buster-backports InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131, E:The repository 'http://deb.debian.org/debian buster-backports InRelease' is not signed.

apt won't install the required janus packages from the repository because the repository isn't signed. I'm not sure why the repository is no longer signed - I couldn't find anything after searching online.

After trying a few different methods, one solution is to run the following commands to add the keys using the ubuntu keyserver:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0E98404D386FA1D9
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6ED0E7B82643E131

Then run the TinyPilot update through the web UI.

I couldn't find a debian keyserver, but the ubuntu one seems to work in this instance.

from tinypilot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.