Errors during install on 64-bit Raspberry Pi OS
See original GitHub issueRelated to #929
Description
I was trying to install on 64-bit Raspberry Pi OS (commenting out the stop due to 64-bit in the installer). During installation, I got the following two errors:
TASK [ansible-role-ustreamer : check if legacy Janus package is installed] **********************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "cmd": "dpkg-query --show --showformat='${Maintainer}' janus | grep TinyPilot", "delta": "0:00:00.025175", "end": "2022-12-19 16:17:43.595620", "msg": "non-zero return code", "rc": 1, "start": "2022-12-19 16:17:43.570445", "stderr": "dpkg-query: no packages found matching janus", "stderr_lines": ["dpkg-query: no packages found matching janus"], "stdout": "", "stdout_lines": []}
...ignoring
TASK [ansible-role-ustreamer : add archive apt repository key] **********************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to download key at https://ftp-master.debian.org/keys/archive-key-11.asc: Request failed: <urlopen error [Errno 113] No route to host>"}
The second error appears to be related to a temporary error with the Debian mirror server where it appears to have been down for about 2 days (starting on 2022-12-17T17:45): https://mirror-master.debian.org/status/mirror-info/ftp-master.debian.org.html
What’s the behavior that you expect?
No errors during installation.
What’s happening instead?
The two above errors occurred.
What are the steps to reproduce this behavior?
- run `cd /opt/tinypilot-updater; sudo install’
Screenshots
Not applicable
Issue Analytics
- State:
- Created 9 months ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Raspberry Pi OS (64 bit) fails to download
Re: Raspberry Pi OS (64 bit) fails to download wget it than use custom in imager.
Read more >Issues · raspberrypi/Raspberry-Pi-OS-64bit - GitHub
Repository for containing issues on the 64 bit operating system (as distinct from the 32 bit one) ... Refresh install of 64bit OS...
Read more >Solved: Raspberry Pi OS 64-bit 4-mic driver install error
Upon trying to install the 4-mic ReSpeaker driver in the new Raspberry Pi 64-bit (Bullseye) release I encountered the following error: grep: ...
Read more >pip install error with Raspberry OS 64 bit - Stack Overflow
Try: sudo apt-get install python-pip libglib2.0-dev. Then: sudo pip install bluepy. If you get the same error, you may need to install ......
Read more >Your 64-bit Raspberry Pi OS questions answered - PiCockpit
One of the best things about using a Raspberry Pi is that you can take a SD card (with a Raspberry Pi OS...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The first issue is expected and the installer correctly ignores it. The second one, yeah, I’m not sure if there’s anything to do except wait for Debian to get their server back online. I’m trying to find any information about the outage.
Installation completed after the server was back up.