Closed gboudreau closed 6 years ago
Looks like updating apt-get packages is causing an infinite loop of 401 errors as seen in view_log... Happened after I registered once, then I re-flashed, and tried to do apt-get update/upgrade before registering, and same thing happened.
We've tracked this down.... the GPG key went sideways (really it timed out but as the warning is in UNIX time since EPOCH it's kinda hard to keep track of)....
The solution is to run:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F3B1AA8B
This will add the newly signed ket to the apt
keyring.
Please update to the 0.9 image. https://mycroft.ai/to/picroft-image
This is resolved there.
Seen during boot of newly flashed picroft SD card:
Trying
sudo apt-get update && sudo apt-get update
from a SSH session works without problem.